# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.63" name = "zxcvbn" version = "3.1.0" authors = ["Josh Holmer "] description = "An entropy-based password strength estimator, originally for Javascript by Dropbox." homepage = "https://github.com/shssoichiro/zxcvbn-rs" documentation = "https://docs.rs/zxcvbn" readme = "README.md" license = "MIT" repository = "https://github.com/shssoichiro/zxcvbn-rs" [profile.test] opt-level = 2 [[bench]] name = "zxcvbn" harness = false [[bench]] name = "zxcvbn_unicode" harness = false [dependencies.derive_builder] version = "0.20" optional = true [dependencies.fancy-regex] version = "0.13" [dependencies.itertools] version = "0.13" [dependencies.lazy_static] version = "1.3" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.time] version = "0.3" [dev-dependencies.quickcheck] version = "1.0.0" [dev-dependencies.serde_json] version = "1" [features] builder = ["derive_builder"] custom_wasm_env = [] default = ["builder"] ser = ["serde"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.criterion] version = "0.5" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.serde_json] version = "1" [target."cfg(target_arch = \"wasm32\")".dependencies.chrono] version = "0.4.38" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["Performance"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.criterion] version = "0.5" default-features = false [target."cfg(target_arch = \"wasm32\")".dev-dependencies.getrandom] version = "0.2" features = ["js"] [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3" [badges.maintenance] status = "passively-maintained"