gewe-http 0.1.4

HTTP client for gewe WeChat API
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.gewe-core]
version = "0.1"

[dependencies.reqwest]
features = ["json", "rustls-tls", "brotli", "gzip"]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["rt-multi-thread", "macros", "time", "fs", "io-util", "process", "sync"]
version = "1.40"

[dependencies.tracing]
version = "0.1"

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

[package]
authors = ["wangnov <wangnov69@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "HTTP client for gewe WeChat API"
edition = "2021"
keywords = ["wechat", "gewe", "http", "api"]
license = "AGPL-3.0"
name = "gewe-http"
readme = false
repository = "https://github.com/wangnov/gewe-rs"
version = "0.1.4"