opencv-rs 0.1.1

Hexagonal Rust wrapper over OpenCV I/O and image-processing primitives: ports, fakes, FFI adapters
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.84"
name = "opencv-rs"
version = "0.1.1"
authors = ["GoClever <opensource@goclever.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hexagonal Rust wrapper over OpenCV I/O and image-processing primitives: ports, fakes, FFI adapters"
readme = "README.md"
keywords = [
    "opencv",
    "computer-vision",
    "hexagonal",
    "ports-and-adapters",
]
categories = [
    "api-bindings",
    "computer-vision",
    "multimedia::images",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GoCleverOrg/opencv-rs"

[features]
default = []
opencv = [
    "dep:opencv-rs-ffi",
    "opencv-rs-ffi/opencv",
]

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

[dependencies.opencv-rs-core]
version = "0.1.1"

[dependencies.opencv-rs-ffi]
version = "0.1.1"
optional = true

[dev-dependencies]