Cargo Features

[dependencies]
coldcard = { version = "0.12.1", default-features = false, features = ["linux-static-hidraw", "linux-static-libusb", "log"] }
default = linux-static-hidraw

The linux-static-hidraw feature is set by default whenever coldcard is added without default-features = false somewhere in the dependency tree.

linux-static-hidraw default

Enables linux-static-hidraw of hidapi

linux-static-libusb

Enables linux-static-libusb of hidapi

Features from optional dependencies

log implicit feature

Enables log

log:

A lightweight logging facade for Rust