# 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 = "milhouse" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Persistent binary merkle tree" documentation = "https://docs.rs/milhouse" readme = "README.md" keywords = [ "ethereum", "functional", ] categories = [ "data-structures", "cryptography::cryptocurrencies", ] license = "Apache-2.0" repository = "https://github.com/sigp/milhouse" [lib] name = "milhouse" path = "src/lib.rs" [[bench]] name = "pop_front" path = "benches/pop_front.rs" harness = false [[bench]] name = "rebase" path = "benches/rebase.rs" harness = false [[bench]] name = "ssz" path = "benches/ssz.rs" harness = false [[bench]] name = "tree_hash_root" path = "benches/tree_hash_root.rs" harness = false [dependencies.alloy-primitives] version = "0.8.0" features = ["arbitrary"] [dependencies.arbitrary] version = "1.2.3" features = ["derive"] [dependencies.derivative] version = "2.2.0" [dependencies.ethereum_hashing] version = "0.7.0" [dependencies.ethereum_ssz] version = "0.7.0" [dependencies.ethereum_ssz_derive] version = "0.7.0" [dependencies.itertools] version = "0.13.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.0" features = ["derive"] [dependencies.smallvec] version = "1.8.0" [dependencies.tree_hash] version = "0.8.0" [dependencies.triomphe] version = "0.1.5" [dependencies.typenum] version = "1.14.0" [dependencies.vec_map] version = "0.8.2" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.ssz_types] version = "0.8.0" [dev-dependencies.tree_hash_derive] version = "0.8.0" [features] debug = []