dprint-plugin-pug 0.1.4

A super minimal Pug formatter plugin for dprint.
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 = "dprint-plugin-pug"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A super minimal Pug formatter plugin for dprint."
readme = "README.md"
license = "MIT"
repository = "https://github.com/jeremybanka/puggers"
resolver = "2"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.serde_json]
version = "1"