Cargo Features

[dependencies]
slow5 = { version = "0.11.0", default-features = false, features = ["zstd", "zlib-ng", "serde"] }
default = zstd

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

zstd default

Enables zstd of slow5lib-sys

zlib-ng

Enables zlib-ng of slow5lib-sys

serde

Enables serde

SLOW5 has 4 features without comments.