Cargo Features
[dependencies]
zino = { version = "0.26.1", default-features = false, features = ["actix", "axum", "dioxus", "dioxus-desktop", "debug", "i18n", "jwt", "logger", "ntex", "oidc", "opa", "orm"] }
- default = logger
-
The
logger
feature is set by default wheneverzino
is added without
somewhere in the dependency tree.default-features = false - actix
-
Enables zino-actix
- axum
-
Enables zino-axum
- dioxus dioxus-desktop? = zino-dioxus
- dioxus-desktop = dioxus
-
Enables desktop of zino-dioxus
- debug
- i18n
- jwt
- logger default
-
Enables tracing-log and tracing-subscriber of zino-core
- ntex
-
Enables zino-ntex
- oidc
- opa
- orm
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.