[package] name = "hdrcopier" version = "0.3.2" edition = "2021" rust-version = "1.56" authors = ["Joshua Holmer "] description = "A tool for copying colorspace and HDR metadata from one file to another" repository = "https://github.com/shssoichiro/hdrcopier" license = "MIT" keywords = ["video", "multimedia"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.51" clap = "3.0.13" nom = "7.1.0" [profile.release] codegen-units = 1 lto = "thin"