1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "wasm-bindgen"
16version = "0.2.77"
17authors = ["The wasm-bindgen Developers"]
18description = "Easy support for interacting between JS and Rust.\n"
19homepage = "https://rustwasm.github.io/"
20documentation = "https://docs.rs/wasm-bindgen"
21readme = "README.md"
22categories = ["wasm"]
23license = "MIT/Apache-2.0"
24repository = "https://github.com/rustwasm/wasm-bindgen"
25[package.metadata.docs.rs]
26features = ["serde-serialize"]
27
28[lib]
29test = false
30[dependencies.cfg-if]
31version = "1.0.0"
32
33[dependencies.serde]
34version = "1.0"
35optional = true
36
37[dependencies.serde_json]
38version = "1.0"
39optional = true
40
41[dependencies.wasm-bindgen-macro]
42version = "=0.2.77"
43
44[features]
45default = ["spans", "std"]
46enable-interning = ["std"]
47nightly = []
48serde-serialize = ["serde", "serde_json", "std"]
49spans = ["wasm-bindgen-macro/spans"]
50std = []
51strict-macro = ["wasm-bindgen-macro/strict-macro"]
52xxx_debug_only_print_generated_code = ["wasm-bindgen-macro/xxx_debug_only_print_generated_code"]
53[target."cfg(target_arch = \"wasm32\")".dev-dependencies.js-sys]
54version = "0.3.54"
55
56[target."cfg(target_arch = \"wasm32\")".dev-dependencies.serde_derive]
57version = "1.0"
58
59[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-futures]
60version = "=0.4.27"
61
62[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
63version = "=0.3.27"
64
65[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test-crate-a]
66version = "0.1"
67
68[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test-crate-b]
69version = "0.1"
70