quartz-cli 0.1.3

The way to design and test Rest APIs through the command-line
[[bin]]
name = "quartz"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.2.7"

[dependencies.colored]
version = "2.0.0"

[dependencies.hyper]
features = ["full"]
version = "0.14"

[dependencies.serde]
features = ["derive"]
version = "1.0.163"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.toml]
version = "0.7.3"

[package]
categories = ["command-line-utilities"]
description = "The way to design and test Rest APIs through the command-line"
edition = "2021"
homepage = "https://github.com/EduardoRodriguesF/quartz"
keywords = ["cli", "api", "http-client", "curl"]
license = "GPL-3.0"
name = "quartz-cli"
readme = "README.md"
repository = "https://github.com/EduardoRodriguesF/quartz"
version = "0.1.3"