https://docs.rs/reqwest/latest/reqwest/blocking/index.html
I've seen this with multiple Rust packages. "Yes, we offer a synchronous blocking version..." and then you look and it's calling rt.block_on behind the scenes.
Which is a pretty large facepalm IMHO
https://docs.rs/reqwest/latest/reqwest/blocking/index.html