hdrcopier-cli 0.5.3

A tool for copying colorspace and HDR metadata from one file to another
# 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 = "2024"
rust-version = "1.85"
name = "hdrcopier-cli"
version = "0.5.3"
authors = ["Joshua Holmer <jholmer.in@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for copying colorspace and HDR metadata from one file to another"
readme = false
keywords = [
    "video",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/shssoichiro/hdrcopier"
resolver = "2"

[[bin]]
name = "hdrcopier"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.4.8"

[dependencies.hdrcopier-core]
version = "0.5.1"