cloudiful-notifier 0.1.1

Async notification delivery library for ntfy, generic webhooks, and DingTalk robots.
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 = "cloudiful-notifier"
version = "0.1.1"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async notification delivery library for ntfy, generic webhooks, and DingTalk robots."
homepage = "https://github.com/cloudiful/notifier"
documentation = "https://docs.rs/cloudiful-notifier"
readme = "README.md"
keywords = [
    "notification",
    "webhook",
    "ntfy",
    "dingtalk",
]
categories = [
    "asynchronous",
    "web-programming::http-client",
]
license = "Apache-2.0"
repository = "https://github.com/cloudiful/notifier"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.hmac]
version = "0.13.0"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "json",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.sha2]
version = "0.11.0"

[dependencies.urlencoding]
version = "2.1.3"