[package] readme = "README.md" name = "water_http" version = "1.3.4" edition = "2021" authors = ["Hassan Sharara "] license = "MIT" description = "fast web http framework that support http 1 and http 2 with very easy use" [dependencies] tokio = {version=" 1.37.0" , features = ["full"]} serde = { version = "1", features = ["derive"] } serde_json = "1" http = "1.1.0" h2 = {version = "0.4.2"} async-recursion = "1.1.1" bytes = "1.6.0" tokio-util = "0.7.11" nom = "7.1.3" tokio-rustls = "0.26.0" brotli = "6.0.0" flate2 = "1.0.33" zstd = "0.13.2" rustls-pemfile = "2.1.3" rustls = "0.23.12" twoway = "0.2.2" chrono = "0.4.38"