alloy-sol-macro-input 0.8.11

Input types for sol!-like macros
Documentation
[dependencies.alloy-json-abi]
default-features = false
optional = true
version = "0.8.11"

[dependencies.dunce]
version = "1.0.4"

[dependencies.heck]
version = "0.5.0"

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

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.serde_json]
default-features = false
features = ["alloc"]
optional = true
version = "1.0"

[dependencies.syn]
version = "2.0"

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

[features]
json = ["dep:alloy-json-abi", "dep:serde_json"]

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

[package]
authors = ["Alloy Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "cryptography::cryptocurrencies"]
description = "Input types for sol!-like macros"
edition = "2021"
exclude = ["tests"]
homepage = "https://github.com/alloy-rs/core/tree/main/crates/sol-macro-input"
keywords = ["ethereum", "abi", "encoding", "evm", "solidity"]
license = "MIT OR Apache-2.0"
name = "alloy-sol-macro-input"
readme = "README.md"
repository = "https://github.com/alloy-rs/core"
rust-version = "1.79"
version = "0.8.11"