[package]
name = "css-structs"
version = "1.0.1"
edition = "2024"
license = "MIT"
description = "A Rust library for parsing and manipulating CSS stylesheets, rules, and declarations"
authors = ["Nikola Lazarov <nikola.n.lazarov@outlook.com>"]
repository = "https://github.com/nikelaz/css-structs"
homepage = "https://github.com/nikelaz/css-structs"
documentation = "https://docs.rs/css-structs"
keywords = ["css", "parser", "stylesheet", "styles", "css3"]
categories = ["parser-implementations"]
readme = "README.md"
[lints.rust]
dead_code = "allow"
[dependencies]
nom = "8.0.0"