Cargo Features
velvet-core has no features set by default.
[dependencies]
velvet-core = { version = "0.4.2", features = ["hdf5-output", "rayon"] }
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 hdf5-output?
-
Enables hdf5 ^0.7
- hdf5-sys hdf5-output?
-
Enables hdf5-sys ^0.7
- rayon implicit feature
-
Enables rayon
rayon:
Simple work-stealing parallelism for Rust