[dependencies.num-bigint]
features = ["rand"]
version = "0.4"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.smallvec]
features = ["union"]
version = "1.8"
[dependencies.thiserror]
version = "1"
[dependencies.v8]
default-features = false
version = "130.0.1"
[dev-dependencies.bencher]
version = "0.1"
[dev-dependencies.serde_bytes]
version = "0.11"
[dev-dependencies.serde_json]
version = "1"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "serde_v8"
path = "lib.rs"
[package]
authors = ["the Deno authors"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rust to V8 serialization and deserialization"
edition = "2021"
license = "MIT"
name = "serde_v8"
readme = "README.md"
repository = "https://github.com/denoland/deno_core"
version = "0.230.0"
[[test]]
name = "de"
path = "tests/de.rs"
[[test]]
name = "magic"
path = "tests/magic.rs"
[[test]]
name = "ser"
path = "tests/ser.rs"