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