adv_random 2.1.1

Create random numbers, passwords, or strings based on rules
Documentation
[dependencies.once_cell]
version = "^1.17"

[dependencies.rand]
optional = true
version = "^0"

[features]
default = ["rand"]
rand = ["dep:rand"]

[lib]
crate-type = ["lib", "cdylib"]
name = "adv_random"
path = "src/lib.rs"

[package]
authors = ["Mark Davis <markeyd83@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Create random numbers, passwords, or strings based on rules"
edition = "2021"
keywords = ["rand", "random", "rule", "string", "password"]
license = "MIT OR Apache-2.0"
name = "adv_random"
readme = "README.md"
repository = "https://github.com/mdavisJr/adv_random"
version = "2.1.1"