Also shouldn't the answer to 5) be: Depends on what exactly the licenses of the used libraries are, but usually lol no?
The situation is exactly that: a GPL library incorporated into an MIT project:
"You wrote a library in Rust and uploaded it to Cargo using the GPL license. Someone grabs it via cargo and uses it in their own project, which is distributed with the MIT license."
A GPL-non-compatible example would be a Business Source License or something non-free. It’s impossible for you to merge a BSL project and a GPL project, because the GPL would require that the result be usable for any purpose, and the BSL would require that the result is not used in production.
https://www.gnu.org/licenses/gpl-faq.html#WhatDoesCompatMean