[dependencies.gloo]
version = "0.8"
[dependencies.js-sys]
version = "0.3"
[dependencies.paste]
version = "1.0"
[dependencies.wasm-bindgen]
version = "0.2"
[dependencies.web-sys]
features = ["ValidityState", "CustomEvent", "Node", "Element", "HtmlElement"]
version = "0.3"
[dependencies.yew]
version = "0.20.0"
[features]
button = []
checkbox = []
circular-progress = []
circular-progress-four-color = []
default = []
dialog = []
drawer = []
fab = []
formfield = []
full = ["button", "circular-progress", "checkbox", "circular-progress-four-color", "drawer", "top-app-bar", "icon-button", "fab", "formfield", "linear-progress", "icon", "radio", "switch", "top-app-bar-fixed", "dialog", "list", "icon-button-toggle", "slider", "tabs", "snackbar", "textfield", "textarea", "select", "menu"]
icon = []
icon-button = []
icon-button-toggle = []
linear-progress = []
list = []
menu = []
radio = []
select = []
slider = []
snackbar = []
switch = []
tabs = []
textarea = []
textfield = []
top-app-bar = []
top-app-bar-fixed = []
[package]
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
categories = ["web-programming", "wasm", "api-bindings", "gui"]
description = "Yew wrapper for Material Web Components"
edition = "2018"
homepage = "https://yew-material.web.app/"
include = ["src/**/*", "Cargo.toml", "build"]
keywords = ["material-design", "yew", "yew-material", "wrapper", "wasm"]
license = "Apache-2.0"
name = "material-yew"
readme = "README.md"
repository = "https://github.com/hamza1311/yew-material"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true
default-target = "wasm32-unknown-unknown"