# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "photo_organizer" version = "0.3.0" authors = ["Andrew Gremlich "] description = "Organize photos in one folder into date-centric folder structure." homepage = "https://github.com/andrewgremlich/photo-organizer" documentation = "https://github.com/andrewgremlich/photo-organizer/blob/master/readme.md" readme = "./readme.md" keywords = ["photo", "organize"] license = "MIT" repository = "https://github.com/andrewgremlich/photo-organizer" [dependencies.clap] version = "2.33" features = ["suggestions", "color", "vec_map"] [dependencies.glob] version = "0.3.0" [dependencies.kamadak-exif] version = "0.5.4" [dependencies.mkdirp] version = "1.0.0"