# 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" name = "vzense-rust" version = "0.1.6" authors = ["Johannes Schoenke"] build = "build.rs" 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" repository = "https://github.com/h-a-n-n-e-s/vzense-rust" [profile.dev] rpath = true [profile.release] rpath = true [lib] name = "vzense_rust" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.vzense-sys] version = "0.1.3" [dev-dependencies.show-image] version = "0.14.0" [features] default = [] run-bindgen = ["vzense-sys/run-bindgen"]