[package] name = "jpush" version = "0.1.3" edition = "2021" authors = ["yinxu46 "] description = "简单集成极光App推送" repository = "https://global:global123456@gitea.1000duo.cn/qianduo/jpush.git" license = "MIT OR Apache-2.0" [dependencies] serde = "1.0" serde_json = "1.0" reqwest = "0.12.7" base64 = "0.22.1" schemars = "0.8.21" async-trait = { version = "0.1.82", optional = true } spring = { version = "0.2.1", optional = true } [features] spring-rs = ["spring", "async-trait"]