pushicino 1.0.1

Web Push application server components
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 = "pushicino"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web Push application server components"
documentation = "https://docs.rs/pushicino"
readme = "README.md"
keywords = [
    "webpush",
    "push",
    "notifications",
    "rfc8030",
]
categories = [
    "network-programming",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/KPull/pushicino"

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

[dependencies.aes-gcm]
version = ">=0.10.3"

[dependencies.base64]
version = ">=0.22.1"

[dependencies.elliptic-curve]
version = ">=0.13.8"
features = ["ecdh"]

[dependencies.hkdf]
version = ">=0.12.4"

[dependencies.jsonwebtoken]
version = ">=10.4.0"
features = ["rust_crypto"]

[dependencies.p256]
version = ">=0.13.2"
features = [
    "ecdh",
    "ecdsa",
    "serde",
]

[dependencies.reqwest]
version = ">=0.13.3"

[dependencies.serde]
version = ">=1.0.228"

[dependencies.sha2]
version = ">=0.10.9"

[dependencies.url]
version = ">=2.5.8"
features = ["serde"]

[dev-dependencies.axum]
version = ">=0.8.9"

[dev-dependencies.tokio]
version = ">=1.52.3"
features = [
    "rt",
    "macros",
    "test-util",
]