rocket 0.3.13

Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
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"
version = "0.3.13"
authors = ["Sergio Benitez <sb@sergio.bz>"]
build = "build.rs"
description = "Web framework for nightly with a focus on ease-of-use, expressibility, and speed.\n"
homepage = "https://rocket.rs"
documentation = "https://api.rocket.rs/rocket/"
readme = "../README.md"
keywords = ["rocket", "web", "framework", "server"]
categories = ["web-programming::http-server"]
license = "MIT/Apache-2.0"
repository = "https://github.com/SergioBenitez/Rocket"
[package.metadata.docs.rs]
all-features = true
[dependencies.base64]
version = "0.9"

[dependencies.cookie]
version = "0.9.1"
features = ["percent-encode", "secure"]

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

[dependencies.hyper-sync-rustls]
version = "0.1"
features = ["server"]
optional = true

[dependencies.isatty]
version = "0.1"

[dependencies.log]
version = "0.3"

[dependencies.memchr]
version = "2"

[dependencies.num_cpus]
version = "1.0"

[dependencies.ordermap]
version = "0.2"

[dependencies.pear]
version = "0.0"

[dependencies.pear_codegen]
version = "0.0"

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

[dependencies.smallvec]
version = "0.6"

[dependencies.state]
version = "0.4.1"

[dependencies.time]
version = "0.1"

[dependencies.toml]
version = "0.4.2"

[dependencies.url]
version = "1"

[dependencies.yansi]
version = "0.4"
[dev-dependencies.lazy_static]
version = "0.2"
[build-dependencies.version_check]
version = "0.1.3"

[build-dependencies.yansi]
version = "0.4"

[features]
tls = ["rustls", "hyper-sync-rustls"]