# 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 = "rust-faces" version = "1.0.0" authors = ["Rusty Builder "] description = "A Rust library for face detection" readme = "README.md" license = "MIT" repository = "https://github.com/rustybuilder/rust-faces" [[test]] name = "test_code_design" path = "tests/test_code_design.rs" [[bench]] name = "detectors" harness = false [dependencies.home] version = "0.5.5" [dependencies.image] version = "0.24.6" [dependencies.imageproc] version = "0.23.0" optional = true [dependencies.indicatif] version = "0.17.5" [dependencies.itertools] version = "0.11.0" [dependencies.ndarray] version = "0.15.6" [dependencies.nshare] version = "0.9.0" features = ["ndarray"] [dependencies.ort] version = "1.15.2" features = ["load-dynamic"] [dependencies.reqwest] version = "0.11.18" features = ["blocking"] [dependencies.thiserror] version = "1.0.40" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.rstest] version = "0.17.0" [features] default = [] viz = ["dep:imageproc"]