Cargo Features
[dependencies]
rfdx = { version = "0.1.2", default-features = false, features = ["file-handle-inner", "gtk3", "xdg-portal", "common-controls-v6"] }
- default = gtk3
-
The
gtk3
feature is set by default wheneverrfdx
is added without
somewhere in the dependency tree.default-features = false - file-handle-inner
- gtk3 default = glib-sys, gobject-sys, gtk-sys
- xdg-portal = ashpd, async-io, futures-util, pollster, urlencoding
- common-controls-v6
-
Enables Win32_UI_Controls of windows-sys ^0.48
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.
- ashpd linux freebsd dragonfly netbsd openbsd xdg-portal?
-
Enables ashpd ^0.6
- async-io linux freebsd dragonfly netbsd openbsd xdg-portal?
-
Enables async-io ^1.3
- futures-util linux freebsd dragonfly netbsd openbsd xdg-portal?
- 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?
-
Enables pollster ^0.3
- urlencoding linux freebsd dragonfly netbsd openbsd xdg-portal?