pub fn find_crates(name: &str) -> Vec<Crate>
Find all crates matching the given name.
Multiple crates with the same name can exist when different versions of the same dependency are linked.