Cargo Features
[dependencies]
coldcard = { version = "0.12.2", default-features = false, features = ["linux-static-hidraw", "linux-static-libusb", "log"] }
- default = linux-static-hidraw
-
The
linux-static-hidraw
feature is set by default whenevercoldcard
is added without
somewhere in the dependency tree.default-features = false - linux-static-hidraw default
-
Enables linux-static-hidraw of hidapi
- linux-static-libusb
-
Enables linux-static-libusb of hidapi