# 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 = "img_coords" version = "0.1.7" description = "Rust binary to scan a directory tree for images and collect their coordinates from EXIF" homepage = "https://github.com/magnusmanske/img_coords" readme = "README.md" keywords = [ "cli", "EXIF", "coordinates", "gps", "images", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/magnusmanske/img_coords" [profile.release] [dependencies.base64] version = "0.21" [dependencies.clap] version = "4" features = ["derive"] [dependencies.geojson] version = "0.24" [dependencies.jwalk] version = "0.8" [dependencies.kamadak-exif] version = "0.5" [dependencies.kml] version = "0.8" [dependencies.latlon] version = "0.1" [dependencies.lazy_static] version = "1" [dependencies.mime] version = "0.3" [dependencies.rayon] version = "1" [dependencies.regex] version = "1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.thumbnailer] version = "0.4" [dependencies.walkdir] version = "2"