rand_hash 0.1.1

Cryptographically-secure pseudo-random generator based on cryptographic hash function
Documentation
# 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_hash"
version = "0.1.1"
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cryptographically-secure pseudo-random generator based on cryptographic hash function"
readme = "README.md"
keywords = [
    "csprng",
    "random",
    "hash",
    "entropy",
]
categories = [
    "cryptography",
    "no-std",
    "no-std::no-alloc",
]
license = "Apache-2.0"
repository = "https://github.com/LFDT-Lockness/rand_hash"

[lib]
name = "rand_hash"
path = "src/lib.rs"

[dependencies.digest]
version = "0.10"
default-features = false

[dependencies.rand_core]
version = "0.6"
default-features = false

[dependencies.udigest]
version = "0.2"
features = [
    "digest",
    "inline-struct",
]
default-features = false

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rand_dev]
version = "0.1"

[dev-dependencies.sha2]
version = "0.10"
default-features = false

[dev-dependencies.udigest]
version = "0.2"
features = [
    "digest",
    "inline-struct",
    "derive",
]
default-features = false