[package] name = "rand_blake3" version = "1.0.2" edition = "2021" authors = ["Taylor C. Richberger "] description = "rand implementations for blake3 types" license = "MPL-2.0" readme = "README.md" repository = "https://codeberg.org/Taywee/rand_blake3" keywords = [ "no-std", "rand", "rng" ] categories = [ "no-std", "no-std::no-alloc", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies.rand_core] version = "0.6.4" default-features = false [dependencies.load-buffer] version = "1.0.0" default-features = false [dependencies.blake3] version = "1.5.0" default-features = false [dev-dependencies] criterion = "0.5.1" rand_chacha = "0.3.1" rand_pcg = "0.3.1" [dev-dependencies.rand] version = "0.8.5" features = ["std", "small_rng"] [[bench]] name = "comparisons" harness = false