Cargo Features
[dependencies]
dasharo_ectool = { version = "0.3.8", default-features = false, features = ["std", "clap", "hidapi", "redox_hwio"] }
- default = clap, hidapi, std
-
These default features are set whenever
dasharo_ectool
is added without
somewhere in the dependency tree.default-features = false - std default = libc
-
Enables std of downcast-rs
Affects
timeout::StdTimeout
…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.
- clap default
-
Enables clap ^3.2
Required by the binary
- libc std
- hidapi default
-
Enables hidapi ^1.4
Required by the binary
- redox_hwio implicit feature
-
Enables redox_hwio
redox_hwio:
Rust Hardware MMIO and PIO