# 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 = "binarized_image_object_detection" version = "0.1.0" authors = ["scepter914 "] exclude = ["data/*"] description = "Object detection based on binarized image" readme = "README.md" keywords = [ "image", "vision", "real-time", ] license = "MIT" repository = "https://github.com/scepter914/object-detection-rs/" resolver = "1" [dependencies.carrot_image_utils] version = "0.1.5" [dependencies.carrot_utils] version = "0.1.6" [dependencies.image] version = "0.24" [dependencies.imageproc] version = "0.23" [dependencies.log] version = "0.4"