-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathCargo.toml
35 lines (30 loc) · 795 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[package]
name = "genpass"
version = "0.5.27"
authors = ["Cyryl Płotnicki <[email protected]>"]
description = "A simple yet robust commandline random password generator."
repository = "https://git.cyplo.dev/cyplo/genpass.git"
license = "AGPL-3.0"
readme = "README.md"
edition = "2021"
rust-version = "1.56"
build = "build.rs"
[badges]
maintenance = { status = "passively-maintained" }
[dependencies]
bitflags = "1.3"
rand = "0.8"
structopt = "0.3"
eff-wordlist = "1.0"
[dev-dependencies]
proptest = "1"
zxcvbn = "2"
assert_cmd = "2"
predicates = "2"
[dev-dependencies.cargo-husky]
version = "1"
default-features = false
features = ["run-for-all", "prepush-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"]
[build-dependencies.built]
version = "0.5"
features = ["git2", "chrono"]