# 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 = "casper-hashing" version = "3.0.0" description = "A library providing hashing functionality including Merkle Proof utilities." homepage = "https://casperlabs.io" documentation = "https://docs.rs/casper-hashing" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/CasperLabs/casper-node/tree/master/hashing" [dependencies.base16] version = "0.2.1" [dependencies.blake2] version = "0.9.0" [dependencies.casper-types] version = "4.0.1" features = [ "datasize", "std", ] [dependencies.datasize] version = "0.2.9" [dependencies.hex] version = "0.4.2" features = ["serde"] default-features = false [dependencies.hex-buffer-serde] version = "0.3.0" [dependencies.hex_fmt] version = "0.3.0" [dependencies.itertools] version = "0.10.1" [dependencies.once_cell] version = "1" [dependencies.schemars] version = "=0.8.5" features = ["preserve_order"] [dependencies.serde] version = "1.0.130" [dependencies.thiserror] version = "1.0.29" [dev-dependencies.assert_matches] version = "1.3.0" [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.proptest-attr-macro] version = "1.0.0" [dev-dependencies.rand] version = "0.8.4" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3.4.0"