# 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 = "openvx-sys" version = "0.1.3" authors = ["Markus Mayer "] build = "build.rs" links = "openvx" description = "Native bindings to the OpenVX library (1.3.1)" readme = "README.md" keywords = [ "openvx", "opencl", "opencv", "embedded", ] categories = [ "computer-vision", "external-ffi-bindings", ] license = "MIT" repository = "https://github.com/sunsided/rust-openvx" [lib] name = "libopenvx_sys" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.clang] version = "2.0.0" features = ["runtime"]