actix-web 0.2.1

Actix web framework
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 = "actix-web"
version = "0.2.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
build = "build.rs"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Actix web framework"
homepage = "https://github.com/actix/actix-web"
documentation = "https://docs.rs/actix-web/"
readme = "README.md"
keywords = ["actor", "http", "web"]
categories = ["network-programming", "asynchronous"]
license = "Apache-2.0"
repository = "https://github.com/actix/actix-web.git"
[profile.release]
opt-level = 3
lto = true
debug = true

[lib]
name = "actix_web"
path = "src/lib.rs"
[dependencies.actix]
version = ">=0.3.1"
features = []
default-features = false

[dependencies.bytes]
version = "0.4"

[dependencies.cookie]
version = "0.10"
features = ["percent-encode"]

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1"

[dependencies.http-range]
version = "0.1"

[dependencies.httparse]
version = "0.1"

[dependencies.log]
version = "0.3"

[dependencies.mime]
version = "0.3"

[dependencies.mime_guess]
version = "1.8"

[dependencies.native-tls]
version = "0.1"
optional = true

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

[dependencies.regex]
version = "0.2"

[dependencies.sha1]
version = "0.2"

[dependencies.time]
version = "0.1"

[dependencies.tokio-core]
version = "0.1"

[dependencies.tokio-io]
version = "0.1"

[dependencies.tokio-tls]
version = "0.1"
optional = true

[dependencies.url]
version = "1.5"
[dev-dependencies.env_logger]
version = "0.4"

[dev-dependencies.reqwest]
version = "0.8"

[dev-dependencies.skeptic]
version = "0.13"
[build-dependencies.skeptic]
version = "0.13"

[features]
default = []
tls = ["native-tls", "tokio-tls"]
[badges.appveyor]
repository = "fafhrd91/actix-web-hdy9d"

[badges.codecov]
branch = "master"
repository = "actix/actix-web"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "actix/actix-web"