lax-markup 0.2.2

Lax HTML, XML, SVG, and component (Vue, Svelte, Astro) formatter that never reinterprets your markup. Usable as a library or a dprint plugin.
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 = "lax-markup"
version = "0.2.2"
build = false
exclude = [
    "tests/",
    ".github/",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lax HTML, XML, SVG, and component (Vue, Svelte, Astro) formatter that never reinterprets your markup. Usable as a library or a dprint plugin."
readme = "README.md"
license = "MIT"
repository = "https://github.com/bartlomieju/lax"
resolver = "2"

[features]
wasm = [
    "serde_json",
    "dprint-core/wasm",
]

[lib]
name = "lax_markup"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1"

[dependencies.dprint-core]
version = "0.67.4"
features = ["formatting"]

[dependencies.lax-core]
version = "0.1.1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"
optional = true

[dev-dependencies.dprint-development]
version = "0.10.2"

[dev-dependencies.serde_json]
version = "1"