ezhttp/Cargo.toml
2024-12-08 17:51:13 +03:00

26 lines
602 B
TOML

[package]
name = "ezhttp"
version = "0.2.1"
edition = "2021"
repository = "https://git.meex.lol/MeexReay/ezhttp"
description = "easy http server for small sites"
license-file = "LICENSE"
readme = "README.md"
keywords = ["http", "server", "site", "async"]
[dependencies]
urlencoding = "2.1.3"
serde_json = "1.0.133"
tokio = { version = "1.41.1", features = ["full"] }
rusty_pool = "0.7.0"
tokio-io-timeout = "1.2.0"
threadpool = "1.8.1"
lazy_static = "1.5.0"
rand = "0.8.5"
mime_guess = "2.0.5"
openssl = "0.10.68"
tokio-openssl = "0.6.5"
tokio-socks = "0.5.2"
base64 = "0.22.1"
async-trait = "0.1.83"