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