[package]
name = "wasm-bindgen"
version = "0.2.39"
authors = ["The wasm-bindgen Developers"]
links = "wasm_bindgen"
description = "Easy support for interacting between JS and Rust.\n"
homepage = "https://rustwasm.github.io/"
documentation = "https://docs.rs/wasm-bindgen"
readme = "README.md"
categories = ["wasm"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen"
[package.metadata.docs.rs]
features = ["serde-serialize"]
[lib]
test = false
[dependencies.serde]
version = "1.0"
optional = true
[dependencies.serde_json]
version = "1.0"
optional = true
[dependencies.wasm-bindgen-macro]
version = "=0.2.39"
[features]
default = ["spans", "std"]
nightly = []
serde-serialize = ["serde", "serde_json", "std"]
spans = ["wasm-bindgen-macro/spans"]
std = []
strict-macro = ["wasm-bindgen-macro/strict-macro"]
xxx_debug_only_print_generated_code = ["wasm-bindgen-macro/xxx_debug_only_print_generated_code"]