[package]
edition = "2024"
name = "fhtmx"
version = "0.26.0"
authors = ["Renato Hermoza <rhermoza145@gmail.com>"]
build = false
exclude = [
"examples",
"justfile",
"package.json",
"pnpm-lock.yaml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Create html with rust with support for htmx."
documentation = "https://docs.rs/fhtmx"
readme = "README.md"
keywords = [
"html",
"htmx",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/renato145/fhtmx"
[features]
actix = [
"actix-web",
"tracing",
]
anyhow = ["dep:anyhow"]
chrono_0_4 = ["chrono"]
default = ["anyhow"]
jiff_0_2 = ["jiff"]
[lib]
name = "fhtmx"
path = "src/lib.rs"
[[test]]
name = "html_view"
path = "tests/html_view.rs"
[dependencies.actix-web]
version = "4.12"
optional = true
[dependencies.anyhow]
version = "1.0"
optional = true
[dependencies.chrono]
version = "0.4"
optional = true
[dependencies.fhtmx-derive]
version = "0.6.0"
[dependencies.indexmap]
version = "2.13"
[dependencies.jiff]
version = "0.2"
optional = true
[dependencies.pastey]
version = "0.2"
[dependencies.pulldown-cmark]
version = "0.13"
[dependencies.tracing]
version = "0.1"
optional = true
[dependencies.url]
version = "2.5"
[dependencies.uuid]
version = "1.19"
features = ["v4"]
[dev-dependencies.fake]
version = "4.4"
features = ["derive"]
[dev-dependencies.googletest]
version = "0.14"
[dev-dependencies.insta]
version = "1.46"
features = [
"yaml",
"redactions",
]
[dev-dependencies.lipsum]
version = "0.9"