actix-htmx 0.4.1

Actix Web middleware for use when developing with htmx
Documentation
[dependencies.actix-web]
default-features = false
version = "4"

[dependencies.futures-util]
version = "0.3"

[dependencies.indexmap]
version = "2"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.actix-web]
features = ["macros"]
version = "4"

[lib]
name = "actix_htmx"
path = "src/lib.rs"

[package]
authors = ["Dave Lewis <dave@dllewis.org"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Actix Web middleware for use when developing with htmx"
edition = "2021"
keywords = ["actix-web", "middleware", "htmx"]
license = "MIT OR Apache-2.0"
name = "actix-htmx"
readme = "README.md"
repository = "https://github.com/welshdave/actix-htmx.git"
version = "0.4.1"