# 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" rust-version = "1.70.0" name = "tower-livereload" version = "0.9.4" authors = ["Leo Gaskin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A LiveReload middleware built on top of tower." homepage = "https://github.com/leotaku/tower-livereload" readme = "README.md" keywords = [ "axum", "live-reload", "livereload", "tower", "web", ] categories = [ "development-tools", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/leotaku/tower-livereload" [lib] name = "tower_livereload" path = "src/lib.rs" doctest = false [dependencies.bytes] version = "1.7.1" [dependencies.http] version = "1.1.0" [dependencies.http-body] version = "1.0.1" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.tokio] version = "1.40.0" features = [ "sync", "rt", ] [dependencies.tower] version = "0.5.1"