[package] authors = ["Leo Gaskin "] categories = ["development-tools", "web-programming"] description = "A LiveReload middleware built on top of tower." edition = "2021" homepage = "https://github.com/leotaku/tower-livereload" keywords = ["axum", "live-reload", "livereload", "tower", "web"] license = "MIT OR Apache-2.0" name = "tower-livereload" readme = "README.md" repository = "https://github.com/leotaku/tower-livereload" rust-version = "1.70.0" version = "0.9.4" [lib] doctest = false path = "./src/lib.rs" [dependencies] bytes = "1.7.1" http = "1.1.0" http-body = "1.0.1" pin-project-lite = "0.2.14" tokio = { version = "1.40.0", features = ["sync", "rt"] } tower = "0.5.1"