# 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 = "subar" version = "0.1.0" authors = ["sublipri"] description = "A basic status bar for sway/i3wm" readme = "README.md" keywords = [ "statusbar", "sway", "swaywm", "i3", "i3wm", ] license = "GPL-3.0-only" repository = "https://github.com/sublipri/subar" [profile.release] opt-level = 3 lto = true strip = true [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.31" [dependencies.mpd_client] version = "1.3.0" features = ["chrono"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.tokio] version = "1.33.0" features = ["full"] [dependencies.unicode-segmentation] version = "1.10.1"