# 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 = "hotstuff_rs" version = "0.3.0" description = "An implementation of the HotStuff consensus algorithm intended for production systems." homepage = "https://parallelchain.io" readme = "README.md" keywords = [ "consensus", "hotstuff", "blockchain", ] categories = [ "cryptography::cryptocurrencies", "concurrency", ] license = "Apache-2.0" repository = "https://github.com/parallelchain-io/hotstuff_rs" [dependencies.base64] version = "0.21" [dependencies.borsh] version = "0.10" [dependencies.ed25519-dalek] version = "2.0.0" features = ["rand_core"] [dependencies.fern] version = "0.6" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.sha2] version = "0.10" [dependencies.typed-builder] version = "0.16.2"