[lib]
name = "wasm_bindgen_test_shared"
path = "src/lib.rs"
[lints.clippy]
large_enum_variant = "allow"
new_without_default = "allow"
overly_complex_bool_expr = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
uninlined_format_args = "warn"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(wasm_bindgen_unstable_test_coverage)", "cfg(xxx_debug_only_print_generated_code)"]
level = "warn"
priority = 0
[package]
authors = ["The wasm-bindgen Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Shared support between wasm-bindgen-test and wasm-bindgen-test-runner, an internal
dependency.
"""
documentation = "https://docs.rs/wasm-bindgen-test-shared"
edition = "2021"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
include = ["/LICENSE-*", "/src"]
license = "MIT OR Apache-2.0"
name = "wasm-bindgen-test-shared"
readme = false
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/test-shared"
rust-version = "1.71"
version = "0.2.108"