# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at https://mozilla.org/MPL/2.0/. [package] name = "linicon" version = "2.3.0" authors = ["Sashanoraa "] description = "Look up icons and icon theme info on Linux" categories = ["os", "os::unix-apis"] keywords = ["linux", "icons", "freedesktop"] repository = "https://git.sr.ht/~zethra/linicon" documentation = "https://docs.rs/linicon" edition = "2018" readme = "README.md" license = "MPL-2.0" [badges.maintenance] status = "passively-maintained" [features] default = ["system-theme"] system-theme = ["linicon-theme"] # Expand paths passed to lookup_icon_with_extra_paths expand-paths = ["shellexpand"] [dependencies] memmap2 = "0.5" thiserror = "1.0" shellexpand = { version = "2.0", optional = true } freedesktop_entry_parser = "1.3" file-locker = "1.0" linicon-theme = { version = "1.2", optional = true } [dev-dependencies] criterion = "0.3" [[bench]] name = "icon_lookups" harness = false