deep_causality_rand 0.1.13

Random number utils for for deep_causality crate.
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 = "2024"
rust-version = "1.90.0"
name = "deep_causality_rand"
version = "0.1.13"
authors = ["Marvin Hansen <marvin.hansen@gmail.com>"]
build = false
exclude = [
    "*.bazel",
    "*/*.bazel",
    "*.bazel.*",
    "BUILD",
    "BUILD.bazel",
    "MODULE.bazel",
    ".bazelignore",
    ".bazelrc",
    "tests/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Random number utils for for deep_causality crate."
documentation = "https://docs.rs/deep_causality"
readme = "README.md"
keywords = ["random-numbers"]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/deepcausality/deep_causality.rs"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[features]
aead-random = [
    "chacha20poly1305",
    "zeroize",
    "getrandom",
]
os-random = ["getrandom"]

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

[dependencies.chacha20poly1305]
version = "0.10"
optional = true

[dependencies.deep_causality_num]
version = "0.3.0"

[dependencies.getrandom]
version = "0.4"
optional = true

[dependencies.zeroize]
version = "1.8"
features = ["derive"]
optional = true