pop-launcher/plugins/Cargo.toml
2022-03-29 01:52:13 +02:00

40 lines
No EOL
812 B
TOML

[package]
name = "pop-launcher-plugins"
version = "1.1.1"
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.19"
freedesktop-desktop-entry = "0.5.0"
gtk = "0.15.4"
human_format = "1.0.3"
human-sort = "0.2.2"
new_mime_guess = "4.0.1"
pop-launcher = { path = "../" }
regex = "1.5.5"
ron = "0.7.0"
serde = "1.0.136"
serde_json = "1.0.79"
slab = "0.4.5"
strsim = "0.10.0"
tracing = "0.1.32"
tracing-subscriber = "0.3.9"
urlencoding = "2.1.0"
zbus = "2.1.1"
zvariant = "3.1.2"
ward = "2.1.0"
isahc = "1.7.0"
url = "2.2.2"
sysfs-class = "0.1.3"
anyhow = "1.0.56"
flume = "0.10.12"
dirs = "4.0.0"
futures = "0.3.21"
[dependencies.tokio]
version = "1.17.0"
features = ["fs", "io-std", "macros", "process", "rt"]