pwgenr/Cargo.toml

31 lines
567 B
TOML
Raw Normal View History

2017-01-26 11:58:31 +00:00
[package]
authors = ["FliegendeWurst <2012gdwu@web.de>"]
2018-03-02 13:35:39 +00:00
build = "build.rs"
categories = ["command-line-utilities"]
2017-01-31 13:17:07 +00:00
description = "A untypable password generator"
2018-03-02 13:35:39 +00:00
keywords = [
"password",
"generator",
"unicode",
]
2017-01-26 11:58:31 +00:00
license = "GPL-3.0"
2018-03-02 13:35:39 +00:00
name = "pwgenr"
readme = "README.md"
repository = "https://gitlab.com/Sakuhl/pwgenr/"
version = "0.2.1"
2017-01-26 11:58:31 +00:00
2018-03-02 13:35:39 +00:00
[build-dependencies]
2017-01-26 11:58:31 +00:00
clap = "^2.20"
2018-03-02 13:35:39 +00:00
lazy_static = "1.0"
unichars = "^0.0"
[dependencies]
clap = "2.20"
lazy_static = "1.0"
rand = "0.4"
2017-01-26 11:58:31 +00:00
unichars = "^0.0"
[dev-dependencies]
find_folder = "^0.3"
2018-03-02 13:35:39 +00:00
lazy_static = "1.0"