# 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" rust-version = "1.75" name = "relm4-icons" version = "0.10.0-beta.1" authors = ["Aaron Erhardt "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Icons for gtk-rs and Relm4 applications" homepage = "https://relm4.org" readme = "README.md" keywords = [ "gui", "gtk", "gtk4", "elm", ] categories = ["gui"] license = "(Apache-2.0 OR MIT) AND CC0-1.0 AND MIT" repository = "https://github.com/Relm4/icons" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "relm4_icons" path = "src/lib.rs" [dependencies.gtk] version = "0.9" package = "gtk4" [features] all = [] default = [] fluent-system-icons = [] icon-development-kit = []