alloy-sol-types 0.8.11

Compile-time ABI and EIP-712 implementations
Documentation
[dependencies.alloy-json-abi]
default-features = false
optional = true
version = "0.8.11"

[dependencies.alloy-primitives]
default-features = false
version = "0.8.11"

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

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

[dependencies.serde]
default-features = false
features = ["alloc", "derive"]
optional = true
version = "1.0"

[dev-dependencies.alloy-primitives]
default-features = false
features = ["arbitrary", "serde", "rlp"]
version = "0.8.11"

[dev-dependencies.alloy-rlp]
default-features = false
version = "0.3"

[dev-dependencies.derive_more]
default-features = false
version = "1.0"

[dev-dependencies.paste]
version = "1.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.serde]
default-features = false
features = ["alloc", "derive"]
version = "1.0"

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

[dev-dependencies.trybuild]
version = "1.0"

[features]
arbitrary = ["alloy-primitives/arbitrary"]
default = ["std"]
eip712-serde = ["dep:serde", "alloy-primitives/serde"]
json = ["dep:alloy-json-abi", "alloy-sol-macro/json"]
std = ["alloy-primitives/std", "hex/std", "alloy-json-abi?/std", "serde?/std"]

[lib]
name = "alloy_sol_types"
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 = ["no-std", "encoding", "cryptography::cryptocurrencies"]
description = "Compile-time ABI and EIP-712 implementations"
edition = "2021"
exclude = ["tests"]
homepage = "https://github.com/alloy-rs/core/tree/main/crates/sol-types"
keywords = ["ethereum", "abi", "encoding", "evm", "solidity"]
license = "MIT OR Apache-2.0"
name = "alloy-sol-types"
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"]