Cargo Features

[dependencies]
jubako = { version = "0.2.1", default-features = false, features = ["lz4", "lzma", "zstd"] }
default = zstd

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

lz4

Enables lz4

lzma

Enables xz2

zstd default

Enables zstd ^0.12.4

Jubako has 4 features without comments.