-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
49 lines (44 loc) · 1.18 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[package]
name = "lemon"
version = "4.3.13"
authors = ["mendess <pedro.mendes.26@gmail.com>"]
edition = "2021"
default-run = "lemon"
[dependencies]
arc-swap = "1.5.1"
array-init = "2"
chrono = "0.4"
clap = { version = "4.4.6", features = ["derive"] }
derive_builder = "0.10"
enum-iterator = "0.6"
env_logger = "0.8"
futures = "0.3"
glob = "0.3"
itertools = "0.10"
log = "0.4"
once_cell = "1"
pin-project = "1.1.6"
regex = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
signal-hook = "0.3"
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
tokio-stream = { version = "0.1", features = ["io-util"] }
unzip-n = "0.1"
whoami = "1.1.5"
xrandr = "0.2.0"
[dependencies.mlib]
git = "https://github.com/mendess/m"
features = ["player"]
default-features = false
rev = "d9f9e2f3b4dde825c8f5a585959e739f5a45dbc6"
[dependencies.tokio]
version = "1"
features = [ "sync", "rt", "rt-multi-thread", "net", "signal", "process", "time", "macros", "io-util", "io-std" ]
[dependencies.hyprland]
git = "https://github.com/hyprland-community/hyprland-rs"
rev = "7bbcd08360dce6977b0bfee708339f0250ccae68"
optional = true
[features]
default = ["hyprland"]
hyprland = ["dep:hyprland"]