mediapipe-rs/Cargo.toml

22 lines
474 B
TOML
Raw Normal View History

2022-03-01 13:04:01 +01:00
[package]
2022-06-12 20:39:04 +02:00
name = "mediapipe"
2022-03-01 13:04:01 +01:00
version = "0.1.0"
2022-06-12 20:39:04 +02:00
# documentation = "https://docs.rs/ux-mediapipe"
2022-03-01 13:08:31 +01:00
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"
2022-05-12 08:46:48 +02:00
opencv = { version = "0.63", features = ["clang-runtime"] }
2022-03-01 13:04:01 +01:00
protobuf = "2.23.0"
2022-05-12 08:46:48 +02:00
[build-dependencies]
bindgen = "*"