genpass3 1.1.0

A CLI tool to quickly create secure passwords.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "genpass3"
version = "1.1.0"
edition = "2021"
license = "MIT"
description = "A CLI tool to quickly create secure passwords."
repository = "https://github.com/nico-castell/genpass3"
documentation = "https://docs.rs/genpass3/latest/"
homepage = "https://github.com/nico-castell/genpass3"
keywords = ["password", "security", "cli", "random"]
categories = ["command-line-utilities"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]