# 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 = "exifmv" version = "0.4.1" authors = ["Moritz Moeller "] exclude = [ ".github/**/*", "test/**/*", ] description = "Moves images into a folder hierarchy based on EXIF tags" documentation = "https://docs.rs/exifmv/" readme = "README.md" keywords = [ "graphics", "images", "organzing", "sorting", "exif", ] categories = [ "command-line-utilities", "graphics", "multimedia::images", "filesystem", ] license = "Apache-2.0 OR BSD-3-Clause OR MIT OR Zlib" repository = "https://github.com/virtualritz/exifmv/" [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "exifmv" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.4" features = ["cargo"] [dependencies.kamadak-exif] version = "0.5" [dependencies.log] version = "0.4" [dependencies.simplelog] version = "0.12" [dependencies.tokio] version = "1.32" features = ["full"] [dependencies.trash] version = "3.0" [dependencies.walkdir] version = "2.4" [badges.maintenance] status = "passively-maintained"