[package]
edition = "2024"
name = "switchy_web_server_core"
version = "0.2.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Switchy Web Server Core package"
readme = "README.md"
keywords = [
"async",
"http",
"network",
"web",
]
categories = [
"development-tools",
"network-programming",
]
license = "MPL-2.0"
repository = "https://github.com/MoosicBox/MoosicBox"
[package.metadata]
examples = false
[package.metadata.workspaces]
group = "switchy"
[features]
default = []
fail-on-warnings = ["moosicbox_assert/fail-on-warnings"]
[lib]
name = "switchy_web_server_core"
path = "src/lib.rs"
[dependencies.moosicbox_assert]
version = "0.2.0"
default-features = false