Cargo Features

[dependencies]
mpvsock = { version = "0.2.0", default-features = false, features = ["cli_app"] }
default = cli_app

The cli_app feature is set by default whenever mpvsock is added without default-features = false somewhere in the dependency tree.

cli_app default = anyhow, clap, edwardium_logger

Required by the mpv-client binary

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.

clap cli_app

Enables clap ^2

anyhow cli_app
edwardium_logger cli_app