[dependencies.anyhow]
version = "1.0.97"
[dependencies.once_cell]
version = "1.21.3"
[dependencies.rand]
version = "0.9.0"
[dependencies.thiserror]
version = "2.0.12"
[[example]]
name = "random_passwords"
path = "examples/random_passwords.rs"
[lib]
name = "vaultkey"
path = "src/lib.rs"
[package]
authors = ["t1ltxz.gxd? <git@t1ltxz.ninja>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "authentication", "algorithms", "web-programming"]
description = "A secure and customizable password generator library for Rust, designed to create strong, random passwords with various configuration options."
documentation = "https://docs.rs/vaultkey"
edition = "2021"
keywords = ["password", "generator", "security", "random", "vault"]
license = "MIT"
name = "vaultkey"
readme = "README.md"
repository = "https://github.com/t1ltxz-gxd/vaultkey"
rust-version = "1.81.0"
version = "0.1.1"
[package.metadata.git-cliff.git]
commit_parsers = []
conventional_commits = true
filter_commits = false