# 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 = "tera-hot-reload" version = "0.2.3" authors = ["Tebarem"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hot Reload for Tera templates" homepage = "https://github.com/oxidlabs/tera-hot-reload" readme = "README.md" keywords = [ "tera", "hot-reload", "reloading", "templating", "html", ] license = "MIT" repository = "https://github.com/oxidlabs/tera-hot-reload" [lib] name = "tera_hot_reload" path = "src/lib.rs" [dependencies.notify-debouncer-full] version = "0.4.0" [dependencies.tera-template-macro] version = "0.1.3" [dependencies.tower-livereload] version = "0.9.3"