# 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" rust-version = "1.81" name = "alloy-sol-macro" version = "0.8.15" authors = ["Alloy Contributors"] build = false exclude = ["tests"] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Solidity to Rust procedural macro" homepage = "https://github.com/alloy-rs/core/tree/main/crates/sol-macro" readme = "README.md" keywords = [ "ethereum", "abi", "encoding", "evm", "solidity", ] categories = [ "encoding", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alloy-rs/core" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "alloy_sol_macro" path = "src/lib.rs" proc-macro = true [dependencies.alloy-sol-macro-expander] version = "0.8.15" default-features = false [dependencies.alloy-sol-macro-input] version = "0.8.15" default-features = false [dependencies.proc-macro-error2] version = "2.0.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "2.0" features = ["extra-traits"] [features] json = ["alloy-sol-macro-expander/json"] [lints.clippy] dbg-macro = "warn" manual-string-new = "warn" missing-const-for-fn = "warn" redundant-clone = "warn" uninlined-format-args = "warn" use-self = "warn" [lints.rust] missing-copy-implementations = "warn" missing-debug-implementations = "warn" missing-docs = "warn" redundant-lifetimes = "warn" rust-2018-idioms = "warn" unnameable-types = "warn" unreachable-pub = "warn" unused-must-use = "warn" [lints.rustdoc] all = "warn"