[package]
edition = "2024"
name = "torus-http"
version = "0.2.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Toy RUSttp - aka Torus is a toy project synchronous http server library written with 0 dependencies"
documentation = "https://docs.rs/torus-http"
readme = "README.md"
license-file = "LICENSE.txt"
repository = "https://github.com/AfkaraLP/torus-http"
[lib]
name = "torus_http"
path = "src/lib.rs"
[[bin]]
name = "torus-http"
path = "src/main.rs"
[dependencies]