askama-minify 0.3.1

A procedural macro for minifying Askama templates at compile time
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 = "askama-minify"
version = "0.3.1"
authors = ["askama-minify contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A procedural macro for minifying Askama templates at compile time"
homepage = "https://github.com/wsafight/askama-minify"
documentation = "https://docs.rs/askama-minify"
readme = "README.md"
keywords = [
    "askama",
    "template",
    "minify",
    "html",
    "proc-macro",
]
categories = [
    "development-tools",
    "template-engine",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/wsafight/askama-minify"

[features]
advanced-css = ["dep:lightningcss"]
default = []

[lib]
name = "askama_minify"
path = "src/lib.rs"
proc-macro = true

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

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

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

[dependencies.lightningcss]
version = "1.0.0-alpha.71"
optional = true
default-features = false

[dependencies.proc-macro2]
version = "1.0.106"

[dependencies.quote]
version = "1.0.45"

[dependencies.syn]
version = "2.0.117"
features = [
    "clone-impls",
    "derive",
    "parsing",
    "printing",
    "proc-macro",
]
default-features = false

[dev-dependencies.askama]
version = "0.16.0"

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