rick-cli 0.3.0

A better cURL, written in Rust
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[dependencies.atty]
version = "0.2"

[dependencies.clap]
version = "4.5.55"
features = ["derive"]

[dependencies.colored]
version = "3"

[dependencies.indicatif]
version = "0.17"

[dependencies.reqwest]
version = "0.13.1"
features = ["blocking"]

[dependencies.serde_json]
version = "1"