I use feather-network as a dependency in my project like this feather-network = { git = "https://github.com/feather-rs/feather.git", tag = "v0.6.0" }. However, each time I run cargo build or cargo check, feather is rebuilt. This makes development painstakingly slow. It appears that this is caused by this build script which redownloads files on each build.