jpush 0.4.0

集成极光App推送
Documentation
[dependencies.async-trait]
optional = true
version = "0.1.82"

[dependencies.base64]
version = "0.22.1"

[dependencies.reqwest]
version = "0.12.7"

[dependencies.schemars]
version = "0.8.21"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.spring]
optional = true
version = "0.4"

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

[features]
spring-rs = ["spring", "async-trait"]

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

[package]
authors = ["yinxu46 <yinxu46@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "集成极光App推送"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "jpush"
readme = "README.md"
repository = "https://gitea.1000duo.cn/qianduo/jpush.git"
version = "0.4.0"

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