[package] name = "stellation-stylist" version = "0.3.0" edition = "2021" rust-version = "1.66" repository = "https://github.com/futursolo/stellation" authors = ["Kaede Hoshiakwa "] description = "The framework experience for Yew." keywords = ["web", "wasm", "yew", "framework", "ssr"] categories = ["wasm", "web-programming"] readme = "../../README.md" homepage = "https://github.com/futursolo/stellation" license = "MIT OR Apache-2.0" [dependencies] stylist = { version = "0.12.1", features = ["yew_integration"] } yew = "0.20" # Stellation Components stellation-backend = { version = "0.3.0", path = "../stellation-backend", optional = true } [features] frontend = ["stylist/hydration"] backend = ["stylist/ssr", "dep:stellation-backend"] [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "documenting"]