mediafire_rs 0.2.1

Downloads files and folders from mediafire
# 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 = "2024"
name = "mediafire_rs"
version = "0.2.1"
authors = ["NicKoehler <grillinicola@proton.me"]
build = false
autolib = 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"

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

[dependencies.anyhow]
version = "1.0.100"

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

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

[dependencies.colored]
version = "3.1.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.md5]
version = "0.8.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "native-tls",
    "stream",
    "gzip",
    "socks",
    "http2",
]
default-features = false

[dependencies.ring]
version = "0.17.14"

[dependencies.scraper]
version = "0.25.0"

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

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

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