# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "dng" version = "1.5.2" description = "A pure rust library for reading / writing DNG files providing access to the raw data" readme = "README.md" keywords = [ "dng", "raw", "tiff", "ifd", "exif", ] categories = [ "command-line-utilities", "multimedia::images", "multimedia::encoding", "multimedia::video", ] license = "AGPL-3.0" repository = "https://github.com/apertus-open-source-cinema/dng-rs" [[bin]] name = "dump_dng" required-features = ["cli"] [[bin]] name = "compile_dng" required-features = ["cli"] [dependencies.clap] version = "4.0.22" features = ["derive"] optional = true [dependencies.derivative] version = "2.2.0" [dependencies.fraction] version = "0.12.1" optional = true [dependencies.lazy-regex] version = "2.3.1" optional = true [dependencies.textwrap] version = "0.16.0" optional = true [dependencies.thiserror] version = "1.0.37" [dependencies.yaml-peg] version = "1.0.5" optional = true [build-dependencies.json] version = "0.12.4" [features] cli = [ "yaml", "dep:clap", ] yaml = [ "dep:fraction", "dep:lazy-regex", "dep:textwrap", "dep:yaml-peg", ]