Cargo Features

[dependencies]
sticker2 = { version = "0.5.1", default-features = false, features = ["load-hdf5", "model-tests"] }
default = load-hdf5

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

load-hdf5 default = hdf5

Enables load-hdf5 of sticker-transformers ^0.8.1

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.6