Function cargo::util::toml::gather_dependencies

source ยท
fn gather_dependencies(
    manifest_ctx: &mut ManifestContext<'_, '_>,
    normalized_deps: Option<&BTreeMap<PackageName, InheritableDependency>>,
    kind: Option<DepKind>,
) -> CargoResult<()>