# 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 = "ilytix" version = "0.2.5" authors = ["Jamjamjon "] description = "A simple cli tool for images analysis, written in Rust." readme = "README.md" license = "MIT" repository = "https://github.com/jamjamjon/ilytix" [dependencies.anyhow] version = "1.0.80" [dependencies.blockhash] version = "0.5.0" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.image] version = "0.24.7" features = ["webp-encoder"] [dependencies.indicatif] version = "0.17.6" [dependencies.rayon] version = "1.8.1" [dependencies.usearch] version = "2.9.1" [dependencies.walkdir] version = "2"