# 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 = "fast-erasure-shake-rng" version = "0.2.0" include = [ "src/**/*", "COPYING", "LICENSE.*", "README.md", ] description = "Fast erasure (forward secure) sponge/duplex based PRNG using the Keccak permutation" readme = "README.md" keywords = [ "random", "rng", "keccak", "sponge", ] categories = [ "algorithms", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/niluxv/fast-erasure-shake-rng" [package.metadata.docs.rs] all-features = true [dependencies.getrandom] version = "0.2" optional = true [dependencies.keccak] version = "0.1" [dependencies.rand_core] version = "0.6" optional = true [dependencies.zeroize] version = "1.5" [features] default = ["getrandom"] getrandom = [ "dep:getrandom", "rand_core?/getrandom", ] rand-core = ["dep:rand_core"]