Skip to main content
Module

x/deno/serde_v8/Cargo.toml

A modern runtime for JavaScript and TypeScript.
Go to Latest
File
# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
[package]name = "serde_v8"version = "0.72.0"authors.workspace = trueedition.workspace = truelicense.workspace = truereadme = "README.md"repository.workspace = truedescription = "Rust to V8 serialization and deserialization"
[lib]path = "lib.rs"
[dependencies]bytes.workspace = truederive_more = "0.99.17"serde.workspace = trueserde_bytes.workspace = truesmallvec = { workspace = true, features = ["union"] }v8.workspace = true
[dev-dependencies]bencher.workspace = trueserde_json.workspace = true
[[example]]name = "basic"
[[bench]]name = "de"harness = false
[[bench]]name = "ser"harness = false