# 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 = "2021" name = "ocrs-cli" version = "0.9.0" authors = ["Robert Knight"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "OCR CLI tool for extracting text from images" homepage = "https://github.com/robertknight/ocrs" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/robertknight/ocrs" [[bin]] name = "ocrs" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0.89" [dependencies.image] version = "0.25.2" features = [ "png", "jpeg", "webp", ] default-features = false [dependencies.lexopt] version = "0.3.0" [dependencies.ocrs] version = "0.9.0" [dependencies.png] version = "0.17.14" [dependencies.rten] version = "0.13.1" [dependencies.rten-imageproc] version = "0.13.1" [dependencies.rten-tensor] version = "0.13.1" [dependencies.serde_json] version = "1.0.127" [dependencies.url] version = "2.5.2" [features] avx512 = ["rten/avx512"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.home] version = "0.5.9" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.ureq] version = "2.10.1"