cufflink-cli 0.6.2

CLI for the Cufflink CRUD microservice platform — deploy, init, and manage services
[package]
name = "cufflink-cli"
version = "0.6.2"
edition = "2021"
description = "CLI for the Cufflink CRUD microservice platform — deploy, init, and manage services"
license = "MIT"
repository = "https://github.com/driftwerk/cufflink"
keywords = ["crud", "microservice", "cli", "deploy"]
categories = ["command-line-utilities", "web-programming"]
readme = "../README.md"

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

[dependencies]
clap = { version = "4", features = ["derive"] }
tokio = { version = "1", features = ["full"] }
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
sha2 = "0.10"
hex = "0.4"
eyre = "0.6"
toml = "0.8"
base64 = "0.22"
urlencoding = "2"
flate2 = "1"
tar = "0.4"