Cargo Features
[dependencies]
chademo-rs = { version = "0.1.1", default-features = false, features = ["eh1", "eh0"] }
- default = eh0
-
The
eh0
feature is set by default wheneverchademo-rs
is added without
somewhere in the dependency tree.default-features = false - eh1 = embedded-can
- eh0 default = embedded-hal
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.
- embedded-can eh1?
- embedded-hal eh0
-
Enables embedded-hal ^0.2.7