[package] name = "br-wechat" version = "0.0.13" edition = "2021" authors = ["Carry <7991156@qq.com>"] keywords = ["br", "wechat"] readme = "README.md" license = "MIT" exclude = ["INSTALL.md", "config", "examples", "tests"] description = "This is an wechat" [dependencies] log = "0.4.22" json = "0.12.4" chrono = "0.4.38" urlencoding = "2.1" lazy_static = "1.5.0" br-http = "0.5" br-crypto = { version = "0.2", default-features = false, features = ["br_hash", "br_aes"] } [dev-dependencies] env_logger = "0.11.5"