markup_fmt 0.26.0

Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, Vento, Mustache, Handlebars and XML formatter.
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 = "markup_fmt"
version = "0.26.0"
authors = ["Pig Fang <g-plane@hotmail.com>"]
build = false
exclude = ["/tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, Vento, Mustache, Handlebars and XML formatter."
readme = "README.md"
license = "MIT"
repository = "https://github.com/g-plane/markup_fmt"

[features]
config_serde = ["serde"]

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

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

[dependencies.aho-corasick]
version = "1.1"

[dependencies.css_dataset]
version = "0.4"
features = ["tags"]
default-features = false

[dependencies.itertools]
version = "0.14"

[dependencies.memchr]
version = "2.7"

[dependencies.serde]
version = "1.0"
optional = true

[dependencies.tiny_pretty]
version = "0.2"
features = ["unicode-width"]

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.insta]
version = "1.44"
features = ["glob"]

[dev-dependencies.similar-asserts]
version = "1.7"

[dev-dependencies.toml]
version = "0.9"