lama 0.5.1

Manga translation tools
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 = "2024"
name = "lama"
version = "0.5.1"
authors = ["Mayo Takanashi <mayo@linux.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Manga translation tools"
homepage = "https://koharu.rs"
readme = "README.md"
keywords = [
    "manga",
    "ocr",
    "translation",
    "deep_learning",
    "computer_vision",
]
license-file = "LICENSE"
repository = "https://github.com/mayocream/koharu"

[features]
cuda = ["ort/cuda"]

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.hf-hub]
version = "0.4"

[dependencies.image]
version = "0.25"

[dependencies.imageproc]
version = "0.25"

[dependencies.ndarray]
version = "0.16"

[dependencies.ort]
version = "=2.0.0-rc.10"