Cargo Features
[dependencies]
restify = { version = "0.0.6", default-features = false, features = ["axum", "macros", "openapi", "cargo_manifest_dir"] }
- default = macros
-
The
macros
feature is set by default wheneverrestify
is added without
somewhere in the dependency tree.default-features = false - axum
-
Enables axum of restify-core, optional restify-macros, and optional restify-openapi
- macros default
-
Enables restify-macros
- openapi
-
Enables restify-openapi
- cargo_manifest_dir
-
Enables cargo_manifest_dir of optional restify-macros
Restify has 5 features without comments.