Closed
Description
Motivation is from this racer issue.
Currently racer doesn't deal with replaced/patched crates and crates-io mirror correctly, it also doesn't resolve to the correct version of a crate when looking for crate source. It was suggested in comments to use "cargo metadata" which would fix all of this however this currently makes network request to update the index and crate source which seems undesirable.
How difficulty would it be to add something similar to "--frozen," but additionally avoids touching the filesystem and ignores errors due to missing crates?