mediapipe-rs/Cargo.toml
Victor Dudochkin 27161c50f7 Release
2022-03-01 19:08:31 +07:00

19 lines
481 B
TOML

[package]
name = "ux-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"
libc = "0.2.0"
opencv = {version = "0.63.0", default-features = false, features = ["videoio", "highgui", "imgproc"]}
protobuf = "2.23.0"