Cargo Features

[dependencies]
synth = { version = "0.11.0", default-features = false, features = ["serde_serialization", "dsp-chain"] }
default = dsp-chain

The dsp-chain feature is set by default whenever synth is added without default-features = false somewhere in the dependency tree.

serde_serialization = serde, serde_json

Enables serde_serialization of envelope and instrument ^0.1.0

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.

dsp-chain default
serde serde_serialization?

Enables serde ^0.7.0

serde_json serde_serialization?

Enables serde_json ^0.7.0