wx-rust-open 0.1.3

WxRust 开放平台(第三方平台)模块(对应 weixin-java-open)
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"
rust-version = "1.89"
name = "wx-rust-open"
version = "0.1.3"
authors = ["wandl <hiwepy@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WxRust 开放平台(第三方平台)模块(对应 weixin-java-open)"
homepage = "https://github.com/easy-4-rust/WxRust"
readme = "README.md"
keywords = [
    "wechat",
    "weixin",
    "wx",
    "sdk",
    "miniapp",
]
categories = [
    "api-bindings",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/easy-4-rust/WxRust"

[package.metadata.docs.rs]
all-features = true

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.base64]
version = "0.23.0"

[dependencies.chrono]
version = "0.4.45"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.13.0"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.quick-xml]
version = "0.42.0"
features = ["serialize"]

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "rustls",
    "stream",
    "multipart",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.150"
features = ["preserve_order"]

[dependencies.sha1]
version = "0.11.0"

[dependencies.sha2]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.4"
features = [
    "io-util",
    "macros",
    "net",
    "rt",
    "sync",
    "time",
]

[dependencies.url]
version = "2.5.8"

[dependencies.wx-rust-common]
version = "0.1.3"

[dependencies.wx-rust-miniapp]
version = "0.1.3"

[dependencies.wx-rust-mp]
version = "0.1.3"

[lints.clippy]
collapsible_if = "allow"
field_reassign_with_default = "allow"
manual_is_multiple_of = "allow"
module_inception = "allow"
too_many_arguments = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"