# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "motsu-proc" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mostu's Procedural Macros" readme = "README.md" keywords = [ "arbitrum", "ethereum", "stylus", "unit-tests", "tests", ] categories = [ "development-tools::testing", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/OpenZeppelin/rust-contracts-stylus" [lib] name = "motsu_proc" path = "src/lib.rs" proc-macro = true [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.35" [dependencies.syn] version = "2.0.58" features = ["full"] [dev-dependencies.alloy-primitives] version = "=0.7.6" default-features = false [dev-dependencies.alloy-sol-types] version = "=0.7.6" default-features = false [dev-dependencies.stylus-sdk] version = "0.6.0" [lints.clippy] all = "warn" pedantic = "warn" [lints.rust] missing_docs = "warn" unreachable_pub = "warn" [lints.rust.rust_2021_compatibility] level = "warn" priority = -1