javy 7.0.0

Configurable JavaScript runtime for WebAssembly
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 = "2024"
name = "javy"
version = "7.0.0"
authors = ["The Javy Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configurable JavaScript runtime for WebAssembly"
homepage = "https://github.com/bytecodealliance/javy/tree/main/crates/javy"
readme = "README.md"
categories = ["wasm"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/javy/tree/main/crates/javy"
resolver = "2"

[features]
json = [
    "serde_json",
    "serde-transcode",
    "simd-json",
    "rquickjs-serde",
]
messagepack = [
    "rmp-serde",
    "serde-transcode",
    "rquickjs-serde",
]

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.bitflags]
version = "2.11.0"

[dependencies.fastrand]
version = "2.3.0"

[dependencies.quickcheck]
version = "1"

[dependencies.rmp-serde]
version = "^1.3"
optional = true

[dependencies.rquickjs]
version = "0.11.0"
features = [
    "array-buffer",
    "bindgen",
    "disable-assertions",
]

[dependencies.rquickjs-serde]
version = "0.5.0"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = true

[dependencies.serde-transcode]
version = "1.1"
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.simd-json]
version = "0.17.0"
features = [
    "big-int-as-float",
    "serde_impl",
]
optional = true
default-features = false

[dev-dependencies]