# 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 = "2018" name = "imgproc-rs" version = "0.3.0" authors = ["Tiffany Chieu "] exclude = ["tests/*", "benches/*", "images/*"] description = "Image processing library for Rust" homepage = "https://github.com/tiffany1618/imgproc-rs" documentation = "https://docs.rs/imgproc-rs" readme = "README.md" keywords = ["image", "image-processing"] categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/tiffany1618/imgproc-rs" [[bench]] name = "imgproc_bench" path = "benches/imgproc_bench.rs" harness = false [dependencies.image] version = "0.23.12" [dependencies.rayon] version = "1.5.0" optional = true [dependencies.rulinalg] version = "0.4.2" [dev-dependencies.criterion] version = "0.3" [features] default = ["simd"] parallel = ["rayon"] simd = []