fuji 0.2.0

A library to read Fujifilm Recipes & Exif Metadata from a JPEG or RAF file using exiftool.
Documentation
# 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.78.0"
name = "fuji"
version = "0.2.0"
build = false
exclude = [
    ".github",
    "tests",
    "test-utilities",
    "scripts",
    "deps",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library to read Fujifilm Recipes & Exif Metadata from a JPEG or RAF file using exiftool."
readme = "README.md"
keywords = [
    "fujifilm",
    "recipe",
    "exif",
    "metadata",
]
license = "Apache-2.0"

[lib]
name = "fuji"
path = "src/lib.rs"

[dependencies.log]
version = "~0.4.26"

[dependencies.once_cell]
version = "~1.21.3"

[dependencies.regex]
version = "~1.12.2"

[dependencies.serde]
version = "~1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "~1.0.149"

[dependencies.snafu]
version = "~0.8.9"

[dependencies.strum]
version = "~0.27.2"

[dependencies.strum_macros]
version = "~0.27.2"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[profile.dev]
opt-level = 0
debug = 2

[profile.test]
opt-level = 0
debug = 2