# 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 = "phorg" version = "0.17.11" authors = ["Siraaj Khandkar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Idempotent photo/video file organizer" readme = "README.md" keywords = [ "photo", "organizer", "exif", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/xandkar/phorg" [lib] name = "phorg" path = "src/lib.rs" [[bin]] name = "phorg" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.crc32fast] version = "1.4.2" [dependencies.human-panic] version = "2.0.1" [dependencies.indicatif] version = "0.17.8" [dependencies.infer] version = "0.16.0" [dependencies.kamadak-exif] version = "0.6.1" [dependencies.md-5] version = "0.10.6" [dependencies.nom-exif] version = "2.2.1" [dependencies.rayon] version = "1.10.0" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "2.0.3" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.tempfile] version = "3.10.1"