[package] name = "br-ocr" version = "0.1.0" 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" log = "0.4" chrono = "0.4.38" br-http = "0.5.0" br-crypto = { version = "0.2.0", default-features = false, features = ["br_hash", "br_hmac", "br_encoding", "br_base64"] } lazy_static = "1.5" [dev-dependencies] env_logger = "0.11"