Function cargo_gazelle::targets::platform_feature_sets
source ยท pub fn platform_feature_sets<'a>(
package: &'a PackageMetadata<'a>,
) -> BTreeMap<PlatformVariant, FeatureSet<'_>>
Expand description
Returns a FeatureSet
of reverse dependencies (in other words, all
crates that depend on) for the provided package, for every platform that we
support.
TODO(parkmycar): Make the list of platforms configurable.