# 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 = "cnocr_rs" version = "0.1.4" authors = ["CoireLen"] include = [ "build.rs", "src/modle.cpp", "src/modle.h", "src/lib.rs", ] description = "一份来自python cnocr的Rust实现" homepage = "https://github.com/CoireLen/RustCnOCR" documentation = "https://docs.rs/rustcnocr" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/CoireLen/RustCnOCR" [lib] doctest = false [dependencies.opencv] version = "0.70.0" [build-dependencies.cc] version = "1.0"