Cargo Features

[dependencies]
sozu = { version = "1.0.0", default-features = false, features = ["unstable", "logs-debug", "logs-trace", "tolerant-http1-parser", "jemallocator"] }
default = jemallocator

The jemallocator feature is set by default whenever sozu is added without default-features = false somewhere in the dependency tree.

unstable
logs-debug

Enables logs-debug of sozu-command-lib and sozu-lib

logs-trace

Enables logs-trace of sozu-command-lib and sozu-lib

tolerant-http1-parser

Enables tolerant-http1-parser of sozu-lib

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.

jemallocator default