# 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 = "2021" name = "jpush" version = "0.1.3" authors = ["yinxu46 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "简单集成极光App推送" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://global:global123456@gitea.1000duo.cn/qianduo/jpush.git" [lib] name = "jpush" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.82" optional = true [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] version = "0.2.1" optional = true [features] spring-rs = [ "spring", "async-trait", ]