Cargo Features

[dependencies]
sticker-transformers = { version = "0.9.0", default-features = false, features = ["load-hdf5", "model-tests"] }
default = load-hdf5

The load-hdf5 feature is set by default whenever sticker-transformers is added without default-features = false somewhere in the dependency tree.

load-hdf5 default = hdf5

Affects sticker-transformers::hdf5_model

model-tests

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.

hdf5 load-hdf5

Enables hdf5 ^0.7