csskit_ast 0.0.20

Refreshing 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_ast"
version = "0.0.20"
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Refreshing CSS!"
homepage = "https://csskit.rs"
readme = false
keywords = [
    "CSS",
    "parser",
]
license = "MIT"
repository = "https://github.com/csskit/csskit"
resolver = "2"

[features]
default = []
miette = [
    "dep:miette",
    "css_lexer/miette",
]

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

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

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

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

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

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

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

[dependencies.css_lexer]
version = "0.0.20"
features = ["dynamic-atoms"]

[dependencies.css_parse]
version = "0.0.20"

[dependencies.csskit_derives]
version = "0.0.20"

[dependencies.derive_atom_set]
version = "0.0.20"

[dependencies.indexmap]
version = "2.12.1"

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

[dependencies.smallvec]
version = "1.15.1"

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

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

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

[build-dependencies.css_ast]
version = "0.0.20"
features = ["visitable"]

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