ohkami_lib 0.23.2

internal library for Ohkami - intuitive and declarative web framework
Documentation
[dependencies.byte_reader]
features = ["text"]
version = "3.1"

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

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

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

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

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

[package]
authors = ["kanarus <kanarus786@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "web-programming::http-server", "network-programming", "wasm"]
description = "internal library for Ohkami - intuitive and declarative web framework"
documentation = "https://docs.rs/ohkami_lib"
edition = "2021"
homepage = "https://crates.io/crates/ohkami"
keywords = ["async", "http", "web", "server", "framework"]
license = "MIT"
name = "ohkami_lib"
readme = "README.md"
repository = "https://github.com/ohkami-rs/ohkami"
version = "0.23.2"

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