[package] name = "http-horse" description = "HTTP Hot Reload Server for HTML, CSS, JavaScript/TypeScript and WebAssembly web development." license = "ISC" readme = "README.md" repository = "https://github.com/ctsrc/http-horse" version = "0.1.4" authors = ["Erik Nordstrøm "] categories = ["web-programming::http-server", "development-tools", "filesystem"] keywords = ["autoreload", "html5", "css3", "js", "wasm"] edition = "2021" [dependencies] bytes = "1.7.1" clap = { version = "4.5.16", features = ["cargo", "derive"] } fsevent = "2.1.2" futures-util = "0.3.30" http-body-util = "0.1.2" hyper = { version = "1.4.1", features = ["full"] } hyper-util = { version = "0.1.7", features = ["full"] } thiserror = "1.0.63" tokio = { version = "1.39.3", features = ["full"] } tokio-util = "0.7.11" tracing = "0.1.40" tracing-subscriber = "0.3.18" tokio-stream = "0.1.15" async-stream = "0.3.5" opener = "0.7.2" anyhow = "1.0.86" askama = { version = "0.12.1", features = ["serde-json"] } serde = { version = "1.0.209", features = ["derive"] }