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
somewhere in the dependency tree.default-features = false - 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.