[dependencies.getrandom]
default-features = false
features = []
optional = true
version = "0.2.11"
[dependencies.inflections]
default-features = false
features = []
optional = true
version = "1.1.1"
[dependencies.no-std-compat]
features = ["alloc"]
optional = false
version = "0.4.1"
[dependencies.rand]
default-features = false
features = []
optional = true
version = "0.8.5"
[dependencies.spin]
default-features = false
features = []
optional = true
version = "0.9.8"
[features]
adjectives = []
all = ["default", "constrained", "custom"]
constrained = ["rand/alloc"]
custom = ["getrandom/custom", "spin/spin_mutex", "spin/mutex", "rand/alloc"]
default = ["no-std-compat/std", "rand/std", "rand/std_rng", "rand/getrandom"]
first_names = ["inflections"]
last_names = ["inflections"]
names = []
nouns = []
words = []
[lib]
name = "product_os_random"
path = "src/lib.rs"
[package]
authors = ["Jeremy de Oliveira-Kumar <eremyj@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = []
description = "Product OS : Random provides a suite of random generator tools for different contexts. This includes random text, number and key generators including crypotgraphically secure random generation."
edition = "2021"
exclude = []
include = []
keywords = ["product-os"]
license = "AGPL-3.0-only"
name = "product-os-random"
readme = "readme.md"
resolver = "2"
rust-version = "1.69"
version = "0.0.20"