Cargo Features

[dependencies]
qemu_print = { version = "0.1.0", default-features = false, features = ["stable", "nightly"] }
default = nightly

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

stable

Enables stable of uart_16550 ^0.2.15

uart_16550:

TOOD: Remove these deprecated features on next breaking release

nightly default

Enables nightly of uart_16550 ^0.2.15

qemu_print has 3 features without comments.