# 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-json-abi" version = "0.8.15" authors = ["Alloy Contributors"] build = false exclude = ["tests"] autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Full Ethereum JSON-ABI implementation" homepage = "https://github.com/alloy-rs/core/tree/main/crates/json-abi" readme = "README.md" keywords = [ "ethereum", "abi", "json", "serde", "serialization", ] categories = [ "encoding", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/alloy-rs/core" [lib] name = "alloy_json_abi" path = "src/lib.rs" [[bench]] name = "json_abi" path = "benches/json_abi.rs" harness = false [dependencies.alloy-primitives] version = "0.8.15" features = ["serde"] default-features = false [dependencies.alloy-sol-type-parser] version = "0.8.15" features = ["serde"] default-features = false [dependencies.serde] version = "1.0" features = [ "alloc", "derive", ] default-features = false [dependencies.serde_json] version = "1.0" features = ["alloc"] optional = true default-features = false [dev-dependencies.criterion] version = "0.5" [dev-dependencies.ethabi] version = "18" [dev-dependencies.pretty_assertions] version = "1.4" [dev-dependencies.serde_json] version = "1.0" features = ["alloc"] default-features = false [features] default = ["std"] serde_json = ["dep:serde_json"] std = [ "serde/std", "alloy-primitives/std", "alloy-sol-type-parser/std", "serde_json?/std", ]