# 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" name = "zip-password-finder" version = "0.9.2" authors = ["Arnaud Gourlay "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Find the password of protected ZIP files" readme = "README.md" keywords = [ "zip", "archive", "password", "crack", "brute-force", ] categories = ["command-line-interface"] license = "Apache-2.0" repository = "https://github.com/agourlay/zip-password-finder" [profile.bench] debug = 2 [profile.release] lto = "fat" codegen-units = 1 [profile.test] opt-level = 3 [lib] name = "zip_password_finder" path = "src/lib.rs" [[bin]] name = "zip-password-finder" path = "src/main.rs" [[bench]] name = "password_generator" path = "benches/password_generator.rs" harness = false [[bench]] name = "password_reader" path = "benches/password_reader.rs" harness = false [dependencies.ahash] version = "0.8.11" [dependencies.clap] version = "4.5.20" features = ["cargo"] [dependencies.hmac] version = "0.12.1" features = ["reset"] [dependencies.humantime] version = "2.1.0" [dependencies.indicatif] version = "0.17.8" [dependencies.num_cpus] version = "1.16.0" [dependencies.pbkdf2] version = "0.12.2" [dependencies.sha1] version = "0.10.6" [dependencies.thiserror] version = "1.0.65" [dependencies.zip] version = "2.2.0" [dev-dependencies.criterion] version = "0.5.1" features = [ "cargo_bench_support", "html_reports", ] default-features = false