# 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" rust-version = "1.74.0" name = "rusttesserast" version = "0.0.2" description = "A simple library providing the asynchronous methods for tesseract api." documentation = "https://docs.rs/rusttesserast/latest/rusttesserast/" readme = "README.md" license = "MIT" repository = "https://github.com/spectrtrec/rusttesserast" [lib] doctest = false [dependencies.derivative] version = "2.2.0" [dependencies.either] version = "1.9" [dependencies.field_accessor] version = "0.5.2" [dependencies.futures] version = "0.3.29" [dependencies.glob] version = "0.3.1" [dependencies.mockall] version = "0.11.2" [dependencies.tesseract-plumbing] version = "~0.9.0" [dependencies.tesseract-sys] version = "~0.5.15" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.34.0" features = ["full"]