rust_unique_pass 0.11.0

A CLI tool for generating a strong password.
Documentation
# 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 = "2024"
name = "rust_unique_pass"
version = "0.11.0"
authors = ["Neuron Grid <neuron-grid@neuron-grid.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool for generating a strong password."
documentation = "https://docs.rs/rust_unique_pass"
readme = "README/README_eng.md"
keywords = [
    "passwords",
    "generate",
    "rupass",
    "cli",
    "commandline",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/Neuron-Grid/rust_unique_pass"

[features]
allow-32bit = []

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

[[bin]]
name = "rupass"
path = "src/main.rs"

[[test]]
name = "cli_arg_validation_tests"
path = "tests/cli_arg_validation_tests.rs"

[[test]]
name = "enhanced_rng_tests"
path = "tests/enhanced_rng_tests.rs"

[[test]]
name = "generate_pass_tests"
path = "tests/generate_pass_tests.rs"

[[test]]
name = "i18n_tests"
path = "tests/i18n_tests.rs"

[[test]]
name = "rng_tests"
path = "tests/rng_tests.rs"

[[test]]
name = "secure_memory_tests"
path = "tests/secure_memory_tests.rs"

[[test]]
name = "strength_budget_tests"
path = "tests/strength_budget_tests.rs"

[[test]]
name = "strict_exit_code_tests"
path = "tests/strict_exit_code_tests.rs"

[[test]]
name = "strict_unmet_tests"
path = "tests/strict_unmet_tests.rs"

[[test]]
name = "timing_safe_tests"
path = "tests/timing_safe_tests.rs"

[[test]]
name = "zxcvbn_wrapper_tests"
path = "tests/zxcvbn_wrapper_tests.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.clap]
version = "4.6.0"
features = [
    "std",
    "derive",
    "help",
    "usage",
    "error-context",
    "suggestions",
]
default-features = false

[dependencies.fluent]
version = "0.17.0"

[dependencies.futures]
version = "0.3.32"
features = ["alloc"]
default-features = false

[dependencies.getrandom]
version = "0.4.2"

[dependencies.libc]
version = "0.2.184"

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.rand]
version = "0.10.0"

[dependencies.rust-embed]
version = "8.11.0"
features = ["include-exclude"]

[dependencies.subtle]
version = "2.6.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.51.1"
features = [
    "rt",
    "macros",
    "io-util",
    "io-std",
    "sync",
    "time",
]

[dependencies.unic-langid]
version = "0.9.6"

[dependencies.windows-sys]
version = "0.61.2"

[dependencies.zeroize]
version = "1.8.2"

[dependencies.zeroize_derive]
version = "1.4.3"
optional = true

[dependencies.zxcvbn]
version = "3.1.0"

[dev-dependencies.rand_chacha]
version = "0.10.0"