cloudflare / cloudflare-rs

Rust library for the Cloudflare v4 API
251 stars 74 forks source link

Make blocking API an optional feature #207

Closed jeff-hiner closed 1 year ago

jeff-hiner commented 1 year ago

This may not seem like a huge deal given that users need to build tokio anyway to use the library. But blocking is optional in reqwest because it adds to the list of required features for tokio, and so we should make it optional for consumers as well.