# 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 = "hibp_downloader" version = "1.0.3" authors = ["Jonathan Underwood "] description = "A CLI app for downloading and/or sorting HaveIBeenPwned password hashes." homepage = "https://github.com/junderw/hibp_downloader" documentation = "https://docs.rs/hibp_downloader" readme = "README.md" license = "MIT" repository = "https://github.com/junderw/hibp_downloader" [dependencies.anyhow] version = "1.0.75" [dependencies.byteorder] version = "1.5.0" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.extsort] version = "0.4.2" [dependencies.indicatif] version = "0.17.7" [dependencies.reqwest] version = "0.11.22" features = ["rustls-tls"] default-features = false [dependencies.tokio] version = "1" features = [ "fs", "io-util", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-indicatif] version = "0.3.5" [dependencies.tracing-log] version = "0.1.4" [dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"]