# 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 = "htmx-rs" version = "0.1.0" description = "A CLI for developing HTMX web application" readme = "README.md" license = "MIT" [dependencies.axum] version = "0.7.4" [dependencies.tera] version = "1.19.1" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tower-http] version = "0.5.2" features = ["fs"] [dependencies.tower-livereload] version = "0.9.2"