# 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.64.0" name = "exifrename" version = "1.0.0" authors = ["Chris Down "] description = "Rename or copy files based on EXIF data." readme = "README.md" keywords = [ "exif", "image", "rename", "organise", "organize", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/cdown/exifrename" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.0" features = [ "std", "derive", "help", ] default-features = false [dependencies.funcfmt] version = "0.3.0" [dependencies.kamadak-exif] version = "0.5.5" [dependencies.rayon] version = "1.7.0" [dependencies.tempfile] version = "3.5.0" [dependencies.walkdir] version = "2.3.3" [target."cfg(target_family = \"unix\")".dependencies.libc] version = "0.2.144" [target."cfg(target_family = \"windows\")".dependencies.winapi] version = "0.3.9" features = ["winerror"]