# 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 = "linicon" version = "2.3.0" authors = ["Sashanoraa "] description = "Look up icons and icon theme info on Linux" documentation = "https://docs.rs/linicon" readme = "README.md" keywords = ["linux", "icons", "freedesktop"] categories = ["os", "os::unix-apis"] license = "MPL-2.0" repository = "https://git.sr.ht/~zethra/linicon" [[bench]] name = "icon_lookups" harness = false [dependencies.file-locker] version = "1.0" [dependencies.freedesktop_entry_parser] version = "1.3" [dependencies.linicon-theme] version = "1.2" optional = true [dependencies.memmap2] version = "0.5" [dependencies.shellexpand] version = "2.0" optional = true [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.3" [features] default = ["system-theme"] expand-paths = ["shellexpand"] system-theme = ["linicon-theme"] [badges.maintenance] status = "passively-maintained"