kaput-cli 2.6.0

The unofficial CLI for Put.io
# 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 = "kaput-cli"
version = "2.6.0"
authors = ["David Chalifoux <mail@chalifoux.dev>"]
build = false
exclude = [
    ".gitignore",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The unofficial CLI for Put.io"
homepage = "https://github.com/davidchalifoux/kaput-cli"
readme = "README.md"
keywords = [
    "cli",
    "putio",
    "kaput",
    "upload",
    "download",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/davidchalifoux/kaput-cli"

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

[dependencies.arboard]
version = "3"

[dependencies.base64]
version = "0.22.1"

[dependencies.blake2]
version = "0.10.6"

[dependencies.bytefmt]
version = "0.1.7"

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

[dependencies.confy]
version = "0.6.1"

[dependencies.crossterm]
version = "0.27"

[dependencies.ratatui]
version = "0.26"

[dependencies.reqwest]
version = "0.12.9"
features = [
    "json",
    "blocking",
    "multipart",
    "native-tls-vendored",
]

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

[dependencies.serde_json]
version = "1.0.132"
features = ["std"]

[dependencies.serde_with]
version = "3.11.0"
features = []

[dependencies.tabled]
version = "0.16.0"
features = ["derive"]