[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"
[features]
default = ["shawn", "wxpay", "wework"]
shawn = []
wxpay = []
wework = ["group"]
group = []
[dependencies]
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"
[dev-dependencies]
tokio = { version = "1", features = ["full"] }
tokio-test = "0.4"