markerml_backend 0.1.2

HTML backend of simple markup and templating language, that is transpiled to HTML.
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 = "markerml_backend"
version = "0.1.2"
authors = ["Ruslan Omelchuk"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML backend of simple markup and templating language, that is transpiled to HTML."
documentation = "https://docs.rs/markerml_backend/latest/markerml_backend/"
readme = "README.md"
categories = [
    "parser-implementations",
    "web-programming",
    "template-engine",
    "compilers",
]
license = "MIT"
repository = "https://github.com/rchuk/markerml"

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

[dependencies.build_html]
version = "2.5.0"

[dependencies.itertools]
version = "0.13.0"

[dependencies.markerml_middleend]
version = "0.1.0"

[dependencies.miette]
version = "7.2.0"

[dependencies.thiserror]
version = "2.0.3"