Cargo Features

[dependencies]
euphony-cli = { version = "0.1.2", default-features = false, features = ["play", "remote"] }
default = play, remote

These default features are set whenever euphony-cli is added without default-features = false somewhere in the dependency tree.

play default = cpal
remote default = tokio, warp

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.

cpal play

Enables cpal ^0.14

tokio remote
warp remote