# 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 = "2021" name = "m3rs_yew" version = "0.0.1" authors = ["al3x alex.vacan.bala@gmail.com"] description = "m3rs yew adapter" homepage = "https://material-rs.gitlab.io/material_you_rs" readme = "README.md" keywords = [ "material", "design", "wasm", "frontend", "yew", ] categories = [ "wasm", "web-programming", "gui", ] license = "LGPL-3.0-or-later" repository = "https://gitlab.com/material-rs/material_you_rs.git" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.color_utilities] version = "0.1.1" package = "material_rs_color_utilities" [dependencies.core] version = "0.0.1" package = "m3rs_core" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [] [dependencies.yew] version = "0.20"