Cargo Features

[dependencies]
vcs-classic-hid = { version = "0.1.0", default-features = false, features = ["linux-static-hidraw", "linux-static-libusb"] }
default = linux-static-hidraw

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

linux-static-hidraw default

Enables linux-static-hidraw of hidapi ^1.2.5

linux-static-libusb

Enables linux-static-libusb of hidapi ^1.2.5

vcs-classic-hid has 3 features without comments.