[package] name = "mvsdk" description = "Rust wrapper on top of Mind Vision Industrial camera SDK C/C++ library" license = "MIT" version = "0.1.1" edition = "2021" authors = ["Pavlo Hilei"] build = "build.rs" categories = ["computer-vision", "external-ffi-bindings"] readme = "README_PUBLISH.md" exclude = ["src/main.rs", "README.md", "Camera", "scripts"] [dependencies] libc = "0.2.116" lazy_static = "1.4.0" [build-dependencies] bindgen = { version = "0.59.2", optional = true } [features] default = [] compile_bindings = ["bindgen"]