# 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 = "dioxus-material-icons" version = "2.0.0" description = "Material Icons for Dioxus" homepage = "https://lennart.codes/dioxus-material-icons" readme = "README.md" keywords = [ "dioxus", "material-design", "icons", "ui", "gui", ] categories = [ "web-programming", "gui", ] license = "MIT" repository = "https://github.com/lennartkloock/dioxus-material-icons" [[example]] name = "button" path = "examples/button.rs" [dependencies.dioxus] version = "0.5" [dev-dependencies.dioxus] version = "0.5" features = ["desktop"]