Cargo Features

[dependencies]
rfd = { version = "0.17.2", default-features = false, features = ["file-handle-inner", "gtk3", "xdg-portal", "wayland", "common-controls-v6"] }
default = wayland, xdg-portal

These default features are set whenever rfd is added without default-features = false somewhere in the dependency tree.

file-handle-inner
gtk3 = glib-sys, gobject-sys, gtk-sys
xdg-portal default = pollster
wayland default = wayland-backend, wayland-client, wayland-protocols

Enable wayland support for xdg-portal

common-controls-v6

Enables Win32_UI_Controls of windows-sys

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

glib-sys linux freebsd dragonfly netbsd openbsd gtk3?

Enables glib-sys ^0.18.0

gobject-sys linux freebsd dragonfly netbsd openbsd gtk3?

Enables gobject-sys ^0.18.0

gtk-sys linux freebsd dragonfly netbsd openbsd gtk3?
pollster linux freebsd dragonfly netbsd openbsd xdg-portal
wayland-backend linux freebsd dragonfly netbsd openbsd wayland
wayland-client linux freebsd dragonfly netbsd openbsd wayland
wayland-protocols linux freebsd dragonfly netbsd openbsd wayland