Cargo Features
[dependencies]
search-provider = { version = "0.10.0", default-features = false, features = ["tokio", "async-std", "gdk-pixbuf", "gdk"] }
- default = async-std
-
The
async-std
feature is set by default wheneversearch-provider
is added without
somewhere in the dependency tree.default-features = false - tokio
- async-std default
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