[package] name = "harp" description = "Minimalist Rust HTTP toolkit (client-only)." version = "0.1.0" license = "Apache-2.0" authors = ["Tony Arcieri "] edition = "2018" homepage = "https://github.com/iqlusioninc/crates/" repository = "https://github.com/iqlusioninc/crates/tree/develop/harp" readme = "README.md" categories = ["network-programming", "no-std", "web-programming::http-client"] keywords = ["api", "client", "http", "rest", "web"] [dependencies] slog = { version = "2", optional = true } [features] alloc = [] default = ["std"] logger = ["slog", "std"] std = ["alloc"]