fache 0.1.220

发车工具箱
Documentation
[package]
name = "fache"
version = "0.1.220"
edition = "2021"
publish = true
authors = ["shawn <kamft@qq.com>"]
license = "MIT"
description = "发车工具箱"
readme = "README.md"
homepage = "https://isrun.gitee.com/fache"
repository = "https://e.coding.net/deepin/rust/fache.git"
keywords = ["fachele", "fachele"]
categories = ["config"]
[package.metadata]
category = "config"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = ["shawn", "wxpay", "wework"]
shawn = []
wxpay = []
wework = ["group"]
group = []

[dependencies]
# 微信支付相关的库
# labrador = "0.2.3"
rand = "0.8"
chrono = "0.4"                                                      # 时间处理
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.107"
reqwest = { version = "0.12.11", features = ["json", "multipart"] }
regex = "1.3"
# ring = "0.16.20"
# rsa = "0.9.7"
# sha2="0.9"
# base64 = "0.22.1"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }
tokio-test = "0.4"