-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
72 lines (57 loc) · 1.2 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[package]
name = "spot"
version = "0.3.3"
edition = "2018"
license = "MIT"
[dependencies.gtk]
version = "^0.4.1"
package = "gtk4"
[dependencies.gdk]
version = "^0.4.0"
package = "gdk4"
[dependencies.gio]
version = "^0.15.12"
features = ["v2_60"]
[dependencies.glib]
version = "^0.15.9"
features = ["v2_60"]
[dependencies.librespot]
version = "0.4.2"
features = ["alsa-backend", "pulseaudio-backend"]
[dependencies.protobuf]
version = "2.25.2"
[dependencies.tokio]
version = "1"
features = ["rt", "macros", "sync"]
[dependencies.futures]
package = "futures"
version = "0.3.18"
[dependencies.serde]
version = "^1.0.136"
features = ["derive"]
[dependencies.serde_json]
version = "^1.0.79"
[dependencies.isahc]
version = "^1.7.0"
features = ["json"]
[dependencies.rand]
version = "^0.8.5"
features = ["small_rng"]
[dependencies.gettext-rs]
version = "0.7.0"
features = ["gettext-system"]
[dependencies]
secret-service = "^2.0.1"
gdk-pixbuf = "^0.15.6"
libadwaita = "^0.2.0-alpha.3"
ref_filter_map = "^1.0.1"
regex = "^1.5.5"
async-std = "^1.12.0"
form_urlencoded = "^1.1.0"
zbus = "^2.0.1"
zvariant = "^3.7.1"
thiserror = "^1.0.37"
lazy_static = "^1.4.0"
log = "0.4.17"
env_logger = "0.9.1"
percent-encoding = "2.1.0"