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 whenevereuphony-buffer
is added without
somewhere in the dependency tree.default-features = false - 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