# 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-blend" version = "0.1.7" authors = ["Seb Smith"] build = false exclude = ["/test_data"] autobins = false autoexamples = false autotests = false autobenches = false description = "Type-agnostic support for image blending operations (add, multiply, screen, etc) for the image crate. Support for custom blends and utils for alpha channel manipulation." readme = "readme.md" keywords = [ "image", "blend", "imagechops", "blending-modes", "alpha", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Seb105/image-blend-rs" [lib] name = "image_blend" path = "src/lib.rs" [dependencies.image] version = "0.25.2" [dependencies.num-traits] version = "0.2.19" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.rayon] version = "1.10.0"