multiplatform_test 0.6.0

A simple attribute macro to combine `#[test]` and `#[wasm_bindgen_test]`
Documentation
[dependencies.proc-macro2]
version = "1.0.74"

[dependencies.quote]
version = "1.0.35"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.log]
version = "0.4.21"

[dev-dependencies.tracing]
version = "0.1.37"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.51"

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

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
explicit_into_iter_loop = "warn"
let_and_return = "allow"
uninlined_format_args = "allow"
upper_case_acronyms = "warn"

[lints.rust]
impl_trait_overcaptures = "warn"
missing_unsafe_on_extern = "deny"
unsafe_attr_outside_unsafe = "deny"
unused_qualifications = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple attribute macro to combine `#[test]` and `#[wasm_bindgen_test]`"
documentation = "https://docs.rs/multiplatform_test/"
edition = "2024"
license = "Apache-2.0"
name = "multiplatform_test"
publish = true
readme = "README.md"
repository = "https://github.com/hydro-project/hydro"
resolver = "2"
version = "0.6.0"

[[test]]
name = "test"
path = "tests/test.rs"