Cargo Features

[dependencies]
flac-bound = { version = "0.3.0", default-features = false, features = ["flac", "libflac", "libflac-noogg", "libflac-nobuild"] }
default = flac

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

flac default = flac-sys
libflac = libflac-nobuild

Enables build-ogg of libflac-sys ^0.2

libflac-noogg = libflac-nobuild

Enables build-flac of libflac-sys ^0.2

libflac-nobuild libflac? libflac-noogg? = libflac-sys

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.

flac-sys flac
libflac-sys libflac? libflac-nobuild? libflac-noogg?

Enables libflac-sys ^0.2