# 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] name = "leptess" version = "0.14.0" authors = [ "QP Hou ", "Chris Couzens ", ] description = "Productive Rust binding for Tesseract and Leptonica." homepage = "https://github.com/houqp/leptess" documentation = "https://houqp.github.io/leptess/leptess/index.html" readme = "README.md" keywords = [ "leptonica", "tesseract", "ocr", "image", ] license = "MIT" repository = "https://github.com/houqp/leptess" [dependencies.tesseract-plumbing] version = "~0.8" [dependencies.thiserror] version = "1" [dev-dependencies.image] version = "0.24.2" [dev-dependencies.regex] version = "1.4.3"