-
-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathCargo.toml
More file actions
37 lines (34 loc) · 1.01 KB
/
Cargo.toml
File metadata and controls
37 lines (34 loc) · 1.01 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
[package]
name = "mousai"
version = "0.7.9"
authors = ["Dave Patrick Caberto <davecruz48@gmail.com>"]
license = "GPL-3.0-or-later"
edition = "2024"
rust-version = "1.90"
[profile.release]
lto = true
[dependencies]
adw = { package = "libadwaita", version = "0.8", features = ["v1_6"] }
anyhow = "1.0"
async-lock = "3.1"
async-trait = "0.1"
fuzzy-matcher = "0.3"
gettext-rs = { version = "0.7", features = ["gettext-system"] }
gsettings-macro = "0.2"
gst = { package = "gstreamer", version = "0.24" }
gst_play = { package = "gstreamer-play", version = "0.24" }
gtk = { version = "0.10", package = "gtk4", features = ["gnome_48"] }
heed = { version = "0.22", features = ["serde-bincode"] }
indexmap = { version = "2.9", features = ["serde"] }
mpris-server = "0.9"
once_cell = "1.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
soup3 = "0.8"
strum = { version = "0.27", features = ["derive"] }
tracing = "0.1"
tracing-subscriber = "0.3"
[dev-dependencies]
bincode = "1.0"
futures-util = "0.3"
tempfile = "3.12"