# 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 = "aes-prng" version = "0.2.1" authors = [ "TF Encrypted Authors ", "Dragos Rotaru ", "Morten Dahl ", ] description = "Pseudo-random number generator based on AES" homepage = "https://github.com/tf-encrypted/aes-prng" documentation = "https://docs.rs/aes-prng" readme = "README.md" keywords = [ "cryptography", "random", "prng", "rng", "aes", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/tf-encrypted/aes-prng" [[bench]] name = "rng" harness = false [dependencies.aes] version = "0.8" [dependencies.byteorder] version = "1.4" [dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] [dev-dependencies.criterion] version = "0.4" [dev-dependencies.getrandom] version = "0.2" [dev-dependencies.rand_chacha] version = "0.3"