[package] name = "poorentropy" version = "0.1.0" edition = "2021" license = "BSD-2-Clause" authors = ["Andrea Corbellini "] description = "Low-quality entropy generator for `no_std` crates" repository = "https://github.com/andreacorbellini/poorentropy" keywords = ["entropy", "random", "no-std"] categories = ["algorithms", "no-std"] [dependencies] [dev-dependencies] rand = { version = "0.8.5", default-features = false, features = ["small_rng"] }