2 Star 0 Fork 0

mirrors_sfackler/cargo-tree

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 599 Bytes
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "cargo-tree"
version = "0.29.0"
authors = ["Steven Fackler <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "A Cargo subcommand that visualizes a crate's dependency graph in a tree-like format"
repository = "https://github.com/sfackler/cargo-tree"
readme = "README.md"
[dependencies]
anyhow = "1.0"
cargo_metadata = "0.10"
petgraph = "0.5"
semver = "0.9"
serde_json = "1.0"
structopt = "0.3"
# Reduce compile time by setting no optimization for build scripts,
# proc macros, and their dependencies
[profile.release.build-override]
opt-level = 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sfackler/cargo-tree.git
[email protected]:mirrors_sfackler/cargo-tree.git
mirrors_sfackler
cargo-tree
cargo-tree
master

搜索帮助