pub const CARGO_TREE: &str = r#"
├── anyhow v1.0.98
│ └── backtrace v0.3.75
│ ├── addr2line v0.24.2
│ │ └── gimli v0.31.1
│ ├── cfg-if v1.0.1
│ ├── libc v0.2.174
│ ├── miniz_oxide v0.8.9
│ │ └── adler2 v2.0.1
│ ├── object v0.36.7
│ │ └── memchr v2.7.5
│ └── rustc-demangle v0.1.25
├── blake3 v1.8.2
│ ├── arrayref v0.3.9
│ ├── arrayvec v0.7.6
│ ├── cfg-if v1.0.1
│ └── constant_time_eq v0.3.1
│ [build-dependencies]
│ └── cc v1.2.27
│ ├── jobserver v0.1.33
│ │ └── libc v0.2.174
│ ├── libc v0.2.174
│ └── shlex v1.3.0
├── chrono v0.4.41
│ ├── iana-time-zone v0.1.63
│ └── num-traits v0.2.19
│ [build-dependencies]
│ └── autocfg v1.5.0
├── configparser v3.1.0
├── const_format v0.2.34
│ └── const_format_proc_macros v0.2.34 (proc-macro)
│ ├── proc-macro2 v1.0.95
│ │ └── unicode-ident v1.0.18
│ ├── quote v1.0.40
│ │ └── proc-macro2 v1.0.95 (*)
│ └── unicode-xid v0.2.6
├── hashbrown v0.15.4
│ ├── allocator-api2 v0.2.21
│ ├── equivalent v1.0.2
│ ├── foldhash v0.1.5
│ └── serde v1.0.219
│ └── serde_derive v1.0.219 (proc-macro)
│ ├── proc-macro2 v1.0.95 (*)
│ ├── quote v1.0.40 (*)
│ └── syn v2.0.104
│ ├── proc-macro2 v1.0.95 (*)
│ ├── quote v1.0.40 (*)
│ └── unicode-ident v1.0.18
├── nalgebra v0.33.2
│ ├── approx v0.5.1
│ │ └── num-traits v0.2.19 (*)
│ ├── matrixmultiply v0.3.10
│ │ └── rawpointer v0.2.1
│ │ [build-dependencies]
│ │ └── autocfg v1.5.0
│ ├── nalgebra-macros v0.2.2 (proc-macro)
│ │ ├── proc-macro2 v1.0.95 (*)
│ │ ├── quote v1.0.40 (*)
│ │ └── syn v2.0.104 (*)
│ ├── num-complex v0.4.6
│ │ └── num-traits v0.2.19 (*)
│ ├── num-rational v0.4.2
│ │ ├── num-integer v0.1.46
│ │ │ └── num-traits v0.2.19 (*)
│ │ └── num-traits v0.2.19 (*)
│ ├── num-traits v0.2.19 (*)
│ ├── simba v0.9.0
│ │ ├── approx v0.5.1 (*)
│ │ ├── num-complex v0.4.6 (*)
│ │ ├── num-traits v0.2.19 (*)
│ │ ├── paste v1.0.15 (proc-macro)
│ │ └── wide v0.7.33
│ │ ├── bytemuck v1.23.1
│ │ └── safe_arch v0.7.4
│ │ └── bytemuck v1.23.1
│ └── typenum v1.18.0
├── ndarray v0.16.1
│ ├── matrixmultiply v0.3.10 (*)
│ ├── num-complex v0.4.6 (*)
│ ├── num-integer v0.1.46 (*)
│ ├── num-traits v0.2.19 (*)
│ ├── rawpointer v0.2.1
│ └── serde v1.0.219 (*)
├── postcard v1.1.1
│ ├── cobs v0.2.3
│ ├── heapless v0.7.17
│ │ ├── hash32 v0.2.1
│ │ │ └── byteorder v1.5.0
│ │ ├── serde v1.0.219 (*)
│ │ ├── spin v0.9.8
│ │ │ └── lock_api v0.4.13
│ │ │ └── scopeguard v1.2.0
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.5.0
│ │ └── stable_deref_trait v1.2.0
│ │ [build-dependencies]
│ │ └── rustc_version v0.4.1
│ │ └── semver v1.0.26
│ └── serde v1.0.219 (*)
├── serde v1.0.219 (*)
├── shadow-rs v1.2.0
│ ├── const_format v0.2.34 (*)
│ ├── git2 v0.20.2
│ │ ├── bitflags v2.9.1
│ │ ├── libc v0.2.174
│ │ ├── libgit2-sys v0.18.2+1.9.1
│ │ │ ├── libc v0.2.174
│ │ │ └── libz-sys v1.1.22
│ │ │ └── libc v0.2.174
│ │ │ [build-dependencies]
│ │ │ ├── cc v1.2.27 (*)
│ │ │ ├── pkg-config v0.3.32
│ │ │ └── vcpkg v0.2.15
│ │ │ [build-dependencies]
│ │ │ ├── cc v1.2.27 (*)
│ │ │ └── pkg-config v0.3.32
│ │ ├── log v0.4.27
│ │ └── url v2.5.4
│ │ ├── form_urlencoded v1.2.1
│ │ │ └── percent-encoding v2.3.1
│ │ ├── idna v1.0.3
│ │ │ ├── idna_adapter v1.2.1
│ │ │ │ ├── icu_normalizer v2.0.0
│ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro)
│ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*)
│ │ │ │ │ │ ├── quote v1.0.40 (*)
│ │ │ │ │ │ └── syn v2.0.104 (*)
│ │ │ │ │ ├── icu_collections v2.0.0
│ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
│ │ │ │ │ │ ├── potential_utf v0.1.2
│ │ │ │ │ │ │ └── zerovec v0.11.2
│ │ │ │ │ │ │ ├── yoke v0.8.0
│ │ │ │ │ │ │ │ ├── stable_deref_trait v1.2.0
│ │ │ │ │ │ │ │ ├── yoke-derive v0.8.0 (proc-macro)
│ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*)
│ │ │ │ │ │ │ │ │ ├── quote v1.0.40 (*)
│ │ │ │ │ │ │ │ │ ├── syn v2.0.104 (*)
│ │ │ │ │ │ │ │ │ └── synstructure v0.13.2
│ │ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*)
│ │ │ │ │ │ │ │ │ ├── quote v1.0.40 (*)
│ │ │ │ │ │ │ │ │ └── syn v2.0.104 (*)
│ │ │ │ │ │ │ │ └── zerofrom v0.1.6
│ │ │ │ │ │ │ │ └── zerofrom-derive v0.1.6 (proc-macro)
│ │ │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*)
│ │ │ │ │ │ │ │ ├── quote v1.0.40 (*)
│ │ │ │ │ │ │ │ ├── syn v2.0.104 (*)
│ │ │ │ │ │ │ │ └── synstructure v0.13.2 (*)
│ │ │ │ │ │ │ ├── zerofrom v0.1.6 (*)
│ │ │ │ │ │ │ └── zerovec-derive v0.11.1 (proc-macro)
│ │ │ │ │ │ │ ├── proc-macro2 v1.0.95 (*)
│ │ │ │ │ │ │ ├── quote v1.0.40 (*)
│ │ │ │ │ │ │ └── syn v2.0.104 (*)
│ │ │ │ │ │ ├── yoke v0.8.0 (*)
│ │ │ │ │ │ ├── zerofrom v0.1.6 (*)
│ │ │ │ │ │ └── zerovec v0.11.2 (*)
│ │ │ │ │ ├── icu_normalizer_data v2.0.0
│ │ │ │ │ ├── icu_provider v2.0.0
│ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
│ │ │ │ │ │ ├── icu_locale_core v2.0.0
│ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
│ │ │ │ │ │ │ ├── litemap v0.8.0
│ │ │ │ │ │ │ ├── tinystr v0.8.1
│ │ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
│ │ │ │ │ │ │ │ └── zerovec v0.11.2 (*)
│ │ │ │ │ │ │ ├── writeable v0.6.1
│ │ │ │ │ │ │ └── zerovec v0.11.2 (*)
│ │ │ │ │ │ ├── stable_deref_trait v1.2.0
│ │ │ │ │ │ ├── tinystr v0.8.1 (*)
│ │ │ │ │ │ ├── writeable v0.6.1
│ │ │ │ │ │ ├── yoke v0.8.0 (*)
│ │ │ │ │ │ ├── zerofrom v0.1.6 (*)
│ │ │ │ │ │ ├── zerotrie v0.2.2
│ │ │ │ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
│ │ │ │ │ │ │ ├── yoke v0.8.0 (*)
│ │ │ │ │ │ │ └── zerofrom v0.1.6 (*)
│ │ │ │ │ │ └── zerovec v0.11.2 (*)
│ │ │ │ │ ├── smallvec v1.15.1
│ │ │ │ │ └── zerovec v0.11.2 (*)
│ │ │ │ └── icu_properties v2.0.1
│ │ │ │ ├── displaydoc v0.2.5 (proc-macro) (*)
│ │ │ │ ├── icu_collections v2.0.0 (*)
│ │ │ │ ├── icu_locale_core v2.0.0 (*)
│ │ │ │ ├── icu_properties_data v2.0.1
│ │ │ │ ├── icu_provider v2.0.0 (*)
│ │ │ │ ├── potential_utf v0.1.2 (*)
│ │ │ │ ├── zerotrie v0.2.2 (*)
│ │ │ │ └── zerovec v0.11.2 (*)
│ │ │ ├── smallvec v1.15.1
│ │ │ └── utf8_iter v1.0.4
│ │ └── percent-encoding v2.3.1
│ ├── is_debug v1.1.0
│ ├── time v0.3.41
│ │ ├── deranged v0.4.0
│ │ │ └── powerfmt v0.2.0
│ │ ├── itoa v1.0.15
│ │ ├── libc v0.2.174
│ │ ├── num-conv v0.1.0
│ │ ├── num_threads v0.1.7
│ │ ├── powerfmt v0.2.0
│ │ └── time-core v0.1.4
│ └── tzdb v0.7.2
│ ├── iana-time-zone v0.1.63
│ ├── tz-rs v0.7.0
│ └── tzdb_data v0.2.2
│ └── tz-rs v0.7.0
├── tobj v4.0.3
│ └── ahash v0.8.12
│ ├── cfg-if v1.0.1
│ ├── getrandom v0.3.3
│ │ ├── cfg-if v1.0.1
│ │ └── libc v0.2.174
│ ├── once_cell v1.21.3
│ └── zerocopy v0.8.26
│ [build-dependencies]
│ └── version_check v0.9.5
├── tokio v1.45.1
│ ├── bytes v1.10.1
│ ├── libc v0.2.174
│ ├── mio v1.0.4
│ │ └── libc v0.2.174
│ ├── parking_lot v0.12.4
│ │ ├── lock_api v0.4.13 (*)
│ │ └── parking_lot_core v0.9.11
│ │ ├── cfg-if v1.0.1
│ │ ├── libc v0.2.174
│ │ └── smallvec v1.15.1
│ ├── pin-project-lite v0.2.16
│ ├── signal-hook-registry v1.4.5
│ │ └── libc v0.2.174
│ ├── socket2 v0.5.10
│ │ └── libc v0.2.174
│ └── tokio-macros v2.5.0 (proc-macro)
│ ├── proc-macro2 v1.0.95 (*)
│ ├── quote v1.0.40 (*)
│ └── syn v2.0.104 (*)
├── tracing v0.1.41
│ ├── pin-project-lite v0.2.16
│ ├── tracing-attributes v0.1.30 (proc-macro)
│ │ ├── proc-macro2 v1.0.95 (*)
│ │ ├── quote v1.0.40 (*)
│ │ └── syn v2.0.104 (*)
│ └── tracing-core v0.1.34
│ └── once_cell v1.21.3
└── uuid v1.17.0
├── getrandom v0.3.3 (*)
├── rand v0.9.1
│ ├── rand_chacha v0.9.0
│ │ ├── ppv-lite86 v0.2.21
│ │ │ └── zerocopy v0.8.26
│ │ └── rand_core v0.9.3
│ │ └── getrandom v0.3.3 (*)
│ └── rand_core v0.9.3 (*)
├── serde v1.0.219 (*)
└── uuid-macro-internal v1.17.0 (proc-macro)
├── proc-macro2 v1.0.95 (*)
├── quote v1.0.40 (*)
└── syn v2.0.104 (*)
[build-dependencies]
└── shadow-rs v1.2.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.