[build-dependencies.autocxx-build]
version = "0.30.0"
[dependencies.autocxx]
version = "0.30.0"
[dependencies.cxx]
version = "1.0"
[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.12.23"
[[example]]
name = "compare"
path = "examples/compare.rs"
[[example]]
name = "thread_compare"
path = "examples/thread_compare.rs"
[lib]
name = "baklava"
path = "src/lib.rs"
[package]
authors = ["Marc Intha-amnouay <marc.inthaamnouay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A rust wrapper around the InsightFace library to perform face comparison"
edition = "2021"
exclude = ["face1_test.png", "face2_test.png", "insightface"]
keywords = ["insightface", "face-comparison", "inspireface"]
license = "MIT"
name = "baklava"
readme = "README.md"
version = "0.1.4"