# 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 = "tesseract" version = "0.15.1" authors = [ "Kevin Kwok ", "Chris Couzens ", ] description = "Higher-level bindings for Tesseract OCR" documentation = "https://docs.rs/tesseract" readme = "README.md" keywords = [ "tesseract", "OCR", "bindings", ] categories = [ "api-bindings", "multimedia::images", ] license = "MIT" repository = "https://github.com/antimatter15/tesseract-rs" [package.metadata.docs.rs] no-default-features = true [dependencies.tesseract-plumbing] version = "~0.11" default-features = false [dependencies.tesseract-sys] version = "~0.5" [dependencies.thiserror] version = "1.0" [features] default = ["tesseract_5_2"] tesseract_5_2 = ["tesseract-plumbing/tesseract_5_2"]