kptui 0.21.0

TUI password manager for KeePass vaults
# cargo-deny configuration
# https://embarkstudios.github.io/cargo-deny/

[advisories]
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]

[licenses]
allow = [
	"GPL-3.0-or-later",
	"MIT",
	"Apache-2.0",
#	"0BSD",
#	"BSD-2-Clause",
	"BSD-3-Clause",
#	"ISC",
	"Zlib",
#	"MPL-2.0",
	"Unicode-3.0",
#	"CC0-1.0",
	"BSL-1.0",
#	"CDLA-Permissive-2.0",
]
confidence-threshold = 0.8

[bans]
multiple-versions = "warn"
wildcards = "allow"
highlight = "all"

[sources]
unknown-registry = "deny"
unknown-git = "warn"