# 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 = "kamadak-exif" version = "0.6.1" authors = ["KAMADA Ken'ichi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Exif parsing library written in pure Rust" homepage = "https://github.com/kamadak/exif-rs" documentation = "https://docs.rs/kamadak-exif" readme = "README" keywords = [ "Exif", "JPEG", "parser", "reader", "TIFF", ] categories = [ "multimedia::encoding", "multimedia::images", "parser-implementations", ] license = "BSD-2-Clause" repository = "https://github.com/kamadak/exif-rs" [lib] name = "exif" path = "src/lib.rs" [[example]] name = "dumpexif" path = "examples/dumpexif.rs" [[example]] name = "reading" path = "examples/reading.rs" [[test]] name = "platform" path = "tests/platform.rs" [[test]] name = "rwrcmp" path = "tests/rwrcmp.rs" [dependencies.mutate_once] version = "0.1.1"