barista 0.16.8

Concurrent status bar with cache expirations and remote control; aggregating outputs from external collector processes.
Documentation
[[bin]]
name = "barista"
path = "src/main.rs"

[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.86"

[dependencies.bytesize]
version = "1.3.0"

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

[dependencies.comfy-table]
version = "7.1.1"

[dependencies.expanduser]
version = "1.2.2"

[dependencies.futures]
version = "0.3.30"

[dependencies.futures-util]
version = "0.3.30"

[dependencies.humantime]
version = "2.1.0"

[dependencies.nix]
features = ["signal", "process"]
version = "0.29.0"

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

[dependencies.tarpc]
features = ["full"]
version = "0.35.0"

[dependencies.thiserror]
version = "2.0.3"

[dependencies.tokio]
features = ["full", "tracing"]
version = "1.46.1"

[dependencies.tokio-util]
version = "0.7.11"

[dependencies.toml]
version = "0.8.14"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
features = ["env-filter", "local-time"]
version = "0.3.18"

[dependencies.x11]
features = ["xlib"]
version = "2.21.0"

[lib]
name = "barista"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Concurrent status bar with cache expirations and remote control; aggregating outputs from external collector processes."
edition = "2021"
keywords = ["dwm", "status", "bar", "suckless"]
license-file = "LICENSE"
name = "barista"
readme = "README.md"
repository = "https://github.com/xandkar/barista"
version = "0.16.8"

[profile.release]
codegen-units = 1
lto = true