# 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.65" name = "linera-alloy-dyn-abi" version = "0.7.4" authors = ["Alloy Contributors"] exclude = ["tests"] description = "Run-time ABI and EIP-712 implementations" homepage = "https://github.com/MathieuDutSik/ethreum_core/tree/main/crates/dyn-abi" 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/MathieuDutSik/ethreum_core" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "abi" path = "benches/abi.rs" harness = false [[bench]] name = "types" path = "benches/types.rs" harness = false [dependencies.arbitrary] version = "1.3" optional = true [dependencies.derive_arbitrary] version = "1.3" optional = true [dependencies.derive_more] version = "0.99" optional = true [dependencies.hex] version = "1.10" features = ["alloc"] default-features = false package = "const-hex" [dependencies.itoa] version = "1" [dependencies.linera-alloy-json-abi] version = "0.7.4" default-features = false [dependencies.linera-alloy-primitives] version = "0.7.4" default-features = false [dependencies.linera-alloy-sol-type-parser] version = "0.7.4" default-features = false [dependencies.linera-alloy-sol-types] version = "0.7.4" default-features = false [dependencies.proptest] version = "1" optional = true [dependencies.serde] version = "1.0" features = ["alloc"] optional = true default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] optional = true default-features = false [dependencies.winnow] version = "0.6" features = ["alloc"] default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.ethabi] version = "18" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [features] arbitrary = [ "std", "linera-alloy-sol-types/arbitrary", "dep:arbitrary", "dep:derive_arbitrary", "dep:proptest", ] debug = [ "std", "linera-alloy-sol-type-parser/debug", ] default = ["std"] eip712 = [ "linera-alloy-sol-types/eip712-serde", "dep:derive_more", "dep:serde", "dep:serde_json", ] std = [ "linera-alloy-json-abi/std", "linera-alloy-sol-types/std", "linera-alloy-sol-type-parser/std", "linera-alloy-primitives/std", "hex/std", "serde?/std", "serde_json?/std", ]