# 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" rust-version = "1.81" name = "chacha8rand" version = "0.1.0" build = false include = [ "/LICENSE-MIT", "/LICENSE-APACHE", "/src/**/*.rs", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ Reproducible, robust and (last but not least) fast pseudorandomness """ readme = "README.md" keywords = [ "no_std", "no-std", "random", ] categories = [ "algorithms", "no-std", "no-std::no-alloc", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hanna-kruppe/chacha8rand" [package.metadata.docsrs] features = ["rand_core_0_6"] targets = [] [lib] name = "chacha8rand" path = "src/lib.rs" [dependencies.arrayref] version = "0.3.9" [dependencies.rand_core] version = "0.6.4" optional = true default-features = false [dev-dependencies.getrandom] version = "0.2.15" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.uuid] version = "1.10.0" [features] default = [] rand_core_0_6 = ["dep:rand_core"] std = [] unstable_internals = []