ymc 0.1.0

Materail Components for YEW
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "ymc"
version = "0.1.0"
authors = ["Victor Dudochkin <dudochkin.victor@gmail.com>"]
description = "Materail Components for YEW"
homepage = "https://angular-rust.github.io/yew-components"
documentation = "https://docs.rs/ymc"
readme = "README.md"
keywords = ["wasm", "web", "material", "yew", "material-components"]
categories = ["wasm", "web-programming", "gui"]
license = "MPL-2.0"
repository = "https://github.com/angular-rust/yew-components"
[dependencies.gloo]
version = "0.2"

[dependencies.js-sys]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.wasm-bindgen]
version = "0.2"

[dependencies.wasm-bindgen-futures]
version = "0.4"

[dependencies.wasm-logger]
version = "0.2"

[dependencies.web-sys]
version = "0.3"
features = ["KeyboardEvent", "ValidityState", "CustomEvent", "Node", "Element", "HtmlElement", "Window", "Document"]

[dependencies.wee_alloc]
version = "0.4"
optional = true

[dependencies.yew]
version = "0.17"

[dependencies.yew-router]
version = "0.14"
[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.wasm-bindgen-test]
version = "0.3"

[features]
banner = []
button = []
card = []
checkbox = []
chips = []
circular-progress = []
circular-progress-four-color = []
data-table = []
default = ["full"]
dialog = []
drawer = []
fab = []
formfield = []
full = ["banner", "button", "card", "checkbox", "chips", "circular-progress-four-color", "circular-progress", "data-table", "dialog", "drawer", "fab", "formfield", "icon-button-toggle", "icon-button", "icon", "image-list", "linear-progress", "list", "menu", "radio", "select", "slider", "snackbar", "switch", "tabs", "textarea", "textfield", "tooltip", "top-app-bar-fixed", "top-app-bar"]
icon = []
icon-button = []
icon-button-toggle = []
image-list = []
linear-progress = []
list = []
menu = []
radio = []
select = []
slider = []
snackbar = []
switch = []
tabs = []
textarea = []
textfield = []
tooltip = []
top-app-bar = []
top-app-bar-fixed = []
[badges.maintenance]
status = "actively-developed"