# 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 = "rusty_scrfd" version = "1.1.0" authors = ["Prabhat Ranjan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for face detection using the SCRFD model." readme = "README.md" keywords = [ "SCRFD", "face-detection", "machine-learning", "onnx", ] categories = ["computer-vision"] license = "MIT" repository = "https://github.com/prabhat0206/scrfd" [lib] name = "rusty_scrfd" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.image] version = "0.24" [dependencies.log] version = "0.4" [dependencies.ndarray] version = "0.16.1" [dependencies.ndarray-stats] version = "0.4" [dependencies.opencv] version = "0.93.4" [dependencies.ort] version = "2.0.0-rc.8" features = [ "download-binaries", "ndarray", ] [dependencies.tokio] version = "1.0" optional = true [dependencies.uuid] version = "1.11.0" [features] async = ["tokio"] default = []