# 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 = "f-trak" version = "0.2.0" authors = ["Payne325 "] description = "A neural network based face detection program that tracks face movement in screen space." homepage = "https://github.com/Payne325/f-trak" readme = "README.md" keywords = [ "face-detection", "vision", "computer-vision", ] license-file = "LICENSE" repository = "https://github.com/Payne325/f-trak" [dependencies.opencv] version = "0.83.0" features = [ "dnn", "highgui", "imgproc", "videoio", ] default-features = false