[package] name = "yew-google-material" description = "A simple crate to use google icons, buttons and input text fields" version = "0.0.8" edition = "2021" license = "MIT" keywords = ["yew", "icon", "material", "stylist", "button"] categories = ["development-tools", "network-programming"] repository = "https://github.com/ArtyomSinyugin/yew-google-material/" documentation = "https://docs.rs/yew-google-material" [dependencies] yew = { version = "0.21", features = ["csr"] } stylist = { version = "0.13.0", features = ["yew", "parser"] } web-sys = { version = "0.3.69", features = ["Element", "CssStyleDeclaration", "DomRect"] } color-art = "0.3.8" wasm-bindgen = "0.2.92" gloo-timers = { version = "0.3.0", features = ["futures"] }