# 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 = "dlauncher" version = "0.1.1" default-run = "dlauncher" description = "An application launcher for Linux that is based on Ulauncher" homepage = "https://github.com/diced/dlauncher" documentation = "https://docs.rs/dlauncher" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/diced/dlauncher" resolver = "2" [profile.release] codegen-units = 1 incremental = true strip = true [[bin]] name = "dlauncher" path = "src/dlauncher.rs" [[bin]] name = "dlauncher-toggle" path = "src/dlauncher-toggle.rs" [dependencies.dashmap] version = "5.3.3" features = ["serde"] [dependencies.dbus] version = "0.9.5" [dependencies.dbus-crossroads] version = "0.5.0" [dependencies.env_logger] version = "0.9.0" [dependencies.gtk] version = "0.15.5" features = ["v3_22"] [dependencies.libc] version = "0.2.1" [dependencies.libloading] version = "0.7.3" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.shell-words] version = "1.1.0" [dependencies.toml] version = "0.5.9"