[][src]Function cargo_deps::get_dep_graph

pub fn get_dep_graph(cfg: Config) -> Result<DepGraph>

Gets the full representation of the dependency graph, without converting it to graphviz output.

Pass the result of this function to render_dep_graph for the graphviz string.