[package]
name = "kickoff"
version = "0.7.6"
authors = ["Folke Gleumes <folke-kickoff@gleumes.org>"]
edition = "2024"
description = "Fast and minimal program launcher"
license = "GPL-3.0-or-later"
homepage = "https://github.com/j0ru/kickoff"
repository = "https://github.com/j0ru/kickoff"
readme = "README.md"
keywords = ["wayland", "launcher", "wlroots"]
rust-version = "1.85"
[dependencies]
smithay-client-toolkit = "0.20"
fontdue = "0.9"
image = { version = "0.25", default-features = false }
fuzzy-matcher = "0.3"
nix = { version = "0.31", default-features = false, features = ["process"] }
css-color = "0.2"
exec = "0.3"
xdg = "3.0"
toml = "0.9"
serde = { version = "1.0", features = ["derive"] }
log = "0.4"
env_logger = "0.11"
fontconfig = "0.10"
notify-rust = "4.11"
clap = { version = "4.5", features = ["derive"] }
csv = "1.4"
futures = "0.3"
wayland-client = "0.31"
anyhow = "1.0"
wl-clipboard-rs = "0.9"
x11-keysymdef = "0.2"
[dependencies.tokio]
version = "1.49"
features = [
"fs",
"rt-multi-thread",
"io-util",
"time",
"rt",
"macros",
"io-std",
]
default-features = false
[profile.release]
lto = true