actix-rt 1.0.0

Actix runtime
Documentation
[dependencies.actix-macros]
version = "0.1.0"

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

[dependencies.copyless]
version = "0.1.4"

[dependencies.futures]
version = "0.3.1"

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

[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"
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 = "1.0.0"