rocket 0.4.2

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.4.2"
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/v0.4/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.atty]
version = "0.2"

[dependencies.base64]
version = "0.10"

[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2"

[dependencies.num_cpus]
version = "1.0"

[dependencies.pear]
version = "0.1"

[dependencies.rocket_codegen]
version = "0.4.2"

[dependencies.rocket_http]
version = "0.4.2"

[dependencies.state]
version = "0.4.1"

[dependencies.time]
version = "0.1"

[dependencies.toml]
version = "0.4.7"

[dependencies.yansi]
version = "0.5"
[build-dependencies.version_check]
version = "0.9.1"

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

[features]
default = ["private-cookies"]
private-cookies = ["rocket_http/private-cookies"]
tls = ["rocket_http/tls"]