Display a tree visualization of a dependency graph. 참고: 트리에서,
(*)
로 표시된 패키지의 종속성은 이미 그래프의 다른 곳에 표시되었으므로, 반복되지 않음. 더 많은 정보: https://doc.rust-lang.org/cargo/commands/cargo-tree.html.
cargo tree
n
이 1인 경우, 직접적인 종속성만 표시):cargo tree --depth {{n}}
cargo tree --prune {{패키지_스펙}}
cargo tree --no-dedupe
cargo tree --edges {{normal|build|dev}}