Cargo Features

[dependencies]
hidefix = { version = "0.5.2", default-features = false, features = ["static", "fast-index"] }
default = static

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

static default fast-index?

Enables static and zlib of hdf5-sys ^0.7.0

fast-index = static

HIDEFIX has 3 features without comments.