motsu-proc 0.10.0

Unit Testing Procedural Macros
Documentation
[dependencies.proc-macro2]
version = "1.0.79"

[dependencies.quote]
version = "1.0.35"

[dependencies.syn]
features = ["full"]
version = "2.0.58"

[dev-dependencies.alloy-primitives]
default-features = false
version = "=0.8.20"

[dev-dependencies.alloy-sol-types]
default-features = false
version = "=0.8.20"

[dev-dependencies.stylus-sdk]
default-features = false
features = ["stylus-test"]
version = "=0.9.0"

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

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unreachable_pub = "warn"

[lints.rust.rust_2021_compatibility]
level = "warn"
priority = -1

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage_nightly)"]
level = "warn"
priority = 0

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::testing", "cryptography::cryptocurrencies"]
description = "Unit Testing Procedural Macros"
edition = "2021"
keywords = ["arbitrum", "ethereum", "stylus", "unit-tests", "tests"]
license = "MIT"
name = "motsu-proc"
readme = "README.md"
repository = "https://github.com/OpenZeppelin/stylus-test-helpers"
version = "0.10.0"