# 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 = "palette-transfer" version = "0.2.0" authors = ["Radzivon Bartoshyk"] build = false exclude = ["*.jpg"] autobins = false autoexamples = false autotests = false autobenches = false description = "Statistical copy palette from one image to another" homepage = "https://github.com/awxkee/palette-transfer.git" documentation = "https://github.com/awxkee/palette-transfer.git" readme = "README.md" keywords = [ "palette", "image", ] categories = ["multimedia::images"] license = "BSD-3-Clause OR Apache-2.0" repository = "https://github.com/awxkee/palette-transfer.git" [lib] name = "palette_transfer" path = "src/lib.rs" [dependencies.colorutils-rs] version = "0.7.0" [dependencies.rayon] version = "1.10.0"