alloy-sol-macro-expander 0.8.11

Expander used in the Solidity to Rust procedural macro
Documentation
[dependencies.alloy-json-abi]
default-features = false
optional = true
version = "0.8.11"

[dependencies.alloy-sol-macro-input]
default-features = false
version = "0.8.11"

[dependencies.heck]
version = "0.5"

[dependencies.hex]
default-features = false
features = ["alloc"]
package = "const-hex"
version = "1.10"

[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]
features = ["extra-traits"]
version = "2.0"

[dependencies.syn-solidity]
default-features = false
features = ["visit", "visit-mut"]
version = "0.8.11"

[dependencies.tiny-keccak]
default-features = false
features = ["keccak"]
version = "2.0"

[features]
json = ["dep:alloy-json-abi", "alloy-sol-macro-input/json"]

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

[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"

[package]
authors = ["Alloy Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "cryptography::cryptocurrencies"]
description = "Expander used in the Solidity to Rust procedural macro"
edition = "2021"
exclude = ["tests"]
homepage = "https://github.com/alloy-rs/core/tree/main/crates/sol-macro-expander"
keywords = ["ethereum", "abi", "encoding", "evm", "solidity"]
license = "MIT OR Apache-2.0"
name = "alloy-sol-macro-expander"
readme = "README.md"
repository = "https://github.com/alloy-rs/core"
rust-version = "1.79"
version = "0.8.11"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]