pop-launcher/plugins/Cargo.toml
2023-02-03 18:35:13 +01:00

47 lines
1,022 B
TOML

[package]
name = "pop-launcher-plugins"
version = "1.2.2"
license = "GPL-3.0-only"
authors = ["Michael Aaron Murphy <mmstick@pm.me>"]
edition = "2018"
publish = false
[dependencies]
async-pidfd = "0.1.4"
fork = "0.1.20"
freedesktop-desktop-entry = "0.5.0"
human_format = "1.0.3"
human-sort = "0.2.2"
new_mime_guess = "4.0.1"
pop-launcher = { path = "../" }
regex = "1.6.0"
ron = "0.8.0"
serde = "1.0.147"
serde_json = "1.0.87"
slab = "0.4.7"
strsim = "0.10.0"
tracing = "0.1.37"
urlencoding = "2.1.2"
zbus = "3.4.0"
zvariant = "3.7.1"
ward = "2.1.0"
url = "2.3.1"
sysfs-class = "0.1.3"
anyhow = "1.0.66"
flume = "0.10.14"
dirs = "4.0.0"
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" }
[dependencies.reqwest]
version = "0.11.12"
default-features = false
features = ["rustls-tls"]
[dependencies.tokio]
version = "1.21.2"
features = ["fs", "io-std", "macros", "process", "rt"]