Cargo Features

[dependencies]
virtio-media = { version = "0.0.1", default-features = false, features = ["simple-device"] }
default = simple-device

The simple-device feature is set by default whenever virtio-media is added without default-features = false somewhere in the dependency tree.

simple-device default = memfd

Affects devices::simple_device

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

memfd simple-device