# 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-mock" version = "0.15.0" authors = ["Cardinal Cryptography"] description = "Mock implementations of traits required by the aleph-bft package. Do NOT use outside of testing!" homepage = "https://alephzero.org" documentation = "https://docs.rs/?" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/Cardinal-Cryptography/AlephBFT" resolver = "1" [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.log] version = "0.4" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", ]