Cargo Features

[dependencies]
armnod = { version = "0.5.0", default-features = false, features = ["binaries", "command_line"] }
default = binaries

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

binaries default = command_line

Required by the binary

command_line binaries

Enables arrrg, arrrg_derive, and getopts