rand_sfc 0.2.0

Sfc32 and Sfc64 random number generators
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.85"
name = "rand_sfc"
version = "0.2.0"
authors = ["The Rand Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sfc32 and Sfc64 random number generators"
homepage = "https://rust-random.github.io/book"
documentation = "https://docs.rs/rand_sfc"
readme = "README.md"
keywords = [
    "random",
    "rng",
]
categories = [
    "algorithms",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-random/rngs"
resolver = "2"

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

[features]
serde = ["dep:serde"]

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

[dependencies.rand_core]
version = "0.10.0"

[dependencies.serde]
version = "1.0.118"
features = ["derive"]
optional = true
default-features = false