pop-launcher/plugins/Cargo.toml

52 lines
1.2 KiB
TOML
Raw Normal View History

2021-08-10 01:04:20 +02:00
[package]
name = "pop-launcher-plugins"
version = "1.2.3"
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.23"
freedesktop-desktop-entry = "0.5.2"
human_format = "1.1.0"
2022-02-28 18:05:41 +01:00
human-sort = "0.2.2"
new_mime_guess = "4.0.1"
2021-08-10 01:04:20 +02:00
pop-launcher = { path = "../" }
regex = "1.10.4"
ron = "0.8.1"
serde = "1.0.198"
serde_json = "1.0.116"
slab = "0.4.9"
strsim = "0.11.1"
tracing = "0.1.40"
urlencoding = "2.1.3"
zbus = "3.15.2"
zvariant = "3.15.2"
ward = "2.1.0"
url = "2.5.0"
sysfs-class = "0.1.3"
anyhow = "1.0.82"
flume = "0.11.0"
dirs = "5.0.1"
futures = "0.3.30"
bytes = "1.6.0"
recently-used-xbel = "1.0.0"
# dependencies cosmic toplevel
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit" }
sctk = { package = "smithay-client-toolkit", git = "https://github.com/smithay/client-toolkit", rev = "3bed072", features = ["calloop"] }
# dependencies desktop entries
switcheroo-control = { git = "https://github.com/pop-os/dbus-settings-bindings" }
2022-03-29 23:40:15 +02:00
[dependencies.reqwest]
version = "0.12.3"
2022-03-29 23:40:15 +02:00
default-features = false
features = ["rustls-tls"]
[dependencies.tokio]
version = "1.37.0"
2022-11-05 00:38:35 +01:00
features = ["fs", "io-std", "macros", "process", "rt"]