# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rustface" version = "0.1.7" authors = ["Andrei Tomashpolskiy "] exclude = ["assets/*"] description = "Face detection library, based on the C++ SeetaFace engine." readme = "README.md" keywords = ["face", "detection"] categories = ["multimedia::images", "science"] license = "BSD-2-Clause" repository = "https://github.com/atomashpolskiy/rustface" [profile.release] lto = true [lib] bench = false [[bench]] name = "benchmarks" harness = false [dependencies.byteorder] version = "1.2.6" [dependencies.num] version = "0.3" [dependencies.rayon] version = "1.4.1" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.image] version = "0.23" [dev-dependencies.imageproc] version = "0.22.0" [features] default = ["rayon"]