roguauto 1.0.0

A lightweight power menu for Wayland compositors supporting wlr-layer-shell.
# 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"
name = "roguauto"
version = "1.0.0"
build = false
exclude = ["Makefile"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight power menu for Wayland compositors supporting wlr-layer-shell."
readme = "README.md"
keywords = [
    "wayland",
    "layer-shell",
    "logout",
    "power-menu",
    "daemon",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-or-later"
repository = "https://github.com/ac5307/roguauto"

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

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

[dependencies.cosmic-text]
version = "0.19"

[dependencies.notify-debouncer-full]
version = "0.7"

[dependencies.resvg]
version = "0.47"

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

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

[dependencies.thiserror]
version = "2"

[dependencies.tiny-skia]
version = "0.12"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
]

[dependencies.toml]
version = "1"

[dependencies.zbus]
version = "5"
features = ["tokio"]
default-features = false

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true