css_ast 0.0.7

CSS Abstract Syntax Trees with visitable nodes and style value types.
Documentation
[[bench]]
harness = false
name = "atom_set_bench"
path = "benches/atom_set_bench.rs"

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

[build-dependencies.csskit_source_finder]
version = "0.0.7"

[build-dependencies.heck]
version = "0.5.0"

[build-dependencies.prettyplease]
version = "0.2.37"

[build-dependencies.proc-macro2]
version = "1.0.101"

[build-dependencies.quote]
version = "1.0.41"

[build-dependencies.syn]
version = "2.0.106"

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

[dependencies.bumpalo]
features = ["collections", "boxed"]
version = "3.19.0"

[dependencies.chromashift]
optional = true
version = "0.0.7"

[dependencies.css_feature_data]
optional = true
version = "0.0.7"

[dependencies.css_lexer]
version = "0.0.7"

[dependencies.css_parse]
version = "0.0.7"

[dependencies.csskit_derives]
version = "0.0.7"

[dependencies.csskit_proc_macro]
version = "0.0.7"

[dependencies.derive_atom_set]
version = "0.0.7"

[dependencies.miette]
default-features = false
features = ["derive"]
version = "7.6.0"

[dependencies.serde]
optional = true
version = "1.0.228"

[dependencies.serde_json]
optional = true
version = "1.0.145"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.thiserror]
version = "2.0.17"

[dev-dependencies.console]
version = "0.16.1"

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

[dev-dependencies.css_parse]
features = ["testing"]
version = "0.0.7"

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

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

[dev-dependencies.insta]
features = ["ron"]
version = "1.43.2"

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

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

[dev-dependencies.similar]
version = "2.7.0"

[features]
_dhat-heap-testing = []
chromashift = ["dep:chromashift"]
css_feature_data = ["dep:css_feature_data"]
default = []
fancy = ["miette", "miette/fancy-no-backtrace"]
miette = ["css_parse/miette"]
serde = ["dep:serde", "dep:serde_json", "css_parse/serde", "smallvec/serde"]
visitable = []

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

[package]
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "CSS Abstract Syntax Trees with visitable nodes and style value types."
edition = "2024"
homepage = "https://csskit.rs"
keywords = ["CSS", "parser"]
license = "MIT"
name = "css_ast"
readme = "README.md"
repository = "https://github.com/csskit/csskit"
resolver = "2"
version = "0.0.7"

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

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

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

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

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

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