actix-rt 2.7.0

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

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

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

[features]
default = ["macros"]
io-uring = ["tokio-uring"]
macros = ["actix-macros"]

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

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>", "fakeshadow <24548779@qq.com>"]
categories = ["network-programming", "asynchronous"]
description = "Tokio-based single-threaded async runtime for the Actix ecosystem"
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.7.0"
[target."cfg(target_os = \"linux\")".dependencies.tokio-uring]
optional = true
version = "0.3"