# 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-components" version = "0.3.0" authors = ["Tavish Pegram"] description = "HTMX enabled components for Axum" homepage = "https://www.github.com/tavishpegram/rust-htmx-components" documentation = "https://docs.rs/components" readme = "README.md" license = "MIT" repository = "https://www.github.com/tavishpegram/rust-htmx-components" [dependencies.axum] version = "0.7.1" [dependencies.axum-flash] version = "0.8.0" [dependencies.once_cell] version = "1.18.0" [dependencies.rscx] version = "0.1.11" [dependencies.rscx-web-macros] version = "0.3.0" [dependencies.serde] version = "1.0.188" [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tower-http] version = "0.5.0" features = ["fs"] [dependencies.typed-builder] version = "0.18.0" [build-dependencies.sha256] version = "1.4.0"