wechat-minapp 3.4.3

微信小程序和服务号服务端API SDK
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "wechat-minapp"
version = "3.4.3"
authors = ["cc <i@artista.cc>"]
build = false
exclude = [
    "tests/",
    "examples/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "微信小程序和服务号服务端API SDK"
homepage = "https://github.com/ikeeplearn/wechat-minapp"
readme = "README.md"
keywords = [
    "minapp",
    "wechat",
]
categories = [
    "asynchronous",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/ikeeplearn/wechat-minapp"

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

[dependencies.aes]
version = "^0.8.4"

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

[dependencies.base64]
version = "^0.22.1"

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

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

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.http]
version = "1.4.0"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_repr]
version = "^0.1.19"

[dependencies.sha2]
version = "0.10.8"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.url]
version = "2.5.8"

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

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

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