kaput-cli 2.4.2

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.5.10"

[dependencies.confy]
version = "0.6.1"

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

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

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

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

[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.4.2"