Cargo Features

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

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

logs-debug logs-trace
simd default

Enables simd of kawa

splice
tolerant-http1-parser

Enables tolerant-parsing of kawa

unstable

sozu-lib has 6 features without comments.