[package] name = "simagef" description = "CLI tool for finding similar images" version = "0.2.6" edition = "2021" license = "GPL-3.0-or-later" repository = "https://github.com/gert7/simagef" homepage = "https://github.com/gert7/simagef" authors = ["Gert Oja"] categories = ["command-line-utilities"] keywords = ["image", "similarity", "finding", "comparison", "similar"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.4.8", features = ["derive"] } crossbeam = "0.8.2" image = "0.24.7" image-compare = "0.3.1" image-match = { version = "0.2.3", features = ["img"] } num_cpus = "1.16.0" # [profile.release] # debug = true