Cargo tree and binary size

Hello,

I'm searching how to reduce build time in cargo. To do so , if there's some library that are too big, I will call them via a dynamic library.
In first cargo tree is really cool ! But to go a step further is there a tool -like cargo tree- to have the size of each dependencies (with the choice of the target, of course) ?

Something like cargo bloat?

Hoo yes ! really cool ! Thanks :+1: