imagepipe 0.5.1

An image processing pipeline
Documentation
# 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.1"
authors = ["Pedro CĂ´rte-Real <pedro@pedrocr.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An image processing pipeline"
documentation = "https://docs.rs/imagepipe/"
readme = "README.md"
categories = ["multimedia::images"]
license = "LGPL-3.0-only"
repository = "https://github.com/pedrocr/imagepipe"

[lib]
name = "imagepipe"
path = "src/lib.rs"

[[bin]]
name = "converter"
path = "src/bin/converter.rs"
doc = false

[[test]]
name = "maxsize_test"
path = "tests/maxsize_test.rs"

[[test]]
name = "roundtrip_test"
path = "tests/roundtrip_test.rs"

[dependencies.bincode]
version = "1"

[dependencies.blake3]
version = "1"

[dependencies.image]
version = "0.25"

[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"

[profile.dev]
opt-level = 3