[package] name = "httpd" version = "0.1.0" edition = "2024" [dependencies] http = "1.4.0" httparse = "1.10.1" httpdate = "1.0.3" thiserror = "2.0.18" chrono = "0.4.44" mlua = { version = "0.11.6", features = ["luajit", "async", "error-send"] } tokio = { version = "1.49.0", features = ["full"] }