[dependencies.actix-macros]
version = "0.1.0"
[dependencies.actix-threadpool]
version = "0.3"
[dependencies.copyless]
version = "0.1.4"
[dependencies.futures-channel]
default-features = false
version = "0.3.4"
[dependencies.futures-util]
default-features = false
features = ["alloc"]
version = "0.3.4"
[dependencies.smallvec]
version = "1"
[dependencies.tokio]
default-features = false
features = ["rt-core", "rt-util", "io-driver", "tcp", "uds", "udp", "time", "signal", "stream"]
version = "0.2.6"
[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.1.1"