Cargo Features

ftdi-embedded-hal has no features set by default.

[dependencies]
ftdi-embedded-hal = { version = "0.21.1", features = ["libftd2xx-static", "ftdi-vendored", "ftdi-libusb1-sys"] }
libftd2xx-static

Enables static of libftd2xx

ftdi-vendored

Enables vendored of ftdi

ftdi-libusb1-sys

Enables libusb1-sys of ftdi

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.

ftdi ftdi-libusb1-sys? ftdi-vendored?
libftd2xx libftd2xx-static?