biliget 0.6.4

简单的B站视频下载工具 支持免登录下载B站高清视频
# 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 = "biliget"
version = "0.6.4"
authors = ["lfcypo <lfcypo@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "简单的B站视频下载工具 支持免登录下载B站高清视频"
homepage = "https://github.com/lfcypo/biliget"
readme = "README.md"
keywords = [
    "bilibili",
    "download",
    "cli",
    "video",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/lfcypo/biliget"

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

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

[dependencies.ctrlc]
version = "3.5.1"

[dependencies.fast-down]
version = "3.6.3"

[dependencies.fs4]
version = "0.13.1"

[dependencies.http]
version = "1.4.0"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "query",
]

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

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

[dependencies.url]
version = "2.5.8"

[profile.dev]
opt-level = 0
debug = 2

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