# 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 = "zng-wgt-material-icons" version = "0.3.23" authors = ["The Zng Project Developers"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Part of the zng project." documentation = "https://zng-ui.github.io/doc/zng_wgt_material_icons" readme = "README.md" keywords = [ "gui", "ui", "user-interface", "zng", ] categories = ["gui"] license = "Apache-2.0 OR MIT" repository = "https://github.com/zng-ui/zng" [package.metadata.docs.rs] all-features = true [package.metadata.zng-do] rustdoc-args = [ "--html-in-header", "target/doc/zng-material-icons-extensions.html", ] [lib] name = "zng_wgt_material_icons" path = "src/lib.rs" [dependencies.phf] version = "0.11" default-features = false [dependencies.tracing] version = "0.1" [dependencies.zng-app] version = "0.13.6" [dependencies.zng-ext-font] version = "0.4.14" [dependencies.zng-var] version = "0.5.9" [dependencies.zng-wgt] version = "0.5.6" [dependencies.zng-wgt-text] version = "0.4.23" [build-dependencies.dunce] version = "1.0" [build-dependencies.phf_codegen] version = "0.11" [features] default = [ "embedded", "outlined", "filled", "rounded", "sharp", ] embedded = [] filled = [] outlined = [] rounded = [] sharp = []