Cargo Features

DNG has no features set by default.

[dependencies]
dng = { version = "1.5.1", features = ["yaml", "cli"] }
yaml cli?

Enables fraction ^0.12.1, lazy-regex ^2.3.1, textwrap, and yaml-peg

fraction:

these are needed for the yaml reading / writing

Affects dng::yaml

cli = yaml

Enables clap

this is only needed for the cli tools

Required by compile_dng and dump_dng binaries