ezhttp/Cargo.toml

23 lines
484 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.128"
tokio = { version = "1.40.0", features = ["full"] }
rusty_pool = "0.7.0"
tokio-io-timeout = "1.2.0"
threadpool = "1.8.1"
lazy_static = "1.5.0"
[features]
http_rrs = []