pop-launcher/plugins/Cargo.toml

42 lines
847 B
TOML
Raw Normal View History

2021-08-10 01:04:20 +02:00
[package]
name = "pop-launcher-plugins"
2022-03-27 20:17:20 +02:00
version = "1.2.0"
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-03-26 01:12:29 +01:00
fork = "0.1.19"
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-03-26 01:12:29 +01:00
regex = "1.5.5"
2022-02-28 18:05:41 +01:00
ron = "0.7.0"
serde = "1.0.136"
serde_json = "1.0.79"
slab = "0.4.5"
strsim = "0.10.0"
2022-03-26 01:12:29 +01:00
tracing = "0.1.32"
2022-02-28 18:05:41 +01:00
tracing-subscriber = "0.3.9"
urlencoding = "2.1.0"
zbus = "2.1.1"
zvariant = "3.1.2"
ward = "2.1.0"
2021-10-19 15:10:46 +02:00
url = "2.2.2"
sysfs-class = "0.1.3"
2022-03-26 01:12:29 +01:00
anyhow = "1.0.56"
2022-03-27 16:02:25 +02:00
flume = "0.10.12"
dirs = "4.0.0"
futures = "0.3.21"
2022-03-27 18:23:51 +02:00
reqwest = "0.11.10"
bytes = "1.1.0"
recently-used-xbel = "1.0.0"
[dependencies.tokio]
version = "1.17.0"
2022-03-27 18:23:51 +02:00
features = ["fs", "io-std", "macros", "process", "rt"]