Cargo Features

[dependencies]
iso15765-2 = { version = "0.1.0-alpha5", default-features = false, features = ["can", "can-fd", "std2004", "std2016"] }
default = can, std2004

These default features are set whenever iso15765-2 is added without default-features = false somewhere in the dependency tree.

can default can-fd? = rs-can
can-fd = can

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.

rs-can can