# 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-types" version = "0.14.0" authors = ["Cardinal Cryptography"] description = "Traits that need to be implemented by the user of the aleph-bft package." 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-crypto] version = "0.9" [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"