# 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" rust-version = "1.65" name = "little_exif" version = "0.6.2" authors = ["Tobias Prisching"] build = false exclude = [ ".DS_Store", "**/.DS_Store", ".gitignore", "additional-documentation/*", "tests/*", "debug/*", ".cargo_vcs_info.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ The only pure Rust crate with true read *and* write support for EXIF data, available for PNG, JP(E)G, JXL, TIFF, WebP images - and soon even more! """ readme = "README.md" keywords = [ "metadata", "exif", "photo", "image", ] categories = ["multimedia::images"] license = "MIT OR Apache-2.0" repository = "https://github.com/TechnikTobi/little_exif" [lib] name = "little_exif" path = "src/lib.rs" [[example]] name = "example1" path = "examples/example1.rs" [dependencies.crc] version = "3.2.1" [dependencies.miniz_oxide] version = "0.8.0" [dependencies.paste] version = "1.0.15"