Cargo Features
[dependencies]
kaniop-operator = { version = "0.4.0", default-features = false, features = ["schemars", "examples-gen", "integration-test"] }
- default = schemars
-
The
schemarsfeature is set by default wheneverkaniop-operatoris added withoutsomewhere in the dependency tree.default-features = false - 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::JsonSchemaimplementations on resource types. - examples-gen
- integration-test