Cargo Features

[dependencies]
efiloader = { version = "0.0.1", default-features = false, features = ["strict_nx"] }
default = strict_nx

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

strict_nx default

efiloader has 2 features without comments.