rdrand 0.9.0

An implementation of random number generator based on rdrand and rdseed instructions
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.86.0"
name = "rdrand"
version = "0.9.0"
authors = ["Simonas Kazlauskas <rdrand@kazlauskas.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of random number generator based on rdrand and rdseed instructions"
documentation = "https://docs.rs/rdrand/0.8.2/"
readme = false
keywords = [
    "rand",
    "rdrand",
    "rdseed",
    "random",
]
license = "ISC"
repository = "https://github.com/nagisa/rust_rdrand/"

[features]
std = []

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

[[bench]]
name = "rdrand"
path = "benches/rdrand.rs"
harness = false

[dependencies.rand_core]
version = "0.10"
default-features = false

[dev-dependencies.criterion]
version = "0.8"

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

[target.'cfg(target_os = "openbsd")'.dependencies.libc]
version = "0.2.185"