# 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 = "zuicon-material" version = "0.3.1" authors = ["Xu Shaohua "] build = "build.rs" publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Wrapper of material design icons for yew framework" homepage = "https://github.com/RustVis/zu" documentation = "https://docs.rs/zuicon-material" readme = "README.md" keywords = [ "web", "webasm", "icons", ] categories = [ "gui", "wasm", "web-programming", ] license = "LGPL-3.0" repository = "https://github.com/RustVis/zu" [lib] name = "zuicon_material" path = "src/lib.rs" [dependencies.yew] version = "0.21.0" [dependencies.zu] version = "0.3.3" [build-dependencies.inflections] version = "1.1.1" [build-dependencies.lazy_static] version = "1.5.0" [build-dependencies.regex] version = "1.11.1" [build-dependencies.reqwest] version = "0.12.9" features = ["blocking"] [build-dependencies.serde] version = "1.0.214" features = ["derive"] [build-dependencies.serde_json] version = "1.0.132" [build-dependencies.zu-util] version = "0.3.5" features = ["icon"]