http_req 0.5.1

simple and lightweight HTTP client with built-in HTTPS support
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "http_req"
version = "0.5.1"
authors = ["jayjamesjay"]
description = "simple and lightweight HTTP client with built-in HTTPS support"
readme = "README.md"
keywords = ["http", "client", "request"]
categories = ["web-programming::http-client", "network-programming"]
license = "MIT"
repository = "https://github.com/jayjamesjay/http_req"
[dependencies.native-tls]
version = "^0.2"
optional = true

[dependencies.rustls]
version = "^0.15"
optional = true

[dependencies.unicase]
version = "^2.4"

[dependencies.webpki]
version = "^0.19"
optional = true

[dependencies.webpki-roots]
version = "^0.16"
optional = true

[features]
default = ["native-tls"]
rust-tls = ["rustls", "webpki", "webpki-roots"]
[badges.travis-ci]
repository = "jayjamesjay/http_req"