# 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 = "simagef" version = "0.2.6" authors = ["Gert Oja"] description = "CLI tool for finding similar images" homepage = "https://github.com/gert7/simagef" readme = "README.md" keywords = [ "image", "similarity", "finding", "comparison", "similar", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/gert7/simagef" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.crossbeam] version = "0.8.2" [dependencies.image] version = "0.24.7" [dependencies.image-compare] version = "0.3.1" [dependencies.image-match] version = "0.2.3" features = ["img"] [dependencies.num_cpus] version = "1.16.0"