Svix - Webhooks as a service
Please refer to the documentation or the API reference for more usage instructions.
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 choosen, eg.:
svix = { version = "N", features = ["rustls-tls"], default-features = false }