[dependencies.rand_core]
version = "0.9.1"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1.0.217"
[dev-dependencies.rand_core]
features = ["os_rng"]
version = "0.9.1"
[dev-dependencies.serde_json]
version = "1.0.138"
[features]
serde = ["dep:serde"]
[lib]
name = "rand_sfc"
path = "src/lib.rs"
[lints.clippy]
cargo = "warn"
nursery = "warn"
pedantic = "warn"
[lints.rust]
missing_debug_implementations = "deny"
unsafe_code = "forbid"
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1
[package]
authors = ["Shun Sakai <sorairolake@protonmail.ch>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "Chris Doty-Humphrey's SFC PRNGs"
documentation = "https://docs.rs/rand_sfc"
edition = "2021"
include = ["/LICENSES", "/README.md", "/src"]
keywords = ["random", "rng", "sfc"]
license = "Apache-2.0 OR MIT"
name = "rand_sfc"
readme = "README.md"
repository = "https://github.com/sorairolake/sfc-rs"
rust-version = "1.63.0"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true