137 releases (91 stable)

1.84.1 Dec 30, 2025
1.81.0 Oct 28, 2025
1.69.0 Jul 7, 2025
1.63.0 Mar 31, 2025
0.64.2 Jul 28, 2022

#112 in Web programming

Download history 5738/week @ 2025-09-17 6192/week @ 2025-09-24 5125/week @ 2025-10-01 6538/week @ 2025-10-08 5615/week @ 2025-10-15 5748/week @ 2025-10-22 3955/week @ 2025-10-29 4345/week @ 2025-11-05 3818/week @ 2025-11-12 4821/week @ 2025-11-19 4428/week @ 2025-11-26 5491/week @ 2025-12-03 8041/week @ 2025-12-10 4255/week @ 2025-12-17 2249/week @ 2025-12-24 2020/week @ 2025-12-31

17,778 downloads per month
Used in resend-rs

MIT license

355KB
9K SLoC

Svix - Webhooks as a service

Website | Documentation | Community Slack

Rust library for interacting with the Svix API and verifying webhook signatures

GitHub tag Crates.io docs.rs License Join our slack

Usage Documentation

You can find general usage documentation at https://docs.svix.com. For complete API documentation with code examples for each endpoint in all of our official client libraries head over to our API documentation site at https://api.svix.com.

Language Support

⚡️ Features ⚡️
Officially Supported
API Support
Signature Verification
Caveats None! 🚀

Usage

Please refer to the documentation or the API reference for more usage instructions.

Optional Cargo Features

TLS

By default reqwest uses rust-native-tls, which will use the operating system TLS framework if available, meaning Windows and macOS. On Linux, it will use OpenSSL 1.1.

rustls-tls can also be chosen, eg.:

svix = { version = "N", features = ["rustls-tls"], default-features = false  }

Dependencies

~14–33MB
~410K SLoC