# 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_processing" version = "0.1.0" authors = ["Florian "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This package provides tools for image processing with a focus on edge detection and morphological transformations" readme = "README.md" categories = ["mathematics"] license = "MIT OR Apache-2.0" repository = "https://github.com/Florian-ALEXANDRE-Efrei/image_processing.git" [lib] name = "image_processing" path = "src/lib.rs" [[bin]] name = "image_processing" path = "src/main.rs" [dependencies.image] version = "0.25.1"