# 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 = "2018" name = "tesseract-sys" version = "0.6.1" authors = [ "Kevin Kwok ", "Chris Couzens ", ] build = "build.rs" links = "tesseract" description = "Rust Bindings for Tesseract OCR" readme = "README.md" keywords = [ "OCR", "tesseract", ] categories = [ "external-ffi-bindings", "multimedia::images", ] license = "MIT" repository = "https://github.com/ccouzens/tesseract-sys" [dependencies.leptonica-sys] version = "~0.4" [build-dependencies.bindgen] version = "0.64" [target."cfg(any(target_os=\"macos\", target_os=\"linux\", target_os=\"freebsd\"))".build-dependencies.pkg-config] version = "0.3.19" [target."cfg(windows)".build-dependencies.vcpkg] version = "0.2.8"