# 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 = "mat2image" version = "0.2.0" exclude = [ "examples/*", "Makefile", ] description = "Utilities to convert opencv::Mat to image::DynamicImage" readme = "README.md" license = "MIT" repository = "https://github.com/rcastill/mat2image" [profile.release] debug = 1 [dependencies.image] version = "0.24" default-features = false [dependencies.opencv] version = "0.74" features = ["rgb"] default-features = false [dependencies.rayon] version = "1.5" optional = true [dependencies.rgb] version = "0.8.20" default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.image] version = "0.24" [dev-dependencies.opencv] version = "0.74" features = ["imgcodecs"] default-features = false [features] default = ["rayon"]