harp 0.1.0

Minimalist Rust HTTP toolkit (client-only).
Documentation
[dependencies.slog]
optional = true
version = "2"

[features]
alloc = []
default = ["std"]
logger = ["slog", "std"]
std = ["alloc"]

[package]
authors = ["Tony Arcieri <tony@iqlusion.io>"]
categories = ["network-programming", "no-std", "web-programming::http-client"]
description = "Minimalist Rust HTTP toolkit (client-only)."
edition = "2018"
homepage = "https://github.com/iqlusioninc/crates/"
keywords = ["api", "client", "http", "rest", "web"]
license = "Apache-2.0"
name = "harp"
readme = "README.md"
repository = "https://github.com/iqlusioninc/crates/tree/develop/harp"
version = "0.1.0"