Cargo Features

[dependencies]
crazyflie-link = { version = "0.2.1", default-features = false, features = ["native", "webusb"] }
default = native

The native feature is set by default whenever crazyflie-link is added without default-features = false somewhere in the dependency tree.

native default = crazyradio
webusb = crazyradio-webusb, wasm-timer

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.

crazyradio native

Enables crazyradio ^0.2

crazyradio-webusb webusb?
wasm-timer webusb?