# 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" rust-version = "1.61" name = "sic_image_engine" version = "0.22.1" authors = ["Martijn Gribnau "] description = "Component of the sic cli: provides abstractions for (the application of) image operations." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/foresterre/sic" [dependencies.rayon] version = "1.7.0" [dependencies.sic_core] version = "0.22.0" [dependencies.sic_io] version = "0.22.0" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.24.3" [dependencies.thiserror] version = "1" [dev-dependencies.sic_testing] version = "0.22.0" [features] imageproc-ops = ["sic_core/imageproc-ops"] output-test-images = []