# 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" name = "ethereum_serde_utils" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Serialization and deserialization utilities for JSON representations of Ethereum types" documentation = "https://docs.rs/ethereum_serde_utils" readme = "README.md" keywords = ["ethereum"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/sigp/ethereum_serde_utils" [lib] name = "serde_utils" path = "src/lib.rs" [dependencies.alloy-primitives] version = "0.8.0" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.serde] version = "1.0.0" features = ["derive"] [dependencies.serde_derive] version = "1.0.0" [dependencies.serde_json] version = "1.0.0"