# 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-json-abi" version = "0.7.4" authors = ["Alloy Contributors"] exclude = ["tests"] description = "Full Ethereum JSON-ABI implementation" homepage = "https://github.com/MathieuDutSik/ethreum_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/MathieuDutSik/ethreum_core" [[bench]] name = "json_abi" path = "benches/json_abi.rs" harness = false [dependencies.linera-alloy-primitives] version = "0.7.4" features = ["serde"] default-features = false [dependencies.linera-alloy-sol-type-parser] version = "0.7.4" 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", "linera-alloy-primitives/std", "linera-alloy-sol-type-parser/std", "serde_json?/std", ]