Cargo Features
[dependencies]
soapysdr = { version = "0.4.1", default-features = false, features = ["binaries", "log"] }
- default = log
-
The
log
feature is set by default wheneversoapysdr
is added without
somewhere in the dependency tree.default-features = false - binaries = byteorder, getopts, signalbool
-
Required by soapy-sdr-info and soapy-sdr-stream binaries
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.
- log default
-
Affects
soapysdr::configure_logging
… - byteorder binaries?
-
Enables byteorder
Dependencies used only by binaries (https://github.com/rust-lang/cargo/issues/1982)
- getopts binaries?
- signalbool binaries?