[dependencies.stylance-macros]
version = "0.3.0"
[features]
nightly = ["stylance-macros/nightly"]
[lib]
doctest = false
[package]
authors = ["Mario Carbajal"]
categories = ["web-programming"]
description = "Scoped CSS for rust projects"
documentation = "https://docs.rs/stylance"
edition = "2021"
keywords = ["css", "css-modules", "scss", "web"]
license = "MIT OR Apache-2.0"
name = "stylance"
readme = "README.md"
repository = "https://github.com/basro/stylance-rs"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.stylance]
folders = ["examples"]
output_dir = "../styles/"