passgen-lib 1.3.0

Library for generating cryptographically secure passwords/tokens and other sets and sequences with password strength validation and multilingual support.
Documentation
[dependencies.rand]
version = "0.9.1"

[dependencies.rand_hc]
version = "0.4.0"

[dependencies.rand_isaac]
version = "0.4.0"

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

[package]
authors = ["Mamontov Konstantin <k@mamont.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "cryptography"]
description = "Library for generating cryptographically secure passwords/tokens and other sets and sequences with password strength validation and multilingual support."
edition = "2024"
exclude = [".*"]
homepage = "https://passgen.mamont.xyz"
keywords = ["generator", "password", "token", "crypto-resistant", "library"]
license = "MIT"
name = "passgen-lib"
readme = "README.md"
repository = "https://github.com/mammothcoding/passgen-lib"
rust-version = "1.91.1"
version = "1.3.0"