[package] name = "wechat-mp" version = "0.1.4" authors = ["Walter ye "] license = "MIT OR Apache-2.0" description = "微信公众号(包括订阅号和服务号)sdk版本(开发中), 基于2020年7月的微信文档开发." repository = "https://github.com/wechat-rs/wechat-sdk" homepage = "https://github.com/wechat-rs/wechat-sdk" documentation = "https://docs.rs/wechat-mp" edition = "2018" keywords = ["wechat", "sdk"] categories = ["api-bindings", "web-programming"] readme = "README.md" include = ["Cargo.toml", "src/**/*.rs", "tests/**/*.rs", "README.md"] [features] default = [] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "0.4" env_logger = "0.7" dotenv = "0.15" tokio = { version = "0.2", features = ["full"] } tokio-util = { version = "0.3", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_repr = "0.1" async-trait = "0.1" anyhow = { version = "1.0", default-features = true } thiserror = "1.0" smol = { version = "0.1", features = ["tokio02"] } shaku = "0.5.0" maplit = "1.0" chrono = "0" regex = "1" string-builder = "0.2" # use 0.2 compacte with xpath sxd-document = "0.3" sxd-xpath = "0.4" # 加密, 解密 openssl = "0.10" base64 = "0.12" byteorder = "1.3" rand = "0.7" hex = "0.4" # actix-web actix-web = "2" actix-http = "1" http = "0" bytes = "0.5" # rest client reqwest = { version = "0.10", features = ["json"] } lazy_static = "1.4" async-mutex = "1.1" # redis token provider redis = "0.15" bb8-redis = "0.5" bb8 = "0.4" #either = { version = "1.5", features = ["serde"] } backtrace = "0.3"