catbox-cli 0.2.0

A simple catbox cli that has progress when uploading!
# 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 = "catbox-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple catbox cli that has progress when uploading!"
homepage = "https://github.com/JustSimplyKyle/catbox-cli"
readme = "README.md"
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/JustSimplyKyle/catbox-cli"

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

[dependencies.argh]
version = "0.1.12"

[dependencies.error_set]
version = "0.8.5"

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

[dependencies.indicatif]
version = "0.17.9"

[dependencies.keyring]
version = "3.6.1"
features = [
    "apple-native",
    "windows-native",
    "sync-secret-service",
]

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.12.9"
features = [
    "native-tls",
    "rustls-tls-native-roots",
    "cookies",
    "multipart",
    "stream",
]

[dependencies.serde_json]
version = "1.0.133"

[dependencies.tl]
version = "0.7.8"

[dependencies.tokio]
version = "1.41.1"
features = [
    "macros",
    "rt-multi-thread",
    "fs",
]

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

[dependencies.url]
version = "2.5.4"
features = ["serde"]