Cargo Features

humphrey_server has no features set by default.

[dependencies]
humphrey_server = { version = "0.6.1", features = ["plugins", "tls"] }
plugins = libloading

Affects config::Config.plugins, config::PluginConfig, humphrey_server::plugins, server::AppState.plugin_manager

tls

Enables tls of humphrey

Affects config::Config.tls_config, config::TlsConfig

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.

libloading plugins?

Enables libloading ^0.7