[go: up one dir, main page]

actix-rt 2.0.1

Tokio-based single-threaded async runtime for the Actix ecosystem
Documentation
[dependencies.actix-macros]
optional = true
version = "0.2.0"

[dependencies.futures-core]
default-features = false
version = "0.3"

[dependencies.tokio]
features = ["rt", "net", "parking_lot", "signal", "sync", "time"]
version = "1.2"

[features]
default = ["macros"]
macros = ["actix-macros"]

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

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>"]
categories = ["network-programming", "asynchronous"]
description = "Tokio-based single-threaded async runtime for the Actix ecosystem"
documentation = "https://docs.rs/actix-rt"
edition = "2018"
homepage = "https://actix.rs"
keywords = ["async", "futures", "io", "runtime"]
license = "MIT OR Apache-2.0"
name = "actix-rt"
repository = "https://github.com/actix/actix-net.git"
version = "2.0.1"