Cargo Features

[dependencies]
ljud = { version = "0.0.5", default-features = false, features = ["no_std", "sampler", "convolution"] }
default = convolution, sampler

These default features are set whenever ljud is added without default-features = false somewhere in the dependency tree.

no_std = libm
sampler default = hound
convolution default

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.

hound sampler
libm no_std?