Cargo Features

[dependencies]
search-provider = { version = "0.8.1", default-features = false, features = ["tokio", "async-std", "gdk-pixbuf", "gdk"] }
default = async-std

The async-std feature is set by default whenever search-provider is added without default-features = false somewhere in the dependency tree.

tokio

Enables tokio of zbus

async-std default

Enables async-io of zbus

Features from optional dependencies

gdk-pixbuf implicit feature

Enables gdk-pixbuf

gdk-pixbuf:

Rust bindings for the GdkPixbuf library

gdk implicit feature

Enables gdk4

gdk4:

Rust bindings of the GDK 4 library