apns2 0.1.0

Apple Push Notification Service (apns) client library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "apns2"
description = "Apple Push Notification Service (apns) client library"
version = "0.1.0"
authors = ["Christoph Herzog <chris@theduke.at>"]
license = "MIT/Apache-2.0"
readme = "README.md"
categories = ["network-programming"]
documentation = "https://docs.rs/apns2"
repository = "https://github.com/theduke/apns2-rust"

[dependencies]
uuid = { version = "0.6.0", features = ["serde", "v4"] }
failure = "0.1.1"
curl = "0.4.11"
serde = "1.0.27"
serde_derive = "1.0.27"
serde_json = "1.0.9"