# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "material-yew" version = "0.3.0" authors = ["Hamza "] include = [ "src/**/*", "Cargo.toml", "build", ] description = "Yew wrapper for Material Web Components" homepage = "https://yew-material.web.app/" readme = "README.md" keywords = [ "material-design", "yew", "yew-material", "wrapper", "wasm", ] categories = [ "web-programming", "wasm", "api-bindings", "gui", ] license = "Apache-2.0" repository = "https://github.com/hamza1311/yew-material" [package.metadata.docs.rs] all-features = true default-target = "wasm32-unknown-unknown" [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] version = "0.3" features = [ "ValidityState", "CustomEvent", "Node", "Element", "HtmlElement", ] [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 = []