fhtmx-actix 0.8.0

Actix utilities for fhtmx.
Documentation
# 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 = "2024"
name = "fhtmx-actix"
version = "0.8.0"
authors = ["Renato Hermoza <rhermoza145@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Actix utilities for fhtmx."
documentation = "https://docs.rs/fhtmx-actix"
readme = false
keywords = [
    "html",
    "htmx",
    "actix",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/renato145/fhtmx"

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

[dependencies.actix-web]
version = "4.12"

[dependencies.actix-web-lab]
version = "0.26"

[dependencies.dashmap]
version = "6.1"

[dependencies.fhtmx]
version = "0.28.0"
features = ["actix"]

[dependencies.futures]
version = "0.3"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tokio]
version = "1.50"
features = ["sync"]

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.22"
features = [
    "serde",
    "v4",
]