[dependencies.aes]
version = "0.8"
[dependencies.base64]
version = "0.22"
[dependencies.cbc]
version = "0.1"
[dependencies.hex]
version = "0.4"
[dependencies.rand]
version = "0.8"
[dependencies.reqwest]
features = ["json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha1]
version = "0.10"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1"
[dependencies.url]
version = "2.5"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.wiremock]
version = "0.5"
[[example]]
name = "advanced"
path = "examples/advanced.rs"
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "wirepusher"
path = "src/lib.rs"
[package]
authors = ["WirePusher <support@wirepusher.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "asynchronous", "web-programming"]
description = "Official Rust Client Library for WirePusher - Send push notifications with async/await support"
documentation = "https://docs.rs/wirepusher"
edition = "2021"
homepage = "https://wirepusher.dev"
keywords = ["push", "notifications", "wirepusher", "async", "api"]
license = "MIT"
name = "wirepusher"
readme = "README.md"
repository = "https://gitlab.com/wirepusher/wirepusher-rust"
version = "1.0.0-alpha.2"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"