# 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-sys" version = "19.24.0-rc.1" authors = ["Ho Kim "] build = "build.rs" links = "dlib" 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" [profile.release] lto = true [lib] doctest = false [build-dependencies.cmake] version = "0.1" [build-dependencies.fs_extra] version = "1.2" [build-dependencies.glob] version = "0.3" [build-dependencies.pkg-config] version = "0.3" [build-dependencies.reqwest] version = "0.11" features = ["blocking"] [build-dependencies.zip] version = "0.5"