cuda-rt 0.7.2

Manga translation tools
[build-dependencies.anyhow]
version = "1.0"

[build-dependencies.serde_json]
version = "1.0"

[build-dependencies.ureq]
features = ["json"]
version = "3.1"

[build-dependencies.zip]
default-features = false
features = ["deflate"]
version = "6.0"

[dependencies]

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

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