chttp 0.4.0

The practical HTTP client that is fun to use.
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 = "chttp"
version = "0.4.0"
authors = ["Stephen M. Coakley <me@stephencoakley.com>"]
description = "The practical HTTP client that is fun to use."
documentation = "https://docs.rs/chttp/"
readme = "README.md"
keywords = ["http", "request", "client"]
categories = ["web-programming::http-client"]
license = "MIT"
repository = "https://github.com/sagebind/chttp"
[package.metadata.docs.rs]
all-features = true

[[example]]
name = "async"
required-features = ["async-api"]
[dependencies.bytes]
version = "0.4"

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.crossbeam-channel]
version = "0.3"

[dependencies.curl]
version = "0.4"

[dependencies.futures-preview]
version = "0.2.2"

[dependencies.http]
version = "0.1"

[dependencies.json]
version = "0.11"
optional = true

[dependencies.lazy_static]
version = "1"

[dependencies.lazycell]
version = "1.2"

[dependencies.log]
version = "0.4"

[dependencies.psl]
version = "0.4"
optional = true

[dependencies.regex]
version = "1.1"

[dependencies.slab]
version = "0.4"

[dependencies.withers_derive]
version = "0.2"
[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.rayon]
version = "1"

[dev-dependencies.rouille]
version = "3.0"

[features]
async-api = []
cookies = ["chrono"]
default = ["cookies", "http2", "psl"]
http2 = ["curl/http2"]
middleware-api = []
[target."cfg(unix)".dependencies.nix]
version = "0.13"
[badges.maintenance]
status = "actively-developed"