[package] name = "search-provider" version = "0.10.0" description = "Rust wrapper around the GNOME Shell search provider API" authors = ["Felix Häcker "] license = " GPL-3.0-or-later" homepage = "https://gitlab.gnome.org/World/Rust/search-provider" documentation = "https://docs.rs/search-provider/" repository = "https://gitlab.gnome.org/World/Rust/search-provider" keywords = ["dbus", "gnome", "search", "provider"] edition = "2021" [features] default = ["async-std"] tokio = ["zbus/tokio"] async-std = ["zbus/async-io"] [dependencies] zbus = {version = "4.0", default-features = false} futures-util = "0.3" futures-channel = "0.3" serde = "1.0" gdk-pixbuf = {version = "0.20", optional = true} gdk = {package = "gdk4", version = "0.9", optional = true, features = ["v4_10"]}