rick-cli 0.3.0

A better cURL, written in Rust
[package]
name = "rick-cli"
version = "0.3.0"
edition = "2024"
description = "A better cURL, written in Rust"
license = "MIT"
repository = "https://github.com/beratcano/rick"
homepage = "https://github.com/beratcano/rick"
readme = "README.md"
keywords = ["http", "curl", "cli", "client", "api"]
categories = ["command-line-utilities", "web-programming::http-client"]

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

[dependencies]
clap = { version = "4.5.55", features = ["derive"] }
reqwest = { version = "0.13.1", features = ["blocking"] }
colored = "3"
serde_json = "1"
indicatif = "0.17"
atty = "0.2"