choki 1.1.13

A simple http server built from scratch. Not intended for production uses but a simple website with some query stuff can be made. (can withstand a lot of requests per second)
Documentation
[package]
name = "choki"
version = "1.1.13"
edition = "2021"
description="A simple http server built from scratch. Not intended for production uses but a simple website with some query stuff can be made. (can withstand a lot of requests per second)"
repository="https://github.com/Kartofi/choki"
readme = "README.md"
license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

exclude = [
    "tests/*",
]

[dependencies]
threadpool = "1.8.1"
num_cpus = "1.0"
flate2 = "1.0"
bumpalo = "3.17.0"
urlencoding = "2.1.3"