Cargo Features

[dependencies]
euphony-buffer = { version = "0.1.1", default-features = false, features = ["host", "decode", "http", "resample"] }
default = host

The host feature is set by default whenever euphony-buffer is added without default-features = false somewhere in the dependency tree.

host default = decode, http, resample
decode host = symphonia

Affects euphony-buffer::decode

http host = log, reqwest
resample host = rubato

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.

log http?
reqwest http?

Enables reqwest ^0.11

symphonia decode?
rubato resample?

Enables rubato ^0.12