Cargo Features

[dependencies]
agb = { version = "0.19.1", default-features = false, features = ["multiboot", "testing"] }
default = testing

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

multiboot
testing default

AGB has 3 features without comments.