dng 1.6.0

A pure Rust library for reading/writing of DNG files, providing access to the raw data
Documentation
# 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.6.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A pure Rust library for reading/writing of 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"

[features]
cli = [
    "yaml",
    "dep:clap",
]
default = []
yaml = [
    "dep:fraction",
    "dep:lazy-regex",
    "dep:textwrap",
    "dep:yaml-peg",
]

[lib]
name = "dng"
path = "src/lib.rs"

[[bin]]
name = "compile_dng"
path = "src/bin/compile_dng.rs"
required-features = ["cli"]

[[bin]]
name = "dump_dng"
path = "src/bin/dump_dng.rs"
required-features = ["cli"]

[dependencies.clap]
version = "4.5"
features = ["derive"]
optional = true

[dependencies.fraction]
version = "0.15"
optional = true

[dependencies.lazy-regex]
version = "3.4"
optional = true

[dependencies.textwrap]
version = "0.16"
optional = true

[dependencies.yaml-peg]
version = "1.0"
optional = true

[build-dependencies.json]
version = "0.12"