Cargo Features
[dependencies]
flac-bound = { version = "0.5.0", default-features = false, features = ["flac", "libflac", "libflac-noogg", "libflac-nobuild"] }
- default = flac
-
The
flac
feature is set by default wheneverflac-bound
is added without
somewhere in the dependency tree.default-features = false - flac default = flac-sys
- libflac = libflac-nobuild
-
Enables build-ogg of libflac-sys
- libflac-noogg = libflac-nobuild
-
Enables build-flac of libflac-sys
- 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.