v8_valueserializer 0.1.2

A Rust implementation of V8's ValueSerializer and ValueDeserializer
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "v8_valueserializer"
version = "0.1.2"
authors = ["the Deno authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust implementation of V8's ValueSerializer and ValueDeserializer"
readme = "README.md"
license = "MIT"
repository = "https://github.com/denoland/v8_valueserializer"

[lib]
name = "v8_valueserializer"
path = "src/lib.rs"

[[test]]
name = "serde"
path = "tests/serde.rs"

[[test]]
name = "util"
path = "tests/util.rs"

[dependencies.bitflags]
version = "2.4.1"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.indexmap]
version = "2.0.2"

[dependencies.num-bigint]
version = "0.4.4"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.thiserror]
version = "1.0.49"

[dependencies.wtf8]
version = "0.1.0"

[dev-dependencies.insta]
version = "1.34.0"

[dev-dependencies.v8]
version = "0.79.2"