[dependencies.rand_core]
default-features = false
version = "0.9"
[dependencies.rand_core_06]
default-features = false
package = "rand_core"
version = "0.6"
[dev-dependencies.rand]
version = "0.9"
[dev-dependencies.rand_core]
default-features = true
version = "0.9"
[features]
default = ["std"]
std = ["rand_core_06/std", "rand_core/std"]
[lib]
name = "rand06_compat"
path = "src/lib.rs"
[package]
authors = ["TLSNotary Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Compatibility wrapper between `rand_core` 0.6 and 0.9"
edition = "2024"
keywords = ["rand_core", "rand", "compat", "compatibility"]
license = "MIT OR Apache-2.0"
name = "rand06-compat"
readme = "README.md"
repository = "https://github.com/tlsnotary/tlsn-utils"
resolver = "1"
version = "0.1.0"