Constant clefviewer::build::CARGO_TREE
source · pub const CARGO_TREE: &str = r#"
├── bimap v0.6.3
├── bincode v1.3.3
│ └── serde v1.0.203
│ └── serde_derive v1.0.203 (proc-macro)
│ ├── proc-macro2 v1.0.86
│ │ └── unicode-ident v1.0.12
│ ├── quote v1.0.36
│ │ └── proc-macro2 v1.0.86 (*)
│ └── syn v2.0.68
│ ├── proc-macro2 v1.0.86 (*)
│ ├── quote v1.0.36 (*)
│ └── unicode-ident v1.0.12
├── bitvec v1.0.1
│ ├── funty v2.0.0
│ ├── radium v0.7.0
│ ├── serde v1.0.203 (*)
│ ├── tap v1.0.1
│ └── wyz v0.5.1
│ └── tap v1.0.1
├── clap v4.5.7
│ ├── clap_builder v4.5.7
│ │ ├── anstream v0.6.14
│ │ │ ├── anstyle v1.0.7
│ │ │ ├── anstyle-parse v0.2.4
│ │ │ │ └── utf8parse v0.2.2
│ │ │ ├── anstyle-query v1.1.0
│ │ │ ├── colorchoice v1.0.1
│ │ │ ├── is_terminal_polyfill v1.70.0
│ │ │ └── utf8parse v0.2.2
│ │ ├── anstyle v1.0.7
│ │ ├── clap_lex v0.7.1
│ │ └── strsim v0.11.1
│ └── clap_derive v4.5.5 (proc-macro)
│ ├── heck v0.5.0
│ ├── proc-macro2 v1.0.86 (*)
│ ├── quote v1.0.36 (*)
│ └── syn v2.0.68 (*)
├── delegate v0.12.0 (proc-macro)
│ ├── proc-macro2 v1.0.86 (*)
│ ├── quote v1.0.36 (*)
│ └── syn v2.0.68 (*)
├── enum_dispatch v0.3.13 (proc-macro)
│ ├── once_cell v1.19.0
│ ├── proc-macro2 v1.0.86 (*)
│ ├── quote v1.0.36 (*)
│ └── syn v2.0.68 (*)
├── indexmap v2.2.6
│ ├── equivalent v1.0.1
│ └── hashbrown v0.14.5
├── itertools v0.13.0
│ └── either v1.13.0
├── nom v7.1.3
│ ├── memchr v2.7.4
│ └── minimal-lexical v0.2.1
├── paste v1.0.15 (proc-macro)
├── petgraph v0.6.5
│ ├── fixedbitset v0.4.2
│ ├── indexmap v2.2.6 (*)
│ ├── serde v1.0.203 (*)
│ └── serde_derive v1.0.203 (proc-macro) (*)
├── phf v0.11.2
│ ├── phf_macros v0.11.2 (proc-macro)
│ │ ├── phf_generator v0.11.2
│ │ │ ├── phf_shared v0.11.2
│ │ │ │ └── siphasher v0.3.11
│ │ │ └── rand v0.8.5
│ │ │ └── rand_core v0.6.4
│ │ ├── phf_shared v0.11.2 (*)
│ │ ├── proc-macro2 v1.0.86 (*)
│ │ ├── quote v1.0.36 (*)
│ │ └── syn v2.0.68 (*)
│ └── phf_shared v0.11.2
│ └── siphasher v0.3.11
├── serde v1.0.203 (*)
├── toml v0.8.14
│ ├── serde v1.0.203 (*)
│ ├── serde_spanned v0.6.6
│ │ └── serde v1.0.203 (*)
│ ├── toml_datetime v0.6.6
│ │ └── serde v1.0.203 (*)
│ └── toml_edit v0.22.14
│ ├── indexmap v2.2.6 (*)
│ ├── serde v1.0.203 (*)
│ ├── serde_spanned v0.6.6 (*)
│ ├── toml_datetime v0.6.6 (*)
│ └── winnow v0.6.13
└── wasm-encoder v0.209.1
└── leb128 v0.2.5
[build-dependencies]
└── shadow-rs v0.28.0
├── const_format v0.2.32
│ └── const_format_proc_macros v0.2.32 (proc-macro)
│ ├── proc-macro2 v1.0.86 (*)
│ ├── quote v1.0.36 (*)
│ └── unicode-xid v0.2.4
├── git2 v0.18.3
│ ├── bitflags v2.6.0
│ ├── libc v0.2.155
│ ├── libgit2-sys v0.16.2+1.7.2
│ │ ├── libc v0.2.155
│ │ └── libz-sys v1.1.18
│ │ └── libc v0.2.155
│ │ [build-dependencies]
│ │ ├── cc v1.0.101
│ │ │ ├── jobserver v0.1.31
│ │ │ │ └── libc v0.2.155
│ │ │ ├── libc v0.2.155
│ │ │ └── once_cell v1.19.0
│ │ ├── pkg-config v0.3.30
│ │ └── vcpkg v0.2.15
│ │ [build-dependencies]
│ │ ├── cc v1.0.101 (*)
│ │ └── pkg-config v0.3.30
│ ├── log v0.4.21
│ └── url v2.5.2
│ ├── form_urlencoded v1.2.1
│ │ └── percent-encoding v2.3.1
│ ├── idna v0.5.0
│ │ ├── unicode-bidi v0.3.15
│ │ └── unicode-normalization v0.1.23
│ │ └── tinyvec v1.6.1
│ │ └── tinyvec_macros v0.1.1
│ └── percent-encoding v2.3.1
├── is_debug v1.0.1
├── time v0.3.36
│ ├── deranged v0.3.11
│ │ └── powerfmt v0.2.0
│ ├── itoa v1.0.11
│ ├── libc v0.2.155
│ ├── num-conv v0.1.0
│ ├── num_threads v0.1.7
│ ├── powerfmt v0.2.0
│ └── time-core v0.1.2
└── tzdb v0.6.1
├── iana-time-zone v0.1.60
├── tz-rs v0.6.14
│ └── const_fn v0.4.10 (proc-macro)
└── tzdb_data v0.1.2
└── tz-rs v0.6.14 (*)
[dev-dependencies]
└── cov-mark v1.1.0
"#;
Expand description
The dependency tree of the project, as output by cargo tree
.
Note that this variable may contain local file system paths for path dependencies, and may therefore contain sensitive information and not be reproducible.