We're trying to build a project with the following Cargo.toml: https://gist.github.com/Denommus/a6d5be6e28ac29546b9e
But it fails with 'Temporarily, Cargo only supports a single result for a dependency'.
We think it's an issue with multiple repositories of the same user, because if we use from other users it compiles fine.
Is cargo parsing the URL wrongly and thinking that the same user is the same repo?