[package] name = "mediapipe" version = "0.1.0" # documentation = "https://docs.rs/ux-mediapipe" description = "Rusty bindings for Google mediapipe" license = "MPL-2.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "mediapipe" [dependencies] cgmath = "0.18.0" cxx = "1.0.68" libc = "0.2.0" opencv = { version = "0.63", features = ["clang-runtime"] } protobuf = "2.23.0" [build-dependencies] bindgen = "*"