forked from shssoichiro/zxcvbn-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lia
committed
Mar 5, 2024
1 parent
2f95556
commit bee3b9d
Showing
1 changed file
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
[package] | ||
authors = [ | ||
"Josh Holmer <[email protected]>", | ||
"Lia an Haack <[email protected]>, Fabian Odenthal <[email protected]>", | ||
"Lia an Haack <[email protected]>", | ||
"Fabian Odenthal <[email protected]>", | ||
] | ||
description = "An entropy-based password strength estimator, originally for Javascript by Dropbox." | ||
documentation = "https://docs.rs/yxcvbn" | ||
homepage = "https://identeco.de/en/" | ||
homepage = "https://identeco.de/" | ||
license = "MIT" | ||
name = "yxcvbn" | ||
repository = "https://github.com/Identeco/yxcvbn" | ||
|
@@ -14,7 +15,7 @@ edition = "2021" | |
rust-version = "1.63" | ||
|
||
[badges] | ||
maintenance = { status = "passively-maintained" } | ||
maintenance = { status = "actively-developed" } | ||
|
||
[dependencies] | ||
derive_builder = { version = "0.20.0", optional = true } | ||
|