switchy_web_server_core 0.2.0

Switchy Web Server Core package
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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