# 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 = "ssz_types" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "List, vector and bitfield types for SSZ" documentation = "https://docs.rs/ssz_types" readme = "README.md" keywords = ["ethereum"] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/sigp/ssz_types" [lib] name = "ssz_types" path = "src/lib.rs" [dependencies.arbitrary] version = "1.0" features = ["derive"] optional = true [dependencies.derivative] version = "2.1.1" [dependencies.ethereum_serde_utils] version = "0.7.0" [dependencies.ethereum_ssz] 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.8.0" [dependencies.tree_hash] version = "0.8.0" [dependencies.typenum] version = "1.12.0" [dev-dependencies.serde_json] version = "1.0.0" [dev-dependencies.tree_hash_derive] version = "0.8.0"