exifmv 0.1.3

Moves images into a folder hierarchy based on EXIF tags
[[bin]]
name = "exifmv"
path = "src/main.rs"
[badges.maintenance]
status = "passively-maintained"
[dependencies.chrono]
version = "0.4.19"

[dependencies.clap]
default-features = true
features = ["wrap_help", "color", "suggestions"]
version = "3.1.2"

[dependencies.colored]
version = "2.0.0"

[dependencies.error-chain]
version = "0.12.4"

[dependencies.kamadak-exif]
version = "0.5.4"

[dependencies.shellexpand]
version = "2.1.0"

[dependencies.walkdir]
version = "2.3.2"

[package]
authors = ["Moritz Moeller <virtualritz@protonmail.com>"]
categories = ["command-line-utilities", "graphics", "multimedia::images", "filesystem"]
description = "Moves images into a folder hierarchy based on EXIF tags"
documentation = "https://docs.rs/exifmv/"
edition = "2021"
exclude = [".github/**/*", "test/**/*"]
keywords = ["graphics", "images", "organzing", "sorting", "exif"]
license = "Apache-2.0 OR BSD-3-Clause OR MIT OR Zlib"
name = "exifmv"
readme = "README.md"
repository = "https://github.com/virtualritz/exifmv/"
resolver = "2"
version = "0.1.3"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"