Cargo Features

[dependencies]
helios-dac = { version = "0.2.0", default-features = false, features = ["sdk", "native"] }
default = sdk

The sdk feature is set by default whenever helios-dac is added without default-features = false somewhere in the dependency tree.

sdk default = helios-dac-sys

Affects helios-dac::wrapper

native = rusb, thiserror

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.

rusb native?
thiserror native?
helios-dac-sys sdk