Cargo Features

foxtive-ntex has no features set by default.

[dependencies]
foxtive-ntex = { version = "0.1.0", features = ["strum", "static", "validator", "database", "rabbitmq", "redis", "base64", "hmac", "reqwest", "crypto", "jwt", "regex", "templating", "multipart"] }
strum

Enables strum

static

Enables ntex-files

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

validator

Enables validator

Affects http::ReasonPayload

database

Enables database of foxtive

Affects request::RequestHelper.db_pool

rabbitmq

Enables rabbitmq of foxtive

redis

Enables redis of foxtive

base64

Enables base64 of foxtive

hmac

Enables hmac of foxtive

reqwest

Enables reqwest of foxtive

crypto

Enables crypto of foxtive

jwt

Enables jwt of foxtive

Affects state::FoxtiveNtexState.auth_pat_prefix

regex

Enables regex of foxtive

templating

Enables tera of foxtive

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?