# 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 = "2021" name = "dlib-face-recognition" version = "0.3.2" authors = [ "Ashley ", "Ho Kim ", "João Pedro Sanches Dovichi ", ] build = "build.rs" include = [ "src/**/*.rs", "build.rs", "Cargo.toml", "LICENSE", ] description = "Unofficial Rust wrappers to the C++ library dlib, face recognition tools" homepage = "https://github.com/podo-os" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/podo-os/dlib-face-recognition" [package.metadata.docs.rs] features = ["build-native"] [dependencies.bzip2] version = "0.4" optional = true [dependencies.cpp] version = "0.5" [dependencies.dlib-face-recognition-sys] version = "19.24.0-rc.1" optional = true default-features = false [dependencies.image] version = "0.24" default-features = false [dependencies.reqwest] version = "0.11" features = ["blocking"] optional = true [dev-dependencies.lazy_static] version = "1.4" [build-dependencies.cpp_build] version = "0.5" [build-dependencies.sys-info] version = "0.9" [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 = []