Cargo Features
[dependencies]
okapi-operation = { version = "0.3.0-rc3", default-features = false, features = ["macro", "yaml", "axum", "axum-integration"] }
- default = macro
-
The
macro
feature is set by default wheneverokapi-operation
is added without
somewhere in the dependency tree.default-features = false - macro default = okapi-operation-macro
- yaml = serde_yaml
- axum axum-integration? = paste, tower
-
Enables axum, axum of okapi-operation-macro
Affects
okapi-operation::axum_integration
… - axum-integration = axum
-
Deprecated, use feature
axum
instead
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-operation-macro axum? macro
- tower axum?
-
Enables tower ^0.4
- paste axum?
- serde_yaml yaml?
-
Enables serde_yaml ^0.8