# 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 = "sbar" version = "0.7.8" description = "A modular, async bar for dwm" homepage = "https://github.com/sleepntsheep/sbar" documentation = "https://github.com/sleepntsheep/sbar" readme = "README.md" license-file = "LICENSE" resolver = "2" [dependencies.chrono] version = "0.4.19" [dependencies.env_logger] version = "0.9.0" [dependencies.ffi] version = "0.0.2" [dependencies.futures] version = "0.3.21" [dependencies.getopts] version = "0.2.21" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.138" features = ["derive"] [dependencies.serde_yaml] version = "0.8.25" [dependencies.signal-hook] version = "0.3.14" [dependencies.signal-hook-tokio] version = "0.3.1" features = ["futures-v0_3"] [dependencies.sysinfo] version = "0.24.6" [dependencies.tokio] version = "1.19.2" features = [ "full", "time", ] [dependencies.x11] version = "2.19.1" features = ["xlib"]