# 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 = "javy" version = "3.1.0" authors = ["The Javy Project Developers"] build = 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" [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.6.0" [dependencies.fastrand] version = "2.1.1" [dependencies.quickcheck] version = "1" [dependencies.rmp-serde] version = "^1.3" optional = true [dependencies.rquickjs] version = "=0.6.1" features = [ "array-buffer", "bindgen", ] [dependencies.rquickjs-core] version = "=0.6.1" [dependencies.rquickjs-sys] version = "=0.6.1" [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.14.2" features = [ "big-int-as-float", "serde_impl", ] optional = true default-features = false [dev-dependencies] [features] export_alloc_fns = [] json = [ "serde_json", "serde-transcode", "simd-json", ] messagepack = [ "rmp-serde", "serde-transcode", ]