I think loco.rs, which actually builds on axum is the closest thing right now.
Last time I toyed around with it though, I found it to be pretty verbose, particularly because it uses SeaORM
If you're waiting for non-async, it'll probably never happen. The best that might happen is with the keyword generics proposal that will remove any differences ergonomically between sync and async code.