kaput-cli 2.2.0

The unofficial CLI for Put.io
[[bin]]
name = "kaput"
path = "src/main.rs"
[dependencies.bytefmt]
version = "0.1.7"

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

[dependencies.confy]
version = "0.6.0"

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

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

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

[package]
authors = ["David Chalifoux <mail@chalifoux.dev>"]
categories = ["command-line-utilities"]
description = "The unofficial CLI for Put.io"
edition = "2021"
exclude = [".gitignore", ".github/*"]
homepage = "https://github.com/davidchalifoux/kaput-cli"
keywords = ["cli", "putio", "kaput", "upload", "download"]
license = "MIT"
name = "kaput-cli"
readme = "README.md"
repository = "https://github.com/davidchalifoux/kaput-cli"
version = "2.2.0"