[package] name = "porg" version = "0.1.2" edition = "2021" description = "A command-line tool for renaming, organizing, and backing up photos to local and remote destinations" license = "MIT OR Apache-2.0" repository = "https://github.com/joel-hamilton/porg" categories = ["command-line-utilities", "filesystem", "multimedia::images"] [dependencies] chrono = "0.4.29" clap = { version = "4.0", features = ["derive"] } fern = "0.6" glob = "0.3.1" home = "0.5" inquire = "0.6.2" kamadak-exif = "0.5.5" log = "0.4" num_cpus = "1.16.0" once_cell = "1.18.0" serde = { version = "1.0", features = ["derive"] } tempfile = "3.8.0" termcolor = "1.4.1" thiserror = "1.0" toml = "0.7"