kickoff 0.7.6

Fast and minimal program launcher
# 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 = "2024"
rust-version = "1.85"
name = "kickoff"
version = "0.7.6"
authors = ["Folke Gleumes <folke-kickoff@gleumes.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fast and minimal program launcher"
homepage = "https://github.com/j0ru/kickoff"
readme = "README.md"
keywords = [
    "wayland",
    "launcher",
    "wlroots",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/j0ru/kickoff"

[[bin]]
name = "kickoff"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.css-color]
version = "0.2"

[dependencies.csv]
version = "1.4"

[dependencies.env_logger]
version = "0.11"

[dependencies.exec]
version = "0.3"

[dependencies.fontconfig]
version = "0.10"

[dependencies.fontdue]
version = "0.9"

[dependencies.futures]
version = "0.3"

[dependencies.fuzzy-matcher]
version = "0.3"

[dependencies.image]
version = "0.25"
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.31"
features = ["process"]
default-features = false

[dependencies.notify-rust]
version = "4.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.smithay-client-toolkit]
version = "0.20"

[dependencies.tokio]
version = "1.49"
features = [
    "fs",
    "rt-multi-thread",
    "io-util",
    "time",
    "rt",
    "macros",
    "io-std",
]
default-features = false

[dependencies.toml]
version = "0.9"

[dependencies.wayland-client]
version = "0.31"

[dependencies.wl-clipboard-rs]
version = "0.9"

[dependencies.x11-keysymdef]
version = "0.2"

[dependencies.xdg]
version = "3.0"

[profile.release]
lto = true