# 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 = "aphorme" version = "0.1.19" description = "A program launcher for X11 and Wayland" homepage = "https://github.com/Iaphetes/aphorme_launcher" readme = "README.md" keywords = [ "program-launcher", "linux-utility", ] license = "GPL-3.0" repository = "https://github.com/Iaphetes/aphorme_launcher" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.confy] version = "0.6.1" [dependencies.dirs] version = "5" [dependencies.eframe] version = "0.26" optional = true [dependencies.egui_extras] version = "0.26" features = [ "image", "svg", ] optional = true [dependencies.env_logger] version = "0.11.3" [dependencies.freedesktop_entry_parser] version = "1.3.0" [dependencies.fuzzy-matcher] version = "0.3" [dependencies.iced] version = "0.12.1" optional = true [dependencies.image] version = "0.25.0" features = [ "jpeg", "png", ] [dependencies.linicon] version = "2.3" [dependencies.linicon-theme] version = "1.2" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1.18.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.single-instance] version = "0.3" [features] default = ["egui-ui"] egui-ui = [ "dep:eframe", "dep:egui_extras", ] iced-ui = ["dep:iced"]