# 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 = "yaib" version = "0.2.0" authors = ["Erik Hollensbe "] description = "yaib is Yet Another i3 Bar, with a focus on displaying lots of data" homepage = "https://github.com/erikh/yaib" readme = "README.md" keywords = [ "i3", "status", "bar", ] license = "MIT" repository = "https://github.com/erikh/yaib" [profile.release] opt-level = 3 lto = true codegen-units = 24 strip = true [dependencies.anyhow] version = "^1" [dependencies.chrono] version = "^0.4" [dependencies.dirs] version = "^5" [dependencies.fancy-duration] version = "^0.6" features = ["chrono"] [dependencies.mpris] version = "^2" [dependencies.mprober-lib] version = "^0.1" [dependencies.num_cpus] version = "^1" [dependencies.pretty-bytes] version = "^0.2" [dependencies.serde] version = "^1" [dependencies.serde_derive] version = "^1" [dependencies.serde_json] version = "^1" [dependencies.serde_yaml] version = "^0.9" [dependencies.tokio] version = "^1" features = ["full"]