csskit_transform 0.0.17

AST transformation and minification utilities for CSS.
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 = "csskit_transform"
version = "0.0.17"
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AST transformation and minification utilities for CSS."
homepage = "https://csskit.rs"
readme = "README.md"
keywords = [
    "CSS",
    "parser",
]
license = "MIT"
repository = "https://github.com/csskit/csskit"
resolver = "2"

[features]
default = []

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

[[bench]]
name = "minify_popular"
path = "benches/minify_popular.rs"
harness = false

[dependencies.bitmask-enum]
version = "2.2.5"

[dependencies.bumpalo]
version = "3.19.0"

[dependencies.chromashift]
version = "0.0.17"

[dependencies.css_ast]
version = "0.0.17"
features = [
    "visitable",
    "chromashift",
]

[dependencies.css_lexer]
version = "0.0.17"

[dependencies.css_parse]
version = "0.0.17"

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

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

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

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

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