Cargo Features
D-Bus has no features set by default.
[dependencies]
dbus = { version = "0.9.7", features = ["no-string-validation", "stdfd", "vendored", "futures", "futures-executor"] }
- no-string-validation
- stdfd
-
Affects
messageitem::MessageItemFd
… - vendored
-
Enables vendored of libdbus-sys
libdbus-sys:
Provide vendoring as an option, which will compile libdbus from source for the target
- futures = futures-channel, futures-util
-
Affects
dbus::nonblock
…
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.
- futures-util futures?
- futures-channel futures?
- futures-executor implicit feature
-
Enables futures-executor
futures-executor:
Executors for asynchronous tasks based on the futures-rs library