A dependency with possible BuildSettingsTemplate
Currently only dflags is taken into account, but the parser accepts any value that is in BuildSettingsTemplate. This feature was originally introduced to support -preview, as setting a -preview in dflags does not propagate down to dependencies.
Convenience alias as most uses just want to deal with the Dependency
Read a Dependency and BuildSettingsTemplate from the config file
The dependency itself
Additional dflags, if any
See Implementation
A dependency with possible BuildSettingsTemplate
Currently only dflags is taken into account, but the parser accepts any value that is in BuildSettingsTemplate. This feature was originally introduced to support -preview, as setting a -preview in dflags does not propagate down to dependencies.