rustyle-css 0.3.0

Transformative Pure Rust CSS-in-RS solution for Leptos 0.8.14 with design tokens, components, modern CSS features, and exceptional developer experience
Documentation
[[bench]]
harness = false
name = "css_processing"
path = "benches/css_processing.rs"

[dependencies.dashmap]
version = "5.5"

[dependencies.leptos]
features = ["csr", "ssr"]
version = "0.8.14"

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

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.10"

[dependencies.rustyle-macros]
version = "0.3.0"

[dependencies.sha2]
version = "0.10"

[dependencies.syn]
features = ["full", "parsing"]
version = "2.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.leptos]
features = ["csr", "ssr", "nightly"]
version = "0.8.14"

[[example]]
name = "accessibility"
path = "examples/accessibility.rs"

[[example]]
name = "animations"
path = "examples/animations.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "complete_app"
path = "examples/complete_app.rs"

[[example]]
name = "components"
path = "examples/components.rs"

[[example]]
name = "container_queries"
path = "examples/container_queries.rs"

[[example]]
name = "design_tokens"
path = "examples/design_tokens.rs"

[[example]]
name = "reactive"
path = "examples/reactive.rs"

[[example]]
name = "responsive"
path = "examples/responsive.rs"

[[example]]
name = "ssr_csr"
path = "examples/ssr_csr.rs"

[[example]]
name = "theming"
path = "examples/theming.rs"

[[example]]
name = "theming_advanced"
path = "examples/theming_advanced.rs"

[[example]]
name = "type_safe"
path = "examples/type_safe.rs"

[features]
csr = []
default = []
dev = []
ssr = []

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

[package]
authors = ["Rustyle Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "wasm"]
description = "Transformative Pure Rust CSS-in-RS solution for Leptos 0.8.14 with design tokens, components, modern CSS features, and exceptional developer experience"
edition = "2021"
homepage = "https://github.com/usvx/rustyle"
keywords = ["leptos", "css", "styling", "web", "wasm"]
license = "Apache-2.0"
name = "rustyle-css"
readme = "README.md"
repository = "https://github.com/usvx/rustyle"
version = "0.3.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
features = ["Window", "Document", "Element", "HtmlElement", "HtmlHeadElement"]
version = "0.3"

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

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