# 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 = "drbg" version = "0.2.0" description = """ Crypographic random number generator CTR_DRBG defined by NIST SP 800-90A R1. """ readme = "README.md" keywords = [ "csprng", "CTR_DRBG", "random", "rng", ] categories = [ "algorithms", "cryptography", ] license = "MIT" repository = "https://github.com/dpottavio/drbg" [[bench]] name = "ctr_bench" harness = false [dependencies.aes] version = "0.8" [dependencies.getrandom] version = "0.2" features = ["std"] [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.hex] version = "0.4"