# 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 = "2018" name = "eth2_ssz_types" version = "0.2.1" authors = ["Paul Hauner "] description = "Provides types with unique properties required for SSZ serialization and Merklization." license = "Apache-2.0" [lib] name = "ssz_types" [dependencies.arbitrary] version = "1.0" features = ["derive"] optional = true [dependencies.eth2_serde_utils] version = "0.1.0" [dependencies.eth2_ssz] version = "0.4.0" [dependencies.serde] version = "1.0.116" [dependencies.serde_derive] version = "1.0.116" [dependencies.tree_hash] version = "0.4.0" [dependencies.typenum] version = "1.12.0" [dev-dependencies.serde_json] version = "1.0.58" [dev-dependencies.tree_hash_derive] version = "0.4.0"