quarkpan 0.4.0

Command-line client for Quark Drive based on libquarkpan
# 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 = "quarkpan"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line client for Quark Drive based on libquarkpan"
homepage = "https://github.com/niuhuan/quarkpan-rs"
documentation = "https://docs.rs/quarkpan"
readme = "README.md"
keywords = [
    "quark",
    "quark-drive",
    "cli",
    "upload",
    "download",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://github.com/niuhuan/quarkpan-rs"

[features]
default = ["default-tls"]
default-tls = ["libquarkpan/default-tls"]
native-tls = ["libquarkpan/native-tls"]
native-tls-vendored = ["libquarkpan/native-tls-vendored"]
rustls = ["libquarkpan/rustls"]
rustls-no-provider = ["libquarkpan/rustls-no-provider"]

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.10.1"

[dependencies.chrono]
version = "0.4"
features = ["alloc"]

[dependencies.clap]
version = "4.5.40"
features = [
    "derive",
    "env",
    "wrap_help",
]

[dependencies.directories]
version = "5.0.1"

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

[dependencies.indicatif]
version = "0.17.11"

[dependencies.libquarkpan]
version = "0.4.0"
default-features = false

[dependencies.md5]
version = "0.7.0"

[dependencies.owo-colors]
version = "4.2.2"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha1]
version = "0.10.0"

[dependencies.tokio]
version = "1.45.1"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "rt-multi-thread",
    "signal",
]

[dependencies.tokio-util]
version = "0.7.13"
features = ["io"]

[dependencies.toml]
version = "0.8.22"