Cargo Features

[dependencies]
kaniop-operator = { version = "0.4.0", default-features = false, features = ["schemars", "examples-gen", "integration-test"] }
default = schemars

The schemars feature is set by default whenever kaniop-operator is added without default-features = false somewhere in the dependency tree.

schemars default

Enables schemars

dependency for kanidm packages required for cross compilation https://github.com/cross-rs/cross/wiki/Recipes#openssl

and schemars of k8s-openapi

k8s-openapi:

Enable schemars::JsonSchema implementations on resource types.

examples-gen
integration-test