Cargo Features

[dependencies]
disarm64-cli = { version = "0.1.22", default-features = false, features = ["full", "load_store", "exception", "system"] }
default = full

The full feature is set by default whenever disarm64-cli is added without default-features = false somewhere in the dependency tree.

full default

Enables full of disarm64

load_store

Enables load_store of disarm64

exception

Enables exception of disarm64

system

Enables system of disarm64

disarm64-cli has 5 features without comments.