Cargo Features

OxiSynth has no features set by default.

[dependencies]
oxisynth = { version = "0.0.5", features = ["i16-out", "sf3"] }
i16-out = getrandom, rand
sf3 = lewton

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.

getrandom i16-out?

Enables getrandom

i16-out

rand i16-out?
lewton sf3?