# 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 = "2018" name = "icon-loader" version = "0.4.0" authors = ["Malte Veerman "] description = "Crate to load and cache themed icons in 100% safe rust." readme = "README.md" keywords = [ "icon", "theme", "loader", ] categories = ["caching"] license = "MIT" repository = "https://gitlab.com/Maldela/rust-icon-loader" [dependencies.dashmap] version = "5.4" [dependencies.log] version = "0.4" optional = true [dependencies.rust-ini] version = "0.19.0" [dependencies.xdg] version = "2.5" [features] default = [ "kde", "gtk", ] gtk = [] kde = [] theme_error_log = ["log"] [badges.gitlab] branch = "master" repository = "https://gitlab.com/Maldela/rust-icon-loader" [badges.maintenance] status = "actively-developed"