ohkami_lib 0.24.4

internal library for Ohkami - A performant, declarative, and runtime-flexible web framework for Rust
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 = "ohkami_lib"
version = "0.24.4"
authors = ["kanarus <mail@kanarus.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "internal library for Ohkami - A performant, declarative, and runtime-flexible web framework for Rust"
homepage = "https://crates.io/crates/ohkami"
documentation = "https://docs.rs/ohkami_lib"
readme = "README.md"
keywords = [
    "async",
    "http",
    "web",
    "server",
    "framework",
]
categories = [
    "asynchronous",
    "web-programming::http-server",
    "network-programming",
    "wasm",
]
license = "MIT"
repository = "https://github.com/ohkami-rs/ohkami"

[package.metadata.docs.rs]
features = ["stream"]

[features]
stream = ["dep:futures-core"]

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

[dependencies.byte_reader]
version = "3.1"
features = ["text"]

[dependencies.futures-core]
version = "0.3"
optional = true

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

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

[lints.clippy]
duplicated_attributes = "allow"
useless_format = "allow"