actix-web 1.0.0-alpha.2

Actix web is a simple, pragmatic and extremely fast web framework for Rust.
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]
edition = "2018"
name = "actix-web"
version = "1.0.0-alpha.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
description = "Actix web is a simple, pragmatic and extremely fast web framework for Rust."
homepage = "https://actix.rs"
documentation = "https://docs.rs/actix-web/"
readme = "README.md"
keywords = ["actix", "http", "web", "framework", "async"]
categories = ["network-programming", "asynchronous", "web-programming::http-server", "web-programming::websocket"]
license = "MIT/Apache-2.0"
repository = "https://github.com/actix/actix-web.git"
[package.metadata.docs.rs]
features = ["ssl", "tls", "brotli", "flate2-zlib", "secure-cookies", "client", "rust-tls"]
[profile.release]
opt-level = 3
lto = true
codegen-units = 1

[lib]
name = "actix_web"
path = "src/lib.rs"
[dependencies.actix-codec]
version = "0.1.1"

[dependencies.actix-http]
version = "0.1.0-alpha.2"
features = ["fail"]

[dependencies.actix-router]
version = "0.1.0"

[dependencies.actix-rt]
version = "0.2.2"

[dependencies.actix-server]
version = "0.4.1"

[dependencies.actix-server-config]
version = "0.1.0"

[dependencies.actix-service]
version = "0.3.4"

[dependencies.actix-threadpool]
version = "0.1.0"

[dependencies.actix-utils]
version = "0.3.4"

[dependencies.actix-web-codegen]
version = "0.1.0-alpha.1"

[dependencies.awc]
version = "0.1.0-alpha.2"
optional = true

[dependencies.bytes]
version = "0.4"

[dependencies.derive_more]
version = "0.14"

[dependencies.encoding]
version = "0.2"

[dependencies.futures]
version = "0.1"

[dependencies.hashbrown]
version = "0.1.8"

[dependencies.httparse]
version = "1.3"

[dependencies.log]
version = "0.4"

[dependencies.mime]
version = "0.3"

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

[dependencies.net2]
version = "0.2.33"

[dependencies.openssl]
version = "0.10"
optional = true

[dependencies.parking_lot]
version = "0.7"

[dependencies.regex]
version = "1.0"

[dependencies.rustls]
version = "^0.15"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "^0.5.3"

[dependencies.time]
version = "0.1"

[dependencies.url]
version = "1.7"
features = ["query_encoding"]
[dev-dependencies.actix-http]
version = "0.1.0-alpha.2"
features = ["ssl", "brotli", "flate2-zlib"]

[dev-dependencies.actix-http-test]
version = "0.1.0-alpha.2"
features = ["ssl"]

[dev-dependencies.brotli2]
version = "0.3.2"

[dev-dependencies.env_logger]
version = "0.6"

[dev-dependencies.flate2]
version = "1.0.2"

[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.serde_derive]
version = "1.0"

[dev-dependencies.tokio-timer]
version = "0.2.8"

[features]
brotli = ["actix-http/brotli"]
client = ["awc"]
default = ["brotli", "flate2-zlib", "secure-cookies", "client"]
flate2-rust = ["actix-http/flate2-rust"]
flate2-zlib = ["actix-http/flate2-zlib"]
rust-tls = ["rustls", "actix-server/rust-tls"]
secure-cookies = ["actix-http/secure-cookies"]
ssl = ["openssl", "actix-server/ssl", "awc/ssl"]
tls = ["native-tls", "actix-server/ssl"]
[badges.codecov]
branch = "master"
repository = "actix/actix-web"
service = "github"

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