lmocr 0.1.1

Convert PDFs and images to Markdown using OpenRouter multimodal LLMs
# 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 = "lmocr"
version = "0.1.1"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Convert PDFs and images to Markdown using OpenRouter multimodal LLMs"
readme = "README.md"
keywords = [
    "ocr",
    "pdf",
    "markdown",
    "llm",
    "cli",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/finnatsea/lmocr"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.blake3]
version = "1.5"

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

[dependencies.directories]
version = "5.0"

[dependencies.image]
version = "0.25"

[dependencies.indicatif]
version = "0.17"

[dependencies.regex]
version = "1.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "multipart",
    "rustls-tls",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.10"

[dependencies.tokio]
version = "1.37"
features = [
    "rt-multi-thread",
    "macros",
]

[dependencies.toml]
version = "0.8"