rustcv 0.1.3

A high-performance computer vision library for Rust.
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"
name = "rustcv"
version = "0.1.3"
authors = ["Leon <leon@leonrust.com>"]
build = false
exclude = [
    "assets/*",
    ".github/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance computer vision library for Rust."
readme = "README.md"
keywords = [
    "RustCV",
    "ComputerVision",
    "ImageProcessing",
    "CameraDrivers",
    "Robotics",
]
license = "MIT"
repository = "https://github.com/RustCV/RustCV"

[features]
turbojpeg = ["dep:turbojpeg"]

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

[[example]]
name = "camera_demo"
path = "examples/camera_demo.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.image]
version = "0.24"

[dependencies.imageproc]
version = "0.23"

[dependencies.log]
version = "0.4"

[dependencies.minifb]
version = "0.24"

[dependencies.once_cell]
version = "1.18"

[dependencies.rustcv-core]
version = "0.1"

[dependencies.rusttype]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.0"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
]

[dependencies.turbojpeg]
version = "1.4"
optional = true

[target.'cfg(target_os = "linux")'.dependencies.rustcv-backend-v4l2]
version = "0.1"

[target.'cfg(target_os = "macos")'.dependencies.rustcv-backend-avf]
version = "0.1"

[target.'cfg(target_os = "windows")'.dependencies.rustcv-backend-msmf]
version = "0.1"