pub const CARGO_TREE: &'static str = r#"
├── clap v4.0.15
│   ├── atty v0.2.14
│   │   └── libc v0.2.135
│   ├── bitflags v1.3.2
│   ├── clap_derive v4.0.13 (proc-macro)
│   │   ├── heck v0.4.0
│   │   ├── proc-macro-error v1.0.4
│   │   │   ├── proc-macro-error-attr v1.0.4 (proc-macro)
│   │   │   │   ├── proc-macro2 v1.0.47
│   │   │   │   │   └── unicode-ident v1.0.5
│   │   │   │   └── quote v1.0.21
│   │   │   │       └── proc-macro2 v1.0.47 (*)
│   │   │   │   [build-dependencies]
│   │   │   │   └── version_check v0.9.4
│   │   │   ├── proc-macro2 v1.0.47 (*)
│   │   │   ├── quote v1.0.21 (*)
│   │   │   └── syn v1.0.102
│   │   │       ├── proc-macro2 v1.0.47 (*)
│   │   │       ├── quote v1.0.21 (*)
│   │   │       └── unicode-ident v1.0.5
│   │   │   [build-dependencies]
│   │   │   └── version_check v0.9.4
│   │   ├── proc-macro2 v1.0.47 (*)
│   │   ├── quote v1.0.21 (*)
│   │   └── syn v1.0.102 (*)
│   ├── clap_lex v0.3.0
│   │   └── os_str_bytes v6.3.0
│   ├── once_cell v1.15.0
│   ├── strsim v0.10.0
│   └── termcolor v1.1.3
├── dircpy v0.3.13
│   ├── jwalk v0.6.0
│   │   ├── crossbeam v0.8.2
│   │   │   ├── cfg-if v1.0.0
│   │   │   ├── crossbeam-channel v0.5.6
│   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   └── crossbeam-utils v0.8.12
│   │   │   │       └── cfg-if v1.0.0
│   │   │   ├── crossbeam-deque v0.8.2
│   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   ├── crossbeam-epoch v0.9.11
│   │   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   │   ├── crossbeam-utils v0.8.12 (*)
│   │   │   │   │   ├── memoffset v0.6.5
│   │   │   │   │   │   [build-dependencies]
│   │   │   │   │   │   └── autocfg v1.1.0
│   │   │   │   │   └── scopeguard v1.1.0
│   │   │   │   │   [build-dependencies]
│   │   │   │   │   └── autocfg v1.1.0
│   │   │   │   └── crossbeam-utils v0.8.12 (*)
│   │   │   ├── crossbeam-epoch v0.9.11 (*)
│   │   │   ├── crossbeam-queue v0.3.6
│   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   └── crossbeam-utils v0.8.12 (*)
│   │   │   └── crossbeam-utils v0.8.12 (*)
│   │   └── rayon v1.5.3
│   │       ├── crossbeam-deque v0.8.2 (*)
│   │       ├── either v1.8.0
│   │       └── rayon-core v1.9.3
│   │           ├── crossbeam-channel v0.5.6 (*)
│   │           ├── crossbeam-deque v0.8.2 (*)
│   │           ├── crossbeam-utils v0.8.12 (*)
│   │           └── num_cpus v1.13.1
│   │               └── libc v0.2.135
│   │       [build-dependencies]
│   │       └── autocfg v1.1.0
│   ├── log v0.4.17
│   │   └── cfg-if v1.0.0
│   └── walkdir v2.3.2
│       └── same-file v1.0.6
├── num_cpus v1.13.1 (*)
├── once_cell v1.15.0
├── os-xtask-utils v0.0.0
│   └── once_cell v1.15.0
├── rand v0.8.5
│   ├── libc v0.2.135
│   ├── rand_chacha v0.3.1
│   │   ├── ppv-lite86 v0.2.16
│   │   └── rand_core v0.6.4
│   │       └── getrandom v0.2.7
│   │           ├── cfg-if v1.0.0
│   │           └── libc v0.2.135
│   └── rand_core v0.6.4 (*)
├── rcore-fs v0.1.0 (* git)
│   ├── libc v0.2.135
│   └── spin v0.9.4
│       └── lock_api v0.4.9
│           └── scopeguard v1.1.0
│           [build-dependencies]
│           └── autocfg v1.1.0
├── rcore-fs-fuse v0.1.0 (* git)
│   ├── env_logger v0.9.1
│   │   ├── atty v0.2.14 (*)
│   │   ├── humantime v2.1.0
│   │   ├── log v0.4.17 (*)
│   │   ├── regex v1.6.0
│   │   │   ├── aho-corasick v0.7.19
│   │   │   │   └── memchr v2.5.0
│   │   │   ├── memchr v2.5.0
│   │   │   └── regex-syntax v0.6.27
│   │   └── termcolor v1.1.3
│   ├── git-version v0.3.5
│   │   ├── git-version-macro v0.3.5 (proc-macro)
│   │   │   ├── proc-macro-hack v0.5.19 (proc-macro)
│   │   │   ├── proc-macro2 v1.0.47 (*)
│   │   │   ├── quote v1.0.21 (*)
│   │   │   └── syn v1.0.102 (*)
│   │   └── proc-macro-hack v0.5.19 (proc-macro)
│   ├── libc v0.2.135
│   ├── log v0.4.17 (*)
│   ├── rcore-fs v0.1.0 (* git)
│   ├── rcore-fs-ramfs v0.1.0 (* git)
│   │   ├── log v0.4.17 (*)
│   │   ├── rcore-fs v0.1.0 (* git)
│   │   └── spin v0.9.4 (*)
│   ├── rcore-fs-sefs v0.1.0 (* git)
│   │   ├── bitvec v0.22.3
│   │   │   ├── funty v1.2.0
│   │   │   ├── radium v0.6.2
│   │   │   ├── tap v1.0.1
│   │   │   └── wyz v0.4.0
│   │   │       └── tap v1.0.1
│   │   ├── log v0.4.17 (*)
│   │   ├── rcore-fs v0.1.0 (* git)
│   │   ├── spin v0.9.4 (*)
│   │   └── static_assertions v1.1.0
│   ├── rcore-fs-sfs v0.1.0 (* git)
│   │   ├── bitvec v0.22.3 (*)
│   │   ├── log v0.4.17 (*)
│   │   ├── rcore-fs v0.1.0 (* git)
│   │   ├── spin v0.9.4 (*)
│   │   └── static_assertions v1.1.0
│   ├── structopt v0.3.26
│   │   ├── clap v2.34.0
│   │   │   ├── ansi_term v0.12.1
│   │   │   ├── atty v0.2.14 (*)
│   │   │   ├── bitflags v1.3.2
│   │   │   ├── strsim v0.8.0
│   │   │   ├── textwrap v0.11.0
│   │   │   │   └── unicode-width v0.1.10
│   │   │   ├── unicode-width v0.1.10
│   │   │   └── vec_map v0.8.2
│   │   ├── lazy_static v1.4.0
│   │   └── structopt-derive v0.4.18 (proc-macro)
│   │       ├── heck v0.3.3
│   │       │   └── unicode-segmentation v1.10.0
│   │       ├── proc-macro-error v1.0.4 (*)
│   │       ├── proc-macro2 v1.0.47 (*)
│   │       ├── quote v1.0.21 (*)
│   │       └── syn v1.0.102 (*)
│   └── time v0.3.15
│       ├── libc v0.2.135
│       └── num_threads v0.1.6
├── rcore-fs-sfs v0.1.0 (* git)
├── shadow-rs v0.11.0
│   ├── chrono v0.4.22
│   │   ├── iana-time-zone v0.1.51
│   │   ├── num-integer v0.1.45
│   │   │   └── num-traits v0.2.15
│   │   │       [build-dependencies]
│   │   │       └── autocfg v1.1.0
│   │   │   [build-dependencies]
│   │   │   └── autocfg v1.1.0
│   │   ├── num-traits v0.2.15 (*)
│   │   └── time v0.1.44
│   │       └── libc v0.2.135
│   ├── const_format v0.2.30
│   │   └── const_format_proc_macros v0.2.29 (proc-macro)
│   │       ├── proc-macro2 v1.0.47 (*)
│   │       ├── quote v1.0.21 (*)
│   │       └── unicode-xid v0.2.4
│   ├── git2 v0.14.4
│   │   ├── bitflags v1.3.2
│   │   ├── libc v0.2.135
│   │   ├── libgit2-sys v0.13.4+1.4.2
│   │   │   ├── libc v0.2.135
│   │   │   └── libz-sys v1.1.8
│   │   │       └── libc v0.2.135
│   │   │       [build-dependencies]
│   │   │       ├── cc v1.0.73
│   │   │       │   └── jobserver v0.1.25
│   │   │       │       └── libc v0.2.135
│   │   │       └── pkg-config v0.3.25
│   │   │   [build-dependencies]
│   │   │   ├── cc v1.0.73 (*)
│   │   │   └── pkg-config v0.3.25
│   │   ├── log v0.4.17 (*)
│   │   └── url v2.3.1
│   │       ├── form_urlencoded v1.1.0
│   │       │   └── percent-encoding v2.2.0
│   │       ├── idna v0.3.0
│   │       │   ├── unicode-bidi v0.3.8
│   │       │   └── unicode-normalization v0.1.22
│   │       │       └── tinyvec v1.6.0
│   │       │           └── tinyvec_macros v0.1.0
│   │       └── percent-encoding v2.2.0
│   └── is_debug v1.0.1
└── z-config v0.1.0 (* path)
    ├── serde v1.0.145
    ├── serde_derive v1.0.145 (proc-macro)
    │   ├── proc-macro2 v1.0.47 (*)
    │   ├── quote v1.0.21 (*)
    │   └── syn v1.0.102 (*)
    └── toml v0.5.9
        └── serde v1.0.145
[build-dependencies]
└── shadow-rs v0.11.0 (*)
"#;
Expand description

display build cargo dependencies.It’s used by rust version 1.44.0