Cargo Features

[dependencies]
flatrv = { version = "0.1.1", default-features = false, features = ["ext-a", "elf"] }
default = elf, ext-a

These default features are set whenever flatrv is added without default-features = false somewhere in the dependency tree.

ext-a default

Affects exec_generic::atomic_is_supported, exec_generic::atomic_lr, exec_generic::atomic_sc, exec_x86_64::atomic_is_supported, exec_x86_64::atomic_lr, exec_x86_64::atomic_sc

elf default = goblin

Affects flatrv::elf

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.

goblin elf

Enables goblin ^0.1