# 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-crypto" version = "0.9.0" authors = ["Cardinal Cryptography"] description = "Utilities for node addressing and message signing in the aleph-bft package." homepage = "https://alephzero.org" documentation = "https://docs.rs/?" readme = "./README.md" categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/Cardinal-Cryptography/AlephBFT" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.bit-vec] version = "0.6" [dependencies.codec] version = "3.0" features = ["derive"] default-features = false package = "parity-scale-codec" [dependencies.derive_more] version = "0.99" [dependencies.log] version = "0.4" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", ]