actix-web 0.1.0

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.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Actix web framework"
homepage = "https://github.com/actix/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.http-range]
version = "0.1"

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

[dependencies.httparse]
version = "0.1"

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

[dependencies.url]
version = "1.5"

[dependencies.sha1]
version = "0.2"

[dependencies.actix]
version = "0.3"
features = []
default-features = false

[dependencies.http]
version = "0.1"

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

[dependencies.time]
version = "0.1"

[dependencies.slab]
version = "0.4"

[dependencies.futures]
version = "0.1"

[dependencies.mime]
version = "0.3"

[dependencies.regex]
version = "0.2"

[dependencies.log]
version = "0.3"

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

[dependencies.bytes]
version = "0.4"

[dependencies.mime_guess]
version = "1.8"
[dev-dependencies.env_logger]
version = "0.4"

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

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

[badges.appveyor]
repository = "fafhrd91/actix-web-hdy9d"

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