whisker-css 0.4.1

Type-safe CSS builder for Whisker. Mirrors the Lynx CSS surface.
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"
rust-version = "1.85"
name = "whisker-css"
version = "0.4.1"
authors = ["itome <dev@itome.team>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-safe CSS builder for Whisker. Mirrors the Lynx CSS surface."
homepage = "https://whisker.rs"
readme = false
keywords = [
    "mobile",
    "ui",
    "ios",
    "android",
    "reactive",
]
categories = ["gui"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/whiskerrs/whisker"

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

[[test]]
name = "compound_cases"
path = "tests/compound_cases.rs"

[[test]]
name = "coverage_gaps"
path = "tests/coverage_gaps.rs"

[[test]]
name = "css_macro"
path = "tests/css_macro.rs"

[dependencies.whisker-macros]
version = "0.4.1"