wasm-bindgen-test 0.3.46

Internal testing crate for wasm-bindgen
Documentation
[dependencies.gg-alloc]
optional = true
version = "1.0"

[dependencies.js-sys]
default-features = false
version = "=0.3.73"

[dependencies.once_cell]
default-features = false
version = "1.12"

[dependencies.scoped-tls]
optional = true
version = "1.0"

[dependencies.wasm-bindgen]
default-features = false
version = "=0.2.96"

[dependencies.wasm-bindgen-futures]
default-features = false
version = "=0.4.46"

[dependencies.wasm-bindgen-test-macro]
version = "=0.3.46"

[features]
default = ["std"]
std = ["wasm-bindgen/std", "js-sys/std", "wasm-bindgen-futures/std", "once_cell/std", "scoped-tls"]

[lib]
name = "wasm_bindgen_test"
path = "src/lib.rs"
test = false

[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]
check-cfg = ["cfg(wasm_bindgen_unstable_test_coverage)"]
level = "warn"
priority = 0

[package]
authors = ["The wasm-bindgen Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Internal testing crate for wasm-bindgen"
edition = "2021"
include = ["/LICENSE-*", "/src"]
license = "MIT OR Apache-2.0"
name = "wasm-bindgen-test"
readme = "README.md"
repository = "https://github.com/rustwasm/wasm-bindgen"
rust-version = "1.57"
version = "0.3.46"

[target.'cfg(all(target_arch = "wasm32", wasm_bindgen_unstable_test_coverage))'.dependencies.minicov]
version = "0.3"

[target.'cfg(all(target_arch = "wasm32", wasm_bindgen_unstable_test_coverage))'.dependencies.wasm-bindgen-test-macro]
features = ["coverage"]
version = "=0.3.46"