actix-server 2.0.0-beta.6

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

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

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

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

[dependencies.log]
version = "0.4"

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

[dependencies.num_cpus]
version = "1.13"

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

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

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

[package]
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "fakeshadow <24548779@qq.com>"]
categories = ["network-programming", "asynchronous"]
description = "General purpose TCP server built for the Actix ecosystem"
edition = "2018"
keywords = ["network", "framework", "async", "futures"]
license = "MIT OR Apache-2.0"
name = "actix-server"
repository = "https://github.com/actix/actix-net.git"
version = "2.0.0-beta.6"