pop-launcher/plugins/Cargo.toml

48 lines
1,022 B
TOML
Raw Normal View History

2021-08-10 01:04:20 +02:00
[package]
name = "pop-launcher-plugins"
2022-11-05 00:42:19 +01:00
version = "1.2.2"
license = "GPL-3.0-only"
2021-08-10 01:04:20 +02:00
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
edition = "2018"
publish = false
2021-08-10 01:04:20 +02:00
[dependencies]
2022-02-28 18:05:41 +01:00
async-pidfd = "0.1.4"
2022-11-05 00:38:35 +01:00
fork = "0.1.20"
2022-02-28 18:05:41 +01:00
freedesktop-desktop-entry = "0.5.0"
human_format = "1.0.3"
human-sort = "0.2.2"
new_mime_guess = "4.0.1"
2021-08-10 01:04:20 +02:00
pop-launcher = { path = "../" }
2022-11-05 00:38:35 +01:00
regex = "1.6.0"
ron = "0.8.0"
serde = "1.0.147"
serde_json = "1.0.87"
slab = "0.4.7"
2022-02-28 18:05:41 +01:00
strsim = "0.10.0"
2022-11-05 00:38:35 +01:00
tracing = "0.1.37"
urlencoding = "2.1.2"
zbus = "3.4.0"
zvariant = "3.7.1"
ward = "2.1.0"
2022-11-05 00:38:35 +01:00
url = "2.3.1"
sysfs-class = "0.1.3"
2022-11-05 00:38:35 +01:00
anyhow = "1.0.66"
flume = "0.10.14"
dirs = "4.0.0"
2022-11-05 00:38:35 +01:00
futures = "0.3.25"
bytes = "1.2.1"
recently-used-xbel = "1.0.0"
# dependencies cosmic toplevel
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit" }
2022-03-29 23:40:15 +02:00
[dependencies.reqwest]
2022-11-05 00:38:35 +01:00
version = "0.11.12"
2022-03-29 23:40:15 +02:00
default-features = false
features = ["rustls-tls"]
[dependencies.tokio]
2022-11-05 00:38:35 +01:00
version = "1.21.2"
features = ["fs", "io-std", "macros", "process", "rt"]