vmbc-sys 0.1.1

Rust wrapper of the Vimba X library for Allied Vision cameras
Documentation
[dependencies.libloading]
version = "0.8.3"

[dev-dependencies.anyhow]
version = "1"

[package]
authors = ["Andrew Straw <strawman@astraw.com>"]
categories = ["api-bindings", "external-ffi-bindings", "hardware-support", "multimedia::images"]
description = "Rust wrapper of the Vimba X library for Allied Vision cameras"
edition = "2021"
keywords = ["allied-vision", "camera", "bindings", "vimba", "image"]
license = "MIT OR Apache-2.0"
name = "vmbc-sys"
readme = "README.md"
repository = "https://github.com/strawlab/vmbc-sys"
rust-version = "1.56"
version = "0.1.1"

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["Win32_System_LibraryLoader"]
version = "0.54.0"