example = []
[dependencies.chunked_transfer]
version = "1.2.0"
[dependencies.http]
version = "0.2.1"
[dependencies.native-tls]
version = "0.2.4"
[dependencies.rustls]
optional = true
version = "0.18.1"
[dependencies.webpki]
optional = true
version = "0.21.3"
[dependencies.webpki-roots]
optional = true
version = "0.20.0"
[features]
support = ["rustls", "webpki", "webpki-roots"]
[package]
authors = ["Icelk"]
categories = ["web-programming::http-client"]
description = "A small library used for making HTTP requests. It interacts with native-tls to be as small as possible, as it is used in small CLI's"
edition = "2018"
keywords = ["utility", "network", "http", "request"]
license = "MIT"
name = "tinyquest"
readme = "README.md"
repository = "https://github.com/Iselk/LIM/tree/master/tinyquest"
version = "0.2.0"