# 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 = "livehttpd" version = "1.0.10" authors = ["Leo Gaskin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A development server with live-reload capabilities." homepage = "https://github.com/leotaku/tower-livereload/tree/master/examples/livehttpd" readme = "README.md" keywords = [ "front-end", "development", "tool", "server", "http", ] categories = [ "development-tools", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/leotaku/tower-livereload" [[bin]] name = "livehttpd" path = "src/main.rs" [dependencies.axum] version = "0.7.5" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.notify] version = "6.1.1" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tower] version = "0.5.1" [dependencies.tower-http] version = "0.5.2" features = [ "fs", "set-header", ] [dependencies.tower-livereload] version = "0.9.4" [dependencies.tracing-subscriber] version = "0.3.18"