imagepipe 0.1.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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "imagepipe"
version = "0.1.1"
authors = ["Pedro CĂ´rte-Real <pedro@pedrocr.net>"]
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
[dependencies.bincode]
version = "1"

[dependencies.image]
version = "0.19"

[dependencies.lazy_static]
version = "1"

[dependencies.multicache]
version = "0.4"

[dependencies.rawloader]
version = "0.35.1"

[dependencies.rayon]
version = "1"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.serde_yaml]
version = "0.7"

[dependencies.sha2]
version = "0.6"

[dependencies.time]
version = "0.1"