fast-down-cli 2.7.4

超级快的下载器命令行界面
# 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 = "fast-down-cli"
version = "2.7.4"
authors = ["share121 <2854631158@qq.com>"]
build = false
exclude = ["/.github"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "超级快的下载器命令行界面"
homepage = "https://github.com/fast-down/cli"
documentation = "https://docs.rs/fast-down-cli"
readme = "README.md"
keywords = [
    "concurrency",
    "downloader",
    "parallel",
    "performance",
    "thread",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/fast-down/cli"

[package.metadata.i18n]
available-locales = [
    "en",
    "zh-TW",
    "zh-CN",
]
default-locale = "en"

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

[dependencies.bitcode]
version = "0.6.9"

[dependencies.bytes]
version = "1.11.1"

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

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.fast-down]
version = "3.8.1"
features = ["utils"]
default-features = false

[dependencies.fs4]
version = "0.13.1"

[dependencies.futures]
version = "0.3.32"

[dependencies.mimalloc]
version = "0.1.48"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "default-tls",
    "brotli",
    "deflate",
    "gzip",
    "http2",
    "socks",
    "system-proxy",
    "zstd",
]
default-features = false

[dependencies.rusqlite]
version = "0.38.0"
features = ["bundled"]

[dependencies.rust-i18n]
version = "3.1.5"

[dependencies.sanitize-filename]
version = "0.6.0"

[dependencies.soft-canonicalize]
version = "0.5.4"
features = ["dunce"]

[dependencies.sys-locale]
version = "0.3.2"

[dependencies.tokio]
version = "1.49.0"
features = [
    "io-std",
    "macros",
    "rt-multi-thread",
    "signal",
]
default-features = false

[dependencies.tokio-util]
version = "0.7.18"

[dependencies.url]
version = "2.5.8"

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