[package]
edition = "2021"
name = "azul-simplecss"
version = "0.2.0"
authors = [
"Reizner Evgeniy <razrfalcon@gmail.com>",
"Felix Schütt <felix.schuett@maps4print.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A very simple CSS 2.1 tokenizer with CSS nesting support."
readme = "README.md"
keywords = [
"css",
"parser",
"tokenizer",
"nesting",
]
license = "MPL-2.0"
repository = "https://github.com/fschutt/simplecss"
[lib]
name = "azul_simplecss"
path = "src/lib.rs"
[[test]]
name = "css"
path = "tests/css.rs"