[package] authors = ["The wasm-bindgen Developers"] description = "Internal testing crate for wasm-bindgen" edition = "2021" include = ["/LICENSE-*", "/src"] license = "MIT OR Apache-2.0" name = "wasm-bindgen-test" repository = "https://github.com/rustwasm/wasm-bindgen" rust-version = "1.57" version = "0.3.45" [dependencies] console_error_panic_hook = '0.1' gg-alloc = { version = "1.0", optional = true } js-sys = { path = '../js-sys', version = '0.3.72' } scoped-tls = "1.0" wasm-bindgen = { path = '../..', version = '0.2.95' } wasm-bindgen-futures = { path = '../futures', version = '0.4.45' } wasm-bindgen-test-macro = { path = '../test-macro', version = '=0.3.45' } [target.'cfg(all(target_arch = "wasm32", wasm_bindgen_unstable_test_coverage))'.dependencies] minicov = "0.3" [lints.rust] unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] } [lib] test = false