# 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.74" name = "exifrename" version = "1.1.0" authors = ["Chris Down "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [[bin]] name = "exifrename" path = "src/main.rs" [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.anyhow] version = "1.0.92" features = ["std"] default-features = false [dependencies.clap] version = "4.5.20" features = [ "std", "derive", "help", ] default-features = false [dependencies.funcfmt] version = "0.3.0" default-features = false [dependencies.kamadak-exif] version = "0.6.0" default-features = false [dependencies.rayon] version = "1.10.0" default-features = false [dependencies.tempfile] version = "3.13.0" default-features = false [dependencies.walkdir] version = "2.5.0" default-features = false [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.tempfile] version = "3.13.0" [target.'cfg(target_family = "unix")'.dependencies.libc] version = "0.2.161" default-features = false [target.'cfg(target_family = "windows")'.dependencies.windows-sys] version = "0.59.0" default-features = false