Documentation
[package]

name = "br-ocr"

version = "0.0.6"

edition = "2021"

authors = ["Carry <7991156@qq.com>"]

keywords = ["br", "ocr"]

readme = "README.md"

license = "MIT"

exclude = ["INSTALL.md", "examples", "config"]

description = "This is an ocr"



[dependencies]

json = "0.12.4"

log = "0.4.17"

chrono = "0.4.26"

br-http = "0.0.7"

br-crypto = { version = "0.1.14", default-features = false, features = ["br_hash", "br_hmac"] }

lazy_static = "1.4.0"

[dev-dependencies]

env_logger = "0.10.0"