# 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 = "2021" name = "barista" version = "0.16.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Concurrent status bar with cache expirations and remote control; aggregating outputs from external collector processes." readme = "README.md" keywords = [ "dwm", "status", "bar", "suckless", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/xandkar/barista" [profile.release] lto = true codegen-units = 1 [lib] name = "barista" path = "src/lib.rs" [[bin]] name = "barista" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.5.6" features = ["derive"] [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] version = "0.29.0" features = [ "signal", "process", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.tarpc] version = "0.35.0" features = ["full"] [dependencies.thiserror] version = "2.0.3" [dependencies.tokio] version = "1.38.0" features = [ "full", "tracing", ] [dependencies.tokio-util] version = "0.7.11" [dependencies.toml] version = "0.8.14" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "local-time", ] [dependencies.x11] version = "2.21.0" features = ["xlib"]