# 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 = "stringbar" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A dwm-style status bar configured in RON" readme = "README.md" keywords = [ "dwm", "status", "bar", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/sysrqmagician/stringbar" [profile.release] lto = true panic = "abort" strip = true [[bin]] name = "stringbar" path = "src/main.rs" [dependencies.bittenhumans] version = "0.1.0" [dependencies.chrono] version = "0.4.38" [dependencies.directories] version = "5.0.1" [dependencies.notify] version = "6.1.1" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.sysinfo] version = "0.30.11" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"