# 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 = "axum-htmx" version = "0.6.0" authors = ["Rob Wagner "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A set of htmx extractors, responders, and request guards for axum." readme = "README.md" keywords = [ "axum", "htmx", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/robertwayne/axum-htmx" [package.metadata.docs.rs] all-features = true [lib] name = "axum_htmx" path = "src/lib.rs" [[example]] name = "auto-vary" path = "examples/auto-vary.rs" [dependencies.async-trait] version = "0.1" [dependencies.axum-core] version = "0.4" [dependencies.futures] version = "0.3" optional = true default-features = false [dependencies.futures-core] version = "0.3" optional = true [dependencies.http] version = "1.0" default-features = false [dependencies.pin-project-lite] version = "0.2" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.tokio] version = "1" features = ["sync"] optional = true [dependencies.tower] version = "0.4" optional = true default-features = false [dev-dependencies.axum] version = "0.7" default-features = false [dev-dependencies.axum-test] version = "15" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tokio-test] version = "0.4" [features] auto-vary = [ "futures", "tokio", "tower", ] default = [] guards = [ "tower", "futures-core", "pin-project-lite", ] serde = [ "dep:serde", "dep:serde_json", ] unstable = []