# 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 = "dmtree" version = "0.1.0-alpha.2" authors = ["Ravi Maravar "] exclude = [ "/ci/*", "/scripts/*", "/.github/*", "/bors.toml", ] description = "A library to enable publishing a merkle tree over a Distributed Hash Table." documentation = "https://docs.rs/dmtree/" readme = "README.md" keywords = [ "distributed", "merkle", "tree", "p2p", "DHT", ] license = "Apache-2.0/MIT" repository = "https://github.com/rmaravar/dmt" [dependencies.anyhow] version = "1.0.90" [dependencies.bincode] version = "1.3.3" [dependencies.hex] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.rs_merkle] version = "1.4.2" [dependencies.secp256k1] version = "0.30.0" features = [ "rand", "std", ] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.sha2] version = "0.10.8" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]