0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-29 08:58:01 -04:00
denoland-deno/serde_v8/Cargo.toml
Aaron O'Mullan 4f48efcc55
chore: return serde_v8 to main repo (#12500)
Reduces fragmentation, avoids version drift and facilitates coordinating serde_v8 and op-layer changes
2021-10-20 00:00:45 +02:00

29 lines
571 B
TOML

# Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
[package]
name = "serde_v8"
version = "0.15.0"
authors = ["the Deno authors"]
edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/denoland/deno"
description = "Rust to V8 serialization and deserialization"
[dependencies]
rusty_v8 = "0.32.0"
serde = { version = "1.0.130", features = ["derive"] }
[dev-dependencies]
bencher = "0.1"
serde_json = "1.0.64"
[[example]]
name = "basic"
[[bench]]
name = "de"
harness = false
[[bench]]
name = "ser"
harness = false