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