Cargo Features
[dependencies]
iso15765-2 = { version = "0.1.0-b4", default-features = false, features = ["can", "can-fd", "std2004", "std2016"] }
- default = can, std2004
-
These default features are set whenever
iso15765-2is added withoutsomewhere in the dependency tree.default-features = false - can default can-fd? = rs-can, serde
-
Affects
iso15765-2::can… - can-fd = can, serde
-
Affects
constants::SINGLE_FRAME_SIZE_2004,constants::SINGLE_FRAME_SIZE_2016,constants::FIRST_FRAME_SIZE_2004,constants::FIRST_FRAME_SIZE_2016,constants::CONSECUTIVE_FRAME_SIZE… - std2004 default
- std2016
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.