actix 0.3.2

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

[lib]
name = "actix"
path = "src/lib.rs"
[dependencies.crossbeam]
version = "0.3"

[dependencies.futures]
version = "0.1"

[dependencies.libc]
version = "0.2"
optional = true

[dependencies.log]
version = "0.3"

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

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

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

[dependencies.uuid]
version = "0.5"
features = ["v4"]
[dev-dependencies.skeptic]
version = "0.13"
[build-dependencies.skeptic]
version = "0.13"

[features]
default = []
dns = ["libc"]
signal = ["tokio-signal", "libc"]
[badges.appveyor]
repository = "actix/actix"

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

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