# 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 = "revolt_little_exif" version = "0.5.1" authors = ["Tobias Prisching"] build = false exclude = [ ".DS_Store", "**/.DS_Store", ".gitignore", "additional-documentation/*", "tests/*", ".cargo_vcs_info.json", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ (fork which includes support for passing filetype directly) Basic reading and writing of EXIF (related) metadata for PNG, JP(E)G, JXL and WebP image files (other file types - e.g. TIFF or HEIC - are planned), with the advantage of being solely written in Rust & not relying on any 3rd party non-rust library. """ readme = "README.md" keywords = [ "metadata", "exif", "photo", "image", ] categories = ["multimedia::images"] license = "MIT OR Apache-2.0" repository = "https://github.com/revoltchat/little_exif" [lib] name = "revolt_little_exif" path = "src/lib.rs" [[example]] name = "example1" path = "examples/example1.rs" [dependencies.crc] version = "3.0.0" [dependencies.miniz_oxide] version = "0.8.0" [dependencies.paste] version = "1.0.9"