Cargo Features

Foxtive-Ntex has no features set by default.

[dependencies]
foxtive-ntex = { version = "0.5.1", features = ["strum", "static", "validator", "database", "jwt", "multipart"] }
strum

Enables strum

static

Enables ntex-files

Affects server::ServerConfig.static_config, server::StaticFileConfig

validator

Enables validator

Affects form::ReasonPayload

database

Enables database of foxtive

Affects request::RequestHelper.db_pool

jwt

Enables jwt of foxtive

Affects state::FoxtiveNtexState.auth_pat_prefix

multipart = foxtive-ntex-multipart

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.

foxtive-ntex-multipart multipart?