# 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 = "rand_num_consensus" version = "0.1.0" authors = ["Dylan Downey"] description = "Decentralized, asynchronous random number consensus (name reservation)" keywords = [ "random", "consensus", "protocol", "networking", "decentralized", ] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/devnetsec/rand_num_consensus" [dependencies.aes-gcm] version = "0.10.3" [dependencies.bincode] version = "1.3.3" [dependencies.ed25519-dalek] version = "=2.1.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.x25519-dalek] version = "2.0.1" features = [ "static_secrets", "getrandom", ]