[lib]
name = "http_server_rs"
path = "src/lib.rs"
[package]
authors = ["sootysplash"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "HTTP server implementation in Rust without any dependencies, design inspired by Java's com.sun.net.httpserver.HttpServer"
edition = "2021"
exclude = ["target/*"]
license = "GPL-3.0"
name = "http-server-rs"
readme = false
repository = "https://github.com/sootysplash/http-server-rs"
version = "0.1.11"