fache 0.1.351

发车工具箱
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 = "fache"
version = "0.1.351"
authors = ["shawn <kamft@qq.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "发车工具箱"
homepage = "https://www.kamft.cn"
readme = "README.md"
keywords = [
    "graphics",
    "fachele",
]
categories = ["config"]
license = "MIT"
repository = "https://www.kamft.cn"
resolver = "2"

[package.metadata]
category = "config"
exclude = [
    "doc/**",
    "publish.sh",
    "docker.sh",
    "Dockerfile",
    ".vscode/**",
    ".ide/**",
    "docker-compose.yaml",
]

[features]
all = [
    "wxpay",
    "wxmini",
    "wework",
    "system",
    "feie",
    "webrtc",
]
axios = []
cos = []
default = ["wxpay"]
feie = []
lock = []
rust_xiu = []
shawn = []
system = []
vue = []
webrtc = []
wework = []
with-web-seaorm = []
wxmini = []
wxmp = []
wxpay = ["shawn"]

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

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.43"

[dependencies.cookie]
version = "0.18.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12.1"

[dependencies.md5]
version = "0.8.0"

[dependencies.pem]
version = "3.0.6"

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

[dependencies.pkcs8]
version = "0.10.2"

[dependencies.proc-macro2]
version = "1.0.106"

[dependencies.quote]
version = "1.0.44"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "json",
    "rustls-tls",
    "multipart",
    "gzip",
]

[dependencies.rsa]
version = "0.9.10"

[dependencies.schemars]
version = "1.2.1"

[dependencies.sea-orm]
version = "1.1.19"
features = [
    "runtime-tokio-native-tls",
    "debug-print",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha1]
version = "0.10.6"

[dependencies.sha2]
version = "0.10.9"

[dependencies.syn]
version = "2.0.114"
features = ["full"]

[dependencies.tokio]
version = "1.49.0"

[dependencies.tracing]
version = "0.1.44"

[dependencies.urlencoding]
version = "2.1.3"

[dependencies.uuid]
version = "1.20.0"

[dependencies.wx_pay]
version = "0.3.3"

[dependencies.x509-parser]
version = "0.18.0"

[dev-dependencies.cargo-edit]
version = "0.13.8"

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

[dev-dependencies.tokio-test]
version = "0.4.5"

[lints.rust]
dead_code = "allow"
missing_debug_implementations = "warn"
unused_assignments = "allow"
unused_imports = "allow"
unused_mut = "allow"