Cargo Features

[dependencies]
rocket-no-content = { version = "0.1.4", default-features = false, features = ["schema"] }
default = schema

The schema feature is set by default whenever rocket-no-content is added without default-features = false somewhere in the dependency tree.

schema default = okapi, rocket_okapi

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.

okapi schema
rocket_okapi schema