# 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" rust-version = "1.57" name = "wasm-bindgen" version = "0.2.104" authors = ["The wasm-bindgen Developers"] build = "build.rs" include = [ "/build.rs", "/LICENSE-*", "/src", ] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Easy support for interacting between JS and Rust. """ homepage = "https://wasm-bindgen.github.io/wasm-bindgen" documentation = "https://docs.rs/wasm-bindgen" readme = "README.md" categories = ["wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/wasm-bindgen/wasm-bindgen" [package.metadata.docs.rs] features = ["serde-serialize"] [features] default = ["std"] enable-interning = ["std"] gg-alloc = [] msrv = [] rustversion = [] serde-serialize = [ "serde", "serde_json", "std", ] spans = [] std = [] strict-macro = ["wasm-bindgen-macro/strict-macro"] xxx_debug_only_print_generated_code = [] [lib] name = "wasm_bindgen" path = "src/lib.rs" test = false [dependencies.cfg-if] version = "1.0.0" [dependencies.once_cell] version = "1.12" default-features = false [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.wasm-bindgen-macro] version = "=0.2.104" [dependencies.wasm-bindgen-shared] version = "=0.2.104" [dev-dependencies.once_cell] version = "1" [build-dependencies.rustversion-compat] version = "1.0" package = "rustversion" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.paste] version = "1" [target.'cfg(target_arch = "wasm32")'.dev-dependencies.serde_derive] version = "1.0" [lints.clippy] large_enum_variant = "allow" new_without_default = "allow" overly_complex_bool_expr = "allow" too_many_arguments = "allow" type_complexity = "allow" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(wasm_bindgen_unstable_test_coverage)", "cfg(xxx_debug_only_print_generated_code)", ]