[package] name = "ezhttp" version = "0.2.0" 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" openssl = "0.10.68" tokio-openssl = "0.6.5" tokio-socks = "0.5.2" base64 = "0.22.1"