rux-style 0.6.1

Rux styling: literal CSS (lightningcss) cascaded onto the template tree. Internal to Rux; the supported entry point is the ruxlang crate.
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 = "rux-style"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rux styling: literal CSS (lightningcss) cascaded onto the template tree. Internal to Rux; the supported entry point is the ruxlang crate."
readme = "README.md"
keywords = [
    "ui",
    "css",
    "styling",
    "cascade",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Aine-dickson/rux"

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

[dependencies.lightningcss]
version = "1.0.0-alpha.71"

[dependencies.rux-layout]
version = "0.6.1"

[dependencies.rux-parser]
version = "0.6.1"

[dependencies.rux-reactive]
version = "0.6.1"

[dependencies.rux-script]
version = "0.6.1"