dlib-face-recognition-sys 20.0.1

Unofficial Rust wrappers to the C++ library dlib, face recognition tools
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "dlib-face-recognition-sys"
version = "20.0.1"
authors = [
    "Ashley <expenses@airmail.cc>",
    "Ho Kim <great.ho.kim@gmail.com>",
    "João Pedro Sanches Dovichi <jsanchesdovichi@gmail.com>",
]
build = "build.rs"
links = "dlib"
include = [
    "build.rs",
    "Cargo.toml",
    "LICENSE",
    "src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unofficial Rust wrappers to the C++ library dlib, face recognition tools"
homepage = "https://github.com/ulagbulag/dlib-face-recognition"
documentation = "https://github.com/ulagbulag/dlib-face-recognition"
readme = "README.md"
keywords = [
    "dlib",
    "face-recognition",
    "object-detection",
]
license = "BSD-3-Clause"
repository = "https://github.com/ulagbulag/dlib-face-recognition"

[lib]
name = "dlib_face_recognition_sys"
path = "src/lib.rs"
doctest = false

[build-dependencies.cmake]
version = "0.1"

[build-dependencies.fs_extra]
version = "1.3"

[build-dependencies.glob]
version = "0.3"

[build-dependencies.pkg-config]
version = "0.3"

[build-dependencies.reqwest]
version = "0.13"
features = ["blocking"]

[build-dependencies.zip]
version = "8.6"