vzense-rust 0.4.2

High-level library for Vzense cameras
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 = "2024"
name = "vzense-rust"
version = "0.4.2"
authors = ["Johannes Schoenke"]
build = "build.rs"
exclude = ["/lib"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level library for Vzense cameras"
readme = "README.md"
categories = [
    "external-ffi-bindings",
    "computer-vision",
    "hardware-support",
]
license = "MIT AND BSD-3-Clause"
repository = "https://github.com/h-a-n-n-e-s/vzense-rust"

[package.metadata.docs.rs]
features = ["docsrs"]

[features]
dcam560 = []
docsrs = []
run-bindgen = ["vzense-sys/run-bindgen"]

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

[[example]]
name = "basic"
path = "examples/basic/main.rs"

[dependencies.vzense-sys]
version = "0.3.1"

[dev-dependencies.pixels]
version = "0.16.0"

[dev-dependencies.winit]
version = "0.30.13"

[build-dependencies.ureq]
version = "3.3.0"
features = ["rustls"]
default-features = false