# 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 = "the-media-organizer" version = "1.1.0" authors = ["Alejandro Do Nascimento Mora"] description = "Organizes media files from a given directory into defined destinations using a directory tree structure by dates." readme = "README.md" license = "MIT" [dependencies.clap] version = "2.34.0" [dependencies.color-eyre] version = "0.5.11" [dependencies.directories] version = "4.0.1" [dependencies.kamadak-exif] version = "0.5.4" [dependencies.regex] version = "1" [dependencies.viperus] version = "0.1.10" [dev-dependencies.assert_cmd] version = "2.0.2" [dev-dependencies.tempfile] version = "3"