cargo::util::toml

Function gather_dependencies

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