Cargo Features
[dependencies]
hwcalc = { version = "0.2.0", default-features = false, features = ["readline", "small_max"] }
- default = readline
-
The
readline
feature is set by default wheneverhwcalc
is added without
somewhere in the dependency tree.default-features = false - readline default = dirs, rustyline, rustyline-derive
- small_max
-
Enables small_max of hwcalc_lib
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.
- rustyline readline
-
Enables rustyline ^10.0
- rustyline-derive readline
-
Enables rustyline-derive ^0.7
- dirs readline
-
Enables dirs ^4.0