web-push-native 0.5.0

Generic Event Delivery Using Http Push (web-push) components implemented according to RFC8030
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 = "2021"
rust-version = "1.87.0"
name = "web-push-native"
version = "0.5.0"
authors = ["Leo Gaskin <leo.gaskin@le0.gs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic Event Delivery Using Http Push (web-push) components implemented according to RFC8030"
homepage = "https://github.com/leotaku/web-push-native"
readme = "README.md"
keywords = [
    "webpush",
    "web-push",
    "http-push",
    "rust-crypto",
]
categories = [
    "cryptography",
    "network-programming",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/leotaku/web-push-native"

[features]
default = [
    "serialization",
    "vapid",
]
serialization = [
    "dep:serde",
    "dep:base64ct",
]
vapid = [
    "dep:jwt-simple",
    "dep:base64ct",
]

[lib]
name = "web_push_native"
path = "src/lib.rs"
doctest = true

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

[dependencies.base64ct]
version = "1.8.3"
features = [
    "alloc",
    "std",
]
optional = true

[dependencies.ece-native]
version = "0.5.0"

[dependencies.hkdf]
version = "0.13.0"

[dependencies.http]
version = "1.4.2"

[dependencies.jwt-simple]
version = "0.12.17"
features = ["pure-rust"]
optional = true
default-features = false

[dependencies.p256]
version = "0.13.2"
features = ["ecdh"]

[dependencies.serde]
version = "1.0.229"
features = ["derive"]
optional = true

[dependencies.sha2]
version = "0.11.0"

[dev-dependencies.once_cell]
version = "1.21.4"

[dev-dependencies.serde_json]
version = "1.0.151"