# 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 = "2021" rust-version = "1.69" name = "product-os-random" version = "0.0.20" authors = ["Jeremy de Oliveira-Kumar "] build = false exclude = [] include = [] autobins = false autoexamples = false autotests = false autobenches = false 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." readme = "readme.md" keywords = ["product-os"] categories = [] license = "AGPL-3.0-only" resolver = "2" [lib] name = "product_os_random" path = "src/lib.rs" [dependencies.getrandom] version = "0.2.11" features = [] optional = true default-features = false [dependencies.inflections] version = "1.1.1" features = [] optional = true default-features = false [dependencies.no-std-compat] version = "0.4.1" features = ["alloc"] optional = false [dependencies.rand] version = "0.8.5" features = [] optional = true default-features = false [dependencies.spin] version = "0.9.8" features = [] optional = true default-features = false [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 = []