Cargo Features

[dependencies]
librscrc = { version = "0.1.0", default-features = false, features = ["all", "hardware", "nightly"] }
default = hardware

The hardware feature is set by default whenever librscrc is added without default-features = false somewhere in the dependency tree.

all = hardware, nightly
hardware default all?
nightly all?

Librscrc has 4 features without comments.