ezhttp/Cargo.toml
2024-11-27 20:30:05 +03:00

22 lines
494 B
TOML

[package]
name = "ezhttp"
version = "0.1.6"
edition = "2021"
repository = "https://github.com/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"