[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"