# 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 = "imagepipe" version = "0.5.0" authors = ["Pedro CĂ´rte-Real "] description = "An image processing pipeline" documentation = "https://docs.rs/imagepipe/" categories = ["multimedia::images"] license = "LGPL-3.0-only" repository = "https://github.com/pedrocr/imagepipe" [profile.dev] opt-level = 3 [[bin]] name = "converter" doc = false [dependencies.bincode] version = "1" [dependencies.blake3] version = "1" [dependencies.image] version = "0.24" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.multicache] version = "0.6.0" [dependencies.num-traits] version = "0.2" [dependencies.rawloader] version = "0.37" [dependencies.rayon] version = "1" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_yaml] version = "0.8"