# 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" rust-version = "1.73" name = "od_opencv" version = "0.1.6" authors = ["Dimitrii Lopanov "] exclude = [ "/.github", "/ci", "/tools", "release.toml", "rustfmt.toml", "download_v3_tiny.sh", "download_v4_tiny.sh", "download_v7_tiny.sh", "download_v8_n.sh", "/images", "/pretrained", ] description = "Object detection utilities in Rust programming language for YOLO-based neural networks in OpenCV ecosystem" homepage = "https://github.com/LdDl/object-detection-opencv-rust" documentation = "https://docs.rs/od_opencv" readme = "README.md" keywords = [ "computer-vision", "object-detection", "yolo", "opencv", "yolo-v8", ] categories = [ "algorithms", "multimedia", "computer-vision", "mathematics", "science", ] license = "MIT" repository = "https://github.com/LdDl/object-detection-opencv-rust" [lib] name = "od_opencv" path = "src/lib.rs" doctest = false [[example]] name = "yolo_v3_tiny" [[example]] name = "yolo_v4_tiny" [[example]] name = "yolo_v7_tiny" [[example]] name = "yolo_v8_n" [dependencies.lazy_static] version = "1.4.0" [dependencies.opencv] version = "0.91.3" features = [ "dnn", "imgcodecs", "imgproc", ] default-features = false