# 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 = "clineup" version = "0.2.5" authors = ["Antoine Gibek"] description = "A command-line utility for organizing media files" readme = "README.md" keywords = [ "photo-organizer", "file-organization", "exiftool", "cli", "reverse-geocoding", ] categories = ["command-line-utilities"] license = "AGPL-3.0" repository = "https://github.com/antscloud/clineup" [[bin]] name = "clineup" path = "src/main.rs" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "2.33.3" [dependencies.env_logger] version = "0.10" [dependencies.glob] version = "0.3.1" [dependencies.http] version = "0.2.9" [dependencies.indexmap] version = "2.1.0" [dependencies.indicatif] version = "0.17.6" [dependencies.kamadak-exif] version = "0.5.5" [dependencies.log] version = "0.4" [dependencies.path-clean] version = "1.0.1" [dependencies.regex] version = "1.9.1" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1.0.48" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.predicates] version = "3.0.4" [dev-dependencies.tempdir] version = "0.3.7"