Cargo Features

[dependencies]
protolog-cli = { version = "0.0.0", default-features = false, features = ["encrypt", "gzip", "lz4", "tracing"] }
default = encrypt, gzip, lz4, tracing

These default features are set whenever protolog-cli is added without default-features = false somewhere in the dependency tree.

encrypt default

Enables encrypt of protolog

gzip default

Enables gzip of protolog

lz4 default

Enables lz4 of protolog

tracing default

Enables tracing of protolog

protolog-cli has 5 features without comments.