Cargo Features

velvet-core has no features set by default.

[dependencies]
velvet-core = { version = "0.4.2", features = ["hdf5-output", "rayon"] }
hdf5-output = hdf5, hdf5-sys

Affects outputs::Output

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