gen-html 0.4.0

Generate HTML using Rust
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 = "gen-html"
version = "0.4.0"
authors = ["Robert PoznaƄski"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate HTML using Rust"
readme = "README.md"
keywords = [
    "html",
    "web",
]
categories = [
    "template-engine",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/din0x/gen-html"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
actix-web = ["dep:actix-web"]
axum = ["dep:axum"]

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

[dependencies.actix-web]
version = "4.11.0"
optional = true

[dependencies.axum]
version = "0.8.4"
optional = true

[dependencies.gen-html-proc]
version = "0.4.0"