macocr 0.4.7

An OCR Tool using Apple's Vision Framework API.
# 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 = "macocr"
version = "0.4.7"
authors = ["riddleling <riddle.apple@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An OCR Tool using Apple's Vision Framework API."
readme = "README.md"
keywords = [
    "apple",
    "macos",
    "ocr",
    "http",
    "server",
]
license = "MIT"
repository = "https://github.com/riddleling/macocr"

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

[dependencies.axum]
version = "0.8.4"
features = ["multipart"]

[dependencies.base64]
version = "0.22.1"

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

[dependencies.core-graphics]
version = "0.25.0"

[dependencies.image]
version = "0.25.8"

[dependencies.infer]
version = "0.19.0"

[dependencies.objc2]
version = "0.6.1"

[dependencies.objc2-foundation]
version = "0.3.1"

[dependencies.objc2-vision]
version = "0.3.1"

[dependencies.regex]
version = "1.11.1"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.termcolor]
version = "1.4.1"

[dependencies.tokio]
version = "1.47.0"
features = ["full"]

[dependencies.tower-http]
version = "0.6.6"
features = [
    "limit",
    "trace",
]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]

[dependencies.uuid]
version = "1.17.0"
features = ["v4"]