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 wheneversticker-transformers
is added without
somewhere in the dependency tree.default-features = false - 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.