markup 0.16.0

A blazing fast, type-safe template engine for 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 = "2021"
name = "markup"
version = "0.16.0"
authors = ["Utkarsh Kukreti <utkarshkukreti@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazing fast, type-safe template engine for Rust."
homepage = "https://github.com/utkarshkukreti/markup.rs"
documentation = "https://docs.rs/markup"
readme = "README.md"
keywords = [
    "template",
    "html",
    "markup",
    "pug",
    "haml",
]
categories = ["template-engine"]
license = "MIT/Apache-2.0"
repository = "https://github.com/utkarshkukreti/markup.rs"

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

[[example]]
name = "attributes"
path = "examples/attributes.rs"

[[example]]
name = "blog"
path = "examples/blog.rs"

[[example]]
name = "dynamic"
path = "examples/dynamic.rs"

[[example]]
name = "fortunes"
path = "examples/fortunes.rs"

[[example]]
name = "layout"
path = "examples/layout.rs"

[[example]]
name = "quick"
path = "examples/quick.rs"

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

[dependencies.itoa]
version = "1.0.9"
optional = true

[dependencies.markup-proc-macro]
version = "0.16.0"