[badges.appveyor]
repository = "KizzyCode/ehttpd-rust"
[dependencies.flume]
default-features = false
optional = true
version = "0.11.0"
[[example]]
name = "helloworld"
path = "examples/helloworld.rs"
[[example]]
name = "helloworld-nokeepalive"
path = "examples/helloworld-nokeepalive.rs"
[[example]]
name = "teapot"
path = "examples/teapot.rs"
[features]
default = []
server = ["dep:flume"]
[lib]
name = "ehttpd"
path = "src/lib.rs"
[package]
authors = ["KizzyCode Software Labs./Keziah Biermann <development@kizzycode.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = []
description = "A thread-based HTTP server library, which can be used to create custom HTTP server applications"
edition = "2021"
keywords = []
license = "BSD-2-Clause OR MIT"
name = "ehttpd"
readme = "README.md"
repository = "https://github.com/KizzyCode/ehttpd-rust"
version = "0.9.0"
[profile.bench]
overflow-checks = true
[profile.release]
overflow-checks = true
[[test]]
name = "bytes_data"
path = "tests/bytes_data.rs"