# 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 = "tesseract-static" version = "0.1.0" authors = ["Felix Schütt "] build = "build.rs" exclude = [ "testocr.pnm", "deu.traineddata", "eng.traineddata", ] description = "STATICALLY LINKED tesseract + leptonica bindings for easy inclusion of tesseract-ocr in binary applications" keywords = [ "tesseract", "leptonica", "ocr", "text-recognition", ] categories = ["computer-vision"] license = "Apache-2.0" [dependencies.libc] version = "0.2.140" [dependencies.rayon] version = "1.7.0" [dependencies.thiserror] version = "1.0.39" [build-dependencies.cmake] version = "0.1.49" [build-dependencies.flate2] version = "1.0.25" [build-dependencies.fs_extra] version = "1.3.0" [build-dependencies.reqwest] version = "0.11.14" features = ["blocking"] [build-dependencies.tar] version = "0.4.38"