auk 0.6.0

An eDSL for writing HTML using standard Rust syntax.
Documentation
[dependencies.indexmap]
version = "2.1.0"

[dependencies.pulldown-cmark-escape]
version = "0.11.0"

[dev-dependencies.insta]
features = ["yaml"]
version = "1.34.0"

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

[package]
authors = ["Marshall Bowers <elliott.codes@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine", "web-programming"]
description = "An eDSL for writing HTML using standard Rust syntax."
documentation = "https://docs.rs/auk"
edition = "2021"
keywords = ["html", "dsl", "markup", "template"]
license = "MIT"
name = "auk"
readme = "README.md"
repository = "https://github.com/maxdeviant/auk"
version = "0.6.0"

[[test]]
name = "component_tests"
path = "tests/component_tests.rs"