[package]
edition = "2024"
name = "wry-bindgen-macro"
version = "0.2.122-alpha.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macro for wry-bindgen"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/DioxusLabs/wasm-bindgen-wry"
resolver = "2"
[lib]
name = "wry_bindgen_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.quote]
version = "1"
[dependencies.wry-bindgen-macro-support]
version = "=0.2.122-alpha.3"
[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]
unused_lifetimes = "warn"
[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
"cfg(wasm_bindgen_unstable_test_coverage)",
"cfg(wasm_bindgen_use_js_sys)",
"cfg(xxx_debug_only_print_generated_code)",
]