# 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 = "sustas" version = "0.1.0" description = "A tool to generate desktop status lines." readme = "README.md" keywords = [ "statusbar", "dbus", ] categories = [ "config", "command-line-utilities", ] license = "0BSD" repository = "https://github.com/joshua-cooper/sustas" [dependencies.anyhow] version = "1.0.66" [dependencies.async-stream] version = "0.3.3" [dependencies.dirs] version = "4.0.0" [dependencies.futures-util] version = "0.3.25" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.87" optional = true [dependencies.time] version = "0.3.17" optional = true [dependencies.tokio] version = "1.21.2" features = [ "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.5.9" [dependencies.zbus] version = "3.4.0" features = ["tokio"] optional = true [features] battery = [ "tokio/fs", "tokio/time", ] bluetooth = ["zbus"] clock = [ "time/serde-human-readable", "tokio/time", ] default = [ "battery", "bluetooth", "clock", "swaybar", "wifi", ] swaybar = ["serde_json"] wifi = ["zbus"]