Cargo Features

[dependencies]
soapysdr = { version = "0.4.0", default-features = false, features = ["binaries", "log"] }
default = log

The log feature is set by default whenever soapysdr is added without default-features = false somewhere in the dependency tree.

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?