Cargo Features
[dependencies]
async-std-gpiod = { version = "0.2.3", default-features = false, features = ["v2", "clap", "serde"] }
- default = v2
-
The
v2
feature is set by default wheneverasync-std-gpiod
is added without
somewhere in the dependency tree.default-features = false - v2 default
-
Enables v2 of gpiod-core ^0.2.3
- clap
-
Enables clap of gpiod-core ^0.2.3
- serde
-
Enables serde of gpiod-core ^0.2.3
async-std-gpiod has 4 features without comments.