[dependencies.ethereum-types]
version = "0.14.1"
[dependencies.itertools]
version = "0.10.3"
[dependencies.smallvec]
features = ["const_generics"]
version = "1.6.1"
[dev-dependencies.ethereum_ssz_derive]
version = "0.5.4"
[features]
arbitrary = ["ethereum-types/arbitrary"]
[lib]
name = "ssz"
[package]
categories = ["cryptography::cryptocurrencies"]
description = "SimpleSerialize (SSZ) as used in Ethereum"
documentation = "https://docs.rs/ethereum_ssz"
edition = "2021"
keywords = ["ethereum"]
license = "Apache-2.0"
name = "ethereum_ssz"
readme = "README.md"
repository = "https://github.com/sigp/ethereum_ssz"
version = "0.5.4"