[package]
edition = "2024"
name = "webio"
version = "0.9.0-alpha"
authors = ["Montasir Mirghani <montasir@fluxor.one>"]
build = false
exclude = [
".github/**",
"examples/**",
"tests/**",
"webio-logo/**",
"Cargo.lock",
"dev.md",
".env",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimalist, high-performance web framework for Rust built with a zero-dependency philosophy."
homepage = "https://webio.tech"
readme = "README.md"
keywords = [
"std",
"web",
"async",
"io",
"nodeps",
]
categories = [
"network-programming",
"asynchronous",
"web-programming::http-server",
]
license = "MIT"
repository = "https://github.com/dr-montasir/webio"
[lib]
name = "webio"
path = "src/lib.rs"
[dependencies]