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 whenever zino is added without default-features = false somewhere in the dependency tree.

actix

Enables zino-actix

axum

Enables zino-axum

dioxus dioxus-desktop? = zino-dioxus
dioxus-desktop = dioxus

Enables desktop of zino-dioxus

debug

Enables debug of zino-core

i18n

Enables i18n of zino-core

jwt

Enables jwt of zino-core

logger default

Enables tracing-log and tracing-subscriber of zino-core

ntex

Enables zino-ntex

oidc

Enables oidc of zino-core

opa

Enables opa of zino-core

orm

Enables orm of optional zino-axum and zino-core

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.

zino-dioxus dioxus? dioxus-desktop?