# 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.76" name = "convert-image" version = "0.1.0" authors = ["Andrew Straw "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "conversion functions to convert between image formats" readme = "README.md" keywords = [ "cameras", "images", ] categories = [ "multimedia::images", "computer-vision", ] license = "MIT/Apache-2.0" repository = "https://github.com/strawlab/convert-image" [lib] name = "convert_image" path = "src/lib.rs" [dependencies.bayer] version = "0.1" default-features = false [dependencies.image] version = "0.25" features = [ "jpeg", "png", ] default-features = false [dependencies.itertools] version = "0.13" [dependencies.machine-vision-formats] version = "0.1.3" [dependencies.thiserror] version = "1"