Constant libredr_common::connection::build::CARGO_TREE
source · pub const CARGO_TREE: &str = r#"
├── anyhow v1.0.86
│ └── backtrace v0.3.73
│ ├── addr2line v0.22.0
│ │ └── gimli v0.29.0
│ ├── cfg-if v1.0.0
│ ├── libc v0.2.158
│ ├── miniz_oxide v0.7.4
│ │ └── adler v1.0.2
│ ├── object v0.36.4
│ │ └── memchr v2.7.4
│ └── rustc-demangle v0.1.24
│ [build-dependencies]
│ └── cc v1.1.16
│ ├── jobserver v0.1.32
│ │ └── libc v0.2.158
│ ├── libc v0.2.158
│ └── shlex v1.3.0
├── blake3 v1.5.4
│ ├── arrayref v0.3.8
│ ├── arrayvec v0.7.6
│ ├── cfg-if v1.0.0
│ └── constant_time_eq v0.3.1
│ [build-dependencies]
│ └── cc v1.1.16 (*)
├── chrono v0.4.38
│ ├── iana-time-zone v0.1.60
│ └── num-traits v0.2.19
│ [build-dependencies]
│ └── autocfg v1.3.0
├── configparser v3.1.0
├── const_format v0.2.32
│ └── const_format_proc_macros v0.2.32 (proc-macro)
│ ├── proc-macro2 v1.0.86
│ │ └── unicode-ident v1.0.12
│ ├── quote v1.0.37
│ │ └── proc-macro2 v1.0.86 (*)
│ └── unicode-xid v0.2.5
├── hashbrown v0.14.5
│ ├── ahash v0.8.11
│ │ ├── cfg-if v1.0.0
│ │ ├── getrandom v0.2.15
│ │ │ ├── cfg-if v1.0.0
│ │ │ └── libc v0.2.158
│ │ ├── once_cell v1.19.0
│ │ └── zerocopy v0.7.35
│ │ ├── byteorder v1.5.0
│ │ └── zerocopy-derive v0.7.35 (proc-macro)
│ │ ├── proc-macro2 v1.0.86 (*)
│ │ ├── quote v1.0.37 (*)
│ │ └── syn v2.0.77
│ │ ├── proc-macro2 v1.0.86 (*)
│ │ ├── quote v1.0.37 (*)
│ │ └── unicode-ident v1.0.12
│ │ [build-dependencies]
│ │ └── version_check v0.9.5
│ ├── allocator-api2 v0.2.18
│ └── serde v1.0.209
│ └── serde_derive v1.0.209 (proc-macro)
│ ├── proc-macro2 v1.0.86 (*)
│ ├── quote v1.0.37 (*)
│ └── syn v2.0.77 (*)
├── nalgebra v0.32.6
│ ├── approx v0.5.1
│ │ └── num-traits v0.2.19 (*)
│ ├── matrixmultiply v0.3.9
│ │ └── rawpointer v0.2.1
│ │ [build-dependencies]
│ │ └── autocfg v1.3.0
│ ├── nalgebra-macros v0.2.2 (proc-macro)
│ │ ├── proc-macro2 v1.0.86 (*)
│ │ ├── quote v1.0.37 (*)
│ │ └── syn v2.0.77 (*)
│ ├── 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.8.1
│ │ ├── approx v0.5.1 (*)
│ │ ├── num-complex v0.4.6 (*)
│ │ ├── num-traits v0.2.19 (*)
│ │ ├── paste v1.0.15 (proc-macro)
│ │ └── wide v0.7.28
│ │ ├── bytemuck v1.17.1
│ │ └── safe_arch v0.7.2
│ │ └── bytemuck v1.17.1
│ └── typenum v1.17.0
├── ndarray v0.15.6
│ ├── matrixmultiply v0.3.9 (*)
│ ├── num-complex v0.4.6 (*)
│ ├── num-integer v0.1.46 (*)
│ ├── num-traits v0.2.19 (*)
│ ├── rawpointer v0.2.1
│ └── serde v1.0.209 (*)
├── postcard v1.0.10
│ ├── cobs v0.2.3
│ ├── heapless v0.7.17
│ │ ├── hash32 v0.2.1
│ │ │ └── byteorder v1.5.0
│ │ ├── serde v1.0.209 (*)
│ │ ├── spin v0.9.8
│ │ │ └── lock_api v0.4.12
│ │ │ └── scopeguard v1.2.0
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.3.0
│ │ └── stable_deref_trait v1.2.0
│ │ [build-dependencies]
│ │ └── rustc_version v0.4.1
│ │ └── semver v1.0.23
│ └── serde v1.0.209 (*)
├── serde v1.0.209 (*)
├── shadow-rs v0.33.0
│ ├── const_format v0.2.32 (*)
│ ├── git2 v0.19.0
│ │ ├── bitflags v2.6.0
│ │ ├── libc v0.2.158
│ │ ├── libgit2-sys v0.17.0+1.8.1
│ │ │ ├── libc v0.2.158
│ │ │ └── libz-sys v1.1.20
│ │ │ └── libc v0.2.158
│ │ │ [build-dependencies]
│ │ │ ├── cc v1.1.16 (*)
│ │ │ ├── pkg-config v0.3.30
│ │ │ └── vcpkg v0.2.15
│ │ │ [build-dependencies]
│ │ │ ├── cc v1.1.16 (*)
│ │ │ └── pkg-config v0.3.30
│ │ ├── log v0.4.22
│ │ └── 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.8.0
│ │ │ └── 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.158
│ │ ├── 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 (*)
├── tobj v4.0.2
│ └── ahash v0.8.11 (*)
├── tokio v1.40.0
│ ├── bytes v1.7.1
│ ├── libc v0.2.158
│ ├── mio v1.0.2
│ │ └── libc v0.2.158
│ ├── parking_lot v0.12.3
│ │ ├── lock_api v0.4.12 (*)
│ │ └── parking_lot_core v0.9.10
│ │ ├── cfg-if v1.0.0
│ │ ├── libc v0.2.158
│ │ └── smallvec v1.13.2
│ ├── pin-project-lite v0.2.14
│ ├── signal-hook-registry v1.4.2
│ │ └── libc v0.2.158
│ ├── socket2 v0.5.7
│ │ └── libc v0.2.158
│ └── tokio-macros v2.4.0 (proc-macro)
│ ├── proc-macro2 v1.0.86 (*)
│ ├── quote v1.0.37 (*)
│ └── syn v2.0.77 (*)
├── tracing v0.1.40
│ ├── pin-project-lite v0.2.14
│ ├── tracing-attributes v0.1.27 (proc-macro)
│ │ ├── proc-macro2 v1.0.86 (*)
│ │ ├── quote v1.0.37 (*)
│ │ └── syn v2.0.77 (*)
│ └── tracing-core v0.1.32
│ └── once_cell v1.19.0
└── uuid v1.10.0
├── getrandom v0.2.15 (*)
├── rand v0.8.5
│ ├── libc v0.2.158
│ ├── rand_chacha v0.3.1
│ │ ├── ppv-lite86 v0.2.20
│ │ │ └── zerocopy v0.7.35 (*)
│ │ └── rand_core v0.6.4
│ │ └── getrandom v0.2.15 (*)
│ └── rand_core v0.6.4 (*)
├── serde v1.0.209 (*)
└── uuid-macro-internal v1.10.0 (proc-macro)
├── proc-macro2 v1.0.86 (*)
├── quote v1.0.37 (*)
└── syn v2.0.77 (*)
[build-dependencies]
└── shadow-rs v0.33.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.