# 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-dioxus" version = "0.0.3-dev" authors = [ "RubixDev ", "Hamza ", ] include = [ "src/**/*", "Cargo.toml", "build", ] description = "Dioxus wrapper for Material Web Components" readme = "README.md" keywords = [ "material-design", "dioxus", "wrapper", "wasm", ] categories = [ "web-programming", "wasm", "api-bindings", "gui", ] license = "Apache-2.0" repository = "https://github.com/RubixDev/material-dioxus" [package.metadata.docs.rs] all-features = true default-target = "wasm32-unknown-unknown" [dependencies.dioxus] version = "0.4.0" [dependencies.getrandom] version = "0.2.10" features = ["js"] [dependencies.gloo] version = "0.10.0" [dependencies.js-sys] version = "0.3.64" [dependencies.palette] version = "0.7.3" optional = true [dependencies.paste] version = "1.0.14" [dependencies.rand] version = "0.8.5" [dependencies.wasm-bindgen] version = "0.2.87" [dependencies.web-sys] version = "0.3.64" features = [ "Window", "Document", "Element", "EventTarget", "ValidityState", "CustomEvent", ] [features] all-components = [ "button", "circular-progress", "checkbox", "circular-progress-four-color", "icon-button", "fab", "formfield", "icon", "radio", "switch", "dialog", "list", "textfield", "textarea", ] button = [] checkbox = [] circular-progress = [] circular-progress-four-color = [] default = [] dialog = [] fab = [] formfield = [] full = [ "all-components", "theming", ] icon = [] icon-button = [] list = [] palette = ["dep:palette"] radio = [] switch = [] textarea = [] textfield = [] theming = ["palette"]