bark-apns 0.1.0

Direct APNs client for sending Bark notifications.
Documentation
# 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 = "2024"
name = "bark-apns"
version = "0.1.0"
authors = ["jl.jiang <jiangjl9807@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Direct APNs client for sending Bark notifications."
documentation = "https://docs.rs/bark-apns"
readme = "README.md"
keywords = [
    "bark",
    "apns",
    "push-notifications",
    "ios",
    "messaging",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/jjl9807/bark-apns"

[lib]
name = "bark_apns"
path = "src/lib.rs"

[dependencies.aes]
version = "0.8"

[dependencies.aes-gcm]
version = "0.10"

[dependencies.base64]
version = "0.22"

[dependencies.cbc]
version = "0.1"
features = [
    "alloc",
    "block-padding",
]

[dependencies.cipher]
version = "0.4"
features = [
    "alloc",
    "block-padding",
]

[dependencies.ecb]
version = "0.1"
features = [
    "alloc",
    "block-padding",
]

[dependencies.getrandom]
version = "0.2"

[dependencies.jsonwebtoken]
version = "9"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "http2",
    "json",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]