# 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 = "apple-apns" version = "0.5.3" description = "Rust client for Apple Push Notification service" homepage = "https://github.com/jakelee8/apple-apns" documentation = "https://docs.rs/apple-apns" readme = "README.md" keywords = [ "apple", "apn", "apns", "ios", "notification", ] license = "MIT" repository = "https://github.com/jakelee8/apple-apns" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.http] version = "0.2.8" [dependencies.jsonwebtoken] version = "8.2.0" optional = true [dependencies.once_cell] version = "1.17.0" [dependencies.reqwest] version = "0.11.14" features = ["serde_json"] [dependencies.reqwest-middleware] version = "0.2.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.92" [dependencies.serde_plain] version = "1.0.1" [dependencies.serde_repr] version = "0.1.10" [dependencies.serde_with] version = "2.2.0" features = ["time_0_3"] [dependencies.thiserror] version = "1.0.38" [dependencies.time] version = "0.3.17" features = ["serde"] [dependencies.url] version = "2.3.1" [dependencies.uuid] version = "1.3.0" features = ["serde"] [dev-dependencies.reqwest-tracing] version = "0.4.0" [dev-dependencies.serde_json] version = "1.0.92" [dev-dependencies.tokio] version = "1.25.0" features = ["rt"] [dev-dependencies.wiremock] version = "0.5.17" [features] default = [ "jwt", "rustls", ] http1 = [] jwt = ["jsonwebtoken"] rustls = ["reqwest/rustls-tls"]