Constant unleash_edge::types::build::CARGO_TREE

source ·
pub const CARGO_TREE: &str = r#"
├── actix-cors v0.7.0
│   ├── actix-utils v3.0.1
│   │   ├── local-waker v0.1.4
│   │   └── pin-project-lite v0.2.13
│   ├── actix-web v4.5.1
│   │   ├── actix-codec v0.5.2
│   │   │   ├── bitflags v2.4.2
│   │   │   ├── bytes v1.5.0
│   │   │   ├── futures-core v0.3.30
│   │   │   ├── futures-sink v0.3.30
│   │   │   ├── memchr v2.7.1
│   │   │   ├── pin-project-lite v0.2.13
│   │   │   ├── tokio v1.36.0
│   │   │   │   ├── bytes v1.5.0
│   │   │   │   ├── libc v0.2.153
│   │   │   │   ├── mio v0.8.10
│   │   │   │   │   ├── libc v0.2.153
│   │   │   │   │   └── log v0.4.20
│   │   │   │   ├── num_cpus v1.16.0
│   │   │   │   │   └── libc v0.2.153
│   │   │   │   ├── parking_lot v0.12.1
│   │   │   │   │   ├── lock_api v0.4.11
│   │   │   │   │   │   └── scopeguard v1.2.0
│   │   │   │   │   │   [build-dependencies]
│   │   │   │   │   │   └── autocfg v1.1.0
│   │   │   │   │   └── parking_lot_core v0.9.9
│   │   │   │   │       ├── cfg-if v1.0.0
│   │   │   │   │       ├── libc v0.2.153
│   │   │   │   │       └── smallvec v1.13.1
│   │   │   │   ├── pin-project-lite v0.2.13
│   │   │   │   ├── signal-hook-registry v1.4.1
│   │   │   │   │   └── libc v0.2.153
│   │   │   │   ├── socket2 v0.5.5
│   │   │   │   │   └── libc v0.2.153
│   │   │   │   └── tokio-macros v2.2.0 (proc-macro)
│   │   │   │       ├── proc-macro2 v1.0.78
│   │   │   │       │   └── unicode-ident v1.0.12
│   │   │   │       ├── quote v1.0.35
│   │   │   │       │   └── proc-macro2 v1.0.78 (*)
│   │   │   │       └── syn v2.0.48
│   │   │   │           ├── proc-macro2 v1.0.78 (*)
│   │   │   │           ├── quote v1.0.35 (*)
│   │   │   │           └── unicode-ident v1.0.12
│   │   │   ├── tokio-util v0.7.10
│   │   │   │   ├── bytes v1.5.0
│   │   │   │   ├── futures-core v0.3.30
│   │   │   │   ├── futures-sink v0.3.30
│   │   │   │   ├── pin-project-lite v0.2.13
│   │   │   │   ├── tokio v1.36.0 (*)
│   │   │   │   └── tracing v0.1.40
│   │   │   │       ├── log v0.4.20
│   │   │   │       ├── pin-project-lite v0.2.13
│   │   │   │       ├── tracing-attributes v0.1.27 (proc-macro)
│   │   │   │       │   ├── proc-macro2 v1.0.78 (*)
│   │   │   │       │   ├── quote v1.0.35 (*)
│   │   │   │       │   └── syn v2.0.48 (*)
│   │   │   │       └── tracing-core v0.1.32
│   │   │   │           └── once_cell v1.19.0
│   │   │   └── tracing v0.1.40 (*)
│   │   ├── actix-http v3.6.0
│   │   │   ├── actix-codec v0.5.2 (*)
│   │   │   ├── actix-rt v2.9.0
│   │   │   │   ├── actix-macros v0.2.4 (proc-macro)
│   │   │   │   │   ├── quote v1.0.35 (*)
│   │   │   │   │   └── syn v2.0.48 (*)
│   │   │   │   ├── futures-core v0.3.30
│   │   │   │   └── tokio v1.36.0 (*)
│   │   │   ├── actix-service v2.0.2
│   │   │   │   ├── futures-core v0.3.30
│   │   │   │   ├── paste v1.0.14 (proc-macro)
│   │   │   │   └── pin-project-lite v0.2.13
│   │   │   ├── actix-tls v3.3.0
│   │   │   │   ├── actix-rt v2.9.0 (*)
│   │   │   │   ├── actix-service v2.0.2 (*)
│   │   │   │   ├── actix-utils v3.0.1 (*)
│   │   │   │   ├── futures-core v0.3.30
│   │   │   │   ├── http v0.2.11
│   │   │   │   │   ├── bytes v1.5.0
│   │   │   │   │   ├── fnv v1.0.7
│   │   │   │   │   └── itoa v1.0.10
│   │   │   │   ├── http v1.0.0
│   │   │   │   │   ├── bytes v1.5.0
│   │   │   │   │   ├── fnv v1.0.7
│   │   │   │   │   └── itoa v1.0.10
│   │   │   │   ├── impl-more v0.1.6
│   │   │   │   ├── pin-project-lite v0.2.13
│   │   │   │   ├── rustls-pki-types v1.3.1
│   │   │   │   ├── tokio v1.36.0 (*)
│   │   │   │   ├── tokio-rustls v0.25.0
│   │   │   │   │   ├── rustls v0.22.2
│   │   │   │   │   │   ├── log v0.4.20
│   │   │   │   │   │   ├── ring v0.17.7
│   │   │   │   │   │   │   ├── getrandom v0.2.12
│   │   │   │   │   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   │   │   │   │   └── libc v0.2.153
│   │   │   │   │   │   │   ├── spin v0.9.8
│   │   │   │   │   │   │   └── untrusted v0.9.0
│   │   │   │   │   │   │   [build-dependencies]
│   │   │   │   │   │   │   └── cc v1.0.83
│   │   │   │   │   │   │       ├── jobserver v0.1.27
│   │   │   │   │   │   │       │   └── libc v0.2.153
│   │   │   │   │   │   │       └── libc v0.2.153
│   │   │   │   │   │   ├── rustls-pki-types v1.3.1
│   │   │   │   │   │   ├── rustls-webpki v0.102.2
│   │   │   │   │   │   │   ├── ring v0.17.7 (*)
│   │   │   │   │   │   │   ├── rustls-pki-types v1.3.1
│   │   │   │   │   │   │   └── untrusted v0.9.0
│   │   │   │   │   │   ├── subtle v2.5.0
│   │   │   │   │   │   └── zeroize v1.7.0
│   │   │   │   │   ├── rustls-pki-types v1.3.1
│   │   │   │   │   └── tokio v1.36.0 (*)
│   │   │   │   ├── tokio-util v0.7.10 (*)
│   │   │   │   └── tracing v0.1.40 (*)
│   │   │   ├── actix-utils v3.0.1 (*)
│   │   │   ├── ahash v0.8.10
│   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   ├── getrandom v0.2.12 (*)
│   │   │   │   ├── once_cell v1.19.0
│   │   │   │   └── zerocopy v0.7.32
│   │   │   │   [build-dependencies]
│   │   │   │   └── version_check v0.9.4
│   │   │   ├── base64 v0.21.7
│   │   │   ├── bitflags v2.4.2
│   │   │   ├── brotli v3.4.0
│   │   │   │   ├── alloc-no-stdlib v2.0.4
│   │   │   │   ├── alloc-stdlib v0.2.2
│   │   │   │   │   └── alloc-no-stdlib v2.0.4
│   │   │   │   └── brotli-decompressor v2.5.1
│   │   │   │       ├── alloc-no-stdlib v2.0.4
│   │   │   │       └── alloc-stdlib v0.2.2 (*)
│   │   │   ├── bytes v1.5.0
│   │   │   ├── bytestring v1.3.1
│   │   │   │   └── bytes v1.5.0
│   │   │   ├── derive_more v0.99.17 (proc-macro)
│   │   │   │   ├── convert_case v0.4.0
│   │   │   │   ├── proc-macro2 v1.0.78 (*)
│   │   │   │   ├── quote v1.0.35 (*)
│   │   │   │   └── syn v1.0.109
│   │   │   │       ├── proc-macro2 v1.0.78 (*)
│   │   │   │       ├── quote v1.0.35 (*)
│   │   │   │       └── unicode-ident v1.0.12
│   │   │   │   [build-dependencies]
│   │   │   │   └── rustc_version v0.4.0
│   │   │   │       └── semver v1.0.22
│   │   │   ├── encoding_rs v0.8.33
│   │   │   │   └── cfg-if v1.0.0
│   │   │   ├── flate2 v1.0.28
│   │   │   │   ├── crc32fast v1.3.2
│   │   │   │   │   └── cfg-if v1.0.0
│   │   │   │   └── miniz_oxide v0.7.2
│   │   │   │       └── adler v1.0.2
│   │   │   ├── futures-core v0.3.30
│   │   │   ├── h2 v0.3.24
│   │   │   │   ├── bytes v1.5.0
│   │   │   │   ├── fnv v1.0.7
│   │   │   │   ├── futures-core v0.3.30
│   │   │   │   ├── futures-sink v0.3.30
│   │   │   │   ├── futures-util v0.3.30
│   │   │   │   │   ├── futures-channel v0.3.30
│   │   │   │   │   │   ├── futures-core v0.3.30
│   │   │   │   │   │   └── futures-sink v0.3.30
│   │   │   │   │   ├── futures-core v0.3.30
│   │   │   │   │   ├── futures-io v0.3.30
│   │   │   │   │   ├── futures-macro v0.3.30 (proc-macro)
│   │   │   │   │   │   ├── proc-macro2 v1.0.78 (*)
│   │   │   │   │   │   ├── quote v1.0.35 (*)
│   │   │   │   │   │   └── syn v2.0.48 (*)
│   │   │   │   │   ├── futures-sink v0.3.30
│   │   │   │   │   ├── futures-task v0.3.30
│   │   │   │   │   ├── memchr v2.7.1
│   │   │   │   │   ├── pin-project-lite v0.2.13
│   │   │   │   │   ├── pin-utils v0.1.0
│   │   │   │   │   └── slab v0.4.9
│   │   │   │   │       [build-dependencies]
│   │   │   │   │       └── autocfg v1.1.0
│   │   │   │   ├── http v0.2.11 (*)
│   │   │   │   ├── indexmap v2.2.2
│   │   │   │   │   ├── equivalent v1.0.1
│   │   │   │   │   ├── hashbrown v0.14.3
│   │   │   │   │   └── serde v1.0.197
│   │   │   │   │       └── serde_derive v1.0.197 (proc-macro)
│   │   │   │   │           ├── proc-macro2 v1.0.78 (*)
│   │   │   │   │           ├── quote v1.0.35 (*)
│   │   │   │   │           └── syn v2.0.48 (*)
│   │   │   │   ├── slab v0.4.9 (*)
│   │   │   │   ├── tokio v1.36.0 (*)
│   │   │   │   ├── tokio-util v0.7.10 (*)
│   │   │   │   └── tracing v0.1.40 (*)
│   │   │   ├── http v0.2.11 (*)
│   │   │   ├── httparse v1.8.0
│   │   │   ├── httpdate v1.0.3
│   │   │   ├── itoa v1.0.10
│   │   │   ├── language-tags v0.3.2
│   │   │   ├── local-channel v0.1.5
│   │   │   │   ├── futures-core v0.3.30
│   │   │   │   ├── futures-sink v0.3.30
│   │   │   │   └── local-waker v0.1.4
│   │   │   ├── mime v0.3.17
│   │   │   ├── percent-encoding v2.3.1
│   │   │   ├── pin-project-lite v0.2.13
│   │   │   ├── rand v0.8.5
│   │   │   │   ├── libc v0.2.153
│   │   │   │   ├── rand_chacha v0.3.1
│   │   │   │   │   ├── ppv-lite86 v0.2.17
│   │   │   │   │   └── rand_core v0.6.4
│   │   │   │   │       └── getrandom v0.2.12 (*)
│   │   │   │   └── rand_core v0.6.4 (*)
│   │   │   ├── sha1 v0.10.6
│   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   ├── cpufeatures v0.2.12
│   │   │   │   └── digest v0.10.7
│   │   │   │       ├── block-buffer v0.10.4
│   │   │   │       │   └── generic-array v0.14.7
│   │   │   │       │       └── typenum v1.17.0
│   │   │   │       │       [build-dependencies]
│   │   │   │       │       └── version_check v0.9.4
│   │   │   │       ├── crypto-common v0.1.6
│   │   │   │       │   ├── generic-array v0.14.7 (*)
│   │   │   │       │   └── typenum v1.17.0
│   │   │   │       └── subtle v2.5.0
│   │   │   ├── smallvec v1.13.1
│   │   │   ├── tokio v1.36.0 (*)
│   │   │   ├── tokio-util v0.7.10 (*)
│   │   │   ├── tracing v0.1.40 (*)
│   │   │   └── zstd v0.13.0
│   │   │       └── zstd-safe v7.0.0
│   │   │           └── zstd-sys v2.0.9+zstd.1.5.5
│   │   │               [build-dependencies]
│   │   │               ├── cc v1.0.83 (*)
│   │   │               └── pkg-config v0.3.29
│   │   ├── actix-macros v0.2.4 (proc-macro) (*)
│   │   ├── actix-router v0.5.2
│   │   │   ├── bytestring v1.3.1 (*)
│   │   │   ├── http v0.2.11 (*)
│   │   │   ├── regex v1.10.3
│   │   │   │   ├── aho-corasick v1.1.2
│   │   │   │   │   └── memchr v2.7.1
│   │   │   │   ├── memchr v2.7.1
│   │   │   │   ├── regex-automata v0.4.5
│   │   │   │   │   ├── aho-corasick v1.1.2 (*)
│   │   │   │   │   ├── memchr v2.7.1
│   │   │   │   │   └── regex-syntax v0.8.2
│   │   │   │   └── regex-syntax v0.8.2
│   │   │   ├── serde v1.0.197 (*)
│   │   │   └── tracing v0.1.40 (*)
│   │   ├── actix-rt v2.9.0 (*)
│   │   ├── actix-server v2.3.0
│   │   │   ├── actix-rt v2.9.0 (*)
│   │   │   ├── actix-service v2.0.2 (*)
│   │   │   ├── actix-utils v3.0.1 (*)
│   │   │   ├── futures-core v0.3.30
│   │   │   ├── futures-util v0.3.30 (*)
│   │   │   ├── mio v0.8.10 (*)
│   │   │   ├── socket2 v0.5.5 (*)
│   │   │   ├── tokio v1.36.0 (*)
│   │   │   └── tracing v0.1.40 (*)
│   │   ├── actix-service v2.0.2 (*)
│   │   ├── actix-tls v3.3.0 (*)
│   │   ├── actix-utils v3.0.1 (*)
│   │   ├── actix-web-codegen v4.2.2 (proc-macro)
│   │   │   ├── actix-router v0.5.2 (*)
│   │   │   ├── proc-macro2 v1.0.78 (*)
│   │   │   ├── quote v1.0.35 (*)
│   │   │   └── syn v2.0.48 (*)
│   │   ├── ahash v0.8.10 (*)
│   │   ├── bytes v1.5.0
│   │   ├── bytestring v1.3.1 (*)
│   │   ├── cfg-if v1.0.0
│   │   ├── cookie v0.16.2
│   │   │   ├── percent-encoding v2.3.1
│   │   │   └── time v0.3.34
│   │   │       ├── deranged v0.3.11
│   │   │       │   └── powerfmt v0.2.0
│   │   │       ├── itoa v1.0.10
│   │   │       ├── libc v0.2.153
│   │   │       ├── num-conv v0.1.0
│   │   │       ├── num_threads v0.1.6
│   │   │       ├── powerfmt v0.2.0
│   │   │       ├── time-core v0.1.2
│   │   │       └── time-macros v0.2.17 (proc-macro)
│   │   │           ├── num-conv v0.1.0
│   │   │           └── time-core v0.1.2
│   │   │   [build-dependencies]
│   │   │   └── version_check v0.9.4
│   │   ├── derive_more v0.99.17 (proc-macro) (*)
│   │   ├── encoding_rs v0.8.33 (*)
│   │   ├── futures-core v0.3.30
│   │   ├── futures-util v0.3.30 (*)
│   │   ├── itoa v1.0.10
│   │   ├── language-tags v0.3.2
│   │   ├── log v0.4.20
│   │   ├── mime v0.3.17
│   │   ├── once_cell v1.19.0
│   │   ├── pin-project-lite v0.2.13
│   │   ├── regex v1.10.3 (*)
│   │   ├── serde v1.0.197 (*)
│   │   ├── serde_json v1.0.114
│   │   │   ├── itoa v1.0.10
│   │   │   ├── ryu v1.0.16
│   │   │   └── serde v1.0.197 (*)
│   │   ├── serde_urlencoded v0.7.1
│   │   │   ├── form_urlencoded v1.2.1
│   │   │   │   └── percent-encoding v2.3.1
│   │   │   ├── itoa v1.0.10
│   │   │   ├── ryu v1.0.16
│   │   │   └── serde v1.0.197 (*)
│   │   ├── smallvec v1.13.1
│   │   ├── socket2 v0.5.5 (*)
│   │   ├── time v0.3.34 (*)
│   │   └── url v2.5.0
│   │       ├── form_urlencoded v1.2.1 (*)
│   │       ├── idna v0.5.0
│   │       │   ├── unicode-bidi v0.3.15
│   │       │   └── unicode-normalization v0.1.22
│   │       │       └── tinyvec v1.6.0
│   │       │           └── tinyvec_macros v0.1.1
│   │       └── percent-encoding v2.3.1
│   ├── derive_more v0.99.17 (proc-macro) (*)
│   ├── futures-util v0.3.30 (*)
│   ├── log v0.4.20
│   ├── once_cell v1.19.0
│   └── smallvec v1.13.1
├── actix-http v3.6.0 (*)
├── actix-middleware-etag v0.3.0
│   ├── actix-service v2.0.2 (*)
│   ├── actix-web v4.5.1 (*)
│   ├── base64 v0.21.7
│   ├── futures v0.3.30
│   │   ├── futures-channel v0.3.30 (*)
│   │   ├── futures-core v0.3.30
│   │   ├── futures-executor v0.3.30
│   │   │   ├── futures-core v0.3.30
│   │   │   ├── futures-task v0.3.30
│   │   │   └── futures-util v0.3.30 (*)
│   │   ├── futures-io v0.3.30
│   │   ├── futures-sink v0.3.30
│   │   ├── futures-task v0.3.30
│   │   └── futures-util v0.3.30 (*)
│   ├── str-buf v3.0.3
│   └── xxhash-rust v0.8.8
├── actix-service v2.0.2 (*)
├── actix-web v4.5.1 (*)
├── ahash v0.8.10 (*)
├── anyhow v1.0.80
├── async-trait v0.1.77 (proc-macro)
│   ├── proc-macro2 v1.0.78 (*)
│   ├── quote v1.0.35 (*)
│   └── syn v2.0.48 (*)
├── chrono v0.4.34
│   ├── iana-time-zone v0.1.60
│   ├── num-traits v0.2.17
│   │   [build-dependencies]
│   │   └── autocfg v1.1.0
│   └── serde v1.0.197 (*)
├── cidr v0.2.2
├── clap v4.5.1
│   ├── clap_builder v4.5.1
│   │   ├── anstream v0.6.11
│   │   │   ├── anstyle v1.0.6
│   │   │   ├── anstyle-parse v0.2.3
│   │   │   │   └── utf8parse v0.2.1
│   │   │   ├── anstyle-query v1.0.2
│   │   │   ├── colorchoice v1.0.0
│   │   │   └── utf8parse v0.2.1
│   │   ├── anstyle v1.0.6
│   │   ├── clap_lex v0.7.0
│   │   └── strsim v0.11.0
│   └── clap_derive v4.5.0 (proc-macro)
│       ├── heck v0.4.1
│       ├── proc-macro2 v1.0.78 (*)
│       ├── quote v1.0.35 (*)
│       └── syn v2.0.48 (*)
├── clap-markdown v0.1.3
│   └── clap v4.5.1 (*)
├── dashmap v5.5.3
│   ├── cfg-if v1.0.0
│   ├── hashbrown v0.14.3
│   ├── lock_api v0.4.11 (*)
│   ├── once_cell v1.19.0
│   └── parking_lot_core v0.9.9 (*)
├── futures v0.3.30 (*)
├── futures-core v0.3.30
├── iter_tools v0.4.0
│   └── itertools v0.11.0
│       └── either v1.9.0
├── itertools v0.12.1
│   └── either v1.9.0
├── lazy_static v1.4.0
├── num_cpus v1.16.0 (*)
├── opentelemetry v0.21.0
│   ├── futures-core v0.3.30
│   ├── futures-sink v0.3.30
│   ├── indexmap v2.2.2 (*)
│   ├── once_cell v1.19.0
│   ├── pin-project-lite v0.2.13
│   ├── thiserror v1.0.56
│   │   └── thiserror-impl v1.0.56 (proc-macro)
│   │       ├── proc-macro2 v1.0.78 (*)
│   │       ├── quote v1.0.35 (*)
│   │       └── syn v2.0.48 (*)
│   └── urlencoding v2.1.3
├── opentelemetry-prometheus v0.14.1
│   ├── once_cell v1.19.0
│   ├── opentelemetry v0.21.0 (*)
│   ├── opentelemetry_sdk v0.21.2
│   │   ├── async-trait v0.1.77 (proc-macro) (*)
│   │   ├── crossbeam-channel v0.5.11
│   │   │   └── crossbeam-utils v0.8.19
│   │   ├── futures-channel v0.3.30 (*)
│   │   ├── futures-executor v0.3.30 (*)
│   │   ├── futures-util v0.3.30 (*)
│   │   ├── glob v0.3.1
│   │   ├── once_cell v1.19.0
│   │   ├── opentelemetry v0.21.0 (*)
│   │   ├── ordered-float v4.2.0
│   │   │   └── num-traits v0.2.17 (*)
│   │   ├── percent-encoding v2.3.1
│   │   ├── rand v0.8.5 (*)
│   │   ├── serde v1.0.197 (*)
│   │   ├── serde_json v1.0.114 (*)
│   │   └── thiserror v1.0.56 (*)
│   ├── prometheus v0.13.3
│   │   ├── cfg-if v1.0.0
│   │   ├── fnv v1.0.7
│   │   ├── lazy_static v1.4.0
│   │   ├── libc v0.2.153
│   │   ├── memchr v2.7.1
│   │   ├── parking_lot v0.12.1 (*)
│   │   ├── procfs v0.14.2
│   │   │   ├── bitflags v1.3.2
│   │   │   ├── byteorder v1.5.0
│   │   │   ├── hex v0.4.3
│   │   │   ├── lazy_static v1.4.0
│   │   │   └── rustix v0.36.17
│   │   │       ├── bitflags v1.3.2
│   │   │       ├── io-lifetimes v1.0.11
│   │   │       │   └── libc v0.2.153
│   │   │       ├── libc v0.2.153
│   │   │       └── linux-raw-sys v0.1.4
│   │   ├── protobuf v2.28.0
│   │   └── thiserror v1.0.56 (*)
│   └── protobuf v2.28.0
├── opentelemetry-semantic-conventions v0.13.0
│   └── opentelemetry v0.21.0 (*)
├── opentelemetry_sdk v0.21.2 (*)
├── prometheus v0.13.3 (*)
├── prometheus-static-metric v0.5.1 (proc-macro)
│   ├── lazy_static v1.4.0
│   ├── proc-macro2 v1.0.78 (*)
│   ├── quote v1.0.35 (*)
│   └── syn v1.0.109 (*)
├── rand v0.8.5 (*)
├── redis v0.24.0
│   ├── async-trait v0.1.77 (proc-macro) (*)
│   ├── bytes v1.5.0
│   ├── combine v4.6.6
│   │   ├── bytes v1.5.0
│   │   ├── futures-core v0.3.30
│   │   ├── memchr v2.7.1
│   │   ├── pin-project-lite v0.2.13
│   │   ├── tokio v1.36.0 (*)
│   │   └── tokio-util v0.7.10 (*)
│   ├── futures-util v0.3.30 (*)
│   ├── itoa v1.0.10
│   ├── percent-encoding v2.3.1
│   ├── pin-project-lite v0.2.13
│   ├── rustls v0.21.10
│   │   ├── log v0.4.20
│   │   ├── ring v0.17.7 (*)
│   │   ├── rustls-webpki v0.101.7
│   │   │   ├── ring v0.17.7 (*)
│   │   │   └── untrusted v0.9.0
│   │   └── sct v0.7.1
│   │       ├── ring v0.17.7 (*)
│   │       └── untrusted v0.9.0
│   ├── rustls-native-certs v0.6.3
│   │   ├── openssl-probe v0.1.5
│   │   └── rustls-pemfile v1.0.4
│   │       └── base64 v0.21.7
│   ├── rustls-pemfile v1.0.4 (*)
│   ├── rustls-webpki v0.101.7 (*)
│   ├── ryu v1.0.16
│   ├── sha1_smol v1.0.0
│   ├── socket2 v0.4.10
│   │   └── libc v0.2.153
│   ├── tokio v1.36.0 (*)
│   ├── tokio-rustls v0.24.1
│   │   ├── rustls v0.21.10 (*)
│   │   └── tokio v1.36.0 (*)
│   ├── tokio-util v0.7.10 (*)
│   └── url v2.5.0 (*)
├── reqwest v0.11.24
│   ├── base64 v0.21.7
│   ├── bytes v1.5.0
│   ├── encoding_rs v0.8.33 (*)
│   ├── futures-core v0.3.30
│   ├── futures-util v0.3.30 (*)
│   ├── h2 v0.3.24 (*)
│   ├── http v0.2.11 (*)
│   ├── http-body v0.4.6
│   │   ├── bytes v1.5.0
│   │   ├── http v0.2.11 (*)
│   │   └── pin-project-lite v0.2.13
│   ├── hyper v0.14.28
│   │   ├── bytes v1.5.0
│   │   ├── futures-channel v0.3.30 (*)
│   │   ├── futures-core v0.3.30
│   │   ├── futures-util v0.3.30 (*)
│   │   ├── h2 v0.3.24 (*)
│   │   ├── http v0.2.11 (*)
│   │   ├── http-body v0.4.6 (*)
│   │   ├── httparse v1.8.0
│   │   ├── httpdate v1.0.3
│   │   ├── itoa v1.0.10
│   │   ├── pin-project-lite v0.2.13
│   │   ├── socket2 v0.5.5 (*)
│   │   ├── tokio v1.36.0 (*)
│   │   ├── tower-service v0.3.2
│   │   ├── tracing v0.1.40 (*)
│   │   └── want v0.3.1
│   │       └── try-lock v0.2.5
│   ├── hyper-rustls v0.24.2
│   │   ├── futures-util v0.3.30 (*)
│   │   ├── http v0.2.11 (*)
│   │   ├── hyper v0.14.28 (*)
│   │   ├── rustls v0.21.10 (*)
│   │   ├── tokio v1.36.0 (*)
│   │   └── tokio-rustls v0.24.1 (*)
│   ├── hyper-tls v0.5.0
│   │   ├── bytes v1.5.0
│   │   ├── hyper v0.14.28 (*)
│   │   ├── native-tls v0.2.11
│   │   │   ├── log v0.4.20
│   │   │   ├── openssl v0.10.63
│   │   │   │   ├── bitflags v2.4.2
│   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   ├── foreign-types v0.3.2
│   │   │   │   │   └── foreign-types-shared v0.1.1
│   │   │   │   ├── libc v0.2.153
│   │   │   │   ├── once_cell v1.19.0
│   │   │   │   ├── openssl-macros v0.1.1 (proc-macro)
│   │   │   │   │   ├── proc-macro2 v1.0.78 (*)
│   │   │   │   │   ├── quote v1.0.35 (*)
│   │   │   │   │   └── syn v2.0.48 (*)
│   │   │   │   └── openssl-sys v0.9.99
│   │   │   │       └── libc v0.2.153
│   │   │   │       [build-dependencies]
│   │   │   │       ├── cc v1.0.83 (*)
│   │   │   │       ├── pkg-config v0.3.29
│   │   │   │       └── vcpkg v0.2.15
│   │   │   ├── openssl-probe v0.1.5
│   │   │   └── openssl-sys v0.9.99 (*)
│   │   ├── tokio v1.36.0 (*)
│   │   └── tokio-native-tls v0.3.1
│   │       ├── native-tls v0.2.11 (*)
│   │       └── tokio v1.36.0 (*)
│   ├── ipnet v2.9.0
│   ├── log v0.4.20
│   ├── mime v0.3.17
│   ├── native-tls v0.2.11 (*)
│   ├── once_cell v1.19.0
│   ├── percent-encoding v2.3.1
│   ├── pin-project-lite v0.2.13
│   ├── rustls v0.21.10 (*)
│   ├── rustls-pemfile v1.0.4 (*)
│   ├── serde v1.0.197 (*)
│   ├── serde_json v1.0.114 (*)
│   ├── serde_urlencoded v0.7.1 (*)
│   ├── sync_wrapper v0.1.2
│   ├── tokio v1.36.0 (*)
│   ├── tokio-native-tls v0.3.1 (*)
│   ├── tokio-rustls v0.24.1 (*)
│   ├── tower-service v0.3.2
│   ├── url v2.5.0 (*)
│   └── webpki-roots v0.25.4
├── rustls v0.22.2 (*)
├── rustls-pemfile v2.1.0
│   ├── base64 v0.21.7
│   └── rustls-pki-types v1.3.1
├── rustls-pki-types v1.3.1
├── semver v1.0.22
├── serde v1.0.197 (*)
├── serde_json v1.0.114 (*)
├── serde_qs v0.12.0
│   ├── actix-web v4.5.1 (*)
│   ├── futures v0.3.30 (*)
│   ├── percent-encoding v2.3.1
│   ├── serde v1.0.197 (*)
│   ├── thiserror v1.0.56 (*)
│   └── tracing v0.1.40 (*)
├── shadow-rs v0.26.1
│   ├── const_format v0.2.32
│   │   └── const_format_proc_macros v0.2.32 (proc-macro)
│   │       ├── proc-macro2 v1.0.78 (*)
│   │       ├── quote v1.0.35 (*)
│   │       └── unicode-xid v0.2.4
│   ├── git2 v0.18.1
│   │   ├── bitflags v2.4.2
│   │   ├── libc v0.2.153
│   │   ├── libgit2-sys v0.16.1+1.7.1
│   │   │   ├── libc v0.2.153
│   │   │   └── libz-sys v1.1.15
│   │   │       └── libc v0.2.153
│   │   │       [build-dependencies]
│   │   │       ├── cc v1.0.83 (*)
│   │   │       ├── pkg-config v0.3.29
│   │   │       └── vcpkg v0.2.15
│   │   │   [build-dependencies]
│   │   │   ├── cc v1.0.83 (*)
│   │   │   └── pkg-config v0.3.29
│   │   ├── log v0.4.20
│   │   └── url v2.5.0 (*)
│   ├── is_debug v1.0.1
│   ├── time v0.3.34
│   │   ├── deranged v0.3.11 (*)
│   │   ├── itoa v1.0.10
│   │   ├── libc v0.2.153
│   │   ├── num-conv v0.1.0
│   │   ├── num_threads v0.1.6
│   │   ├── 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.9 (proc-macro)
│       └── tzdb_data v0.1.2
│           └── tz-rs v0.6.14 (*)
├── tokio v1.36.0 (*)
├── tracing v0.1.40 (*)
├── tracing-subscriber v0.3.18
│   ├── matchers v0.1.0
│   │   └── regex-automata v0.1.10
│   │       └── regex-syntax v0.6.29
│   ├── nu-ansi-term v0.46.0
│   │   └── overload v0.1.1
│   ├── once_cell v1.19.0
│   ├── regex v1.10.3 (*)
│   ├── serde v1.0.197 (*)
│   ├── serde_json v1.0.114 (*)
│   ├── sharded-slab v0.1.7
│   │   └── lazy_static v1.4.0
│   ├── smallvec v1.13.1
│   ├── thread_local v1.1.7
│   │   ├── cfg-if v1.0.0
│   │   └── once_cell v1.19.0
│   ├── tracing v0.1.40 (*)
│   ├── tracing-core v0.1.32 (*)
│   ├── tracing-log v0.2.0
│   │   ├── log v0.4.20
│   │   ├── once_cell v1.19.0
│   │   └── tracing-core v0.1.32 (*)
│   └── tracing-serde v0.1.3
│       ├── serde v1.0.197 (*)
│       └── tracing-core v0.1.32 (*)
├── ulid v1.1.2
│   └── rand v0.8.5 (*)
├── unleash-types v0.12.0
│   ├── base64 v0.21.7
│   ├── chrono v0.4.34 (*)
│   ├── derive_builder v0.12.0
│   │   └── derive_builder_macro v0.12.0 (proc-macro)
│   │       ├── derive_builder_core v0.12.0
│   │       │   ├── darling v0.14.4
│   │       │   │   ├── darling_core v0.14.4
│   │       │   │   │   ├── fnv v1.0.7
│   │       │   │   │   ├── ident_case v1.0.1
│   │       │   │   │   ├── proc-macro2 v1.0.78 (*)
│   │       │   │   │   ├── quote v1.0.35 (*)
│   │       │   │   │   ├── strsim v0.10.0
│   │       │   │   │   └── syn v1.0.109 (*)
│   │       │   │   └── darling_macro v0.14.4 (proc-macro)
│   │       │   │       ├── darling_core v0.14.4 (*)
│   │       │   │       ├── quote v1.0.35 (*)
│   │       │   │       └── syn v1.0.109 (*)
│   │       │   ├── proc-macro2 v1.0.78 (*)
│   │       │   ├── quote v1.0.35 (*)
│   │       │   └── syn v1.0.109 (*)
│   │       └── syn v1.0.109 (*)
│   ├── serde v1.0.197 (*)
│   ├── serde_json v1.0.114 (*)
│   ├── utoipa v4.2.0
│   │   ├── indexmap v2.2.2 (*)
│   │   ├── serde v1.0.197 (*)
│   │   ├── serde_json v1.0.114 (*)
│   │   └── utoipa-gen v4.2.0 (proc-macro)
│   │       ├── proc-macro-error v1.0.4
│   │       │   ├── proc-macro-error-attr v1.0.4 (proc-macro)
│   │       │   │   ├── proc-macro2 v1.0.78 (*)
│   │       │   │   └── quote v1.0.35 (*)
│   │       │   │   [build-dependencies]
│   │       │   │   └── version_check v0.9.4
│   │       │   ├── proc-macro2 v1.0.78 (*)
│   │       │   ├── quote v1.0.35 (*)
│   │       │   └── syn v1.0.109 (*)
│   │       │   [build-dependencies]
│   │       │   └── version_check v0.9.4
│   │       ├── proc-macro2 v1.0.78 (*)
│   │       ├── quote v1.0.35 (*)
│   │       ├── regex v1.10.3 (*)
│   │       └── syn v2.0.48 (*)
│   └── xxhash-rust v0.8.8
├── unleash-yggdrasil v0.12.0
│   ├── chrono v0.4.34 (*)
│   ├── convert_case v0.6.0
│   │   └── unicode-segmentation v1.10.1
│   ├── dashmap v5.5.3 (*)
│   ├── hostname v0.3.1
│   │   ├── libc v0.2.153
│   │   └── match_cfg v0.1.0
│   ├── ipnet v2.9.0
│   ├── ipnetwork v0.20.0
│   │   └── serde v1.0.197 (*)
│   ├── lazy_static v1.4.0
│   ├── murmur3 v0.5.2
│   ├── pest v2.7.7
│   │   ├── memchr v2.7.1
│   │   ├── thiserror v1.0.56 (*)
│   │   └── ucd-trie v0.1.6
│   ├── pest_derive v2.7.7 (proc-macro)
│   │   ├── pest v2.7.7 (*)
│   │   └── pest_generator v2.7.7
│   │       ├── pest v2.7.7 (*)
│   │       ├── pest_meta v2.7.7
│   │       │   ├── once_cell v1.19.0
│   │       │   └── pest v2.7.7 (*)
│   │       │   [build-dependencies]
│   │       │   └── sha2 v0.10.8
│   │       │       ├── cfg-if v1.0.0
│   │       │       ├── cpufeatures v0.2.12
│   │       │       └── digest v0.10.7 (*)
│   │       ├── proc-macro2 v1.0.78 (*)
│   │       ├── quote v1.0.35 (*)
│   │       └── syn v2.0.48 (*)
│   ├── rand v0.8.5 (*)
│   ├── semver v1.0.22
│   ├── serde v1.0.197 (*)
│   ├── serde_json v1.0.114 (*)
│   └── unleash-types v0.12.0 (*)
├── utoipa v4.2.0 (*)
└── utoipa-swagger-ui v6.0.0
    ├── actix-web v4.5.1 (*)
    ├── mime_guess v2.0.4
    │   ├── mime v0.3.17
    │   └── unicase v2.7.0
    │       [build-dependencies]
    │       └── version_check v0.9.4
    │   [build-dependencies]
    │   └── unicase v2.7.0 (*)
    ├── rust-embed v8.2.0
    │   ├── rust-embed-impl v8.2.0 (proc-macro)
    │   │   ├── proc-macro2 v1.0.78 (*)
    │   │   ├── quote v1.0.35 (*)
    │   │   ├── rust-embed-utils v8.2.0
    │   │   │   ├── sha2 v0.10.8 (*)
    │   │   │   └── walkdir v2.4.0
    │   │   │       └── same-file v1.0.6
    │   │   ├── syn v2.0.48 (*)
    │   │   └── walkdir v2.4.0 (*)
    │   ├── rust-embed-utils v8.2.0 (*)
    │   └── walkdir v2.4.0 (*)
    ├── serde v1.0.197 (*)
    ├── serde_json v1.0.114 (*)
    └── utoipa v4.2.0 (*)
    [build-dependencies]
    ├── regex v1.10.3 (*)
    └── zip v0.6.6
        ├── byteorder v1.5.0
        ├── crc32fast v1.3.2 (*)
        └── flate2 v1.0.28
            ├── crc32fast v1.3.2 (*)
            └── miniz_oxide v0.7.2 (*)
[build-dependencies]
└── shadow-rs v0.26.1 (*)
[dev-dependencies]
├── actix-http v3.6.0 (*)
├── actix-http-test v3.2.0
│   ├── actix-codec v0.5.2 (*)
│   ├── actix-rt v2.9.0 (*)
│   ├── actix-server v2.3.0 (*)
│   ├── actix-service v2.0.2 (*)
│   ├── actix-tls v3.3.0 (*)
│   ├── actix-utils v3.0.1 (*)
│   ├── awc v3.4.0
│   │   ├── actix-codec v0.5.2 (*)
│   │   ├── actix-http v3.6.0 (*)
│   │   ├── actix-rt v2.9.0 (*)
│   │   ├── actix-service v2.0.2 (*)
│   │   ├── actix-tls v3.3.0 (*)
│   │   ├── actix-utils v3.0.1 (*)
│   │   ├── base64 v0.21.7
│   │   ├── bytes v1.5.0
│   │   ├── cfg-if v1.0.0
│   │   ├── derive_more v0.99.17 (proc-macro) (*)
│   │   ├── futures-core v0.3.30
│   │   ├── futures-util v0.3.30 (*)
│   │   ├── h2 v0.3.24 (*)
│   │   ├── http v0.2.11 (*)
│   │   ├── itoa v1.0.10
│   │   ├── log v0.4.20
│   │   ├── mime v0.3.17
│   │   ├── percent-encoding v2.3.1
│   │   ├── pin-project-lite v0.2.13
│   │   ├── rand v0.8.5 (*)
│   │   ├── serde v1.0.197 (*)
│   │   ├── serde_json v1.0.114 (*)
│   │   ├── serde_urlencoded v0.7.1 (*)
│   │   └── tokio v1.36.0 (*)
│   ├── bytes v1.5.0
│   ├── futures-core v0.3.30
│   ├── http v0.2.11 (*)
│   ├── log v0.4.20
│   ├── serde v1.0.197 (*)
│   ├── serde_json v1.0.114 (*)
│   ├── serde_urlencoded v0.7.1 (*)
│   ├── slab v0.4.9 (*)
│   ├── socket2 v0.5.5 (*)
│   └── tokio v1.36.0 (*)
├── actix-service v2.0.2 (*)
├── env_logger v0.11.2
│   ├── anstream v0.6.11 (*)
│   ├── anstyle v1.0.6
│   ├── env_filter v0.1.0
│   │   ├── log v0.4.20
│   │   └── regex v1.10.3 (*)
│   ├── humantime v2.1.0
│   └── log v0.4.20
├── maplit v1.0.2
├── rand v0.8.5 (*)
├── test-case v3.3.1
│   └── test-case-macros v3.3.1 (proc-macro)
│       ├── proc-macro2 v1.0.78 (*)
│       ├── quote v1.0.35 (*)
│       ├── syn v2.0.48 (*)
│       └── test-case-core v3.3.1
│           ├── cfg-if v1.0.0
│           ├── proc-macro2 v1.0.78 (*)
│           ├── quote v1.0.35 (*)
│           └── syn v2.0.48 (*)
├── testcontainers v0.15.0
│   ├── bollard-stubs v1.42.0-rc.3
│   │   ├── serde v1.0.197 (*)
│   │   └── serde_with v1.14.0
│   │       ├── serde v1.0.197 (*)
│   │       └── serde_with_macros v1.5.2 (proc-macro)
│   │           ├── darling v0.13.4
│   │           │   ├── darling_core v0.13.4
│   │           │   │   ├── fnv v1.0.7
│   │           │   │   ├── ident_case v1.0.1
│   │           │   │   ├── proc-macro2 v1.0.78 (*)
│   │           │   │   ├── quote v1.0.35 (*)
│   │           │   │   ├── strsim v0.10.0
│   │           │   │   └── syn v1.0.109 (*)
│   │           │   └── darling_macro v0.13.4 (proc-macro)
│   │           │       ├── darling_core v0.13.4 (*)
│   │           │       ├── quote v1.0.35 (*)
│   │           │       └── syn v1.0.109 (*)
│   │           ├── proc-macro2 v1.0.78 (*)
│   │           ├── quote v1.0.35 (*)
│   │           └── syn v1.0.109 (*)
│   ├── futures v0.3.30 (*)
│   ├── hex v0.4.3
│   ├── hmac v0.12.1
│   │   └── digest v0.10.7 (*)
│   ├── log v0.4.20
│   ├── rand v0.8.5 (*)
│   ├── serde v1.0.197 (*)
│   ├── serde_json v1.0.114 (*)
│   └── sha2 v0.10.8 (*)
├── testcontainers-modules v0.3.4
│   └── testcontainers v0.15.0 (*)
└── tracing-test v0.2.4
    ├── lazy_static v1.4.0
    ├── tracing-core v0.1.32 (*)
    ├── tracing-subscriber v0.3.18 (*)
    └── tracing-test-macro v0.2.4 (proc-macro)
        ├── lazy_static v1.4.0
        ├── quote v1.0.35 (*)
        └── syn v1.0.109 (*)
"#;
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.