lushell 0.2.4

Lua scripted gtk layer-shell widgets
# 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 = "lushell"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lua scripted gtk layer-shell widgets"
homepage = "https://github.com/yrwq/lush"
documentation = "https://yrwq.github.io/lush"
readme = "readme.md"
keywords = [
    "wayland",
    "gtk4",
    "bar",
    "shell",
    "lua",
]
categories = [
    "gui",
    "config",
]
license = "MIT"
repository = "https://github.com/yrwq/lush"

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

[dependencies.async-channel]
version = "2"

[dependencies.chrono]
version = "0.4"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.gdk-pixbuf]
version = "0.20"

[dependencies.gio]
version = "0.20"

[dependencies.glib]
version = "0.20"

[dependencies.gtk4]
version = "0.9"
features = ["v4_12"]

[dependencies.gtk4-layer-shell]
version = "0.4"

[dependencies.hyprland]
version = "0.3.13"

[dependencies.libc]
version = "0.2"

[dependencies.libpulse-binding]
version = "2.29"

[dependencies.log]
version = "0.4"

[dependencies.mlua]
version = "0.10"
features = [
    "lua54",
    "vendored",
]

[dependencies.once_cell]
version = "1"

[dependencies.procfs]
version = "0.17"

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

[dependencies.serde_json]
version = "1"

[dependencies.udev]
version = "0.9"

[dependencies.wayland-backend]
version = "0.3"

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

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

[dependencies.zbus]
version = "4"
features = ["blocking"]

[profile.release]
opt-level = 3
lto = true
strip = true