# 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] name = "unixbar" version = "0.1.4" authors = ["Val Packett "] build = "build.rs" description = "unixbar" homepage = "https://codeberg.org/valpackett/unixbar" readme = "README.md" keywords = [ "Desktop", "X11", ] license = "Unlicense" repository = "https://codeberg.org/valpackett/unixbar" [dependencies.chan] version = "0.1" [dependencies.chrono] version = "0.2" [dependencies.dbus] version = "0.5" optional = true [dependencies.libc] version = "0.2" [dependencies.nom] version = "3" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.systemstat] version = "0" optional = true [dependencies.xcb] version = "0.8" features = ["xkb"] optional = true [build-dependencies.pkg-config] version = "0.3" optional = true [features] default = [ "systemstat", "xkb", "dbus", ] xkb = [ "xcb", "pkg-config", ] [target."cfg(target_os = \"linux\")".dependencies.alsa] version = "0.1"