actix-server 2.2.0

General purpose TCP server built for the Actix ecosystem
Documentation
[dependencies.actix-rt]
default-features = false
version = "2.8"

[dependencies.actix-service]
version = "2"

[dependencies.actix-utils]
version = "3"

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

[dependencies.futures-util]
default-features = false
features = ["alloc"]
version = "0.3.17"

[dependencies.mio]
features = ["os-poll", "net"]
version = "0.8"

[dependencies.num_cpus]
version = "1.13"

[dependencies.socket2]
version = "0.4.2"

[dependencies.tokio]
features = ["sync"]
version = "1.18.4"

[dependencies.tracing]
default-features = false
features = ["log"]
version = "0.1.30"

[features]
default = []
io-uring = ["tokio-uring", "actix-rt/io-uring"]

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

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rob Ede <robjtede@icloud.com>", "Ali MJ Al-Nasrawy <alimjalnasrawy@gmail.com>"]
categories = ["network-programming", "asynchronous"]
description = "General purpose TCP server built for the Actix ecosystem"
edition = "2018"
homepage = "https://actix.rs"
keywords = ["network", "tcp", "server", "framework", "async"]
license = "MIT OR Apache-2.0"
name = "actix-server"
readme = "README.md"
repository = "https://github.com/actix/actix-net.git"
version = "2.2.0"
[target."cfg(target_os = \"linux\")".dependencies.tokio-uring]
optional = true
version = "0.4"