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