sevenmark-html 2.21.6

HTML renderer for SevenMark AST
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"
rust-version = "1.93.0"
name = "sevenmark-html"
version = "2.21.6"
authors = ["Levi Laine <shiueo.csh@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTML renderer for SevenMark AST"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/sevenwiki/sevenmark"

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

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

[dependencies.maud]
version = "0.27.0"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.sevenmark-parser]
version = "2.21.6"

[dependencies.sevenmark-utils]
version = "2.21.6"