askama_fmt 0.3.2

Formatter for Askama HTML templates
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"
rust-version = "1.85.1"
name = "askama_fmt"
version = "0.3.2"
authors = ["Nils Loewen <nils@nilsloewen.com>"]
build = false
exclude = [
    "justfile",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Formatter for Askama HTML templates"
documentation = "https://docs.rs/askama_fmt"
readme = "README.md"
keywords = [
    "askama",
    "formatter",
    "html",
    "template",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/nilswloewen/askama_fmt"

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

[[bin]]
name = "askama_fmt"
path = "src/main.rs"

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

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.fancy-regex]
version = "0.18.0"

[dependencies.glob]
version = "0.3.3"

[dependencies.ignore]
version = "0.4.25"

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.similar]
version = "3.1.0"

[dependencies.toml]
version = "1.1.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"