# 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 = "image-merger" version = "1.1.2" description = "A tool to merge multiple images into one." readme = "README.md" license = "MIT" repository = "https://github.com/NextChai/image-merger" [profile.release] lto = false codegen-units = 1 [dependencies.image] version = "0.25.1" [dependencies.num-traits] version = "0.2.19" [dependencies.rayon] version = "1.8.0"