# 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-types" version = "0.8.15" authors = ["Alloy Contributors"] build = false exclude = ["tests"] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Compile-time ABI and EIP-712 implementations" homepage = "https://github.com/alloy-rs/core/tree/main/crates/sol-types" readme = "README.md" keywords = [ "ethereum", "abi", "encoding", "evm", "solidity", ] categories = [ "no-std", "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_types" path = "src/lib.rs" [dependencies.alloy-json-abi] version = "0.8.15" optional = true default-features = false [dependencies.alloy-primitives] version = "0.8.15" default-features = false [dependencies.alloy-sol-macro] version = "0.8.15" default-features = false [dependencies.hex] version = "1.14" features = [ "alloc", "core-error", ] default-features = false package = "const-hex" [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] optional = true default-features = false [dev-dependencies.alloy-primitives] version = "0.8.15" features = [ "arbitrary", "serde", "rlp", ] default-features = false [dev-dependencies.alloy-rlp] version = "0.3" default-features = false [dev-dependencies.derive_more] version = "1.0" default-features = false [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] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [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", ] [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"