kirei 25.12.29

Askama 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 = "kirei"
version = "25.12.29"
authors = ["lpnh <paniguel.lpnh@gmail.com>"]
build = false
include = [
    "src/*",
    "tests/integration/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Askama formatter"
readme = "README.md"
keywords = [
    "askama",
    "formatter",
]
categories = ["development-tools"]
license = "Unlicense"
repository = "https://github.com/lpnh/kirei.git"

[lib]
name = "kirei"
path = "src/lib.rs"
bench = false

[[bin]]
name = "kirei"
path = "src/main.rs"
bench = false

[[test]]
name = "integration"
path = "tests/integration/main.rs"

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

[dependencies.colored]
version = "3.0.0"

[dependencies.tree-sitter]
version = "0.26.3"

[dependencies.tree-sitter-askama]
version = "0.2.0"

[dependencies.tree-sitter-html]
version = "0.23.2"

[dev-dependencies.assert_cmd]
version = "2.1.1"

[dev-dependencies.assert_fs]
version = "1.1.3"

[dev-dependencies.criterion]
version = "0.8.1"
features = ["html_reports"]

[dev-dependencies.insta]
version = "1.45.1"

[dev-dependencies.predicates]
version = "3.1.3"

[profile.dev.package.insta]
opt-level = 3

[profile.dev.package.similar]
opt-level = 3