# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "http-horse" version = "0.1.4" authors = ["Erik Nordstrøm "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTTP Hot Reload Server for HTML, CSS, JavaScript/TypeScript and WebAssembly web development." readme = "README.md" keywords = [ "autoreload", "html5", "css3", "js", "wasm", ] categories = [ "web-programming::http-server", "development-tools", "filesystem", ] license = "ISC" repository = "https://github.com/ctsrc/http-horse" [[bin]] name = "http-horse" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.askama] version = "0.12.1" features = ["serde-json"] [dependencies.async-stream] version = "0.3.5" [dependencies.bytes] version = "1.7.1" [dependencies.clap] version = "4.5.16" features = [ "cargo", "derive", ] [dependencies.fsevent] version = "2.1.2" [dependencies.futures-util] version = "0.3.30" [dependencies.http-body-util] version = "0.1.2" [dependencies.hyper] version = "1.4.1" features = ["full"] [dependencies.hyper-util] version = "0.1.7" features = ["full"] [dependencies.opener] version = "0.7.2" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.11" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"