-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathCargo.toml
More file actions
68 lines (56 loc) · 1.14 KB
/
Cargo.toml
File metadata and controls
68 lines (56 loc) · 1.14 KB
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
[package]
name = "riff"
version = "0.5.0"
edition = "2018"
license = "MIT"
[dependencies]
gio = "0.20"
glib = "0.20"
futures = "0.3.18"
serde_json = "1.0.96"
gdk-pixbuf = "^0.20"
ref_filter_map = "1.0.1"
regex = "1.8.3"
form_urlencoded = "1.0.1"
zbus = "4.4.0"
zvariant = "4.2.0"
thiserror = "1.0.40"
lazy_static = "1.4.0"
log = "0.4.17"
env_logger = "0.10.0"
percent-encoding = "2.2.0"
oauth2 = "4.4"
url = "2.4.1"
open = "5.3.0"
libc = "*"
oo7 = "0.5.0"
anyhow = "1.0.102"
# ashpd = "0.12.0"
[dependencies.gtk]
version = "^0.9"
package = "gtk4"
features = ["gnome_47", "blueprint"]
[dependencies.libadwaita]
version = "^0.7"
features = ["v1_6"]
[dependencies.gdk]
version = "^0.9"
package = "gdk4"
[dependencies.librespot]
version = "0.8.0"
features = ["alsa-backend", "pulseaudio-backend", "gstreamer-backend"]
[dependencies.tokio]
version = "1"
features = ["rt", "fs", "macros", "sync"]
[dependencies.serde]
version = "^1.0.136"
features = ["derive"]
[dependencies.isahc]
version = "^1.7.2"
features = ["json"]
[dependencies.rand]
version = "^0.8.5"
features = ["small_rng"]
[dependencies.gettext-rs]
version = "=0.7.0"
features = ["gettext-system"]