Cargo Features

[dependencies]
core-processor = { version = "1.4.1", default-features = false, features = ["std", "strict", "mock"] }
default = std

The std feature is set by default whenever core-processor is added without default-features = false somewhere in the dependency tree.

std default

Enables std of gear-core-backend and gear-lazy-pages-interface

strict
mock

core-processor has 4 features without comments.