[[bin]]
name = "photo_sort"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.89"
[dependencies.chrono]
version = "0.4.34"
[dependencies.clap]
features = ["derive"]
version = "4.5.20"
[dependencies.env_logger]
version = "0.11.5"
[dependencies.ffmpeg-next]
optional = true
version = "7.1.0"
[dependencies.filetime]
version = "0.2.25"
[dependencies.kamadak-exif]
version = "0.5.5"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.log]
version = "0.4.22"
[dependencies.regex]
version = "1.11.0"
[dependencies.symlink]
version = "0.1.0"
[features]
default = []
video = ["dep:ffmpeg-next"]
[lib]
name = "photo_sort"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
A tool to rename and sort photos/videos by its EXIF date/metadata. It tries to extract the date
from the EXIF data or file name and renames the image file according to a given
format string.
Foreach source directory all images are processed and renamed to the target directory"""
documentation = "https://docs.rs/photo_sort"
edition = "2021"
homepage = "https://github.com/0xCCF4/PhotoSort"
keywords = ["photo", "sort", "exif", "rename", "date"]
license = "GPL-3.0-or-later"
name = "photo_sort"
readme = "README.md"
repository = "https://github.com/0xCCF4/PhotoSort"
version = "0.2.2"