[package]
edition = "2021"
rust-version = "1.84"
name = "vmb-core"
version = "0.3.0"
authors = ["GoClever <opensource@goclever.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime-agnostic domain types and ports for vmb-rs (no FFI dependency)"
readme = "README.md"
keywords = [
"vimba",
"allied-vision",
"camera",
"vision",
"ports-and-adapters",
]
categories = [
"api-bindings",
"hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GoCleverOrg/vmb-rs"
[lib]
name = "vmb_core"
path = "src/lib.rs"
[[test]]
name = "camera"
path = "tests/camera.rs"
[[test]]
name = "discovery"
path = "tests/discovery.rs"
[[test]]
name = "system"
path = "tests/system.rs"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies]