css_parse 0.0.16

A recursive-descent CSS parser with generic cursor sinks and rich diagnostics.
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 = "css_parse"
version = "0.0.16"
authors = ["Keith Cirkel (https://keithcirkel.co.uk)"]
build = false
exclude = [
    "tests/*",
    "bench/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A recursive-descent CSS parser with generic cursor sinks and rich diagnostics."
homepage = "https://csskit.rs"
readme = "README.md"
keywords = [
    "CSS",
    "parser",
]
license = "MIT"
repository = "https://github.com/csskit/csskit"
resolver = "2"

[features]
_dhat-heap-testing = []
default = []
egg = ["css_lexer/egg"]
fancy = [
    "miette",
    "miette/fancy-no-backtrace",
]
miette = [
    "dep:miette",
    "dep:thiserror",
    "css_lexer/miette",
]
serde = [
    "dep:serde",
    "dep:serde_json",
    "css_lexer/serde",
    "bumpalo/serde",
]
testing = []

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

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

[dependencies.bumpalo]
version = "3.19.0"

[dependencies.css_lexer]
version = "0.0.16"
features = ["bumpalo"]

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

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

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

[dependencies.smallvec]
version = "1.15.1"

[dependencies.thiserror]
version = "2.0.17"
optional = true

[dev-dependencies.csskit_derives]
version = "0.0.16"

[dev-dependencies.derive_atom_set]
version = "0.0.16"

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

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