pop-launcher/plugins/Cargo.toml

37 lines
767 B
TOML
Raw Normal View History

2021-08-10 01:04:20 +02:00
[package]
name = "pop-launcher-plugins"
2021-11-22 22:10:20 +01:00
version = "1.1.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"
fork = "0.1.18"
freedesktop-desktop-entry = "0.5.0"
futures-lite = "1.12.0"
gtk = "0.15.4"
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-02-28 18:05:41 +01:00
postage = { version = "0.4.1", features = ["futures-traits"] }
regex = "1.5.4"
ron = "0.7.0"
serde = "1.0.136"
serde_json = "1.0.79"
slab = "0.4.5"
smol = "1.2.5"
strsim = "0.10.0"
tracing = "0.1.31"
tracing-subscriber = "0.3.9"
urlencoding = "2.1.0"
zbus = "2.1.1"
zvariant = "3.1.2"
ward = "2.1.0"
2022-02-28 18:05:41 +01:00
isahc = "1.6.0"
2021-10-19 15:10:46 +02:00
url = "2.2.2"
sysfs-class = "0.1.3"
anyhow = "1.0.55"