pop-launcher/plugins/Cargo.toml

35 lines
665 B
TOML
Raw Normal View History

2021-08-10 01:04:20 +02:00
[package]
name = "pop-launcher-plugins"
2021-10-19 17:21:07 +02:00
version = "1.0.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]
async-pidfd = "0.1"
2021-08-18 00:07:48 +02:00
fork = "0.1"
freedesktop-desktop-entry = "0.4"
futures-lite = "1"
gtk = "0.14"
human_format = "1.0"
human-sort = "0.2"
new_mime_guess = "3"
2021-08-10 01:04:20 +02:00
pop-launcher = { path = "../" }
postage = { version = "0.4", features = ["futures-traits"] }
2021-08-18 00:07:48 +02:00
regex = "1"
2021-10-29 17:58:46 +02:00
ron = "0.7"
serde = "1"
2021-08-10 01:04:20 +02:00
serde_json = "1.0"
2021-08-18 00:07:48 +02:00
slab = "0.4"
smol = "1"
2021-08-10 01:04:20 +02:00
strsim = "0.10"
tracing = "0.1"
2021-10-29 17:58:46 +02:00
tracing-subscriber = "0.3"
2021-08-18 00:07:48 +02:00
urlencoding = "2"
zbus = "1"
2021-10-29 17:58:46 +02:00
zvariant = "2.9"
ward = "2.1.0"
2021-10-19 15:10:46 +02:00
isahc = "1.5.0"
url = "2.2.2"