[package] name = "yew-style-in-rs" version = "0.4.1" edition = "2021" authors = ["ORITO Itsuki "] license = "MIT OR Apache-2.0" description = "Scoped CSS for Yew" repository = "https://github.com/MatchaChoco010/yew-style-in-rs" homepage = "https://github.com/MatchaChoco010/yew-style-in-rs" readme = "README.md" categories = ["web-programming", "wasm", "gui"] keywords = ["yew", "style", "css"] include = ["src", "README.md"] [features] default = [] dry-run = [] [package.metadata.docs.rs] cargo-args = ["--features=dry-run"] [dependencies] anyhow = "1.0.55" fastrand = "1.7.0" gloo = "0.7.0" instant = { version = "0.1", features = ["wasm-bindgen"] } once_cell = "1.10.0" web-sys = { version = "0.3.56", features = [ "HtmlHeadElement", "HtmlStyleElement", ]} yew = "0.19.3" yew-style-in-rs-core = { version = "0.4.1", path = "../yew-style-in-rs-core" } yew-style-in-rs-macro = { version = "0.4.1", path = "../yew-style-in-rs-macro" }