rand_dev 0.3.0

Reproducible randomness source for tests
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"
name = "rand_dev"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reproducible randomness source for tests"
readme = "README.md"
keywords = [
    "tests",
    "reproducibility",
    "rand",
]
categories = [
    "development-tools",
    "development-tools::debugging",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/survived/rand_dev"

[features]
default = []
rand-v010 = ["dep:rand"]

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

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies.const-hex]
version = "1"
features = ["alloc"]
default-features = false

[dependencies.getrandom]
version = "0.4.2"
features = ["sys_rng"]
default-features = false

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

[dependencies.rand_chacha]
version = "0.10"

[dependencies.rand_core]
version = "0.10"

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