# 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 = "haveibeenpwned-downloader"
version = "0.3.0"
authors = ["Alisa Gorelova <nanopro1g@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "cli tool to download leaked password hashes from haveibeenpwned api."
readme = "README.md"
keywords = [
    "security",
    "password",
    "nist",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/alisa101rs/haveibeenpwned-downloader"

[[bin]]
name = "haveibeenpwned-downloader"
path = "src/main.rs"

[dependencies.bytes]
version = "1.6.0"

[dependencies.clap]
version = "4.5.8"
features = ["derive"]

[dependencies.futures]
version = "0.3.30"

[dependencies.futures-util]
version = "0.3.30"

[dependencies.hex]
version = "0.4.3"

[dependencies.http-body-util]
version = "0.1.2"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.pin-project-lite]
version = "0.2.14"

[dependencies.reqwest]
version = "0.12"
features = [
    "http2",
    "rustls-tls-webpki-roots",
    "macos-system-configuration",
]
default-features = false

[dependencies.stable-eyre]
version = "0.2.2"

[dependencies.tokio]
version = "1.41.1"
features = [
    "sync",
    "rt-multi-thread",
    "fs",
    "macros",
    "io-std",
]

[dependencies.tower]
version = "0.4.13"
features = [
    "retry",
    "util",
]

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
version = "0.3.18"
features = ["env-filter"]