mirror of
https://github.com/denoland/deno.git
synced 2024-11-14 16:33:45 -05:00
3432833574
* Revert "tooling(bench_util): benching and profiling utilities (#10223)"
This reverts commit 733a000305
.
* Upgrade notify
29 lines
570 B
TOML
29 lines
570 B
TOML
# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
|
|
[package]
|
|
name = "serde_v8"
|
|
version = "0.3.0"
|
|
authors = ["the Deno authors"]
|
|
edition = "2018"
|
|
description = "Rust to V8 serialization and deserialization"
|
|
license = "MIT"
|
|
readme = "README.md"
|
|
repository = "https://github.com/denoland/deno"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.125", features = ["derive"] }
|
|
rusty_v8 = "0.22.1"
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0.64"
|
|
bencher = "0.1"
|
|
|
|
[[example]]
|
|
name = "basic"
|
|
|
|
[[bench]]
|
|
name = "de"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "ser"
|
|
harness = false
|