rocket_http 0.4.2

Types, traits, and parsers for HTTP requests, responses, and headers.
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]
name = "rocket_http"
version = "0.4.2"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "Types, traits, and parsers for HTTP requests, responses, and headers.\n"
homepage = "https://rocket.rs"
documentation = "https://api.rocket.rs/v0.4/rocket_http/"
readme = "../../README.md"
keywords = ["rocket", "web", "framework", "http"]
categories = ["web-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/SergioBenitez/Rocket"
[dependencies.cookie]
version = "0.11"
features = ["percent-encode"]

[dependencies.hyper]
version = "0.10.13"
default-features = false

[dependencies.hyper-sync-rustls]
version = "=0.3.0-rc.4"
features = ["server"]
optional = true

[dependencies.indexmap]
version = "1.0"

[dependencies.pear]
version = "0.1"

[dependencies.percent-encoding]
version = "1"

[dependencies.rustls]
version = "0.14"
optional = true

[dependencies.smallvec]
version = "0.6"

[dependencies.state]
version = "0.4"

[dependencies.time]
version = "0.1"

[dependencies.unicode-xid]
version = "0.1"

[features]
default = []
private-cookies = ["cookie/secure"]
tls = ["rustls", "hyper-sync-rustls"]