# 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 = "haych" version = "0.0.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Build utils for HTMX application" readme = "README.md" keywords = [ "htmx", "frontend", ] categories = [ "command-line-utilities", "development-tools::build-utils", "web-programming", ] license = "MIT" repository = "https://github.com/chazfg/haych" [[bin]] name = "haych" path = "src/main.rs" [dependencies.clap] version = "4.5.11" features = [ "cargo", "derive", ] [dependencies.minify] version = "1.3.0" [dependencies.notify] version = "6.1.1" features = ["mio"] [dependencies.notify-debouncer-full] version = "0.3.1" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.5" features = ["blocking"] [dependencies.tera] version = "1.20.0" [dependencies.toml] version = "0.8.16"