2022-08-14 16:30:13 +03:00
|
|
|
[package]
|
|
|
|
name = "ironbar"
|
2022-12-01 01:58:31 +03:00
|
|
|
version = "0.8.0"
|
2022-08-14 16:30:13 +03:00
|
|
|
edition = "2021"
|
2022-08-14 16:55:03 +03:00
|
|
|
license = "MIT"
|
2022-11-02 01:56:47 +03:00
|
|
|
description = "Customisable GTK Layer Shell wlroots/sway bar"
|
2022-08-14 16:30:13 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2022-11-02 01:56:47 +03:00
|
|
|
gtk = "0.16.0"
|
|
|
|
gtk-layer-shell = "0.5.0"
|
|
|
|
glib = "0.16.2"
|
2022-11-06 20:39:15 +03:00
|
|
|
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "time", "process"] }
|
2022-10-16 15:42:35 +03:00
|
|
|
tracing = "0.1.37"
|
|
|
|
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
|
2022-08-22 01:36:07 +03:00
|
|
|
tracing-error = "0.2.0"
|
|
|
|
tracing-appender = "0.2.2"
|
|
|
|
strip-ansi-escapes = "0.1.1"
|
|
|
|
color-eyre = "0.6.2"
|
2022-08-14 16:30:13 +03:00
|
|
|
serde = { version = "1.0.141", features = ["derive"] }
|
|
|
|
serde_json = "1.0.82"
|
|
|
|
serde_yaml = "0.9.4"
|
|
|
|
toml = "0.5.9"
|
2022-11-29 01:23:11 +03:00
|
|
|
libcorn = "0.6.0"
|
2022-08-25 23:53:42 +03:00
|
|
|
lazy_static = "1.4.0"
|
2022-09-26 00:49:00 +03:00
|
|
|
async_once = "0.2.6"
|
2022-11-05 20:32:01 +03:00
|
|
|
indexmap = "1.9.1"
|
|
|
|
futures-util = "0.3.21"
|
|
|
|
chrono = "0.4.19"
|
2022-10-20 00:52:27 +03:00
|
|
|
regex = { version = "1.6.0", default-features = false, features = ["std"] }
|
2022-10-16 18:44:51 +03:00
|
|
|
stray = { version = "0.1.2" }
|
2022-08-14 16:30:13 +03:00
|
|
|
dirs = "4.0.0"
|
|
|
|
walkdir = "2.3.2"
|
2022-10-17 00:16:48 +03:00
|
|
|
notify = { version = "5.0.0", default-features = false }
|
2022-09-08 00:47:47 +03:00
|
|
|
mpd_client = "1.0.0"
|
2022-10-16 02:56:47 +03:00
|
|
|
swayipc-async = { version = "2.0.1" }
|
|
|
|
sysinfo = "0.26.4"
|
2022-09-27 22:24:16 +03:00
|
|
|
wayland-client = "0.29.5"
|
2022-10-20 00:52:27 +03:00
|
|
|
wayland-protocols = { version = "0.29.5", features = ["unstable_protocols", "client"] }
|
2022-11-29 01:23:11 +03:00
|
|
|
smithay-client-toolkit = { version = "0.16.0", default-features = false, features = ["calloop"] }
|