# 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 = "rusty-vision" version = "0.0.4" authors = ["Marmik SHah "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A basic Image manipulation library." homepage = "https://github.com/marmikshah/rusty-vision" readme = "README.md" keywords = [ "image-processing", "computer-vision", ] license = "MIT" repository = "https://github.com/marmikshah/rusty-vision" [lib] name = "rusty_vision" path = "src/lib.rs" [dependencies.crc32fast] version = "1.4.2" [dependencies.derive-new] version = "0.7.0" [dependencies.flate2] version = "1.0.33" [dependencies.log] version = "0.4.22"