wechat-minapp 3.2.2

A rust sdk for wechat miniprogram server api
Documentation
[dependencies.aes]
version = "^0.8.4"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.base64]
version = "^0.22.1"

[dependencies.cbc]
features = ["alloc"]
version = "^0.1.2"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.http]
version = "1.3.1"

[dependencies.reqwest]
features = ["json"]
version = "^0.12.9"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.serde_repr]
version = "^0.1.19"

[dependencies.sha2]
version = "0.10.8"

[dependencies.strum]
features = ["derive"]
version = "^0.27.2"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
features = ["sync"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dev-dependencies.actix-web]
version = "4"

[dev-dependencies.dotenv]
version = "0.15"

[dev-dependencies.tokio]
features = ["full"]
version = "1.0"

[lib]
name = "wechat_minapp"
path = "src/lib.rs"

[package]
authors = ["cc <i@artista.cc>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "web-programming"]
description = "A rust sdk for wechat miniprogram server api"
edition = "2024"
homepage = "https://github.com/ikeeplearn/wechat-minapp"
keywords = ["minapp", "wechat"]
license = "MIT"
name = "wechat-minapp"
readme = "README.md"
repository = "https://github.com/ikeeplearn/wechat-minapp"
version = "3.2.2"

[[test]]
name = "access_token"
path = "tests/access_token.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"

[[test]]
name = "msg_sec_check"
path = "tests/msg_sec_check.rs"

[[test]]
name = "qr_code"
path = "tests/qr_code.rs"

[[test]]
name = "short_link"
path = "tests/short_link.rs"

[[test]]
name = "unlimited_qr_code"
path = "tests/unlimited_qr_code.rs"