azul-simplecss 0.2.0

A very simple CSS 2.1 tokenizer with CSS nesting support.
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 = "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"