Cargo Features

[dependencies]
claptrap = { version = "0.3.0", default-features = false, features = ["schema", "doc_gen"] }
default = schema

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

schema default = schemars
doc_gen

Required by the gen_api_docs binary

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.

schemars schema