actix-rt 2.10.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.23.1"
[dev-dependencies.tokio]
features = ["full"]
version = "1.23.1"

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

[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"
edition = "2021"
homepage = "https://actix.rs"
keywords = ["async", "futures", "io", "runtime"]
license = "MIT OR Apache-2.0"
name = "actix-rt"
readme = "README.md"
repository = "https://github.com/actix/actix-net"
rust-version = "1.70"
version = "2.10.0"
[package.metadata.cargo_check_external_types]
allowed_external_types = ["actix_macros::*", "tokio::*"]
[target."cfg(target_os = \"linux\")".dependencies.tokio-uring]
optional = true
version = "0.5"