stylist 0.13.0

Stylist is a CSS-in-Rust styling solution for WebAssembly Applications.
Documentation
[dependencies.fastrand]
optional = true
version = "2.0.0"

[dependencies.gloo-events]
optional = true
version = "0.2.0"

[dependencies.html-escape]
optional = true
version = "0.2.12"

[dependencies.instant]
features = ["wasm-bindgen"]
optional = true
version = "0.1.12"

[dependencies.once_cell]
version = "1.16.0"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.stylist-core]
version = "0.13"

[dependencies.stylist-macros]
optional = true
version = "0.13"

[dependencies.wasm-bindgen]
version = "0.2.83"

[dependencies.web-sys]
features = ["Window", "Document", "Element", "HtmlElement", "HtmlHeadElement", "HtmlStyleElement"]
version = "0.3.60"

[dependencies.yew]
default-features = false
optional = true
version = "0.21"

[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.log]
version = "0.4.17"

[dev-dependencies.rustversion]
version = "1"

[dev-dependencies.trybuild]
version = "1.0.72"

[dev-dependencies.yew]
version = "0.21"

[features]
debug_parser = ["stylist-core/parser"]
debug_style_locations = []
default = ["debug_style_locations", "debug_parser", "macros", "random"]
hydration = []
macros = ["stylist-macros"]
parser = ["stylist-core/parser"]
random = ["dep:fastrand", "dep:instant"]
ssr = ["html-escape"]
yew_integration = ["yew", "yew_use_media_query", "yew_use_style"]
yew_use_media_query = ["yew", "web-sys/MediaQueryList", "dep:gloo-events"]
yew_use_style = ["yew"]

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Kaede Hoshiakwa <futursolo@icloud.com>", "Martin Molzer <ga65guy@mytum.de>"]
categories = ["wasm", "web-programming"]
description = "Stylist is a CSS-in-Rust styling solution for WebAssembly Applications."
edition = "2021"
homepage = "https://github.com/futursolo/stylist-rs"
keywords = ["CSS", "web", "css-in-rust", "yew"]
license = "MIT"
name = "stylist"
readme = "README.md"
repository = "https://github.com/futursolo/stylist-rs"
resolver = "2"
rust-version = "1.66.0"
version = "0.13.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "documenting"]