vmb-core 0.3.0

Runtime-agnostic domain types and ports for vmb-rs (no FFI dependency)
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 = "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]