Rust "did you know": Cargo dependency renames

This title could be clearer and more informative.Try out Clickbait Shieldfor free (5 uses left this month).

A quick tip about Cargo.toml dependency renaming in Rust: you can assign a custom name to a dependency by placing your desired name on the left-hand side of the dependency declaration and specifying the real crate name in the `package` field. This technique also allows you to include multiple major versions of the same crate simultaneously in your project.

1m watch time