expo_push_notification_client 0.2.6

Expo Push Notification Client for Rust
Documentation
[dependencies.async-compression]
features = ["gzip", "tokio"]
version = "0.4.6"

[dependencies.regex]
version = "1.10.3"

[dependencies.reqwest]
features = ["json", "gzip"]
version = "0.12.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.196"

[dependencies.serde_json]
version = "1.0.113"

[dependencies.serde_with]
version = "3.6.0"

[dependencies.thiserror]
version = "1.0.56"

[dependencies.tokio]
features = ["io-util"]
version = "1.36.0"
[dev-dependencies.anyhow]
version = "1.0.79"

[dev-dependencies.mockito]
version = "1.4.0"

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

[package]
authors = ["katayama8000 <https://github.com/katayama8000>"]
categories = ["api-bindings", "web-programming"]
description = "Expo Push Notification Client for Rust"
edition = "2021"
homepage = "https://github.com/katayama8000/expo-push-notification-client/blob/main/README.md"
keywords = ["expo", "push", "notifications", "react", "native"]
license = "MIT OR Apache-2.0"
name = "expo_push_notification_client"
readme = "README.md"
repository = "https://github.com/katayama8000/expo-push-notification-client"
version = "0.2.6"