[dependencies.dioxus_style_macro]
version = "0.2.0"
[dependencies.lazy_static]
version = "1.4"
[dev-dependencies]
[features]
default = []
hot-reload = []
[lib]
name = "dioxus_style"
path = "src/lib.rs"
[package]
authors = ["JAI PRAKASH THAWAIT <jaiprakashthawait@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "gui"]
description = "Scoped CSS styling system for Dioxus components with compile-time processing"
documentation = "https://docs.rs/dioxus_style"
edition = "2021"
homepage = "https://github.com/jaiprakash274/dioxus_style"
keywords = ["dioxus", "css", "scoped", "styling", "web"]
license = "MIT OR Apache-2.0"
name = "dioxus_style"
readme = "README.md"
repository = "https://github.com/jaiprakash274/dioxus_style"
rust-version = "1.70"
version = "0.2.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]