forked from valpackett/unixbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
34 lines (30 loc) · 827 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "unixbar"
version = "0.1.3"
authors = [ "Greg V <[email protected]>" ]
keywords = [ "Desktop", "X11" ]
description = "unixbar"
license = "Unlicense"
readme = "README.md"
homepage = "https://github.com/myfreeweb/unixbar"
repository = "https://github.com/myfreeweb/unixbar"
build = "build.rs"
[features]
default = ["systemstat", "xkb", "dbus"]
xkb = ["xcb", "pkg-config"]
[build-dependencies]
pkg-config = { version = "0.3", optional = true }
[dependencies]
chrono = "0.2"
nom = "3"
systemstat = { version = "0", optional = true }
xcb = { version = "0.8", features = ["xkb"], optional = true }
serde = "1"
serde_json = "1"
serde_derive = "1"
dbus = { version = "0.5", optional = true }
libc = "0.2"
libc-strftime = "0.2.0"
chan = "0.1"
[target.'cfg(target_os = "linux")'.dependencies]
alsa = "0.1"