shuttle-rand 0.8.6

rand wrapper for the Shuttle concurrency testing tool.
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 = "shuttle-rand"
version = "0.8.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rand wrapper for the Shuttle concurrency testing tool."
readme = "README.md"
license = "Apache-2.0"
resolver = "2"

[features]
alloc = [
    "rand-orig/alloc",
    "shuttle-rand-inner?/alloc",
]
default = [
    "rand-orig/default",
    "shuttle-rand-inner?/default",
]
getrandom = [
    "rand-orig/getrandom",
    "shuttle-rand-inner?/getrandom",
]
log = [
    "rand-orig/log",
    "shuttle-rand-inner?/log",
]
min_const_gen = [
    "rand-orig/min_const_gen",
    "shuttle-rand-inner?/min_const_gen",
]
nightly = [
    "rand-orig/nightly",
    "shuttle-rand-inner?/nightly",
]
serde1 = [
    "rand-orig/serde1",
    "shuttle-rand-inner?/serde1",
]
shuttle = [
    "dep:shuttle",
    "dep:shuttle-rand-inner",
]
small_rng = [
    "rand-orig/small_rng",
    "shuttle-rand-inner?/small_rng",
]
std = [
    "rand-orig/std",
    "shuttle-rand-inner?/std",
]
std_rng = [
    "rand-orig/std_rng",
    "shuttle-rand-inner?/std_rng",
]

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

[dependencies.cfg-if]
version = "1.0"

[dependencies.rand-orig]
version = "0.8.6"
package = "rand"

[dependencies.shuttle]
version = "0.9"
optional = true

[dependencies.shuttle-rand-inner]
version = "0.1"
optional = true
package = "shuttle-rand_0_8-inner"