Cargo Features

[dependencies]
stm32-uart-loader = { version = "0.1.2", default-features = false, features = ["linux", "util"] }
default = util

The util feature is set by default whenever stm32-uart-loader is added without default-features = false somewhere in the dependency tree.

linux util = anyhow, linux-embedded-hal

Affects stm32-uart-loader::linux

util default = bytefmt, hex, indicatif, linux, simplelog, structopt

Required by the binary

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.

structopt util
linux-embedded-hal linux?

Enables linux-embedded-hal ^0.3.0

simplelog util

Enables simplelog ^0.9.0

hex util
bytefmt util
anyhow linux?
indicatif util

Enables indicatif ^0.15.0