Cargo Features

[dependencies]
chip-select = { version = "0.2.0", default-features = false, features = ["hal-1_0", "hal-0_2"] }
default = hal-1_0

The hal-1_0 feature is set by default whenever chip-select is added without default-features = false somewhere in the dependency tree.

hal-1_0 default

Enables embedded-hal

hal-0_2

Enables embedded-hal ^0.2.7

ChipSelect has 3 features without comments.