hur 0.1.0

CLI HTTP requests, nothing more complicated than that.
Documentation
[dependencies.clap]
features = ["cargo"]
version = "3.0.14"

[dependencies.log]
version = "0.4"

[dependencies.native-tls]
version = "0.2"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0.68"

[dependencies.url]
version = "2.2.2"
[dev-dependencies.httptest]
version = "0.15.4"

[package]
authors = ["vkstrm <mongomoves@gmail.com>"]
categories = ["command-line-utilities"]
description = "CLI HTTP requests, nothing more complicated than that."
edition = "2018"
homepage = "https://github.com/vkstrm/hur"
keywords = ["cli", "http"]
license = "MIT"
name = "hur"
readme = "README.md"
repository = "https://github.com/vkstrm/hur"
version = "0.1.0"
[profile.release]
strip = true