diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-14 15:12:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-14 14:12:28 +0000 |
| commit | b89348b92a9c1ae67a4bb69a6db69d14f881384d (patch) | |
| tree | c48f067d9dce5eae08e95f48b47222791b79f442 /Cargo.lock | |
| parent | fcf64d0ee0c2c48580f5d3576f8d53df4922c5e9 (diff) | |
Read EXIF data and apply image rotation (#3413)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1176,6 +1176,15 @@ dependencies = [ ] [[package]] +name = "kamadak-exif" +version = "0.5.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077" +dependencies = [ + "mutate_once", +] + +[[package]] name = "kqueue" version = "1.0.8" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1376,6 +1385,12 @@ dependencies = [ ] [[package]] +name = "mutate_once" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b" + +[[package]] name = "native-tls" version = "0.2.11" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2556,6 +2571,7 @@ dependencies = [ "icu_segmenter", "image", "indexmap 2.1.0", + "kamadak-exif", "kurbo", "lipsum", "log", |
