# 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 = "aleph-bft-rmc" version = "0.14.0" authors = ["Cardinal Cryptography"] description = "Reliable MultiCast - a primitive for Reliable Broadcast protocol." homepage = "https://alephzero.org" documentation = "https://docs.rs/?" readme = "README.md" keywords = [ "asynchronous", "consensus", "bft", "distributed-systems", ] categories = [ "algorithms", "cryptography", ] license = "Apache-2.0" repository = "https://github.com/Cardinal-Cryptography/AlephBFT" resolver = "1" [dependencies.aleph-bft-crypto] version = "0.9" [dependencies.aleph-bft-types] version = "0.14" [dependencies.async-trait] version = "0.1" [dependencies.codec] version = "3.0" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3.0" [dependencies.log] version = "0.4" [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", "time", ]