web-push-native 0.1.3

Generic Event Delivery Using Http Push (web-push) components implemented according to RFC8030
Documentation
[dependencies.aes-gcm]
version = "0.10.1"

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

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

[dependencies.hkdf]
version = "0.12.3"

[dependencies.http]
version = "0.2.8"

[dependencies.jwt-simple]
optional = true
version = "0.11.3"

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

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

[dependencies.sha2]
version = "0.10.6"
[dev-dependencies.once_cell]
version = "1.17.0"

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

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

[lib]
doctest = true

[package]
authors = ["Leo Gaskin <leo.gaskin@le0.gs>"]
categories = ["cryptography", "network-programming", "web-programming"]
description = "Generic Event Delivery Using Http Push (web-push) components implemented according to RFC8030"
edition = "2021"
homepage = "https://github.com/leotaku/web-push-native"
keywords = ["webpush", "web-push", "http-push", "rust-crypto"]
license = "MIT OR Apache-2.0"
name = "web-push-native"
readme = "README.md"
repository = "https://github.com/leotaku/web-push-native"
rust-version = "1.60.0"
version = "0.1.3"