Cargo Features

[dependencies]
chademo-rs = { version = "0.1.1", default-features = false, features = ["eh1", "eh0"] }
default = eh0

The eh0 feature is set by default whenever chademo-rs is added without default-features = false somewhere in the dependency tree.

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