Cargo Features
[dependencies]
nnnoiseless = { version = "0.5.1", default-features = false, features = ["bin", "capi", "train", "dasp"] }
- default = bin, dasp
-
These default features are set whenever
nnnoiseless
is added without
somewhere in the dependency tree.default-features = false - bin default = anyhow, clap, dasp_interpolate, dasp_ring_buffer, hound
-
Required by the binary
- capi = libc
- train = anyhow, clap, glob, hdf5, hound, ndarray, rand
-
Affects
nnnoiseless::util
…Required by the train binary
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.