[package]
name = "kaput-cli"
version = "2.1.0"
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.6", features = ["derive"] }
confy = "0.5.1"
serde = { version = "1.0.189", features = ["derive"] }
reqwest = { version = "0.11.22", features = ["json", "blocking", "multipart"] }
tabled = { version = "0.14.0", features = ["derive"] }
bytefmt = "0.1.7"
[[bin]]
name = "kaput"
path = "src/main.rs"