-
Notifications
You must be signed in to change notification settings - Fork 5
/
Cargo.toml
57 lines (48 loc) · 1.35 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
[package]
name = "xdg-desktop-portal-luminous"
version = "0.1.6"
edition = "2021"
[workspace]
members = ["libs/screenshotdialog", "libs/accessdialog", "."]
[dependencies]
screenshotdialog = { path = "libs/screenshotdialog" }
accessdialog = { path = "libs/accessdialog" }
zbus = { version = "5", default-features = false, features = ["tokio", "url"] }
tokio = { version = "1.42.0", features = ["full"] }
serde = { version = "1.0.216", features = ["derive"] }
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
url = { version = "2.5", features = ["serde"] }
serde_repr = "0.1"
image = { version = "0.25", default-features = false, features = [
"jpeg",
"png",
"pnm",
"qoi",
] }
bitflags = "2.6.0"
enumflags2 = "0.7.10"
anyhow = "1.0.95"
# pipewire
pipewire = "0.8.0"
libspa-sys = "0.8.0"
libwayshot = { version = "0.3.0" }
rustix = { version = "0.38.42", features = ["fs", "use-libc"] }
# REMOTE
wayland-protocols = { version = "0.32.5", default-features = false, features = [
"unstable",
"client",
] }
wayland-protocols-wlr = { version = "0.3.5", default-features = false, features = [
"client",
] }
wayland-client = { version = "0.31.7" }
wayland-protocols-misc = { version = "0.3.5", features = ["client"] }
xkbcommon = "0.8.0"
tempfile = "3.14.0"
thiserror = "2.0.9"
toml = "0.8.19"
csscolorparser = "0.7.0"
notify = "7.0.0"
futures = "0.3.31"
libwaysip = "0.2.3"