actix 0.9.0

Actor framework for Rust
Documentation
[badges.appveyor]
repository = "actix/actix"

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

[badges.travis-ci]
branch = "master"
repository = "actix/actix"
[dependencies.actix-http]
optional = true
version = "1.0.1"

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

[dependencies.actix_derive]
version = "0.5"

[dependencies.bitflags]
version = "1.2"

[dependencies.bytes]
version = "0.5.3"

[dependencies.crossbeam-channel]
version = "0.4"

[dependencies.derive_more]
version = "0.99.2"

[dependencies.futures]
version = "0.3.1"

[dependencies.lazy_static]
version = "1.4"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.10"

[dependencies.pin-project]
version = "0.4.6"

[dependencies.smallvec]
version = "1.0"

[dependencies.tokio]
default-features = false
features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "sync"]
version = "0.2.6"

[dependencies.tokio-util]
features = ["full"]
version = "0.2"

[dependencies.trust-dns-proto]
default-features = false
optional = true
version = "=0.18.0-alpha.2"

[dependencies.trust-dns-resolver]
default-features = false
optional = true
version = "=0.18.0-alpha.2"
[dev-dependencies.doc-comment]
version = "0.3"

[features]
default = ["resolver", "http"]
http = ["actix-http"]
mailbox_assert = []
resolver = ["trust-dns-proto", "trust-dns-resolver"]

[lib]
name = "actix"
path = "src/lib.rs"

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
categories = ["network-programming", "asynchronous"]
description = "Actor framework for Rust"
documentation = "https://docs.rs/actix/"
edition = "2018"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
homepage = "https://actix.rs"
keywords = ["actor", "futures", "actix", "async", "tokio"]
license = "MIT/Apache-2.0"
name = "actix"
readme = "README.md"
repository = "https://github.com/actix/actix.git"
version = "0.9.0"
[profile.release]
codegen-units = 1
lto = true
opt-level = 3