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 wheneverblack_marlin-compiler
is added without
somewhere in the dependency tree.default-features = false - 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.