Pure Rust crates to single blah.rs file?

Are there any existing tools that can take a pure rust crate and concatenate it into a single blah.rs file ?

This is for attaching dependencies to rust playground when the dependency is not supported.

cargo expand does something like that, but it also expands macros so the result is not very readable.