25 lines
518 B
TOML
25 lines
518 B
TOML
[package]
|
|
authors = ["Arne Keller <arne.keller01@yahoo.de>"]
|
|
categories = ["command-line-utilities"]
|
|
description = "A untypable password generator"
|
|
keywords = [
|
|
"password",
|
|
"generator",
|
|
"unicode",
|
|
]
|
|
license = "GPL-3.0"
|
|
name = "pwgenr"
|
|
readme = "README.md"
|
|
repository = "https://gitlab.com/Sakuhl/pwgenr/"
|
|
version = "0.3.0"
|
|
|
|
[dependencies]
|
|
clap = { version = "2.32", default-features = false }
|
|
lazy_static = "1.1"
|
|
rand = "0.5.5"
|
|
unichars = "^0.0"
|
|
|
|
[dev-dependencies]
|
|
find_folder = "0.3"
|
|
lazy_static = "1.1"
|