[package] name = "vzense-rust" version = "0.1.6" edition = "2021" description = "High-level library for Vzense cameras" categories = ["external-ffi-bindings", "computer-vision", "hardware-support"] repository = "https://github.com/h-a-n-n-e-s/vzense-rust" readme = "README.md" license = "MIT" authors = ["Johannes Schoenke"] [dependencies] vzense-sys = { version = "0.1.3", path = "vzense-sys" } [dev-dependencies] show-image = "0.14.0" [features] # uses the already created bindings in vzense-sys/bindings default = [] # recreates the bindings for vzense-sys run-bindgen = ["vzense-sys/run-bindgen"] [profile.dev] rpath = true [profile.release] rpath = true