1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
denoland-deno/serde_v8/Cargo.toml

35 lines
633 B
TOML
Raw Normal View History

# Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
[package]
name = "serde_v8"
2022-03-31 15:48:35 -04:00
version = "0.38.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
description = "Rust to V8 serialization and deserialization"
[lib]
path = "lib.rs"
[dependencies]
derive_more = "0.99.17"
serde = { version = "1.0.130", features = ["derive"] }
serde_bytes = "0.11"
v8 = "0.41.0"
[dev-dependencies]
bencher = "0.1"
serde_json = "1.0.64"
[[example]]
name = "basic"
[[bench]]
name = "de"
harness = false
[[bench]]
name = "ser"
harness = false