[dependencies.bytes]
version = "1.11.0"
[dependencies.ctrlc]
version = "3.4"
[dependencies.httparse]
version = "1.10.1"
[dependencies.mio]
features = ["net", "os-poll"]
version = "1.1.1"
[dependencies.slab]
version = "0.4.11"
[[example]]
name = "hello"
path = "examples/hello.rs"
[lib]
name = "ducta"
path = "src/lib.rs"
[package]
authors = ["Eduardo Marinho <eduardomarinho@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Experimental non-blocking HTTP server focused on explicit I/O state machines"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ducta"
readme = "README.md"
repository = "https://github.com/enfmarinho/ducta"
version = "0.2.0"