rust-slack
rust-slack copied to clipboard
A rust crate for sending messages to Slack via webhooks
This pull request updates `error-chain`, `hex`, and `reqwest` to their most recently release version while dropping `serde_derive` and `url_serde` by using features to expose the same functionality on the base...
When running `cargo doc` I noticed some warnings about bare urls that aren't actually treated as hyperlinks. This PR just switches them to automatic links for ease of use when...
It looks like this crate has fallen out of maintenance for the past couple of years leading to [`slack-hook2`](https://lib.rs/crates/slack-hook2) and [`slack-hook3`](https://lib.rs/crates/slack-hook3) which both mention in their README's that they are...
reqwest crush blocking IO in non-blocking IO. [attempted to run an executor while another executor is already running. · Issue #541 · seanmonstar/reqwest](https://github.com/seanmonstar/reqwest/issues/541) This pull request to use request async...
Add an option for a Slack client to be built with a proxy (in case a proxy tunnel is needed to send out a Slack message)
From my fork that now contains 3 different changes: 1. - error handling now Sync with failure 2. - reqwest 0.10 with url 2 for better url parsing - drop...
I added another parameter that takes an optional proxy. I ran into a problem where my servers are behind a firewall that requires a proxy. I also updated the dependencies...
[attempted to run an executor while another executor is already running. · Issue #541 · seanmonstar/reqwest](https://github.com/seanmonstar/reqwest/issues/541) reqwest 0.9 crash in sync on future. We should make to async version slack...
This is useful when openssl isn't available.
Update crate version to 0.8