# 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 = "poorentropy" version = "0.1.0" authors = ["Andrea Corbellini "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low-quality entropy generator for `no_std` crates" readme = "README.md" keywords = [ "entropy", "random", "no-std", ] categories = [ "algorithms", "no-std", ] license = "BSD-2-Clause" repository = "https://github.com/andreacorbellini/poorentropy" [lib] name = "poorentropy" path = "src/lib.rs" [dependencies] [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] default-features = false