zapient 0.0.0

Lightweight web stack
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"
rust-version = "1.81"
name = "zapient"
version = "0.0.0"
authors = ["Zensical <contributors@zensical.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lightweight web stack"
homepage = "https://github.com/zensical/zapient"
documentation = "https://github.com/zensical/zapient"
readme = false
license = "MIT"
repository = "https://github.com/zensical/zapient"

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

[dependencies.httparse]
version = "1.10.1"

[dependencies.matchit]
version = "0.8.6"

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tinyvec]
version = "1.9.0"
features = ["alloc"]

[lints.clippy]
match_same_arms = "allow"
module_name_repetitions = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1