Cargo Features
[dependencies]
qemu_print = { version = "0.1.0", default-features = false, features = ["stable", "nightly"] }
- default = nightly
-
The
nightly
feature is set by default wheneverqemu_print
is added without
somewhere in the dependency tree.default-features = false - 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.