# 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 = "2018" name = "pico-detect" version = "0.5.0" authors = ["Rostyslav Bohomaz "] exclude = [ "assets", "tests", "models", "examples", ".gitattributes", ] description = "Pixel Intensity Comparison-based Object (PICO) detection library." readme = "README.md" keywords = [ "pico", "detection", "localization", "prediction", ] categories = [ "computer-vision", "wasm", ] license = "MIT" repository = "https://github.com/rostyq/pico-detect" [profile.bench] lto = true [lib] name = "pico_detect" bench = false [[example]] name = "detect-faces" path = "examples/detect-faces/main.rs" [[bench]] name = "pico_detect_bench" path = "benches/lib.rs" harness = false [dependencies.derive_builder] version = "0.12.0" [dependencies.image] version = "0.25.1" default-features = false [dependencies.imageproc] version = "0.24.0" default-features = false [dependencies.nalgebra] version = "0.32.1" features = ["std"] default-features = false [dependencies.pixelutil-image] version = "0.1" [dependencies.rand] version = "0.8.5" [dependencies.rand_xoshiro] version = "0.6.0" [dependencies.similarity-least-squares] version = "0.2.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.ab_glyph] version = "0.2.23" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.approx] version = "0.5.0" [dev-dependencies.cargo-husky] version = "1.5.0" features = [ "precommit-hook", "run-cargo-clippy", ] [dev-dependencies.clap] version = "4.1.8" features = ["derive"] [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.image] version = "0.25.1" [dev-dependencies.imageproc] version = "0.24.0" [dev-dependencies.rstest] version = "0.17.0"