# 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.75" name = "gufo-exif" version = "0.1.3" authors = ["Sophie Herold"] build = false exclude = ["tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "Exif loading and editing" readme = "README.md" license = "MPL-2.0 OR LGPL-2.1-or-later" repository = "https://github.com/gufo-rs/gufo" [lib] name = "gufo_exif" path = "src/lib.rs" [[example]] name = "exif-dump" path = "examples/exif-dump.rs" [dependencies.gufo-common] version = "0.1.0" [dependencies.thiserror] version = "1.0.61" [dependencies.tracing] version = "0.1" [dev-dependencies.gufo-jpeg] version = "0.1.0" [lints.clippy] arithmetic_side_effects = "forbid" cast_possible_truncation = "forbid" cast_possible_wrap = "forbid" [lints.rust] unsafe_code = "forbid"