vitaminc-random 0.2.0

Secure Random Number Generation. Part of the Vitamin-C cryptographic suite.
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 = "vitaminc-random"
version = "0.2.0"
authors = ["Dan Draper <dan@cipherstash.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Secure Random Number Generation. Part of the Vitamin-C cryptographic suite."
homepage = "https://cipherstash.com"
documentation = "https://docs.rs/vitaminc-random"
readme = "README.md"
keywords = [
    "cryptography",
    "security",
]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/cipherstash/vitaminc"

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

[dependencies.rand]
version = "0.10.1"
features = ["chacha"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.vitaminc-protected]
version = "0.2.0"

[dependencies.vitaminc-random-derives]
version = "0.2.0"

[dependencies.zeroize]
version = "1"
features = ["derive"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.4"
features = ["wasm_js"]