reflow_cv_ops 0.2.0

Computer-vision preprocessing actors for Reflow — resize, normalize, colorspace, letterbox.
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 = "2021"
rust-version = "1.85"
name = "reflow_cv_ops"
version = "0.2.0"
authors = ["Damilare Akinlaja"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Computer-vision preprocessing actors for Reflow — resize, normalize, colorspace, letterbox."
homepage = "https://github.com/offbit-ai/reflow"
documentation = "https://docs.rs/reflow_cv_ops"
readme = "README.md"
keywords = [
    "reflow",
    "cv",
    "preprocess",
    "ml",
    "vision",
]
categories = [
    "multimedia::images",
    "science",
    "computer-vision",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/offbit-ai/reflow"

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

[dependencies.anyhow]
version = "1.0.94"

[dependencies.flume]
version = "0.11.0"

[dependencies.reflow_actor]
version = "0.2.0"

[dependencies.reflow_actor_macro]
version = "0.2.0"

[dependencies.reflow_media_codec]
version = "0.2.0"

[dependencies.reflow_media_types]
version = "0.2.0"

[dependencies.serde_json]
version = "1.0.133"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
    "time",
]