Cargo Features

[dependencies]
rmodem = { version = "0.1.1", default-features = false, features = ["crc", "log", "cli"] }
default = 1k, crc

These default features are set whenever rmodem is added without default-features = false somewhere in the dependency tree.

1k crc default
log cli? = env_logger

Enables log

cli = clap, log, serialport

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.

clap cli?
env_logger log?
serialport cli?