hjkl-css 0.29.0

Parser + AST for a CSS subset used to drive declarative UI styling. Toolkit-agnostic; pair with hjkl-css-floem for floem bindings.
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"
rust-version = "1.95"
name = "hjkl-css"
version = "0.29.0"
authors = ["mxaddict <mxaddict@kryptic.sh>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser + AST for a CSS subset used to drive declarative UI styling. Toolkit-agnostic; pair with hjkl-css-floem for floem bindings."
readme = "README.md"
keywords = [
    "css",
    "style",
    "ui",
    "parser",
]
categories = [
    "parser-implementations",
    "gui",
]
license = "MIT"
repository = "https://github.com/kryptic-sh/hjkl"

[lib]
name = "hjkl_css"
path = "src/lib.rs"

[[example]]
name = "edge"
path = "examples/edge.rs"

[dependencies.cssparser]
version = "0.37"

[dependencies.thiserror]
version = "2"

[dev-dependencies.pretty_assertions]
version = "1"