Cargo Features

[dependencies]
fourier-algorithms = { version = "0.1.1", default-features = false, features = ["std", "alloc"] }
default = std

The std feature is set by default whenever fourier-algorithms is added without default-features = false somewhere in the dependency tree.

std default

Enables std of multiversion ^0.6 and num-traits

alloc

fourier-algorithms has 3 features without comments.