[build-dependencies.cpp_build]
version = "0.5"
[build-dependencies.sys-info]
version = "0.9"
[dependencies.bzip2]
optional = true
version = "0.4"
[dependencies.cpp]
version = "0.5"
[dependencies.dlib-face-recognition-sys]
default-features = false
optional = true
version = "19.24.0-rc.1"
[dependencies.image]
default-features = false
version = "0.24"
[dependencies.reqwest]
features = ["blocking"]
optional = true
version = "0.11"
[dev-dependencies.lazy_static]
version = "1.4"
[features]
build-native = ["dlib-face-recognition-sys"]
embed-all = ["embed-fd-nn", "embed-fe-nn", "embed-lp"]
embed-any = ["reqwest", "bzip2"]
embed-fd-nn = ["embed-any"]
embed-fe-nn = ["embed-any"]
embed-lp = ["embed-any"]
openblas = []
[package]
authors = ["Ashley <expenses@airmail.cc>", "Ho Kim <great.ho.kim@gmail.com>", "João Pedro Sanches Dovichi <jsanchesdovichi@gmail.com>"]
build = "build.rs"
description = "Unofficial Rust wrappers to the C++ library dlib, face recognition tools"
edition = "2021"
homepage = "https://github.com/podo-os"
include = ["src/**/*.rs", "build.rs", "Cargo.toml", "LICENSE"]
license = "BSD-3-Clause"
name = "dlib-face-recognition"
readme = "README.md"
repository = "https://github.com/podo-os/dlib-face-recognition"
version = "0.3.2"
[package.metadata.docs.rs]
features = ["build-native"]