# 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 = "mediafire_rs"
version = "0.1.5"
authors = ["NicKoehler <grillinicola@proton.me"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Downloads files and folders from mediafire"
homepage = "https://github.com/NicKoehler/mediafire_rs"
readme = "README.md"
keywords = [
    "cli",
    "mediafire",
    "files",
    "folders",
    "download",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/NicKoehler/mediafire_rs"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"

[[bin]]
name = "mdrs"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.80"

[dependencies.async-recursion]
version = "1.0.5"

[dependencies.clap]
version = "4.5.20"
features = ["cargo"]

[dependencies.deadqueue]
version = "0.2.4"

[dependencies.futures]
version = "0.3.30"

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.17.8"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.regex]
version = "1.10.3"

[dependencies.reqwest]
version = "0.12.8"
features = [
    "stream",
    "json",
    "gzip",
    "native-tls-alpn",
]

[dependencies.ring]
version = "0.17.8"

[dependencies.scraper]
version = "0.19.0"

[dependencies.serde]
version = "1.0.211"
features = ["serde_derive"]

[dependencies.tokio]
version = "1.41.0"
features = ["full"]