# 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_ssz" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "SimpleSerialize (SSZ) as used in Ethereum" documentation = "https://docs.rs/ethereum_ssz" readme = "README.md" keywords = ["ethereum"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/sigp/ethereum_ssz" [lib] name = "ssz" path = "src/lib.rs" [[example]] name = "large_list" path = "examples/large_list.rs" [[example]] name = "large_list_of_structs" path = "examples/large_list_of_structs.rs" [[example]] name = "struct_definition" path = "examples/struct_definition.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.alloy-primitives] version = "0.8.0" [dependencies.arbitrary] version = "1.0" features = ["derive"] optional = true [dependencies.derivative] version = "2.1.1" [dependencies.ethereum_serde_utils] version = "0.7.0" [dependencies.itertools] version = "0.13.0" [dependencies.serde] version = "1.0.0" [dependencies.serde_derive] version = "1.0.0" [dependencies.smallvec] version = "1.6.1" features = ["const_generics"] [dependencies.typenum] version = "1.12.0" [dev-dependencies.alloy-primitives] version = "0.8.0" features = ["getrandom"] [dev-dependencies.ethereum_ssz_derive] version = "0.8.0" [features] arbitrary = [ "dep:arbitrary", "alloy-primitives/arbitrary", ]