[package]
name = "kaput-cli"
version = "2.2.1"
edition = "2021"
authors = ["David Chalifoux <mail@chalifoux.dev>"]
license = "MIT"
description = "The unofficial CLI for Put.io"
readme = "README.md"
homepage = "https://github.com/davidchalifoux/kaput-cli"
repository = "https://github.com/davidchalifoux/kaput-cli"
keywords = ["cli", "putio", "kaput", "upload", "download"]
categories = ["command-line-utilities"]
exclude = [".gitignore", ".github/*"]
[dependencies]
clap = { version = "4.4.18", features = ["derive"] }
confy = "0.6.0"
serde = { version = "1.0.195", features = ["derive"] }
reqwest = { version = "0.11.23", features = ["json", "blocking", "multipart", "native-tls-vendored"] }
tabled = { version = "0.15.0", features = ["derive"] }
bytefmt = "0.1.7"
serde_json = { version = "1.0.111", features = ["std"] }
serde_with = { version = "3.5.1", features = [] }
[[bin]]
name = "kaput"
path = "src/main.rs"