dioxus_style 0.5.3

Scoped CSS/SCSS styling system for Dioxus components with compile-time processing and SCSS support
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.93"
name = "dioxus_style"
version = "0.5.3"
authors = ["JAI PRAKASH THAWAIT <jaiprakashthawait@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scoped CSS/SCSS styling system for Dioxus components with compile-time processing and SCSS support"
homepage = "https://github.com/jaiprakash274/dioxus_style"
documentation = "https://docs.rs/dioxus_style"
readme = "README.md"
keywords = [
    "dioxus",
    "css",
    "scss",
    "scoped",
    "styling",
]
categories = [
    "web-programming",
    "gui",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jaiprakash274/dioxus_style"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
include = [
    "src/**/*",
    "Cargo.toml",
    "../README.md",
    "../LICENSE-MIT",
    "../LICENSE-APACHE",
]
exclude = [
    "../PUBLISHING_CHECKLIST.md",
    "../.github/",
    "../examples/",
]

[features]
default = ["scss"]
scss = ["dioxus_style_macro/scss"]

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

[dependencies.dioxus-core]
version = "0.7.3"

[dependencies.dioxus_style_macro]
version = "0.5.3"