2021-08-10 01:04:20 +02:00
|
|
|
[package]
|
|
|
|
|
name = "pop-launcher-plugins"
|
2024-10-18 17:20:05 +02:00
|
|
|
version = "1.2.4"
|
2021-08-30 18:28:50 +02:00
|
|
|
license = "GPL-3.0-only"
|
2021-08-10 01:04:20 +02:00
|
|
|
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
|
2024-07-13 01:13:17 +02:00
|
|
|
edition.workspace = true
|
2021-08-14 14:19:42 +02:00
|
|
|
publish = false
|
2021-08-10 01:04:20 +02:00
|
|
|
|
|
|
|
|
[dependencies]
|
2025-09-25 13:23:32 +02:00
|
|
|
async-pidfd = "0.1.5"
|
2024-10-18 17:20:05 +02:00
|
|
|
fork = "0.2.0"
|
2025-09-25 13:23:32 +02:00
|
|
|
freedesktop-desktop-entry = "0.7.17"
|
2024-05-02 19:03:05 +02:00
|
|
|
human_format = "1.1.0"
|
2022-02-28 18:05:41 +01:00
|
|
|
human-sort = "0.2.2"
|
2024-10-18 17:20:05 +02:00
|
|
|
new_mime_guess = "4.0.4"
|
2021-08-10 01:04:20 +02:00
|
|
|
pop-launcher = { path = "../" }
|
2024-07-13 01:13:17 +02:00
|
|
|
regex.workspace = true
|
|
|
|
|
ron.workspace = true
|
|
|
|
|
serde.workspace = true
|
|
|
|
|
serde_json.workspace = true
|
2025-09-25 13:23:32 +02:00
|
|
|
slab = "0.4.11"
|
2024-05-02 19:03:05 +02:00
|
|
|
strsim = "0.11.1"
|
2024-07-13 01:13:17 +02:00
|
|
|
tracing.workspace = true
|
2024-05-02 19:03:05 +02:00
|
|
|
urlencoding = "2.1.3"
|
2025-09-25 13:23:32 +02:00
|
|
|
zbus = "5.11.0"
|
|
|
|
|
zvariant = "5.7.0"
|
|
|
|
|
url = "2.5.7"
|
2024-07-13 01:13:17 +02:00
|
|
|
anyhow.workspace = true
|
|
|
|
|
flume.workspace = true
|
|
|
|
|
dirs.workspace = true
|
|
|
|
|
futures.workspace = true
|
2025-09-25 13:23:32 +02:00
|
|
|
bytes = "1.10.1"
|
2024-10-18 17:20:05 +02:00
|
|
|
recently-used-xbel = "1.1.0"
|
2022-03-27 17:38:37 +02:00
|
|
|
|
2023-02-03 12:35:13 -05:00
|
|
|
# dependencies cosmic toplevel
|
|
|
|
|
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit" }
|
2025-09-25 13:23:32 +02:00
|
|
|
sctk = { package = "smithay-client-toolkit", version = "0.20.0", features = [
|
2024-06-05 23:25:49 +02:00
|
|
|
"calloop",
|
|
|
|
|
] }
|
2024-05-02 19:03:05 +02:00
|
|
|
|
2024-02-01 16:03:03 +01:00
|
|
|
# dependencies desktop entries
|
|
|
|
|
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
|
2023-02-03 12:35:13 -05:00
|
|
|
|
2022-03-29 23:40:15 +02:00
|
|
|
[dependencies.reqwest]
|
2025-09-25 13:23:32 +02:00
|
|
|
version = "0.12.23"
|
2022-03-29 23:40:15 +02:00
|
|
|
default-features = false
|
|
|
|
|
features = ["rustls-tls"]
|
|
|
|
|
|
2022-03-27 17:38:37 +02:00
|
|
|
[dependencies.tokio]
|
2024-07-13 01:13:17 +02:00
|
|
|
workspace = true
|
2022-11-05 00:38:35 +01:00
|
|
|
features = ["fs", "io-std", "macros", "process", "rt"]
|