# 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 = "rand_blake3" version = "1.0.2" authors = ["Taylor C. Richberger "] description = "rand implementations for blake3 types" readme = "README.md" keywords = [ "no-std", "rand", "rng", ] categories = [ "no-std", "no-std::no-alloc", ] license = "MPL-2.0" repository = "https://codeberg.org/Taywee/rand_blake3" [[bench]] name = "comparisons" harness = false [dependencies.blake3] version = "1.5.0" default-features = false [dependencies.load-buffer] version = "1.0.0" default-features = false [dependencies.rand_core] version = "0.6.4" default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" features = [ "std", "small_rng", ] [dev-dependencies.rand_chacha] version = "0.3.1" [dev-dependencies.rand_pcg] version = "0.3.1"