# 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.60" name = "rexif" version = "0.7.4" authors = [ "Elvis Pfützenreuter ", "Kornel ", "Gabriela Alexandra Moldovan ", ] include = [ "src/*.rs", "Cargo.toml", "README.md", "LICENSE", ] description = "RExif is a native Rust crate, written to extract EXIF data from JPEG and TIFF images." homepage = "https://lib.rs/crates/rexif" documentation = "https://docs.rs/rexif" readme = "README.md" keywords = [ "exif", "metadata", "ifd", "tag", "gps", ] categories = [ "multimedia::images", "parser-implementations", ] license = "MIT" repository = "https://github.com/kornelski/rexif.git" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "rexif" path = "src/lib.rs" [[bin]] name = "rexiftool" path = "src/main.rs" [dependencies.num] version = "0.4.3" [dev-dependencies.glob] version = "0.3.1" [badges.maintenance] status = "passively-maintained"