oxidite-core 2.0.1

Core HTTP server and routing for the Oxidite v2 web framework
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 = "2021"
name = "oxidite-core"
version = "2.0.1"
authors = ["Meshack Bahati Ouma <bahatikylemeshack@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core HTTP server and routing for the Oxidite v2 web framework"
readme = "README.md"
keywords = [
    "web",
    "framework",
    "http",
    "async",
    "server",
]
categories = [
    "web-programming",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/meshackbahati/rust-oxidite"

[features]
default = ["http3"]
http3 = [
    "h3",
    "quinn",
    "h3-quinn",
]

[lib]
name = "oxidite_core"
path = "src/lib.rs"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bytes]
version = "1.11.0"

[dependencies.cookie]
version = "0.18"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.h3]
version = "0.0.8"
optional = true

[dependencies.h3-quinn]
version = "0.0.10"
optional = true

[dependencies.http]
version = "1.4.0"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.8.1"
features = ["full"]

[dependencies.hyper-util]
version = "0.1.19"
features = ["full"]

[dependencies.quinn]
version = "0.11.6"
optional = true

[dependencies.regex]
version = "1.12.2"

[dependencies.rustls]
version = "0.23"

[dependencies.rustls-pemfile]
version = "2.1"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dependencies.tokio-rustls]
version = "0.26"

[dependencies.tower]
version = "0.5.2"
features = ["full"]

[dependencies.tower-service]
version = "0.3.3"