wasm-bindgen-test-macro 0.3.45

Internal testing macro for wasm-bindgen
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
default-features = false
features = ["parsing", "proc-macro", "derive", "printing"]
version = "2.0"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"

[dev-dependencies.trybuild]
version = "1.0"

[lib]
name = "wasm_bindgen_test_macro"
path = "src/lib.rs"
proc-macro = true

[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
autotests = false
build = false
description = "Internal testing macro for wasm-bindgen"
edition = "2021"
include = ["/LICENSE-*", "/src"]
license = "MIT OR Apache-2.0"
name = "wasm-bindgen-test-macro"
readme = "README.md"
repository = "https://github.com/rustwasm/wasm-bindgen"
rust-version = "1.57"
version = "0.3.45"