webio 0.9.0-alpha

A minimalist, high-performance web framework for Rust built with a zero-dependency philosophy.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]