# 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" name = "water_http" version = "1.3.4" authors = ["Hassan Sharara "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "fast web http framework that support http 1 and http 2 with very easy use" readme = "README.md" license = "MIT" [lib] name = "water_http" path = "src/lib.rs" [[bin]] name = "water_http" path = "src/main.rs" [dependencies.async-recursion] version = "1.1.1" [dependencies.brotli] version = "6.0.0" [dependencies.bytes] version = "1.6.0" [dependencies.chrono] version = "0.4.38" [dependencies.flate2] version = "1.0.33" [dependencies.h2] version = "0.4.2" [dependencies.http] version = "1.1.0" [dependencies.nom] version = "7.1.3" [dependencies.rustls] version = "0.23.12" [dependencies.rustls-pemfile] version = "2.1.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = " 1.37.0" features = ["full"] [dependencies.tokio-rustls] version = "0.26.0" [dependencies.tokio-util] version = "0.7.11" [dependencies.twoway] version = "0.2.2" [dependencies.zstd] version = "0.13.2"