pub fn load(manifest_dir: &Path) -> Vec<Package>Expand description
Load workspace members from cargo metadata. Returns an empty vec when
cargo is unavailable, not a Rust project, or the metadata JSON is malformed
— callers treat that as “unknown, don’t filter.”