motsu 0.2.0

Unit Testing for Stylus
Documentation
[dependencies.const-hex]
default-features = false
version = "1.11.1"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.motsu-proc]
version = "0.2.0"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.stylus-sdk]
version = "0.6.0"

[dependencies.tiny-keccak]
features = ["keccak"]
version = "2.0.2"

[lib]
name = "motsu"
path = "src/lib.rs"

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

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::testing", "cryptography::cryptocurrencies"]
description = "Unit Testing for Stylus"
edition = "2021"
keywords = ["arbitrum", "ethereum", "stylus", "unit-tests", "tests"]
license = "MIT"
name = "motsu"
readme = "README.md"
repository = "https://github.com/OpenZeppelin/rust-contracts-stylus"
version = "0.2.0"