Ntfy
Description
Rust library for sending notifications over ntfy.
Example
use *;
async
Crate Feature Flags
The following crate feature flags are available:
| Feature | Default | Description |
|---|---|---|
async |
Yes | Enables the async dispatcher and subscriber |
blocking |
No | Enables the blocking dispatcher and subscriber |
async-dispatcher |
Yes | Enables the async dispatcher |
blocking-dispatcher |
No | Enables the blocking dispatcher |
async-subscriber |
Yes | Enables the async and subscriber |
blocking-subscriber |
No | Enables the blocking and subscriber |
socks |
No | Enables socks proxy support |
rustls |
Yes | Enables rust TLS |
native-tls |
No | Enables native TLS (openssl) |
More examples can be found in the examples directory.
Minimum Supported Rust Version (MSRV)
This project is built with the Rust language version 2024 and requires a minimum compiler version of 1.85.0.
License
This project is distributed under the MIT software license - see the LICENSE file for details