# 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 = "material_you" version = "0.1.1" authors = ["al3x alex.vacan.bala@gmail.com"] description = "A design system for wasm apps based on rust and material design 3" homepage = "https://material-rs.gitlab.io/material_you_rs" readme = "README.md" keywords = [ "material", "design", "wasm", "frontend", ] 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.0" package = "material_rs_color_utilities" [dependencies.convert_case] version = "0.6.0" [dependencies.css-in-rust] version = "0.5" [dependencies.gloo-console] version = "0.2" [dependencies.log] version = "0.4" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "Document", "Event", "HtmlHeadElement", "HtmlLinkElement", "HtmlStyleElement", "MouseEvent", "Node", "Window", ] [dependencies.yew] version = "0.20" [dev-dependencies.wasm-bindgen-test] version = "0.3"