pub fn satisfies_nover<D: AsRef<Dep>, S: AsRef<str>>( dep: impl AsRef<Dep>, name: S, provides: impl Iterator<Item = D>, ) -> bool
Checks if a Dep is satisfied by a name + provides (ignoring version) combo