# 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-expander" version = "0.8.15" authors = ["Alloy Contributors"] build = false exclude = ["tests"] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Expander used in the Solidity to Rust procedural macro" homepage = "https://github.com/alloy-rs/core/tree/main/crates/sol-macro-expander" 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_expander" path = "src/lib.rs" [dependencies.alloy-json-abi] version = "0.8.15" optional = true default-features = false [dependencies.alloy-sol-macro-input] version = "0.8.15" default-features = false [dependencies.heck] version = "0.5" [dependencies.hex] version = "1.14" features = [ "alloc", "core-error", ] default-features = false package = "const-hex" [dependencies.indexmap] version = "2" [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"] [dependencies.syn-solidity] version = "0.8.15" features = [ "visit", "visit-mut", ] default-features = false [dependencies.tiny-keccak] version = "2.0" features = ["keccak"] default-features = false [features] json = [ "dep:alloy-json-abi", "alloy-sol-macro-input/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"