Cargo Features

[dependencies]
black_marlin-compiler = { version = "0.3.4", default-features = false, features = ["procmacro", "config"] }
default = config

The config feature is set by default whenever black_marlin-compiler is added without default-features = false somewhere in the dependency tree.

procmacro

Affects black_marlin-compiler::procmacro

config default = yaml-rust

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.

yaml-rust config