hh 0.1.2

highlight the exif photo info
# 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 = "2024"
name = "hh"
version = "0.1.2"
authors = ["HUANG KUNLUN"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "highlight the exif photo info"
readme = "README.md"
keywords = [
    "photo",
    "exif",
    "diagnosis",
]
categories = [
    "web-programming",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hkwk/hh"

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

[[bin]]
name = "dump_exif"
path = "src/bin/dump_exif.rs"

[[bin]]
name = "hh"
path = "src/main.rs"

[[bin]]
name = "scan_strings"
path = "src/bin/scan_strings.rs"

[dependencies.ab_glyph]
version = "0.2"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.image]
version = "0.25"

[dependencies.imageproc]
version = "0.24"

[dependencies.resvg]
version = "0.30"

[dependencies.tiny-skia]
version = "0.8"

[dependencies.usvg]
version = "0.30"