csskit_transform 0.0.8

AST transformation and minification utilities for CSS.
Documentation
[[bench]]
harness = false
name = "minify_popular"
path = "benches/minify_popular.rs"

[dependencies.css_ast]
features = ["visitable"]
version = "0.0.8"

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

[dev-dependencies.css_lexer]
version = "0.0.8"

[dev-dependencies.css_parse]
version = "0.0.8"

[dev-dependencies.glob]
version = "0.3.3"

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

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

[features]
default = []

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

[package]
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "AST transformation and minification utilities for CSS."
edition = "2024"
homepage = "https://csskit.rs"
keywords = ["CSS", "parser"]
license = "MIT"
name = "csskit_transform"
readme = "README.md"
repository = "https://github.com/csskit/csskit"
resolver = "2"
version = "0.0.8"

[target.'cfg(target_family = "unix")'.dev-dependencies.bumpalo]
version = "3.19.0"

[target.'cfg(target_family = "unix")'.dev-dependencies.pprof]
features = ["flamegraph", "criterion"]
version = "0.15.0"