I've had just this case. Wanted to use a particular crate that uses async and it's forcing me to do lots of async things I'm unfamiliar with. I resent it a little, especially for a program that I'm fairly sure will not require concurrency of this sort.
At the same time, maybe I'll get used to async rust if I use it enough. But so far I'm not having a lot of fun with it.