pub fn render_tree(
root_name: &str,
root_version: &str,
direct_deps: &BTreeMap<String, String>,
resolved: &BTreeMap<String, Version>,
registry: &PackageRegistry,
) -> StringExpand description
Render a dependency tree as a human-readable string.
Shows the root package and its transitive dependencies in tree format.