mediapipe-rs/Cargo.toml

19 lines
481 B
TOML
Raw Normal View History

2022-03-01 13:04:01 +01:00
[package]
name = "ux-mediapipe"
version = "0.1.0"
2022-03-01 13:08:31 +01:00
documentation = "https://docs.rs/ux-mediapipe"
description = "Rusty bindings for Google mediapipe"
license = "MPL-2.0"
2022-03-01 13:04:01 +01:00
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"