water_http 1.1.1

fast web http framework that support http 1 and http 2 with very easy use
Documentation
[[bin]]
name = "water_http"
path = "src/main.rs"

[dependencies.async-recursion]
version = "1.1.1"

[dependencies.bytes]
version = "1.6.0"

[dependencies.h2]
version = "0.4.2"

[dependencies.http]
version = "1.1.0"

[dependencies.nom]
version = "7.1.3"

[dependencies.prime_factorization]
version = "1.0.4"

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

[dependencies.serde_json]
version = "1"

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

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

[dependencies.tokio-util]
version = "0.7.11"

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

[package]
authors = ["Hassan Sharara <hassansharara12@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "fast web http framework that support http 1 and http 2 with very easy use"
edition = "2021"
license = "MIT"
name = "water_http"
readme = false
version = "1.1.1"