At some point in my project (and I've seen this in another, but not as badly) every time I recompile, even if no actual change to my code, there are dozens of dependencies that recompile. In this case there are 29 crates and takes around 7 seconds.
Is there a way to work out what is triggering these other crates to recompile?