# 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 = "fedimint-aleph-bft" version = "0.36.0" authors = ["Cardinal Cryptography"] description = "AlephBFT is an asynchronous and Byzantine fault tolerant consensus protocol aimed at ordering arbitrary messages (transactions). It has been designed to continuously operate even in the harshest conditions: with no bounds on message-delivery delays and in the presence of malicious actors. This makes it an excellent fit for blockchain-related applications." homepage = "https://alephzero.org" documentation = "https://docs.rs/?" readme = "README.md" keywords = [ "asynchronous", "consensus", "bft", "blockchain", "distributed-systems", ] categories = [ "algorithms", "data-structures", "cryptography", "database", ] license = "Apache-2.0" repository = "https://github.com/Cardinal-Cryptography/AlephBFT" resolver = "1" [dependencies.aleph-bft-rmc] version = "0.12" [dependencies.aleph-bft-types] version = "0.13" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.codec] version = "3.0" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.derivative] version = "2.2.0" [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3.0" [dependencies.itertools] version = "0.12" [dependencies.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.thiserror] version = "1.0" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.serial_test] version = "3.0.0" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", "time", ] [features] default = ["initial_unit_collection"] initial_unit_collection = []