actix-rt 0.2.6

Actix runtime
Documentation
[dependencies.actix-threadpool]
version = "0.1.1"

[dependencies.copyless]
version = "0.1.4"

[dependencies.futures]
version = "0.1.25"

[dependencies.tokio-current-thread]
version = "0.1"

[dependencies.tokio-executor]
version = "0.1.5"

[dependencies.tokio-reactor]
version = "0.1.7"

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

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

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
categories = ["network-programming", "asynchronous"]
description = "Actix runtime"
documentation = "https://docs.rs/actix-rt/"
edition = "2018"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
homepage = "https://actix.rs"
keywords = ["network", "framework", "async", "futures"]
license = "MIT/Apache-2.0"
name = "actix-rt"
repository = "https://github.com/actix/actix-net.git"
version = "0.2.6"