hypo 0.2.1

tiny crate that renders html through macros
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 = "hypo"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "tiny crate that renders html through macros"
documentation = "https://docs.rs/hypo"
readme = "README.md"
keywords = [
    "html",
    "markup",
    "template",
    "hypertext",
]
categories = ["template-engine"]
license = "MPL-2.0"
repository = "https://github.com/lsunsi/hypo"

[features]
axum = ["dep:axum"]
kebab = ["dep:const-str"]
perf = ["dep:itoap"]

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

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

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

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

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

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

[dependencies.axum]
version = "0.8.0"
optional = true
default-features = false

[dependencies.const-str]
version = "1.0.0"
optional = true
default-features = false

[dependencies.itoap]
version = "1.0.1"
features = ["alloc"]
optional = true
default-features = false

[dev-dependencies.maud]
version = "0.27.0"
default-features = false

[lints.clippy]
nursery = "warn"
pedantic = "warn"