Cargo Features
[dependencies]
sozu = { version = "1.1.0-rc.1", default-features = false, features = ["unstable", "logs-debug", "logs-trace", "tolerant-http1-parser", "jemallocator"] }
- default = jemallocator
-
The
jemallocator
feature is set by default wheneversozu
is added without
somewhere in the dependency tree.default-features = false - 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