# 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 = "yew-duskmoon-icons" version = "0.3.2" authors = ["Jonathan Gao "] description = "DuskMoon Icons, a Yew icons libaray." homepage = "https://gsmlg-dev.github.io/yew-duskmoon-ui" readme = "./README.md" keywords = [ "wasm", "web", "yew", "icons", ] categories = [ "wasm", "web-programming", "gui", ] license = "GPL-3.0" repository = "https://github.com/gsmlg-dev/yew-duskmoon-ui.git" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.implicit-clone] version = "0.3" features = ["map"] [dependencies.yew] version = "0.20.0" features = ["csr"] [features] bsi = [] bsi_names = ["bsi"] default = ["full"] demo = [ "mdi_names", "bsi_names", ] full = [ "mdi", "bsi", ] mdi = [] mdi_names = ["mdi"] [badges.maintenance] status = "actively-developed"