opencv-sdk 4.8.1

OpenCV SDK with C/C++/Python API compatibility layer
[build-dependencies.cbindgen]
version = "0.26"

[dependencies.anyhow]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.19"

[dependencies.opencv-core]
version = "4.8.0"

[dependencies.opencv-wasm]
optional = true
version = "4.8.0"

[dependencies.pyo3]
features = ["auto-initialize"]
optional = true
version = "0.20"

[dependencies.serde]
features = ["derive", "derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[features]
default = []
full = ["wasm", "python"]
python = ["pyo3"]
wasm = ["opencv-wasm"]

[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
name = "opencv_sdk"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "OpenCV SDK with C/C++/Python API compatibility layer"
edition = "2021"
keywords = ["opencv", "sdk", "ffi", "bindings", "compatibility"]
license = "Apache-2.0"
name = "opencv-sdk"
readme = "README.md"
repository = "https://github.com/ruvnet/ruv-FANN"
version = "4.8.1"