Skip to content

Instantly share code, notes, and snippets.

@adam-singer
Created January 8, 2024 19:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adam-singer/fe59163849cc232a7ba47d0befe48b0d to your computer and use it in GitHub Desktop.
Save adam-singer/fe59163849cc232a7ba47d0befe48b0d to your computer and use it in GitHub Desktop.
nativelink v0.2.0 (/Users/adam/workspace/nativelink-2)
├── async-lock feature "default"
│ ├── async-lock v3.2.0
│ │ ├── event-listener v4.0.1
│ │ │ ├── concurrent-queue v2.4.0
│ │ │ │ └── crossbeam-utils v0.8.17
│ │ │ │ └── cfg-if feature "default"
│ │ │ │ └── cfg-if v1.0.0
│ │ │ ├── parking feature "default"
│ │ │ │ └── parking v2.2.0
│ │ │ └── pin-project-lite feature "default"
│ │ │ └── pin-project-lite v0.2.13
│ │ ├── event-listener-strategy v0.4.0
│ │ │ ├── event-listener v4.0.1 (*)
│ │ │ └── pin-project-lite feature "default" (*)
│ │ └── pin-project-lite feature "default" (*)
│ └── async-lock feature "std"
│ ├── async-lock v3.2.0 (*)
│ ├── event-listener feature "std"
│ │ ├── event-listener v4.0.1 (*)
│ │ ├── event-listener feature "parking"
│ │ │ └── event-listener v4.0.1 (*)
│ │ └── concurrent-queue feature "std"
│ │ └── concurrent-queue v2.4.0 (*)
│ └── event-listener-strategy feature "std"
│ ├── event-listener-strategy v0.4.0 (*)
│ └── event-listener feature "std" (*)
├── axum feature "default"
│ ├── axum v0.6.20
│ │ ├── pin-project-lite feature "default" (*)
│ │ ├── async-trait feature "default"
│ │ │ └── async-trait v0.1.74 (proc-macro)
│ │ │ ├── proc-macro2 feature "default"
│ │ │ │ ├── proc-macro2 v1.0.70
│ │ │ │ │ └── unicode-ident feature "default"
│ │ │ │ │ └── unicode-ident v1.0.12
│ │ │ │ └── proc-macro2 feature "proc-macro"
│ │ │ │ └── proc-macro2 v1.0.70 (*)
│ │ │ ├── quote feature "default"
│ │ │ │ ├── quote v1.0.33
│ │ │ │ │ └── proc-macro2 v1.0.70 (*)
│ │ │ │ └── quote feature "proc-macro"
│ │ │ │ ├── quote v1.0.33 (*)
│ │ │ │ └── proc-macro2 feature "proc-macro" (*)
│ │ │ ├── syn feature "default"
│ │ │ │ ├── syn v2.0.41
│ │ │ │ │ ├── proc-macro2 v1.0.70 (*)
│ │ │ │ │ ├── quote v1.0.33 (*)
│ │ │ │ │ └── unicode-ident feature "default" (*)
│ │ │ │ ├── syn feature "clone-impls"
│ │ │ │ │ └── syn v2.0.41 (*)
│ │ │ │ ├── syn feature "derive"
│ │ │ │ │ └── syn v2.0.41 (*)
│ │ │ │ ├── syn feature "parsing"
│ │ │ │ │ └── syn v2.0.41 (*)
│ │ │ │ ├── syn feature "printing"
│ │ │ │ │ ├── syn v2.0.41 (*)
│ │ │ │ │ └── syn feature "quote"
│ │ │ │ │ └── syn v2.0.41 (*)
│ │ │ │ └── syn feature "proc-macro"
│ │ │ │ ├── syn v2.0.41 (*)
│ │ │ │ ├── proc-macro2 feature "proc-macro" (*)
│ │ │ │ ├── quote feature "proc-macro" (*)
│ │ │ │ └── syn feature "quote" (*)
│ │ │ ├── syn feature "full"
│ │ │ │ └── syn v2.0.41 (*)
│ │ │ └── syn feature "visit-mut"
│ │ │ └── syn v2.0.41 (*)
│ │ ├── axum-core feature "default"
│ │ │ └── axum-core v0.3.4
│ │ │ ├── async-trait feature "default" (*)
│ │ │ ├── bytes feature "default"
│ │ │ │ ├── bytes v1.5.0
│ │ │ │ └── bytes feature "std"
│ │ │ │ └── bytes v1.5.0
│ │ │ ├── futures-util feature "alloc"
│ │ │ │ ├── futures-util v0.3.29
│ │ │ │ │ ├── futures-core v0.3.29
│ │ │ │ │ ├── futures-macro v0.3.29 (proc-macro)
│ │ │ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ │ │ ├── quote feature "default" (*)
│ │ │ │ │ │ ├── syn feature "default" (*)
│ │ │ │ │ │ └── syn feature "full" (*)
│ │ │ │ │ ├── futures-sink v0.3.29
│ │ │ │ │ ├── futures-task v0.3.29
│ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ ├── futures-channel feature "std"
│ │ │ │ │ │ ├── futures-channel v0.3.29
│ │ │ │ │ │ │ ├── futures-core v0.3.29
│ │ │ │ │ │ │ └── futures-sink v0.3.29
│ │ │ │ │ │ ├── futures-channel feature "alloc"
│ │ │ │ │ │ │ ├── futures-channel v0.3.29 (*)
│ │ │ │ │ │ │ └── futures-core feature "alloc"
│ │ │ │ │ │ │ └── futures-core v0.3.29
│ │ │ │ │ │ └── futures-core feature "std"
│ │ │ │ │ │ ├── futures-core v0.3.29
│ │ │ │ │ │ └── futures-core feature "alloc" (*)
│ │ │ │ │ ├── futures-io feature "std"
│ │ │ │ │ │ └── futures-io v0.3.29
│ │ │ │ │ ├── memchr feature "default"
│ │ │ │ │ │ ├── memchr v2.6.4
│ │ │ │ │ │ └── memchr feature "std"
│ │ │ │ │ │ ├── memchr v2.6.4
│ │ │ │ │ │ └── memchr feature "alloc"
│ │ │ │ │ │ └── memchr v2.6.4
│ │ │ │ │ ├── pin-utils feature "default"
│ │ │ │ │ │ └── pin-utils v0.1.0
│ │ │ │ │ └── slab feature "default"
│ │ │ │ │ ├── slab v0.4.9
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── autocfg feature "default"
│ │ │ │ │ │ └── autocfg v1.1.0
│ │ │ │ │ └── slab feature "std"
│ │ │ │ │ └── slab v0.4.9 (*)
│ │ │ │ ├── futures-core feature "alloc" (*)
│ │ │ │ └── futures-task feature "alloc"
│ │ │ │ └── futures-task v0.3.29
│ │ │ ├── http feature "default"
│ │ │ │ └── http v0.2.11
│ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ ├── fnv feature "default"
│ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ └── fnv feature "std"
│ │ │ │ │ └── fnv v1.0.7
│ │ │ │ └── itoa feature "default"
│ │ │ │ └── itoa v1.0.10
│ │ │ ├── http-body feature "default"
│ │ │ │ └── http-body v0.4.6
│ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ └── http feature "default" (*)
│ │ │ ├── mime feature "default"
│ │ │ │ └── mime v0.3.17
│ │ │ ├── tower-layer feature "default"
│ │ │ │ └── tower-layer v0.3.2
│ │ │ └── tower-service feature "default"
│ │ │ └── tower-service v0.3.2
│ │ │ [build-dependencies]
│ │ │ └── rustversion feature "default"
│ │ │ └── rustversion v1.0.14 (proc-macro)
│ │ ├── bytes feature "default" (*)
│ │ ├── futures-util feature "alloc" (*)
│ │ ├── memchr feature "default" (*)
│ │ ├── http feature "default" (*)
│ │ ├── itoa feature "default" (*)
│ │ ├── http-body feature "default" (*)
│ │ ├── mime feature "default" (*)
│ │ ├── tower-layer feature "default" (*)
│ │ ├── tower-service feature "default" (*)
│ │ ├── bitflags feature "default"
│ │ │ └── bitflags v1.3.2
│ │ ├── hyper feature "default"
│ │ │ └── hyper v0.14.28
│ │ │ ├── futures-core v0.3.29
│ │ │ ├── futures-util v0.3.29 (*)
│ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ ├── bytes feature "default" (*)
│ │ │ ├── futures-channel feature "default"
│ │ │ │ ├── futures-channel v0.3.29 (*)
│ │ │ │ └── futures-channel feature "std" (*)
│ │ │ ├── http feature "default" (*)
│ │ │ ├── itoa feature "default" (*)
│ │ │ ├── http-body feature "default" (*)
│ │ │ ├── tower-service feature "default" (*)
│ │ │ ├── h2 feature "default"
│ │ │ │ └── h2 v0.3.22
│ │ │ │ ├── futures-core v0.3.29
│ │ │ │ ├── futures-sink v0.3.29
│ │ │ │ ├── futures-util v0.3.29 (*)
│ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ ├── slab feature "default" (*)
│ │ │ │ ├── http feature "default" (*)
│ │ │ │ ├── fnv feature "default" (*)
│ │ │ │ ├── indexmap feature "default"
│ │ │ │ │ ├── indexmap v2.1.0
│ │ │ │ │ │ ├── equivalent v1.0.1
│ │ │ │ │ │ └── hashbrown feature "raw"
│ │ │ │ │ │ └── hashbrown v0.14.3
│ │ │ │ │ │ ├── ahash v0.8.6
│ │ │ │ │ │ │ ├── cfg-if feature "default" (*)
│ │ │ │ │ │ │ ├── once_cell feature "alloc"
│ │ │ │ │ │ │ │ ├── once_cell v1.19.0
│ │ │ │ │ │ │ │ └── once_cell feature "race"
│ │ │ │ │ │ │ │ └── once_cell v1.19.0
│ │ │ │ │ │ │ ├── once_cell feature "unstable"
│ │ │ │ │ │ │ │ └── once_cell v1.19.0
│ │ │ │ │ │ │ └── zerocopy feature "simd"
│ │ │ │ │ │ │ └── zerocopy v0.7.31
│ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ └── version_check feature "default"
│ │ │ │ │ │ │ └── version_check v0.9.4
│ │ │ │ │ │ └── allocator-api2 feature "alloc"
│ │ │ │ │ │ └── allocator-api2 v0.2.16
│ │ │ │ │ └── indexmap feature "std"
│ │ │ │ │ └── indexmap v2.1.0 (*)
│ │ │ │ ├── indexmap feature "std" (*)
│ │ │ │ ├── tokio feature "default"
│ │ │ │ │ └── tokio v1.35.1
│ │ │ │ │ ├── mio v0.8.10
│ │ │ │ │ │ └── libc feature "default"
│ │ │ │ │ │ ├── libc v0.2.151
│ │ │ │ │ │ └── libc feature "std"
│ │ │ │ │ │ └── libc v0.2.151
│ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ ├── libc feature "default" (*)
│ │ │ │ │ ├── num_cpus feature "default"
│ │ │ │ │ │ └── num_cpus v1.16.0
│ │ │ │ │ │ └── libc feature "default" (*)
│ │ │ │ │ ├── parking_lot feature "default"
│ │ │ │ │ │ └── parking_lot v0.12.1
│ │ │ │ │ │ ├── lock_api feature "default"
│ │ │ │ │ │ │ ├── lock_api v0.4.11
│ │ │ │ │ │ │ │ └── scopeguard v1.2.0
│ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ └── autocfg feature "default" (*)
│ │ │ │ │ │ │ └── lock_api feature "atomic_usize"
│ │ │ │ │ │ │ └── lock_api v0.4.11 (*)
│ │ │ │ │ │ └── parking_lot_core feature "default"
│ │ │ │ │ │ └── parking_lot_core v0.9.9
│ │ │ │ │ │ ├── cfg-if feature "default" (*)
│ │ │ │ │ │ ├── libc feature "default" (*)
│ │ │ │ │ │ └── smallvec feature "default"
│ │ │ │ │ │ └── smallvec v1.11.2
│ │ │ │ │ ├── signal-hook-registry feature "default"
│ │ │ │ │ │ └── signal-hook-registry v1.4.1
│ │ │ │ │ │ └── libc feature "default" (*)
│ │ │ │ │ ├── socket2 feature "all"
│ │ │ │ │ │ └── socket2 v0.5.5
│ │ │ │ │ │ └── libc feature "default" (*)
│ │ │ │ │ ├── socket2 feature "default"
│ │ │ │ │ │ └── socket2 v0.5.5 (*)
│ │ │ │ │ └── tokio-macros feature "default"
│ │ │ │ │ └── tokio-macros v2.2.0 (proc-macro)
│ │ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ │ ├── quote feature "default" (*)
│ │ │ │ │ ├── syn feature "default" (*)
│ │ │ │ │ └── syn feature "full" (*)
│ │ │ │ ├── tokio feature "io-util"
│ │ │ │ │ ├── tokio v1.35.1 (*)
│ │ │ │ │ └── tokio feature "bytes"
│ │ │ │ │ └── tokio v1.35.1 (*)
│ │ │ │ ├── tokio-util feature "codec"
│ │ │ │ │ ├── tokio-util v0.7.10
│ │ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ │ ├── futures-core feature "default"
│ │ │ │ │ │ │ ├── futures-core v0.3.29
│ │ │ │ │ │ │ └── futures-core feature "std" (*)
│ │ │ │ │ │ ├── futures-sink feature "default"
│ │ │ │ │ │ │ ├── futures-sink v0.3.29
│ │ │ │ │ │ │ └── futures-sink feature "std"
│ │ │ │ │ │ │ ├── futures-sink v0.3.29
│ │ │ │ │ │ │ └── futures-sink feature "alloc"
│ │ │ │ │ │ │ └── futures-sink v0.3.29
│ │ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ │ ├── tokio feature "sync"
│ │ │ │ │ │ │ └── tokio v1.35.1 (*)
│ │ │ │ │ │ └── tracing feature "std"
│ │ │ │ │ │ ├── tracing v0.1.40
│ │ │ │ │ │ │ ├── tracing-core v0.1.32
│ │ │ │ │ │ │ │ └── once_cell feature "default"
│ │ │ │ │ │ │ │ ├── once_cell v1.19.0
│ │ │ │ │ │ │ │ └── once_cell feature "std"
│ │ │ │ │ │ │ │ ├── once_cell v1.19.0
│ │ │ │ │ │ │ │ └── once_cell feature "alloc" (*)
│ │ │ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ │ │ ├── log feature "default"
│ │ │ │ │ │ │ │ └── log v0.4.20
│ │ │ │ │ │ │ └── tracing-attributes feature "default"
│ │ │ │ │ │ │ └── tracing-attributes v0.1.27 (proc-macro)
│ │ │ │ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ │ │ │ ├── quote feature "default" (*)
│ │ │ │ │ │ │ ├── syn feature "clone-impls" (*)
│ │ │ │ │ │ │ ├── syn feature "extra-traits"
│ │ │ │ │ │ │ │ └── syn v2.0.41 (*)
│ │ │ │ │ │ │ ├── syn feature "full" (*)
│ │ │ │ │ │ │ ├── syn feature "parsing" (*)
│ │ │ │ │ │ │ ├── syn feature "printing" (*)
│ │ │ │ │ │ │ ├── syn feature "proc-macro" (*)
│ │ │ │ │ │ │ └── syn feature "visit-mut" (*)
│ │ │ │ │ │ └── tracing-core feature "std"
│ │ │ │ │ │ ├── tracing-core v0.1.32 (*)
│ │ │ │ │ │ └── tracing-core feature "once_cell"
│ │ │ │ │ │ └── tracing-core v0.1.32 (*)
│ │ │ │ │ └── tokio-util feature "tracing"
│ │ │ │ │ └── tokio-util v0.7.10 (*)
│ │ │ │ ├── tokio-util feature "default"
│ │ │ │ │ └── tokio-util v0.7.10 (*)
│ │ │ │ ├── tokio-util feature "io"
│ │ │ │ │ └── tokio-util v0.7.10 (*)
│ │ │ │ └── tracing feature "std" (*)
│ │ │ ├── tokio feature "default" (*)
│ │ │ ├── tokio feature "sync" (*)
│ │ │ ├── socket2 feature "all" (*)
│ │ │ ├── socket2 feature "default" (*)
│ │ │ ├── tracing feature "std" (*)
│ │ │ ├── httparse feature "default"
│ │ │ │ ├── httparse v1.8.0
│ │ │ │ └── httparse feature "std"
│ │ │ │ └── httparse v1.8.0
│ │ │ ├── httpdate feature "default"
│ │ │ │ └── httpdate v1.0.3
│ │ │ └── want feature "default"
│ │ │ └── want v0.3.1
│ │ │ └── try-lock feature "default"
│ │ │ └── try-lock v0.2.5
│ │ ├── hyper feature "stream"
│ │ │ └── hyper v0.14.28 (*)
│ │ ├── tokio feature "default" (*)
│ │ ├── tokio feature "time"
│ │ │ └── tokio v1.35.1 (*)
│ │ ├── matchit feature "default"
│ │ │ └── matchit v0.7.3
│ │ ├── percent-encoding feature "default"
│ │ │ ├── percent-encoding v2.3.1
│ │ │ └── percent-encoding feature "std"
│ │ │ ├── percent-encoding v2.3.1
│ │ │ └── percent-encoding feature "alloc"
│ │ │ └── percent-encoding v2.3.1
│ │ ├── serde feature "default"
│ │ │ ├── serde v1.0.193
│ │ │ │ └── serde_derive feature "default"
│ │ │ │ └── serde_derive v1.0.193 (proc-macro)
│ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ ├── quote feature "default" (*)
│ │ │ │ └── syn feature "default" (*)
│ │ │ └── serde feature "std"
│ │ │ └── serde v1.0.193 (*)
│ │ ├── serde_json feature "default"
│ │ │ ├── serde_json v1.0.108
│ │ │ │ ├── serde v1.0.193 (*)
│ │ │ │ ├── itoa feature "default" (*)
│ │ │ │ └── ryu feature "default"
│ │ │ │ └── ryu v1.0.16
│ │ │ └── serde_json feature "std"
│ │ │ ├── serde_json v1.0.108 (*)
│ │ │ └── serde feature "std" (*)
│ │ ├── serde_json feature "raw_value"
│ │ │ └── serde_json v1.0.108 (*)
│ │ ├── serde_path_to_error feature "default"
│ │ │ └── serde_path_to_error v0.1.14
│ │ │ ├── itoa feature "default" (*)
│ │ │ └── serde feature "default" (*)
│ │ ├── serde_urlencoded feature "default"
│ │ │ └── serde_urlencoded v0.7.1
│ │ │ ├── itoa feature "default" (*)
│ │ │ ├── serde feature "default" (*)
│ │ │ ├── ryu feature "default" (*)
│ │ │ └── form_urlencoded feature "default"
│ │ │ ├── form_urlencoded v1.2.1
│ │ │ │ └── percent-encoding v2.3.1
│ │ │ └── form_urlencoded feature "std"
│ │ │ ├── form_urlencoded v1.2.1 (*)
│ │ │ ├── percent-encoding feature "std" (*)
│ │ │ └── form_urlencoded feature "alloc"
│ │ │ ├── form_urlencoded v1.2.1 (*)
│ │ │ └── percent-encoding feature "alloc" (*)
│ │ ├── sync_wrapper feature "default"
│ │ │ └── sync_wrapper v0.1.2
│ │ └── tower feature "util"
│ │ ├── tower v0.4.13
│ │ │ ├── tokio-util v0.7.10 (*)
│ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ ├── futures-util feature "alloc" (*)
│ │ │ ├── futures-core feature "default" (*)
│ │ │ ├── slab feature "default" (*)
│ │ │ ├── tower-layer feature "default" (*)
│ │ │ ├── tower-service feature "default" (*)
│ │ │ ├── tokio feature "default" (*)
│ │ │ ├── tokio feature "sync" (*)
│ │ │ ├── tracing feature "std" (*)
│ │ │ ├── indexmap feature "default"
│ │ │ │ └── indexmap v1.9.3
│ │ │ │ └── hashbrown feature "raw"
│ │ │ │ └── hashbrown v0.12.3
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg feature "default" (*)
│ │ │ ├── pin-project feature "default"
│ │ │ │ └── pin-project v1.1.3
│ │ │ │ └── pin-project-internal feature "default"
│ │ │ │ └── pin-project-internal v1.1.3 (proc-macro)
│ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ ├── quote feature "default" (*)
│ │ │ │ ├── syn feature "default" (*)
│ │ │ │ ├── syn feature "full" (*)
│ │ │ │ └── syn feature "visit-mut" (*)
│ │ │ ├── rand feature "default"
│ │ │ │ ├── rand v0.8.5
│ │ │ │ │ ├── libc v0.2.151
│ │ │ │ │ ├── rand_chacha v0.3.1
│ │ │ │ │ │ ├── ppv-lite86 feature "simd"
│ │ │ │ │ │ │ └── ppv-lite86 v0.2.17
│ │ │ │ │ │ └── rand_core feature "default"
│ │ │ │ │ │ └── rand_core v0.6.4
│ │ │ │ │ │ └── getrandom feature "default"
│ │ │ │ │ │ └── getrandom v0.2.11
│ │ │ │ │ │ ├── libc v0.2.151
│ │ │ │ │ │ └── cfg-if feature "default" (*)
│ │ │ │ │ └── rand_core feature "default" (*)
│ │ │ │ ├── rand feature "std"
│ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ ├── rand feature "alloc"
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ └── rand_core feature "alloc"
│ │ │ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ │ │ ├── rand feature "getrandom"
│ │ │ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ │ │ └── rand_core feature "getrandom"
│ │ │ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ │ │ ├── rand feature "libc"
│ │ │ │ │ │ └── rand v0.8.5 (*)
│ │ │ │ │ ├── rand feature "rand_chacha"
│ │ │ │ │ │ └── rand v0.8.5 (*)
│ │ │ │ │ ├── rand_chacha feature "std"
│ │ │ │ │ │ ├── rand_chacha v0.3.1 (*)
│ │ │ │ │ │ └── ppv-lite86 feature "std"
│ │ │ │ │ │ └── ppv-lite86 v0.2.17
│ │ │ │ │ └── rand_core feature "std"
│ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ ├── rand_core feature "alloc" (*)
│ │ │ │ │ ├── rand_core feature "getrandom" (*)
│ │ │ │ │ └── getrandom feature "std"
│ │ │ │ │ └── getrandom v0.2.11 (*)
│ │ │ │ └── rand feature "std_rng"
│ │ │ │ ├── rand v0.8.5 (*)
│ │ │ │ └── rand feature "rand_chacha" (*)
│ │ │ └── rand feature "small_rng"
│ │ │ └── rand v0.8.5 (*)
│ │ ├── tower feature "__common"
│ │ │ ├── tower v0.4.13 (*)
│ │ │ ├── tower feature "futures-core"
│ │ │ │ └── tower v0.4.13 (*)
│ │ │ └── tower feature "pin-project-lite"
│ │ │ └── tower v0.4.13 (*)
│ │ ├── tower feature "futures-util"
│ │ │ └── tower v0.4.13 (*)
│ │ └── tower feature "pin-project"
│ │ └── tower v0.4.13 (*)
│ │ [build-dependencies]
│ │ └── rustversion feature "default" (*)
│ ├── axum feature "form"
│ │ └── axum v0.6.20 (*)
│ ├── axum feature "http1"
│ │ ├── axum v0.6.20 (*)
│ │ └── hyper feature "http1"
│ │ └── hyper v0.14.28 (*)
│ ├── axum feature "json"
│ │ └── axum v0.6.20 (*)
│ ├── axum feature "matched-path"
│ │ └── axum v0.6.20 (*)
│ ├── axum feature "original-uri"
│ │ └── axum v0.6.20 (*)
│ ├── axum feature "query"
│ │ └── axum v0.6.20 (*)
│ ├── axum feature "tokio"
│ │ ├── axum v0.6.20 (*)
│ │ ├── hyper feature "runtime"
│ │ │ ├── hyper v0.14.28 (*)
│ │ │ ├── hyper feature "tcp"
│ │ │ │ ├── hyper v0.14.28 (*)
│ │ │ │ ├── hyper feature "socket2"
│ │ │ │ │ └── hyper v0.14.28 (*)
│ │ │ │ ├── tokio feature "net"
│ │ │ │ │ ├── tokio v1.35.1 (*)
│ │ │ │ │ ├── tokio feature "libc"
│ │ │ │ │ │ └── tokio v1.35.1 (*)
│ │ │ │ │ ├── tokio feature "mio"
│ │ │ │ │ │ └── tokio v1.35.1 (*)
│ │ │ │ │ ├── tokio feature "socket2"
│ │ │ │ │ │ └── tokio v1.35.1 (*)
│ │ │ │ │ ├── mio feature "net"
│ │ │ │ │ │ └── mio v0.8.10 (*)
│ │ │ │ │ ├── mio feature "os-ext"
│ │ │ │ │ │ ├── mio v0.8.10 (*)
│ │ │ │ │ │ └── mio feature "os-poll"
│ │ │ │ │ │ └── mio v0.8.10 (*)
│ │ │ │ │ └── mio feature "os-poll" (*)
│ │ │ │ ├── tokio feature "rt"
│ │ │ │ │ └── tokio v1.35.1 (*)
│ │ │ │ └── tokio feature "time" (*)
│ │ │ ├── tokio feature "rt" (*)
│ │ │ └── tokio feature "time" (*)
│ │ ├── hyper feature "server"
│ │ │ └── hyper v0.14.28 (*)
│ │ ├── hyper feature "tcp" (*)
│ │ └── tower feature "make"
│ │ ├── tower v0.4.13 (*)
│ │ ├── tokio feature "io-std"
│ │ │ └── tokio v1.35.1 (*)
│ │ ├── tower feature "futures-util" (*)
│ │ ├── tower feature "pin-project-lite" (*)
│ │ └── tower feature "tokio"
│ │ └── tower v0.4.13 (*)
│ └── axum feature "tower-log"
│ ├── axum v0.6.20 (*)
│ └── tower feature "log"
│ ├── tower v0.4.13 (*)
│ ├── tracing feature "log"
│ │ └── tracing v0.1.40 (*)
│ └── tower feature "tracing"
│ └── tower v0.4.13 (*)
├── hyper feature "default" (*)
├── tokio feature "default" (*)
├── tokio feature "rt-multi-thread"
│ ├── tokio v1.35.1 (*)
│ ├── tokio feature "num_cpus"
│ │ └── tokio v1.35.1 (*)
│ └── tokio feature "rt" (*)
├── tokio feature "signal"
│ ├── tokio v1.35.1 (*)
│ ├── tokio feature "libc" (*)
│ ├── tokio feature "mio" (*)
│ ├── tokio feature "signal-hook-registry"
│ │ └── tokio v1.35.1 (*)
│ ├── mio feature "net" (*)
│ ├── mio feature "os-ext" (*)
│ └── mio feature "os-poll" (*)
├── parking_lot feature "default" (*)
├── scopeguard feature "default"
│ ├── scopeguard v1.2.0
│ └── scopeguard feature "use_std"
│ └── scopeguard v1.2.0
├── tracing feature "default"
│ ├── tracing v0.1.40 (*)
│ ├── tracing feature "attributes"
│ │ ├── tracing v0.1.40 (*)
│ │ └── tracing feature "tracing-attributes"
│ │ └── tracing v0.1.40 (*)
│ └── tracing feature "std" (*)
├── tower feature "default"
│ ├── tower v0.4.13 (*)
│ └── tower feature "log" (*)
├── clap feature "default"
│ ├── clap v4.4.11
│ │ ├── clap_builder v4.4.11
│ │ │ ├── anstream feature "default"
│ │ │ │ ├── anstream v0.6.5
│ │ │ │ │ ├── anstyle feature "default"
│ │ │ │ │ │ ├── anstyle v1.0.4
│ │ │ │ │ │ └── anstyle feature "std"
│ │ │ │ │ │ └── anstyle v1.0.4
│ │ │ │ │ ├── anstyle-parse feature "default"
│ │ │ │ │ │ ├── anstyle-parse v0.2.3
│ │ │ │ │ │ │ └── utf8parse feature "default"
│ │ │ │ │ │ │ └── utf8parse v0.2.1
│ │ │ │ │ │ └── anstyle-parse feature "utf8"
│ │ │ │ │ │ └── anstyle-parse v0.2.3 (*)
│ │ │ │ │ ├── utf8parse feature "default" (*)
│ │ │ │ │ ├── anstyle-query feature "default"
│ │ │ │ │ │ └── anstyle-query v1.0.2
│ │ │ │ │ └── colorchoice feature "default"
│ │ │ │ │ └── colorchoice v1.0.0
│ │ │ │ ├── anstream feature "auto"
│ │ │ │ │ └── anstream v0.6.5 (*)
│ │ │ │ └── anstream feature "wincon"
│ │ │ │ └── anstream v0.6.5 (*)
│ │ │ ├── anstyle feature "default" (*)
│ │ │ ├── clap_lex feature "default"
│ │ │ │ └── clap_lex v0.6.0
│ │ │ └── strsim feature "default"
│ │ │ └── strsim v0.10.0
│ │ └── clap_derive feature "default"
│ │ └── clap_derive v4.4.7 (proc-macro)
│ │ ├── proc-macro2 feature "default" (*)
│ │ ├── quote feature "default" (*)
│ │ ├── syn feature "default" (*)
│ │ ├── syn feature "full" (*)
│ │ └── heck feature "default"
│ │ └── heck v0.4.1
│ ├── clap feature "color"
│ │ ├── clap v4.4.11 (*)
│ │ └── clap_builder feature "color"
│ │ └── clap_builder v4.4.11 (*)
│ ├── clap feature "error-context"
│ │ ├── clap v4.4.11 (*)
│ │ └── clap_builder feature "error-context"
│ │ └── clap_builder v4.4.11 (*)
│ ├── clap feature "help"
│ │ ├── clap v4.4.11 (*)
│ │ └── clap_builder feature "help"
│ │ └── clap_builder v4.4.11 (*)
│ ├── clap feature "std"
│ │ ├── clap v4.4.11 (*)
│ │ └── clap_builder feature "std"
│ │ ├── clap_builder v4.4.11 (*)
│ │ └── anstyle feature "std" (*)
│ ├── clap feature "suggestions"
│ │ ├── clap v4.4.11 (*)
│ │ └── clap_builder feature "suggestions"
│ │ ├── clap_builder v4.4.11 (*)
│ │ └── clap_builder feature "error-context" (*)
│ └── clap feature "usage"
│ ├── clap v4.4.11 (*)
│ └── clap_builder feature "usage"
│ └── clap_builder v4.4.11 (*)
├── clap feature "derive"
│ └── clap v4.4.11 (*)
├── console-subscriber feature "default"
│ ├── console-subscriber v0.2.0
│ │ ├── futures-task v0.3.29
│ │ ├── crossbeam-utils feature "default"
│ │ │ ├── crossbeam-utils v0.8.17 (*)
│ │ │ └── crossbeam-utils feature "std"
│ │ │ └── crossbeam-utils v0.8.17 (*)
│ │ ├── tokio feature "default" (*)
│ │ ├── tokio feature "macros"
│ │ │ ├── tokio v1.35.1 (*)
│ │ │ └── tokio feature "tokio-macros"
│ │ │ └── tokio v1.35.1 (*)
│ │ ├── tokio feature "sync" (*)
│ │ ├── tokio feature "time" (*)
│ │ ├── tokio feature "tracing"
│ │ │ └── tokio v1.35.1 (*)
│ │ ├── tracing feature "default" (*)
│ │ ├── tracing-core feature "default"
│ │ │ ├── tracing-core v0.1.32 (*)
│ │ │ └── tracing-core feature "std" (*)
│ │ ├── serde feature "default" (*)
│ │ ├── serde feature "derive"
│ │ │ ├── serde v1.0.193 (*)
│ │ │ └── serde feature "serde_derive"
│ │ │ └── serde v1.0.193 (*)
│ │ ├── serde_json feature "default" (*)
│ │ ├── console-api feature "default"
│ │ │ └── console-api v0.6.0
│ │ │ ├── futures-core feature "default" (*)
│ │ │ ├── tracing-core feature "default" (*)
│ │ │ ├── prost feature "default"
│ │ │ │ ├── prost v0.12.3
│ │ │ │ │ ├── bytes v1.5.0
│ │ │ │ │ └── prost-derive feature "default"
│ │ │ │ │ └── prost-derive v0.12.3 (proc-macro)
│ │ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ │ ├── quote feature "default" (*)
│ │ │ │ │ ├── syn feature "default" (*)
│ │ │ │ │ ├── syn feature "extra-traits" (*)
│ │ │ │ │ ├── anyhow feature "default"
│ │ │ │ │ │ ├── anyhow v1.0.75
│ │ │ │ │ │ └── anyhow feature "std"
│ │ │ │ │ │ └── anyhow v1.0.75
│ │ │ │ │ └── itertools feature "use_alloc"
│ │ │ │ │ └── itertools v0.11.0
│ │ │ │ │ └── either v1.9.0
│ │ │ │ ├── prost feature "prost-derive"
│ │ │ │ │ └── prost v0.12.3 (*)
│ │ │ │ └── prost feature "std"
│ │ │ │ └── prost v0.12.3 (*)
│ │ │ ├── prost-types feature "default"
│ │ │ │ ├── prost-types v0.12.3
│ │ │ │ │ └── prost feature "prost-derive" (*)
│ │ │ │ └── prost-types feature "std"
│ │ │ │ ├── prost-types v0.12.3 (*)
│ │ │ │ └── prost feature "std" (*)
│ │ │ ├── tonic feature "codegen"
│ │ │ │ └── tonic v0.10.2
│ │ │ │ ├── axum v0.6.20 (*)
│ │ │ │ ├── async-trait feature "default" (*)
│ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ ├── http feature "default" (*)
│ │ │ │ ├── http-body feature "default" (*)
│ │ │ │ ├── tower-layer feature "default" (*)
│ │ │ │ ├── tower-service feature "default" (*)
│ │ │ │ ├── hyper feature "default" (*)
│ │ │ │ ├── hyper feature "full"
│ │ │ │ │ ├── hyper v0.14.28 (*)
│ │ │ │ │ ├── hyper feature "client"
│ │ │ │ │ │ └── hyper v0.14.28 (*)
│ │ │ │ │ ├── hyper feature "http1" (*)
│ │ │ │ │ ├── hyper feature "http2"
│ │ │ │ │ │ ├── hyper v0.14.28 (*)
│ │ │ │ │ │ └── hyper feature "h2"
│ │ │ │ │ │ └── hyper v0.14.28 (*)
│ │ │ │ │ ├── hyper feature "runtime" (*)
│ │ │ │ │ ├── hyper feature "server" (*)
│ │ │ │ │ └── hyper feature "stream" (*)
│ │ │ │ ├── h2 feature "default" (*)
│ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ ├── percent-encoding feature "default" (*)
│ │ │ │ ├── tower feature "balance"
│ │ │ │ │ ├── tower v0.4.13 (*)
│ │ │ │ │ ├── tower feature "discover"
│ │ │ │ │ │ ├── tower v0.4.13 (*)
│ │ │ │ │ │ └── tower feature "__common" (*)
│ │ │ │ │ ├── tower feature "load"
│ │ │ │ │ │ ├── tower v0.4.13 (*)
│ │ │ │ │ │ ├── tokio feature "time" (*)
│ │ │ │ │ │ ├── tower feature "__common" (*)
│ │ │ │ │ │ ├── tower feature "tokio" (*)
│ │ │ │ │ │ └── tower feature "tracing" (*)
│ │ │ │ │ ├── tower feature "make" (*)
│ │ │ │ │ ├── tower feature "rand"
│ │ │ │ │ │ └── tower v0.4.13 (*)
│ │ │ │ │ ├── tower feature "ready-cache"
│ │ │ │ │ │ ├── tower v0.4.13 (*)
│ │ │ │ │ │ ├── tokio feature "sync" (*)
│ │ │ │ │ │ ├── tower feature "futures-core" (*)
│ │ │ │ │ │ ├── tower feature "futures-util" (*)
│ │ │ │ │ │ ├── tower feature "indexmap"
│ │ │ │ │ │ │ └── tower v0.4.13 (*)
│ │ │ │ │ │ ├── tower feature "pin-project-lite" (*)
│ │ │ │ │ │ ├── tower feature "tokio" (*)
│ │ │ │ │ │ └── tower feature "tracing" (*)
│ │ │ │ │ └── tower feature "slab"
│ │ │ │ │ └── tower v0.4.13 (*)
│ │ │ │ ├── tower feature "buffer"
│ │ │ │ │ ├── tower v0.4.13 (*)
│ │ │ │ │ ├── tokio feature "rt" (*)
│ │ │ │ │ ├── tokio feature "sync" (*)
│ │ │ │ │ ├── tower feature "__common" (*)
│ │ │ │ │ ├── tower feature "tokio" (*)
│ │ │ │ │ ├── tower feature "tokio-util"
│ │ │ │ │ │ └── tower v0.4.13 (*)
│ │ │ │ │ └── tower feature "tracing" (*)
│ │ │ │ ├── tower feature "discover" (*)
│ │ │ │ ├── tower feature "limit"
│ │ │ │ │ ├── tower v0.4.13 (*)
│ │ │ │ │ ├── tokio feature "sync" (*)
│ │ │ │ │ ├── tokio feature "time" (*)
│ │ │ │ │ ├── tower feature "__common" (*)
│ │ │ │ │ ├── tower feature "tokio" (*)
│ │ │ │ │ ├── tower feature "tokio-util" (*)
│ │ │ │ │ └── tower feature "tracing" (*)
│ │ │ │ ├── tower feature "load" (*)
│ │ │ │ ├── tower feature "make" (*)
│ │ │ │ ├── tower feature "timeout"
│ │ │ │ │ ├── tower v0.4.13 (*)
│ │ │ │ │ ├── tokio feature "time" (*)
│ │ │ │ │ ├── tower feature "pin-project-lite" (*)
│ │ │ │ │ └── tower feature "tokio" (*)
│ │ │ │ ├── tower feature "util" (*)
│ │ │ │ ├── pin-project feature "default" (*)
│ │ │ │ ├── prost feature "std" (*)
│ │ │ │ ├── async-stream feature "default"
│ │ │ │ │ └── async-stream v0.3.5
│ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ ├── futures-core feature "default" (*)
│ │ │ │ │ └── async-stream-impl feature "default"
│ │ │ │ │ └── async-stream-impl v0.3.5 (proc-macro)
│ │ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ │ ├── quote feature "default" (*)
│ │ │ │ │ ├── syn feature "default" (*)
│ │ │ │ │ ├── syn feature "full" (*)
│ │ │ │ │ └── syn feature "visit-mut" (*)
│ │ │ │ ├── base64 feature "default"
│ │ │ │ │ ├── base64 v0.21.5
│ │ │ │ │ └── base64 feature "std"
│ │ │ │ │ ├── base64 v0.21.5
│ │ │ │ │ └── base64 feature "alloc"
│ │ │ │ │ └── base64 v0.21.5
│ │ │ │ ├── flate2 feature "default"
│ │ │ │ │ ├── flate2 v1.0.28
│ │ │ │ │ │ ├── crc32fast feature "default"
│ │ │ │ │ │ │ ├── crc32fast v1.3.2
│ │ │ │ │ │ │ │ └── cfg-if feature "default" (*)
│ │ │ │ │ │ │ └── crc32fast feature "std"
│ │ │ │ │ │ │ └── crc32fast v1.3.2 (*)
│ │ │ │ │ │ └── miniz_oxide feature "with-alloc"
│ │ │ │ │ │ └── miniz_oxide v0.7.1
│ │ │ │ │ │ └── adler v1.0.2
│ │ │ │ │ └── flate2 feature "rust_backend"
│ │ │ │ │ ├── flate2 v1.0.28 (*)
│ │ │ │ │ ├── flate2 feature "any_impl"
│ │ │ │ │ │ └── flate2 v1.0.28 (*)
│ │ │ │ │ └── flate2 feature "miniz_oxide"
│ │ │ │ │ └── flate2 v1.0.28 (*)
│ │ │ │ ├── hyper-timeout feature "default"
│ │ │ │ │ └── hyper-timeout v0.4.1
│ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ ├── hyper feature "client" (*)
│ │ │ │ │ ├── hyper feature "default" (*)
│ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ └── tokio-io-timeout feature "default"
│ │ │ │ │ └── tokio-io-timeout v1.2.0
│ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ └── tokio feature "time" (*)
│ │ │ │ └── tokio-stream feature "default"
│ │ │ │ ├── tokio-stream v0.1.14
│ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ ├── futures-core feature "default" (*)
│ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ ├── tokio feature "sync" (*)
│ │ │ │ │ └── tokio-util feature "default" (*)
│ │ │ │ └── tokio-stream feature "time"
│ │ │ │ ├── tokio-stream v0.1.14 (*)
│ │ │ │ └── tokio feature "time" (*)
│ │ │ ├── tonic feature "prost"
│ │ │ │ └── tonic v0.10.2 (*)
│ │ │ └── tonic feature "transport"
│ │ │ ├── tonic v0.10.2 (*)
│ │ │ ├── tokio feature "net" (*)
│ │ │ ├── tokio feature "time" (*)
│ │ │ └── tonic feature "channel"
│ │ │ └── tonic v0.10.2 (*)
│ │ ├── console-api feature "transport"
│ │ │ ├── console-api v0.6.0 (*)
│ │ │ └── tonic feature "transport" (*)
│ │ ├── prost-types feature "default" (*)
│ │ ├── tonic feature "default"
│ │ │ ├── tonic v0.10.2 (*)
│ │ │ ├── tonic feature "codegen" (*)
│ │ │ ├── tonic feature "prost" (*)
│ │ │ └── tonic feature "transport" (*)
│ │ ├── tonic feature "transport" (*)
│ │ ├── tokio-stream feature "default" (*)
│ │ ├── tokio-stream feature "net"
│ │ │ ├── tokio-stream v0.1.14 (*)
│ │ │ └── tokio feature "net" (*)
│ │ ├── crossbeam-channel feature "default"
│ │ │ ├── crossbeam-channel v0.5.9
│ │ │ │ ├── crossbeam-utils v0.8.17 (*)
│ │ │ │ └── cfg-if feature "default" (*)
│ │ │ └── crossbeam-channel feature "std"
│ │ │ ├── crossbeam-channel v0.5.9 (*)
│ │ │ ├── crossbeam-utils feature "std" (*)
│ │ │ └── crossbeam-channel feature "crossbeam-utils"
│ │ │ └── crossbeam-channel v0.5.9 (*)
│ │ ├── hdrhistogram feature "serialization"
│ │ │ ├── hdrhistogram v7.5.4
│ │ │ │ ├── base64 feature "default" (*)
│ │ │ │ ├── flate2 feature "default" (*)
│ │ │ │ ├── byteorder feature "default"
│ │ │ │ │ ├── byteorder v1.5.0
│ │ │ │ │ └── byteorder feature "std"
│ │ │ │ │ └── byteorder v1.5.0
│ │ │ │ ├── nom feature "default"
│ │ │ │ │ ├── nom v7.1.3
│ │ │ │ │ │ ├── memchr v2.6.4
│ │ │ │ │ │ └── minimal-lexical v0.2.1
│ │ │ │ │ └── nom feature "std"
│ │ │ │ │ ├── nom v7.1.3 (*)
│ │ │ │ │ ├── memchr feature "std" (*)
│ │ │ │ │ ├── nom feature "alloc"
│ │ │ │ │ │ └── nom v7.1.3 (*)
│ │ │ │ │ └── minimal-lexical feature "std"
│ │ │ │ │ └── minimal-lexical v0.2.1
│ │ │ │ └── num-traits feature "default"
│ │ │ │ ├── num-traits v0.2.17
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── autocfg feature "default" (*)
│ │ │ │ └── num-traits feature "std"
│ │ │ │ └── num-traits v0.2.17 (*)
│ │ │ ├── hdrhistogram feature "base64"
│ │ │ │ └── hdrhistogram v7.5.4 (*)
│ │ │ ├── hdrhistogram feature "flate2"
│ │ │ │ └── hdrhistogram v7.5.4 (*)
│ │ │ └── hdrhistogram feature "nom"
│ │ │ └── hdrhistogram v7.5.4 (*)
│ │ ├── humantime feature "default"
│ │ │ └── humantime v2.1.0
│ │ ├── thread_local feature "default"
│ │ │ └── thread_local v1.1.7
│ │ │ ├── cfg-if feature "default" (*)
│ │ │ └── once_cell feature "default" (*)
│ │ ├── tracing-subscriber feature "fmt"
│ │ │ ├── tracing-subscriber v0.3.18
│ │ │ │ ├── tracing v0.1.40 (*)
│ │ │ │ ├── tracing-core v0.1.32 (*)
│ │ │ │ ├── once_cell feature "default" (*)
│ │ │ │ ├── smallvec feature "default" (*)
│ │ │ │ ├── thread_local feature "default" (*)
│ │ │ │ ├── matchers feature "default"
│ │ │ │ │ └── matchers v0.1.0
│ │ │ │ │ └── regex-automata feature "default"
│ │ │ │ │ ├── regex-automata v0.1.10
│ │ │ │ │ │ └── regex-syntax feature "default"
│ │ │ │ │ │ ├── regex-syntax v0.6.29
│ │ │ │ │ │ └── regex-syntax feature "unicode"
│ │ │ │ │ │ ├── regex-syntax v0.6.29
│ │ │ │ │ │ ├── regex-syntax feature "unicode-age"
│ │ │ │ │ │ │ └── regex-syntax v0.6.29
│ │ │ │ │ │ ├── regex-syntax feature "unicode-bool"
│ │ │ │ │ │ │ └── regex-syntax v0.6.29
│ │ │ │ │ │ ├── regex-syntax feature "unicode-case"
│ │ │ │ │ │ │ └── regex-syntax v0.6.29
│ │ │ │ │ │ ├── regex-syntax feature "unicode-gencat"
│ │ │ │ │ │ │ └── regex-syntax v0.6.29
│ │ │ │ │ │ ├── regex-syntax feature "unicode-perl"
│ │ │ │ │ │ │ └── regex-syntax v0.6.29
│ │ │ │ │ │ ├── regex-syntax feature "unicode-script"
│ │ │ │ │ │ │ └── regex-syntax v0.6.29
│ │ │ │ │ │ └── regex-syntax feature "unicode-segment"
│ │ │ │ │ │ └── regex-syntax v0.6.29
│ │ │ │ │ └── regex-automata feature "std"
│ │ │ │ │ ├── regex-automata v0.1.10 (*)
│ │ │ │ │ └── regex-automata feature "regex-syntax"
│ │ │ │ │ └── regex-automata v0.1.10 (*)
│ │ │ │ ├── nu-ansi-term feature "default"
│ │ │ │ │ └── nu-ansi-term v0.46.0
│ │ │ │ │ └── overload feature "default"
│ │ │ │ │ └── overload v0.1.1
│ │ │ │ ├── regex feature "std"
│ │ │ │ │ ├── regex v1.10.2
│ │ │ │ │ │ ├── regex-syntax v0.8.2
│ │ │ │ │ │ ├── memchr feature "default" (*)
│ │ │ │ │ │ ├── aho-corasick feature "default"
│ │ │ │ │ │ │ ├── aho-corasick v1.1.2
│ │ │ │ │ │ │ │ └── memchr v2.6.4
│ │ │ │ │ │ │ ├── aho-corasick feature "perf-literal"
│ │ │ │ │ │ │ │ └── aho-corasick v1.1.2 (*)
│ │ │ │ │ │ │ └── aho-corasick feature "std"
│ │ │ │ │ │ │ ├── aho-corasick v1.1.2 (*)
│ │ │ │ │ │ │ └── memchr feature "std" (*)
│ │ │ │ │ │ ├── regex-automata feature "alloc"
│ │ │ │ │ │ │ └── regex-automata v0.4.3
│ │ │ │ │ │ │ ├── aho-corasick v1.1.2 (*)
│ │ │ │ │ │ │ ├── memchr v2.6.4
│ │ │ │ │ │ │ └── regex-syntax v0.8.2
│ │ │ │ │ │ ├── regex-automata feature "meta"
│ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ ├── regex-automata feature "nfa-pikevm"
│ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ └── regex-automata feature "nfa-thompson"
│ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ └── regex-automata feature "alloc" (*)
│ │ │ │ │ │ │ └── regex-automata feature "syntax"
│ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ └── regex-automata feature "alloc" (*)
│ │ │ │ │ │ ├── regex-automata feature "nfa-pikevm" (*)
│ │ │ │ │ │ └── regex-automata feature "syntax" (*)
│ │ │ │ │ ├── memchr feature "std" (*)
│ │ │ │ │ ├── aho-corasick feature "std" (*)
│ │ │ │ │ ├── regex-automata feature "std"
│ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ ├── memchr feature "std" (*)
│ │ │ │ │ │ ├── aho-corasick feature "std" (*)
│ │ │ │ │ │ ├── regex-automata feature "alloc" (*)
│ │ │ │ │ │ └── regex-syntax feature "std"
│ │ │ │ │ │ └── regex-syntax v0.8.2
│ │ │ │ │ └── regex-syntax feature "std" (*)
│ │ │ │ ├── regex feature "unicode-case"
│ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ ├── regex-automata feature "unicode-case"
│ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ └── regex-syntax feature "unicode-case"
│ │ │ │ │ │ └── regex-syntax v0.8.2
│ │ │ │ │ └── regex-syntax feature "unicode-case" (*)
│ │ │ │ ├── regex feature "unicode-perl"
│ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ ├── regex-automata feature "unicode-perl"
│ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ └── regex-syntax feature "unicode-perl"
│ │ │ │ │ │ └── regex-syntax v0.8.2
│ │ │ │ │ ├── regex-automata feature "unicode-word-boundary"
│ │ │ │ │ │ └── regex-automata v0.4.3 (*)
│ │ │ │ │ └── regex-syntax feature "unicode-perl" (*)
│ │ │ │ ├── sharded-slab feature "default"
│ │ │ │ │ └── sharded-slab v0.1.7
│ │ │ │ │ └── lazy_static feature "default"
│ │ │ │ │ └── lazy_static v1.4.0
│ │ │ │ ├── tracing-log feature "log-tracer"
│ │ │ │ │ └── tracing-log v0.2.0
│ │ │ │ │ ├── once_cell feature "default" (*)
│ │ │ │ │ ├── log feature "default" (*)
│ │ │ │ │ └── tracing-core feature "default" (*)
│ │ │ │ └── tracing-log feature "std"
│ │ │ │ ├── tracing-log v0.2.0 (*)
│ │ │ │ └── log feature "std"
│ │ │ │ └── log v0.4.20
│ │ │ ├── tracing-subscriber feature "registry"
│ │ │ │ ├── tracing-subscriber v0.3.18 (*)
│ │ │ │ ├── tracing-subscriber feature "sharded-slab"
│ │ │ │ │ └── tracing-subscriber v0.3.18 (*)
│ │ │ │ ├── tracing-subscriber feature "std"
│ │ │ │ │ ├── tracing-subscriber v0.3.18 (*)
│ │ │ │ │ ├── tracing-core feature "std" (*)
│ │ │ │ │ └── tracing-subscriber feature "alloc"
│ │ │ │ │ └── tracing-subscriber v0.3.18 (*)
│ │ │ │ └── tracing-subscriber feature "thread_local"
│ │ │ │ └── tracing-subscriber v0.3.18 (*)
│ │ │ └── tracing-subscriber feature "std" (*)
│ │ └── tracing-subscriber feature "registry" (*)
│ └── console-subscriber feature "env-filter"
│ ├── console-subscriber v0.2.0 (*)
│ └── tracing-subscriber feature "env-filter"
│ ├── tracing-subscriber v0.3.18 (*)
│ ├── tracing-subscriber feature "matchers"
│ │ └── tracing-subscriber v0.3.18 (*)
│ ├── tracing-subscriber feature "once_cell"
│ │ └── tracing-subscriber v0.3.18 (*)
│ ├── tracing-subscriber feature "regex"
│ │ └── tracing-subscriber v0.3.18 (*)
│ ├── tracing-subscriber feature "std" (*)
│ ├── tracing-subscriber feature "thread_local" (*)
│ └── tracing-subscriber feature "tracing"
│ └── tracing-subscriber v0.3.18 (*)
├── tonic feature "default" (*)
├── tonic feature "gzip"
│ └── tonic v0.10.2 (*)
├── tracing-subscriber feature "default"
│ ├── tracing-subscriber v0.3.18 (*)
│ ├── tracing-subscriber feature "ansi"
│ │ ├── tracing-subscriber v0.3.18 (*)
│ │ ├── tracing-subscriber feature "fmt" (*)
│ │ └── tracing-subscriber feature "nu-ansi-term"
│ │ └── tracing-subscriber v0.3.18 (*)
│ ├── tracing-subscriber feature "fmt" (*)
│ ├── tracing-subscriber feature "smallvec"
│ │ └── tracing-subscriber v0.3.18 (*)
│ ├── tracing-subscriber feature "std" (*)
│ └── tracing-subscriber feature "tracing-log"
│ └── tracing-subscriber v0.3.18 (*)
├── tracing-subscriber feature "env-filter" (*)
├── futures feature "default"
│ ├── futures v0.3.29
│ │ ├── futures-core v0.3.29
│ │ ├── futures-executor v0.3.29
│ │ │ ├── futures-core v0.3.29
│ │ │ ├── futures-task v0.3.29
│ │ │ └── futures-util v0.3.29 (*)
│ │ ├── futures-io v0.3.29
│ │ ├── futures-sink v0.3.29
│ │ ├── futures-task v0.3.29
│ │ ├── futures-util feature "sink"
│ │ │ ├── futures-util v0.3.29 (*)
│ │ │ └── futures-util feature "futures-sink"
│ │ │ └── futures-util v0.3.29 (*)
│ │ └── futures-channel feature "sink"
│ │ ├── futures-channel v0.3.29 (*)
│ │ └── futures-channel feature "futures-sink"
│ │ └── futures-channel v0.3.29 (*)
│ ├── futures feature "async-await"
│ │ ├── futures v0.3.29 (*)
│ │ ├── futures-util feature "async-await"
│ │ │ └── futures-util v0.3.29 (*)
│ │ └── futures-util feature "async-await-macro"
│ │ ├── futures-util v0.3.29 (*)
│ │ ├── futures-util feature "async-await" (*)
│ │ └── futures-util feature "futures-macro"
│ │ └── futures-util v0.3.29 (*)
│ ├── futures feature "executor"
│ │ ├── futures v0.3.29 (*)
│ │ ├── futures feature "futures-executor"
│ │ │ └── futures v0.3.29 (*)
│ │ ├── futures feature "std"
│ │ │ ├── futures v0.3.29 (*)
│ │ │ ├── futures-util feature "channel"
│ │ │ │ ├── futures-util v0.3.29 (*)
│ │ │ │ ├── futures-util feature "futures-channel"
│ │ │ │ │ └── futures-util v0.3.29 (*)
│ │ │ │ └── futures-util feature "std"
│ │ │ │ ├── futures-util v0.3.29 (*)
│ │ │ │ ├── futures-util feature "alloc" (*)
│ │ │ │ ├── futures-util feature "slab"
│ │ │ │ │ └── futures-util v0.3.29 (*)
│ │ │ │ ├── futures-core feature "std" (*)
│ │ │ │ └── futures-task feature "std"
│ │ │ │ ├── futures-task v0.3.29
│ │ │ │ └── futures-task feature "alloc" (*)
│ │ │ ├── futures-util feature "io"
│ │ │ │ ├── futures-util v0.3.29 (*)
│ │ │ │ ├── futures-util feature "futures-io"
│ │ │ │ │ └── futures-util v0.3.29 (*)
│ │ │ │ ├── futures-util feature "memchr"
│ │ │ │ │ └── futures-util v0.3.29 (*)
│ │ │ │ └── futures-util feature "std" (*)
│ │ │ ├── futures-util feature "std" (*)
│ │ │ ├── futures-core feature "std" (*)
│ │ │ ├── futures-sink feature "std" (*)
│ │ │ ├── futures-io feature "std" (*)
│ │ │ ├── futures-task feature "std" (*)
│ │ │ └── futures feature "alloc"
│ │ │ ├── futures v0.3.29 (*)
│ │ │ ├── futures-util feature "alloc" (*)
│ │ │ ├── futures-channel feature "alloc" (*)
│ │ │ ├── futures-core feature "alloc" (*)
│ │ │ ├── futures-sink feature "alloc" (*)
│ │ │ └── futures-task feature "alloc" (*)
│ │ └── futures-executor feature "std"
│ │ ├── futures-executor v0.3.29 (*)
│ │ ├── futures-util feature "std" (*)
│ │ ├── futures-core feature "std" (*)
│ │ └── futures-task feature "std" (*)
│ └── futures feature "std" (*)
├── nativelink-config feature "default"
│ └── nativelink-config v0.2.0 (/Users/adam/workspace/nativelink-2/nativelink-config)
│ ├── tracing feature "default" (*)
│ ├── serde feature "default" (*)
│ ├── serde feature "derive" (*)
│ └── shellexpand feature "default"
│ ├── shellexpand v3.1.0
│ │ └── dirs feature "default"
│ │ └── dirs v5.0.1
│ │ └── dirs-sys feature "default"
│ │ └── dirs-sys v0.4.1
│ │ ├── libc feature "default" (*)
│ │ └── option-ext feature "default"
│ │ └── option-ext v0.2.0
│ ├── shellexpand feature "base-0"
│ │ └── shellexpand v3.1.0 (*)
│ └── shellexpand feature "tilde"
│ ├── shellexpand v3.1.0 (*)
│ └── shellexpand feature "dirs"
│ └── shellexpand v3.1.0 (*)
├── nativelink-error feature "default"
│ └── nativelink-error v0.2.0 (/Users/adam/workspace/nativelink-2/nativelink-error)
│ ├── tokio feature "default" (*)
│ ├── tracing feature "default" (*)
│ ├── prost feature "default" (*)
│ ├── prost-types feature "default" (*)
│ ├── tonic feature "default" (*)
│ ├── tonic feature "gzip" (*)
│ ├── hex feature "default"
│ │ ├── hex v0.4.3
│ │ └── hex feature "std"
│ │ ├── hex v0.4.3
│ │ └── hex feature "alloc"
│ │ └── hex v0.4.3
│ └── nativelink-proto feature "default"
│ └── nativelink-proto v0.2.0 (/Users/adam/workspace/nativelink-2/nativelink-proto)
│ ├── prost feature "default" (*)
│ ├── prost-types feature "default" (*)
│ ├── tonic feature "default" (*)
│ └── tonic feature "gzip" (*)
├── nativelink-proto feature "default" (*)
├── nativelink-scheduler feature "default"
│ └── nativelink-scheduler v0.2.0 (/Users/adam/workspace/nativelink-2/nativelink-scheduler)
│ ├── async-trait feature "default" (*)
│ ├── hashbrown feature "default"
│ │ ├── hashbrown v0.14.3 (*)
│ │ ├── hashbrown feature "ahash"
│ │ │ └── hashbrown v0.14.3 (*)
│ │ ├── hashbrown feature "allocator-api2"
│ │ │ └── hashbrown v0.14.3 (*)
│ │ └── hashbrown feature "inline-more"
│ │ └── hashbrown v0.14.3 (*)
│ ├── tokio feature "default" (*)
│ ├── tokio feature "parking_lot"
│ │ └── tokio v1.35.1 (*)
│ ├── tokio feature "rt" (*)
│ ├── tokio feature "sync" (*)
│ ├── parking_lot feature "default" (*)
│ ├── scopeguard feature "default" (*)
│ ├── tracing feature "default" (*)
│ ├── rand feature "default" (*)
│ ├── prost feature "default" (*)
│ ├── tonic feature "default" (*)
│ ├── tonic feature "gzip" (*)
│ ├── tokio-stream feature "default" (*)
│ ├── tokio-stream feature "sync"
│ │ ├── tokio-stream v0.1.14 (*)
│ │ ├── tokio feature "sync" (*)
│ │ └── tokio-stream feature "tokio-util"
│ │ └── tokio-stream v0.1.14 (*)
│ ├── futures feature "default" (*)
│ ├── nativelink-config feature "default" (*)
│ ├── nativelink-error feature "default" (*)
│ ├── nativelink-proto feature "default" (*)
│ ├── blake3 feature "default"
│ │ ├── blake3 v1.5.0
│ │ │ ├── arrayvec v0.7.4
│ │ │ ├── cfg-if feature "default" (*)
│ │ │ ├── arrayref feature "default"
│ │ │ │ └── arrayref v0.3.7
│ │ │ └── constant_time_eq feature "default"
│ │ │ └── constant_time_eq v0.3.0
│ │ │ [build-dependencies]
│ │ │ └── cc feature "default"
│ │ │ └── cc v1.0.83
│ │ │ └── libc v0.2.151
│ │ └── blake3 feature "std"
│ │ └── blake3 v1.5.0 (*)
│ ├── lru feature "default"
│ │ ├── lru v0.12.1
│ │ │ └── hashbrown feature "default" (*)
│ │ └── lru feature "hashbrown"
│ │ └── lru v0.12.1 (*)
│ ├── nativelink-store feature "default"
│ │ └── nativelink-store v0.2.0 (/Users/adam/workspace/nativelink-2/nativelink-store)
│ │ ├── async-lock feature "default" (*)
│ │ ├── async-trait feature "default" (*)
│ │ ├── bytes feature "default" (*)
│ │ ├── hyper feature "default" (*)
│ │ ├── tokio feature "default" (*)
│ │ ├── parking_lot feature "default" (*)
│ │ ├── tokio-util feature "default" (*)
│ │ ├── tracing feature "default" (*)
│ │ ├── serde feature "default" (*)
│ │ ├── rand feature "default" (*)
│ │ ├── prost feature "default" (*)
│ │ ├── tonic feature "default" (*)
│ │ ├── tonic feature "gzip" (*)
│ │ ├── tokio-stream feature "default" (*)
│ │ ├── tokio-stream feature "fs"
│ │ │ ├── tokio-stream v0.1.14 (*)
│ │ │ └── tokio feature "fs"
│ │ │ └── tokio v1.35.1 (*)
│ │ ├── byteorder feature "default" (*)
│ │ ├── futures feature "default" (*)
│ │ ├── nativelink-config feature "default" (*)
│ │ ├── shellexpand feature "default" (*)
│ │ ├── nativelink-error feature "default" (*)
│ │ ├── hex feature "default" (*)
│ │ ├── nativelink-proto feature "default" (*)
│ │ ├── blake3 feature "default" (*)
│ │ ├── aws-config feature "default"
│ │ │ ├── aws-config v0.57.2
│ │ │ │ ├── aws-sdk-sso v0.36.0
│ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ │ ├── regex feature "default"
│ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ ├── regex feature "perf"
│ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ ├── regex feature "perf-backtrack"
│ │ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ │ └── regex-automata feature "nfa-backtrack"
│ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ └── regex-automata feature "nfa-thompson" (*)
│ │ │ │ │ │ │ ├── regex feature "perf-cache"
│ │ │ │ │ │ │ │ └── regex v1.10.2 (*)
│ │ │ │ │ │ │ ├── regex feature "perf-dfa"
│ │ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ │ └── regex-automata feature "hybrid"
│ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "alloc" (*)
│ │ │ │ │ │ │ │ └── regex-automata feature "nfa-thompson" (*)
│ │ │ │ │ │ │ ├── regex feature "perf-inline"
│ │ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ │ └── regex-automata feature "perf-inline"
│ │ │ │ │ │ │ │ └── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ ├── regex feature "perf-literal"
│ │ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ │ └── regex-automata feature "perf-literal"
│ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "perf-literal-multisubstring"
│ │ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ │ └── regex-automata feature "std" (*)
│ │ │ │ │ │ │ │ └── regex-automata feature "perf-literal-substring"
│ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ └── aho-corasick feature "perf-literal" (*)
│ │ │ │ │ │ │ └── regex feature "perf-onepass"
│ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ └── regex-automata feature "dfa-onepass"
│ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ └── regex-automata feature "nfa-thompson" (*)
│ │ │ │ │ │ ├── regex feature "std" (*)
│ │ │ │ │ │ ├── regex feature "unicode"
│ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ ├── regex feature "unicode-age"
│ │ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-age"
│ │ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ │ └── regex-syntax feature "unicode-age"
│ │ │ │ │ │ │ │ │ └── regex-syntax v0.8.2
│ │ │ │ │ │ │ │ └── regex-syntax feature "unicode-age" (*)
│ │ │ │ │ │ │ ├── regex feature "unicode-bool"
│ │ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-bool"
│ │ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ │ └── regex-syntax feature "unicode-bool"
│ │ │ │ │ │ │ │ │ └── regex-syntax v0.8.2
│ │ │ │ │ │ │ │ └── regex-syntax feature "unicode-bool" (*)
│ │ │ │ │ │ │ ├── regex feature "unicode-case" (*)
│ │ │ │ │ │ │ ├── regex feature "unicode-gencat"
│ │ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-gencat"
│ │ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ │ └── regex-syntax feature "unicode-gencat"
│ │ │ │ │ │ │ │ │ └── regex-syntax v0.8.2
│ │ │ │ │ │ │ │ └── regex-syntax feature "unicode-gencat" (*)
│ │ │ │ │ │ │ ├── regex feature "unicode-perl" (*)
│ │ │ │ │ │ │ ├── regex feature "unicode-script"
│ │ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-script"
│ │ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ │ └── regex-syntax feature "unicode-script"
│ │ │ │ │ │ │ │ │ └── regex-syntax v0.8.2
│ │ │ │ │ │ │ │ └── regex-syntax feature "unicode-script" (*)
│ │ │ │ │ │ │ ├── regex feature "unicode-segment"
│ │ │ │ │ │ │ │ ├── regex v1.10.2 (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-segment"
│ │ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ │ └── regex-syntax feature "unicode-segment"
│ │ │ │ │ │ │ │ │ └── regex-syntax v0.8.2
│ │ │ │ │ │ │ │ └── regex-syntax feature "unicode-segment" (*)
│ │ │ │ │ │ │ ├── regex-automata feature "unicode"
│ │ │ │ │ │ │ │ ├── regex-automata v0.4.3 (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-age" (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-bool" (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-case" (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-gencat" (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-perl" (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-script" (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-segment" (*)
│ │ │ │ │ │ │ │ ├── regex-automata feature "unicode-word-boundary" (*)
│ │ │ │ │ │ │ │ └── regex-syntax feature "unicode"
│ │ │ │ │ │ │ │ ├── regex-syntax v0.8.2
│ │ │ │ │ │ │ │ ├── regex-syntax feature "unicode-age" (*)
│ │ │ │ │ │ │ │ ├── regex-syntax feature "unicode-bool" (*)
│ │ │ │ │ │ │ │ ├── regex-syntax feature "unicode-case" (*)
│ │ │ │ │ │ │ │ ├── regex-syntax feature "unicode-gencat" (*)
│ │ │ │ │ │ │ │ ├── regex-syntax feature "unicode-perl" (*)
│ │ │ │ │ │ │ │ ├── regex-syntax feature "unicode-script" (*)
│ │ │ │ │ │ │ │ └── regex-syntax feature "unicode-segment" (*)
│ │ │ │ │ │ │ └── regex-syntax feature "unicode" (*)
│ │ │ │ │ │ └── regex-syntax feature "default"
│ │ │ │ │ │ ├── regex-syntax v0.8.2
│ │ │ │ │ │ ├── regex-syntax feature "std" (*)
│ │ │ │ │ │ └── regex-syntax feature "unicode" (*)
│ │ │ │ │ ├── aws-credential-types feature "default"
│ │ │ │ │ │ └── aws-credential-types v0.57.2
│ │ │ │ │ │ ├── aws-smithy-async feature "default"
│ │ │ │ │ │ │ └── aws-smithy-async v0.57.2
│ │ │ │ │ │ │ ├── futures-util v0.3.29 (*)
│ │ │ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ │ │ └── tokio feature "sync" (*)
│ │ │ │ │ │ ├── aws-smithy-runtime-api feature "client"
│ │ │ │ │ │ │ └── aws-smithy-runtime-api v0.57.2
│ │ │ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ │ │ ├── tokio feature "sync" (*)
│ │ │ │ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ │ │ │ ├── aws-smithy-async feature "default" (*)
│ │ │ │ │ │ │ ├── aws-smithy-types feature "default"
│ │ │ │ │ │ │ │ └── aws-smithy-types v0.57.2
│ │ │ │ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ │ │ │ ├── futures-core feature "default" (*)
│ │ │ │ │ │ │ │ ├── pin-utils feature "default" (*)
│ │ │ │ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ │ │ │ ├── itoa feature "default" (*)
│ │ │ │ │ │ │ │ ├── http-body feature "default" (*)
│ │ │ │ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ │ │ │ ├── tokio-util feature "default" (*)
│ │ │ │ │ │ │ │ ├── ryu feature "default" (*)
│ │ │ │ │ │ │ │ ├── base64-simd feature "default"
│ │ │ │ │ │ │ │ │ ├── base64-simd v0.8.0
│ │ │ │ │ │ │ │ │ │ ├── outref feature "default"
│ │ │ │ │ │ │ │ │ │ │ └── outref v0.5.1
│ │ │ │ │ │ │ │ │ │ └── vsimd feature "default"
│ │ │ │ │ │ │ │ │ │ └── vsimd v0.8.0
│ │ │ │ │ │ │ │ │ ├── base64-simd feature "detect"
│ │ │ │ │ │ │ │ │ │ ├── base64-simd v0.8.0 (*)
│ │ │ │ │ │ │ │ │ │ └── vsimd feature "detect"
│ │ │ │ │ │ │ │ │ │ ├── vsimd v0.8.0
│ │ │ │ │ │ │ │ │ │ └── vsimd feature "std"
│ │ │ │ │ │ │ │ │ │ ├── vsimd v0.8.0
│ │ │ │ │ │ │ │ │ │ └── vsimd feature "alloc"
│ │ │ │ │ │ │ │ │ │ └── vsimd v0.8.0
│ │ │ │ │ │ │ │ │ └── base64-simd feature "std"
│ │ │ │ │ │ │ │ │ ├── base64-simd v0.8.0 (*)
│ │ │ │ │ │ │ │ │ ├── base64-simd feature "alloc"
│ │ │ │ │ │ │ │ │ │ ├── base64-simd v0.8.0 (*)
│ │ │ │ │ │ │ │ │ │ └── vsimd feature "alloc" (*)
│ │ │ │ │ │ │ │ │ └── vsimd feature "std" (*)
│ │ │ │ │ │ │ │ ├── bytes-utils feature "default"
│ │ │ │ │ │ │ │ │ ├── bytes-utils v0.1.4
│ │ │ │ │ │ │ │ │ │ ├── bytes v1.5.0
│ │ │ │ │ │ │ │ │ │ └── either v1.9.0
│ │ │ │ │ │ │ │ │ └── bytes-utils feature "std"
│ │ │ │ │ │ │ │ │ ├── bytes-utils v0.1.4 (*)
│ │ │ │ │ │ │ │ │ └── bytes feature "default" (*)
│ │ │ │ │ │ │ │ ├── num-integer feature "default"
│ │ │ │ │ │ │ │ │ ├── num-integer v0.1.45
│ │ │ │ │ │ │ │ │ │ └── num-traits v0.2.17 (*)
│ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ └── autocfg feature "default" (*)
│ │ │ │ │ │ │ │ │ └── num-integer feature "std"
│ │ │ │ │ │ │ │ │ ├── num-integer v0.1.45 (*)
│ │ │ │ │ │ │ │ │ └── num-traits feature "std" (*)
│ │ │ │ │ │ │ │ ├── time feature "default"
│ │ │ │ │ │ │ │ │ ├── time v0.3.30
│ │ │ │ │ │ │ │ │ │ ├── powerfmt v0.2.0
│ │ │ │ │ │ │ │ │ │ ├── deranged feature "powerfmt"
│ │ │ │ │ │ │ │ │ │ │ └── deranged v0.3.10
│ │ │ │ │ │ │ │ │ │ │ └── powerfmt v0.2.0
│ │ │ │ │ │ │ │ │ │ └── time-core feature "default"
│ │ │ │ │ │ │ │ │ │ └── time-core v0.1.2
│ │ │ │ │ │ │ │ │ └── time feature "std"
│ │ │ │ │ │ │ │ │ ├── time v0.3.30 (*)
│ │ │ │ │ │ │ │ │ ├── time feature "alloc"
│ │ │ │ │ │ │ │ │ │ └── time v0.3.30 (*)
│ │ │ │ │ │ │ │ │ └── deranged feature "std"
│ │ │ │ │ │ │ │ │ ├── deranged v0.3.10 (*)
│ │ │ │ │ │ │ │ │ └── deranged feature "alloc"
│ │ │ │ │ │ │ │ │ └── deranged v0.3.10 (*)
│ │ │ │ │ │ │ │ └── time feature "parsing"
│ │ │ │ │ │ │ │ └── time v0.3.30 (*)
│ │ │ │ │ │ │ └── zeroize feature "default"
│ │ │ │ │ │ │ ├── zeroize v1.7.0
│ │ │ │ │ │ │ └── zeroize feature "alloc"
│ │ │ │ │ │ │ └── zeroize v1.7.0
│ │ │ │ │ │ ├── aws-smithy-runtime-api feature "default"
│ │ │ │ │ │ │ └── aws-smithy-runtime-api v0.57.2 (*)
│ │ │ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ │ │ └── zeroize feature "default" (*)
│ │ │ │ │ ├── aws-smithy-async feature "default" (*)
│ │ │ │ │ ├── aws-smithy-runtime-api feature "client" (*)
│ │ │ │ │ ├── aws-smithy-runtime-api feature "default" (*)
│ │ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ │ ├── aws-http feature "default"
│ │ │ │ │ │ └── aws-http v0.57.2
│ │ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ │ ├── http-body feature "default" (*)
│ │ │ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ │ │ ├── aws-smithy-runtime-api feature "client" (*)
│ │ │ │ │ │ ├── aws-smithy-runtime-api feature "default" (*)
│ │ │ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ │ │ ├── aws-smithy-http feature "default"
│ │ │ │ │ │ │ └── aws-smithy-http v0.57.2
│ │ │ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ │ │ ├── futures-core feature "default" (*)
│ │ │ │ │ │ │ ├── pin-utils feature "default" (*)
│ │ │ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ │ │ ├── http-body feature "default" (*)
│ │ │ │ │ │ │ ├── once_cell feature "default" (*)
│ │ │ │ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ │ │ │ ├── percent-encoding feature "default" (*)
│ │ │ │ │ │ │ ├── aws-smithy-runtime-api feature "client" (*)
│ │ │ │ │ │ │ ├── aws-smithy-runtime-api feature "default" (*)
│ │ │ │ │ │ │ ├── aws-smithy-types feature "byte-stream-poll-next"
│ │ │ │ │ │ │ │ └── aws-smithy-types v0.57.2 (*)
│ │ │ │ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ │ │ │ ├── aws-smithy-types feature "http-body-0-4-x"
│ │ │ │ │ │ │ │ └── aws-smithy-types v0.57.2 (*)
│ │ │ │ │ │ │ ├── bytes-utils feature "default" (*)
│ │ │ │ │ │ │ └── aws-smithy-eventstream feature "default"
│ │ │ │ │ │ │ └── aws-smithy-eventstream v0.57.2
│ │ │ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ │ │ ├── crc32fast feature "default" (*)
│ │ │ │ │ │ │ └── aws-smithy-types feature "default" (*)
│ │ │ │ │ │ └── aws-types feature "default"
│ │ │ │ │ │ └── aws-types v0.57.2
│ │ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ │ │ ├── aws-credential-types feature "default" (*)
│ │ │ │ │ │ ├── aws-smithy-async feature "default" (*)
│ │ │ │ │ │ ├── aws-smithy-runtime-api feature "client" (*)
│ │ │ │ │ │ ├── aws-smithy-runtime-api feature "default" (*)
│ │ │ │ │ │ └── aws-smithy-types feature "default" (*)
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── rustc_version feature "default"
│ │ │ │ │ │ └── rustc_version v0.4.0
│ │ │ │ │ │ └── semver feature "default"
│ │ │ │ │ │ ├── semver v1.0.20
│ │ │ │ │ │ └── semver feature "std"
│ │ │ │ │ │ └── semver v1.0.20
│ │ │ │ │ ├── aws-smithy-http feature "default" (*)
│ │ │ │ │ ├── aws-types feature "default" (*)
│ │ │ │ │ ├── aws-runtime feature "default"
│ │ │ │ │ │ └── aws-runtime v0.57.2
│ │ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ │ │ ├── percent-encoding feature "default" (*)
│ │ │ │ │ │ ├── aws-credential-types feature "default" (*)
│ │ │ │ │ │ ├── aws-smithy-async feature "default" (*)
│ │ │ │ │ │ ├── aws-smithy-runtime-api feature "client" (*)
│ │ │ │ │ │ ├── aws-smithy-runtime-api feature "default" (*)
│ │ │ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ │ │ ├── aws-http feature "default" (*)
│ │ │ │ │ │ ├── aws-smithy-http feature "default" (*)
│ │ │ │ │ │ ├── aws-smithy-eventstream feature "default" (*)
│ │ │ │ │ │ ├── aws-types feature "default" (*)
│ │ │ │ │ │ ├── aws-sigv4 feature "default"
│ │ │ │ │ │ │ ├── aws-sigv4 v0.57.2
│ │ │ │ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ │ │ │ ├── once_cell feature "default" (*)
│ │ │ │ │ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ │ │ │ │ ├── percent-encoding feature "default" (*)
│ │ │ │ │ │ │ │ ├── form_urlencoded feature "default" (*)
│ │ │ │ │ │ │ │ ├── regex feature "default" (*)
│ │ │ │ │ │ │ │ ├── hex feature "default" (*)
│ │ │ │ │ │ │ │ ├── aws-credential-types feature "default" (*)
│ │ │ │ │ │ │ │ ├── aws-smithy-runtime-api feature "client" (*)
│ │ │ │ │ │ │ │ ├── aws-smithy-runtime-api feature "default" (*)
│ │ │ │ │ │ │ │ ├── time feature "default" (*)
│ │ │ │ │ │ │ │ ├── zeroize feature "default" (*)
│ │ │ │ │ │ │ │ ├── aws-smithy-http feature "default" (*)
│ │ │ │ │ │ │ │ ├── aws-smithy-eventstream feature "default" (*)
│ │ │ │ │ │ │ │ ├── hmac feature "default"
│ │ │ │ │ │ │ │ │ └── hmac v0.12.1
│ │ │ │ │ │ │ │ │ ├── digest feature "default"
│ │ │ │ │ │ │ │ │ │ ├── digest v0.10.7
│ │ │ │ │ │ │ │ │ │ │ ├── subtle v2.5.0
│ │ │ │ │ │ │ │ │ │ │ ├── block-buffer feature "default"
│ │ │ │ │ │ │ │ │ │ │ │ └── block-buffer v0.10.4
│ │ │ │ │ │ │ │ │ │ │ │ └── generic-array feature "default"
│ │ │ │ │ │ │ │ │ │ │ │ └── generic-array v0.14.7
│ │ │ │ │ │ │ │ │ │ │ │ └── typenum feature "default"
│ │ │ │ │ │ │ │ │ │ │ │ └── typenum v1.17.0
│ │ │ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ │ │ └── version_check feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ └── crypto-common feature "default"
│ │ │ │ │ │ │ │ │ │ │ └── crypto-common v0.1.6
│ │ │ │ │ │ │ │ │ │ │ ├── generic-array feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── generic-array feature "more_lengths"
│ │ │ │ │ │ │ │ │ │ │ │ └── generic-array v0.14.7 (*)
│ │ │ │ │ │ │ │ │ │ │ └── typenum feature "default" (*)
│ │ │ │ │ │ │ │ │ │ └── digest feature "core-api"
│ │ │ │ │ │ │ │ │ │ ├── digest v0.10.7 (*)
│ │ │ │ │ │ │ │ │ │ └── digest feature "block-buffer"
│ │ │ │ │ │ │ │ │ │ └── digest v0.10.7 (*)
│ │ │ │ │ │ │ │ │ └── digest feature "mac"
│ │ │ │ │ │ │ │ │ ├── digest v0.10.7 (*)
│ │ │ │ │ │ │ │ │ └── digest feature "subtle"
│ │ │ │ │ │ │ │ │ └── digest v0.10.7 (*)
│ │ │ │ │ │ │ │ ├── num-bigint feature "default"
│ │ │ │ │ │ │ │ │ ├── num-bigint v0.4.4
│ │ │ │ │ │ │ │ │ │ ├── num-traits feature "i128"
│ │ │ │ │ │ │ │ │ │ │ └── num-traits v0.2.17 (*)
│ │ │ │ │ │ │ │ │ │ └── num-integer feature "i128"
│ │ │ │ │ │ │ │ │ │ ├── num-integer v0.1.45 (*)
│ │ │ │ │ │ │ │ │ │ └── num-traits feature "i128" (*)
│ │ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ │ └── autocfg feature "default" (*)
│ │ │ │ │ │ │ │ │ └── num-bigint feature "std"
│ │ │ │ │ │ │ │ │ ├── num-bigint v0.4.4 (*)
│ │ │ │ │ │ │ │ │ ├── num-traits feature "std" (*)
│ │ │ │ │ │ │ │ │ └── num-integer feature "std" (*)
│ │ │ │ │ │ │ │ ├── p256 feature "default"
│ │ │ │ │ │ │ │ │ ├── p256 v0.11.1
│ │ │ │ │ │ │ │ │ │ ├── sha2 v0.10.8
│ │ │ │ │ │ │ │ │ │ │ ├── cfg-if feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── digest feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ └── cpufeatures feature "default"
│ │ │ │ │ │ │ │ │ │ │ └── cpufeatures v0.2.11
│ │ │ │ │ │ │ │ │ │ │ └── libc feature "default" (*)
│ │ │ │ │ │ │ │ │ │ ├── ecdsa feature "der"
│ │ │ │ │ │ │ │ │ │ │ └── ecdsa v0.14.8
│ │ │ │ │ │ │ │ │ │ │ ├── der feature "default"
│ │ │ │ │ │ │ │ │ │ │ │ └── der v0.6.1
│ │ │ │ │ │ │ │ │ │ │ │ ├── zeroize feature "alloc" (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── const-oid feature "default"
│ │ │ │ │ │ │ │ │ │ │ │ └── const-oid v0.9.6
│ │ │ │ │ │ │ │ │ │ │ ├── elliptic-curve feature "digest"
│ │ │ │ │ │ │ │ │ │ │ │ └── elliptic-curve v0.12.3
│ │ │ │ │ │ │ │ │ │ │ │ ├── ff v0.12.1
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ └── subtle feature "i128"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── subtle v2.5.0
│ │ │ │ │ │ │ │ │ │ │ │ ├── generic-array v0.14.7 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── group v0.12.1
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ff v0.12.1 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ └── subtle v2.5.0
│ │ │ │ │ │ │ │ │ │ │ │ ├── pkcs8 v0.9.0
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── der feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── der feature "oid"
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── der v0.6.1 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └── der feature "const-oid"
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └── der v0.6.1 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ └── spki feature "default"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── spki v0.6.0
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── base64ct v1.6.0
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── der feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ └── der feature "oid" (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── subtle v2.5.0
│ │ │ │ │ │ │ │ │ │ │ │ ├── zeroize v1.7.0
│ │ │ │ │ │ │ │ │ │ │ │ ├── digest feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── der feature "oid" (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── base16ct feature "default"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── base16ct v0.1.1
│ │ │ │ │ │ │ │ │ │ │ │ ├── crypto-bigint feature "generic-array"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── crypto-bigint v0.4.9
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── subtle v2.5.0
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── zeroize v1.7.0
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── rand_core feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ └── generic-array feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── crypto-bigint feature "rand_core"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── crypto-bigint v0.4.9 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── crypto-bigint feature "zeroize"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── crypto-bigint v0.4.9 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── sec1 feature "default"
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── sec1 v0.3.0
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── base16ct v0.1.1
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── generic-array v0.14.7 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── pkcs8 v0.9.0 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── subtle v2.5.0
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── zeroize v1.7.0
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├── der feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └── der feature "oid" (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── sec1 feature "der"
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └── sec1 v0.3.0 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ └── sec1 feature "point"
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── sec1 v0.3.0 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── sec1 feature "base16ct"
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └── sec1 v0.3.0 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ └── sec1 feature "generic-array"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── sec1 v0.3.0 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── sec1 feature "subtle"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── sec1 v0.3.0 (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── sec1 feature "zeroize"
│ │ │ │ │ │ │ │ │ │ │ │ └── sec1 v0.3.0 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── elliptic-curve feature "sec1"
│ │ │ │ │ │ │ │ │ │ │ │ └── elliptic-curve v0.12.3 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── rfc6979 feature "default"
│ │ │ │ │ │ │ │ │ │ │ │ └── rfc6979 v0.3.1
│ │ │ │ │ │ │ │ │ │ │ │ ├── zeroize v1.7.0
│ │ │ │ │ │ │ │ │ │ │ │ ├── hmac feature "reset"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── hmac v0.12.1 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── crypto-bigint feature "generic-array" (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── crypto-bigint feature "zeroize" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── signature feature "hazmat-preview"
│ │ │ │ │ │ │ │ │ │ │ │ └── signature v1.6.4
│ │ │ │ │ │ │ │ │ │ │ │ ├── digest v0.10.7 (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── rand_core v0.6.4 (*)
│ │ │ │ │ │ │ │ │ │ │ └── signature feature "rand-preview"
│ │ │ │ │ │ │ │ │ │ │ ├── signature v1.6.4 (*)
│ │ │ │ │ │ │ │ │ │ │ └── signature feature "rand_core"
│ │ │ │ │ │ │ │ │ │ │ └── signature v1.6.4 (*)
│ │ │ │ │ │ │ │ │ │ ├── elliptic-curve feature "hazmat"
│ │ │ │ │ │ │ │ │ │ │ └── elliptic-curve v0.12.3 (*)
│ │ │ │ │ │ │ │ │ │ └── elliptic-curve feature "sec1" (*)
│ │ │ │ │ │ │ │ │ ├── p256 feature "arithmetic"
│ │ │ │ │ │ │ │ │ │ ├── p256 v0.11.1 (*)
│ │ │ │ │ │ │ │ │ │ └── elliptic-curve feature "arithmetic"
│ │ │ │ │ │ │ │ │ │ ├── elliptic-curve v0.12.3 (*)
│ │ │ │ │ │ │ │ │ │ ├── elliptic-curve feature "ff"
│ │ │ │ │ │ │ │ │ │ │ └── elliptic-curve v0.12.3 (*)
│ │ │ │ │ │ │ │ │ │ └── elliptic-curve feature "group"
│ │ │ │ │ │ │ │ │ │ └── elliptic-curve v0.12.3 (*)
│ │ │ │ │ │ │ │ │ ├── p256 feature "ecdsa"
│ │ │ │ │ │ │ │ │ │ ├── p256 v0.11.1 (*)
│ │ │ │ │ │ │ │ │ │ ├── p256 feature "arithmetic" (*)
│ │ │ │ │ │ │ │ │ │ ├── p256 feature "ecdsa-core"
│ │ │ │ │ │ │ │ │ │ │ └── p256 v0.11.1 (*)
│ │ │ │ │ │ │ │ │ │ ├── p256 feature "sha256"
│ │ │ │ │ │ │ │ │ │ │ ├── p256 v0.11.1 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── p256 feature "digest"
│ │ │ │ │ │ │ │ │ │ │ │ ├── p256 v0.11.1 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── p256 feature "ecdsa-core" (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── ecdsa feature "digest"
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── ecdsa v0.14.8 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ └── signature feature "digest-preview"
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── signature v1.6.4 (*)
│ │ │ │ │ │ │ │ │ │ │ │ │ └── signature feature "digest"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── signature v1.6.4 (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── ecdsa feature "hazmat"
│ │ │ │ │ │ │ │ │ │ │ │ └── ecdsa v0.14.8 (*)
│ │ │ │ │ │ │ │ │ │ │ └── p256 feature "sha2"
│ │ │ │ │ │ │ │ │ │ │ └── p256 v0.11.1 (*)
│ │ │ │ │ │ │ │ │ │ ├── ecdsa feature "sign"
│ │ │ │ │ │ │ │ │ │ │ ├── ecdsa v0.14.8 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── ecdsa feature "arithmetic"
│ │ │ │ │ │ │ │ │ │ │ │ ├── ecdsa v0.14.8 (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── elliptic-curve feature "arithmetic" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── ecdsa feature "digest" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── ecdsa feature "hazmat" (*)
│ │ │ │ │ │ │ │ │ │ │ └── ecdsa feature "rfc6979"
│ │ │ │ │ │ │ │ │ │ │ └── ecdsa v0.14.8 (*)
│ │ │ │ │ │ │ │ │ │ └── ecdsa feature "verify"
│ │ │ │ │ │ │ │ │ │ ├── ecdsa v0.14.8 (*)
│ │ │ │ │ │ │ │ │ │ ├── ecdsa feature "arithmetic" (*)
│ │ │ │ │ │ │ │ │ │ ├── ecdsa feature "digest" (*)
│ │ │ │ │ │ │ │ │ │ └── ecdsa feature "hazmat" (*)
│ │ │ │ │ │ │ │ │ ├── p256 feature "pkcs8"
│ │ │ │ │ │ │ │ │ │ ├── p256 v0.11.1 (*)
│ │ │ │ │ │ │ │ │ │ ├── p256 feature "ecdsa-core" (*)
│ │ │ │ │ │ │ │ │ │ ├── ecdsa feature "pkcs8"
│ │ │ │ │ │ │ │ │ │ │ ├── ecdsa v0.14.8 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── ecdsa feature "der" (*)
│ │ │ │ │ │ │ │ │ │ │ └── elliptic-curve feature "pkcs8"
│ │ │ │ │ │ │ │ │ │ │ └── elliptic-curve v0.12.3 (*)
│ │ │ │ │ │ │ │ │ │ └── elliptic-curve feature "pkcs8" (*)
│ │ │ │ │ │ │ │ │ └── p256 feature "std"
│ │ │ │ │ │ │ │ │ ├── p256 v0.11.1 (*)
│ │ │ │ │ │ │ │ │ ├── p256 feature "ecdsa-core" (*)
│ │ │ │ │ │ │ │ │ ├── ecdsa feature "std"
│ │ │ │ │ │ │ │ │ │ ├── ecdsa v0.14.8 (*)
│ │ │ │ │ │ │ │ │ │ ├── ecdsa feature "alloc"
│ │ │ │ │ │ │ │ │ │ │ └── ecdsa v0.14.8 (*)
│ │ │ │ │ │ │ │ │ │ ├── elliptic-curve feature "std"
│ │ │ │ │ │ │ │ │ │ │ ├── elliptic-curve v0.12.3 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── rand_core feature "std" (*)
│ │ │ │ │ │ │ │ │ │ │ └── elliptic-curve feature "alloc"
│ │ │ │ │ │ │ │ │ │ │ ├── elliptic-curve v0.12.3 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── zeroize feature "alloc" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── der feature "alloc"
│ │ │ │ │ │ │ │ │ │ │ │ └── der v0.6.1 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── elliptic-curve feature "sec1" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── base16ct feature "alloc"
│ │ │ │ │ │ │ │ │ │ │ │ └── base16ct v0.1.1
│ │ │ │ │ │ │ │ │ │ │ └── sec1 feature "alloc"
│ │ │ │ │ │ │ │ │ │ │ ├── sec1 v0.3.0 (*)
│ │ │ │ │ │ │ │ │ │ │ ├── zeroize feature "alloc" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── der feature "alloc" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── pkcs8 feature "alloc"
│ │ │ │ │ │ │ │ │ │ │ │ ├── pkcs8 v0.9.0 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── der feature "alloc" (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── der feature "zeroize"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── der v0.6.1 (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── spki feature "alloc"
│ │ │ │ │ │ │ │ │ │ │ │ ├── spki v0.6.0 (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── der feature "alloc" (*)
│ │ │ │ │ │ │ │ │ │ │ │ ├── spki feature "base64ct"
│ │ │ │ │ │ │ │ │ │ │ │ │ └── spki v0.6.0 (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── base64ct feature "alloc"
│ │ │ │ │ │ │ │ │ │ │ │ └── base64ct v1.6.0
│ │ │ │ │ │ │ │ │ │ │ ├── sec1 feature "der" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── sec1 feature "pkcs8"
│ │ │ │ │ │ │ │ │ │ │ │ └── sec1 v0.3.0 (*)
│ │ │ │ │ │ │ │ │ │ │ └── sec1 feature "zeroize" (*)
│ │ │ │ │ │ │ │ │ │ └── signature feature "std"
│ │ │ │ │ │ │ │ │ │ └── signature v1.6.4 (*)
│ │ │ │ │ │ │ │ │ └── elliptic-curve feature "std" (*)
│ │ │ │ │ │ │ │ ├── p256 feature "ecdsa" (*)
│ │ │ │ │ │ │ │ ├── sha2 feature "default"
│ │ │ │ │ │ │ │ │ ├── sha2 v0.10.8 (*)
│ │ │ │ │ │ │ │ │ └── sha2 feature "std"
│ │ │ │ │ │ │ │ │ ├── sha2 v0.10.8 (*)
│ │ │ │ │ │ │ │ │ └── digest feature "std"
│ │ │ │ │ │ │ │ │ ├── digest v0.10.7 (*)
│ │ │ │ │ │ │ │ │ ├── digest feature "alloc"
│ │ │ │ │ │ │ │ │ │ └── digest v0.10.7 (*)
│ │ │ │ │ │ │ │ │ └── crypto-common feature "std"
│ │ │ │ │ │ │ │ │ └── crypto-common v0.1.6 (*)
│ │ │ │ │ │ │ │ └── ring feature "default"
│ │ │ │ │ │ │ │ ├── ring v0.17.7
│ │ │ │ │ │ │ │ │ ├── getrandom feature "default" (*)
│ │ │ │ │ │ │ │ │ ├── spin feature "once"
│ │ │ │ │ │ │ │ │ │ └── spin v0.9.8
│ │ │ │ │ │ │ │ │ └── untrusted feature "default"
│ │ │ │ │ │ │ │ │ └── untrusted v0.9.0
│ │ │ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ │ │ └── cc v1.0.83 (*)
│ │ │ │ │ │ │ │ ├── ring feature "alloc"
│ │ │ │ │ │ │ │ │ └── ring v0.17.7 (*)
│ │ │ │ │ │ │ │ └── ring feature "dev_urandom_fallback"
│ │ │ │ │ │ │ │ └── ring v0.17.7 (*)
│ │ │ │ │ │ │ └── aws-sigv4 feature "sign-http"
│ │ │ │ │ │ │ └── aws-sigv4 v0.57.2 (*)
│ │ │ │ │ │ ├── aws-sigv4 feature "http0-compat"
│ │ │ │ │ │ │ └── aws-sigv4 v0.57.2 (*)
│ │ │ │ │ │ ├── fastrand feature "default"
│ │ │ │ │ │ │ ├── fastrand v2.0.1
│ │ │ │ │ │ │ └── fastrand feature "std"
│ │ │ │ │ │ │ ├── fastrand v2.0.1
│ │ │ │ │ │ │ └── fastrand feature "alloc"
│ │ │ │ │ │ │ └── fastrand v2.0.1
│ │ │ │ │ │ └── uuid feature "default"
│ │ │ │ │ │ ├── uuid v1.6.1
│ │ │ │ │ │ │ └── getrandom feature "default" (*)
│ │ │ │ │ │ └── uuid feature "std"
│ │ │ │ │ │ └── uuid v1.6.1 (*)
│ │ │ │ │ ├── aws-smithy-json feature "default"
│ │ │ │ │ │ └── aws-smithy-json v0.57.2
│ │ │ │ │ │ └── aws-smithy-types feature "default" (*)
│ │ │ │ │ ├── aws-smithy-runtime feature "client"
│ │ │ │ │ │ ├── aws-smithy-runtime v0.57.2
│ │ │ │ │ │ │ ├── hyper v0.14.28 (*)
│ │ │ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ │ │ ├── pin-utils feature "default" (*)
│ │ │ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ │ │ ├── http-body feature "default" (*)
│ │ │ │ │ │ │ ├── once_cell feature "default" (*)
│ │ │ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ │ │ │ ├── aws-smithy-async feature "default" (*)
│ │ │ │ │ │ │ ├── aws-smithy-runtime-api feature "default" (*)
│ │ │ │ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ │ │ │ ├── aws-smithy-types feature "http-body-0-4-x" (*)
│ │ │ │ │ │ │ ├── aws-smithy-http feature "default" (*)
│ │ │ │ │ │ │ ├── fastrand feature "default" (*)
│ │ │ │ │ │ │ ├── hyper-rustls feature "default"
│ │ │ │ │ │ │ │ ├── hyper-rustls v0.24.2
│ │ │ │ │ │ │ │ │ ├── futures-util v0.3.29 (*)
│ │ │ │ │ │ │ │ │ ├── rustls v0.21.10
│ │ │ │ │ │ │ │ │ │ ├── log feature "default" (*)
│ │ │ │ │ │ │ │ │ │ ├── ring feature "default" (*)
│ │ │ │ │ │ │ │ │ │ ├── rustls-webpki feature "alloc"
│ │ │ │ │ │ │ │ │ │ │ ├── rustls-webpki v0.101.7
│ │ │ │ │ │ │ │ │ │ │ │ ├── ring v0.17.7 (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── untrusted feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ └── ring feature "alloc" (*)
│ │ │ │ │ │ │ │ │ │ ├── rustls-webpki feature "default"
│ │ │ │ │ │ │ │ │ │ │ ├── rustls-webpki v0.101.7 (*)
│ │ │ │ │ │ │ │ │ │ │ └── rustls-webpki feature "std"
│ │ │ │ │ │ │ │ │ │ │ ├── rustls-webpki v0.101.7 (*)
│ │ │ │ │ │ │ │ │ │ │ └── rustls-webpki feature "alloc" (*)
│ │ │ │ │ │ │ │ │ │ ├── rustls-webpki feature "std" (*)
│ │ │ │ │ │ │ │ │ │ └── sct feature "default"
│ │ │ │ │ │ │ │ │ │ └── sct v0.7.1
│ │ │ │ │ │ │ │ │ │ ├── ring feature "default" (*)
│ │ │ │ │ │ │ │ │ │ └── untrusted feature "default" (*)
│ │ │ │ │ │ │ │ │ ├── tokio-rustls v0.24.1
│ │ │ │ │ │ │ │ │ │ ├── rustls v0.21.10 (*)
│ │ │ │ │ │ │ │ │ │ └── tokio feature "default" (*)
│ │ │ │ │ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ │ │ │ │ ├── hyper feature "client" (*)
│ │ │ │ │ │ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ │ │ │ │ │ ├── log feature "default" (*)
│ │ │ │ │ │ │ │ │ ├── rustls-native-certs feature "default"
│ │ │ │ │ │ │ │ │ │ └── rustls-native-certs v0.6.3
│ │ │ │ │ │ │ │ │ │ ├── rustls-pemfile feature "default"
│ │ │ │ │ │ │ │ │ │ │ └── rustls-pemfile v1.0.4
│ │ │ │ │ │ │ │ │ │ │ └── base64 feature "default" (*)
│ │ │ │ │ │ │ │ │ │ └── security-framework feature "default"
│ │ │ │ │ │ │ │ │ │ ├── security-framework v2.9.2
│ │ │ │ │ │ │ │ │ │ │ ├── security-framework-sys v2.9.1
│ │ │ │ │ │ │ │ │ │ │ │ ├── libc feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── core-foundation-sys feature "default"
│ │ │ │ │ │ │ │ │ │ │ │ ├── core-foundation-sys v0.8.6
│ │ │ │ │ │ │ │ │ │ │ │ └── core-foundation-sys feature "link"
│ │ │ │ │ │ │ │ │ │ │ │ └── core-foundation-sys v0.8.6
│ │ │ │ │ │ │ │ │ │ │ ├── bitflags feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── libc feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ ├── core-foundation feature "default"
│ │ │ │ │ │ │ │ │ │ │ │ ├── core-foundation v0.9.4
│ │ │ │ │ │ │ │ │ │ │ │ │ ├── core-foundation-sys v0.8.6
│ │ │ │ │ │ │ │ │ │ │ │ │ └── libc feature "default" (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── core-foundation feature "link"
│ │ │ │ │ │ │ │ │ │ │ │ ├── core-foundation v0.9.4 (*)
│ │ │ │ │ │ │ │ │ │ │ │ └── core-foundation-sys feature "link" (*)
│ │ │ │ │ │ │ │ │ │ │ └── core-foundation-sys feature "default" (*)
│ │ │ │ │ │ │ │ │ │ └── security-framework feature "OSX_10_9"
│ │ │ │ │ │ │ │ │ │ ├── security-framework v2.9.2 (*)
│ │ │ │ │ │ │ │ │ │ └── security-framework-sys feature "OSX_10_9"
│ │ │ │ │ │ │ │ │ │ └── security-framework-sys v2.9.1 (*)
│ │ │ │ │ │ │ │ │ └── webpki-roots feature "default"
│ │ │ │ │ │ │ │ │ └── webpki-roots v0.25.3
│ │ │ │ │ │ │ │ ├── hyper-rustls feature "acceptor"
│ │ │ │ │ │ │ │ │ ├── hyper-rustls v0.24.2 (*)
│ │ │ │ │ │ │ │ │ ├── hyper feature "server" (*)
│ │ │ │ │ │ │ │ │ └── hyper-rustls feature "tokio-runtime"
│ │ │ │ │ │ │ │ │ ├── hyper-rustls v0.24.2 (*)
│ │ │ │ │ │ │ │ │ └── hyper feature "runtime" (*)
│ │ │ │ │ │ │ │ ├── hyper-rustls feature "http1"
│ │ │ │ │ │ │ │ │ ├── hyper-rustls v0.24.2 (*)
│ │ │ │ │ │ │ │ │ └── hyper feature "http1" (*)
│ │ │ │ │ │ │ │ ├── hyper-rustls feature "logging"
│ │ │ │ │ │ │ │ │ ├── hyper-rustls v0.24.2 (*)
│ │ │ │ │ │ │ │ │ ├── hyper-rustls feature "log"
│ │ │ │ │ │ │ │ │ │ └── hyper-rustls v0.24.2 (*)
│ │ │ │ │ │ │ │ │ ├── rustls feature "logging"
│ │ │ │ │ │ │ │ │ │ ├── rustls v0.21.10 (*)
│ │ │ │ │ │ │ │ │ │ └── rustls feature "log"
│ │ │ │ │ │ │ │ │ │ └── rustls v0.21.10 (*)
│ │ │ │ │ │ │ │ │ └── tokio-rustls feature "logging"
│ │ │ │ │ │ │ │ │ ├── tokio-rustls v0.24.1 (*)
│ │ │ │ │ │ │ │ │ └── rustls feature "logging" (*)
│ │ │ │ │ │ │ │ ├── hyper-rustls feature "native-tokio"
│ │ │ │ │ │ │ │ │ ├── hyper-rustls v0.24.2 (*)
│ │ │ │ │ │ │ │ │ ├── hyper-rustls feature "rustls-native-certs"
│ │ │ │ │ │ │ │ │ │ └── hyper-rustls v0.24.2 (*)
│ │ │ │ │ │ │ │ │ └── hyper-rustls feature "tokio-runtime" (*)
│ │ │ │ │ │ │ │ └── hyper-rustls feature "tls12"
│ │ │ │ │ │ │ │ ├── hyper-rustls v0.24.2 (*)
│ │ │ │ │ │ │ │ ├── rustls feature "tls12"
│ │ │ │ │ │ │ │ │ └── rustls v0.21.10 (*)
│ │ │ │ │ │ │ │ └── tokio-rustls feature "tls12"
│ │ │ │ │ │ │ │ ├── tokio-rustls v0.24.1 (*)
│ │ │ │ │ │ │ │ └── rustls feature "tls12" (*)
│ │ │ │ │ │ │ ├── hyper-rustls feature "http2"
│ │ │ │ │ │ │ │ ├── hyper-rustls v0.24.2 (*)
│ │ │ │ │ │ │ │ └── hyper feature "http2" (*)
│ │ │ │ │ │ │ ├── hyper-rustls feature "rustls-native-certs" (*)
│ │ │ │ │ │ │ └── rustls feature "default"
│ │ │ │ │ │ │ ├── rustls v0.21.10 (*)
│ │ │ │ │ │ │ ├── rustls feature "logging" (*)
│ │ │ │ │ │ │ └── rustls feature "tls12" (*)
│ │ │ │ │ │ └── aws-smithy-runtime-api feature "client" (*)
│ │ │ │ │ └── aws-smithy-runtime feature "default"
│ │ │ │ │ └── aws-smithy-runtime v0.57.2 (*)
│ │ │ │ ├── aws-sdk-ssooidc v0.36.0
│ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ │ ├── regex feature "default" (*)
│ │ │ │ │ ├── aws-credential-types feature "default" (*)
│ │ │ │ │ ├── aws-smithy-async feature "default" (*)
│ │ │ │ │ ├── aws-smithy-runtime-api feature "client" (*)
│ │ │ │ │ ├── aws-smithy-runtime-api feature "default" (*)
│ │ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ │ ├── aws-http feature "default" (*)
│ │ │ │ │ ├── aws-smithy-http feature "default" (*)
│ │ │ │ │ ├── aws-types feature "default" (*)
│ │ │ │ │ ├── aws-runtime feature "default" (*)
│ │ │ │ │ ├── aws-smithy-json feature "default" (*)
│ │ │ │ │ ├── aws-smithy-runtime feature "client" (*)
│ │ │ │ │ └── aws-smithy-runtime feature "default" (*)
│ │ │ │ ├── aws-sdk-sts v0.36.0
│ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ │ ├── regex feature "default" (*)
│ │ │ │ │ ├── aws-credential-types feature "default" (*)
│ │ │ │ │ ├── aws-smithy-async feature "default" (*)
│ │ │ │ │ ├── aws-smithy-runtime-api feature "client" (*)
│ │ │ │ │ ├── aws-smithy-runtime-api feature "default" (*)
│ │ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ │ ├── aws-http feature "default" (*)
│ │ │ │ │ ├── aws-smithy-http feature "default" (*)
│ │ │ │ │ ├── aws-types feature "default" (*)
│ │ │ │ │ ├── aws-runtime feature "default" (*)
│ │ │ │ │ ├── aws-smithy-json feature "default" (*)
│ │ │ │ │ ├── aws-smithy-runtime feature "client" (*)
│ │ │ │ │ ├── aws-smithy-runtime feature "default" (*)
│ │ │ │ │ ├── aws-smithy-query feature "default"
│ │ │ │ │ │ └── aws-smithy-query v0.57.2
│ │ │ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ │ │ └── urlencoding feature "default"
│ │ │ │ │ │ └── urlencoding v2.1.3
│ │ │ │ │ └── aws-smithy-xml feature "default"
│ │ │ │ │ └── aws-smithy-xml v0.57.2
│ │ │ │ │ └── xmlparser feature "default"
│ │ │ │ │ ├── xmlparser v0.13.6
│ │ │ │ │ └── xmlparser feature "std"
│ │ │ │ │ └── xmlparser v0.13.6
│ │ │ │ ├── hyper v0.14.28 (*)
│ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ ├── http feature "default" (*)
│ │ │ │ ├── tokio feature "default" (*)
│ │ │ │ ├── tokio feature "sync" (*)
│ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ ├── hex feature "default" (*)
│ │ │ │ ├── aws-credential-types feature "default" (*)
│ │ │ │ ├── aws-smithy-async feature "default" (*)
│ │ │ │ ├── aws-smithy-runtime-api feature "client" (*)
│ │ │ │ ├── aws-smithy-runtime-api feature "default" (*)
│ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ ├── time feature "default" (*)
│ │ │ │ ├── time feature "parsing" (*)
│ │ │ │ ├── zeroize feature "default" (*)
│ │ │ │ ├── aws-http feature "default" (*)
│ │ │ │ ├── aws-smithy-http feature "default" (*)
│ │ │ │ ├── aws-types feature "default" (*)
│ │ │ │ ├── aws-runtime feature "default" (*)
│ │ │ │ ├── ring feature "default" (*)
│ │ │ │ ├── fastrand feature "default" (*)
│ │ │ │ ├── aws-smithy-json feature "default" (*)
│ │ │ │ ├── aws-smithy-runtime feature "client" (*)
│ │ │ │ └── aws-smithy-runtime feature "default" (*)
│ │ │ ├── aws-config feature "client-hyper"
│ │ │ │ ├── aws-config v0.57.2 (*)
│ │ │ │ └── aws-smithy-runtime feature "connector-hyper-0-14-x"
│ │ │ │ ├── aws-smithy-runtime v0.57.2 (*)
│ │ │ │ ├── hyper feature "client" (*)
│ │ │ │ ├── hyper feature "http1" (*)
│ │ │ │ ├── hyper feature "http2" (*)
│ │ │ │ ├── hyper feature "stream" (*)
│ │ │ │ └── hyper feature "tcp" (*)
│ │ │ ├── aws-config feature "credentials-process"
│ │ │ │ ├── aws-config v0.57.2 (*)
│ │ │ │ └── tokio feature "process"
│ │ │ │ ├── tokio v1.35.1 (*)
│ │ │ │ ├── tokio feature "bytes" (*)
│ │ │ │ ├── tokio feature "libc" (*)
│ │ │ │ ├── tokio feature "mio" (*)
│ │ │ │ ├── tokio feature "signal-hook-registry" (*)
│ │ │ │ ├── mio feature "net" (*)
│ │ │ │ ├── mio feature "os-ext" (*)
│ │ │ │ └── mio feature "os-poll" (*)
│ │ │ ├── aws-config feature "rt-tokio"
│ │ │ │ ├── aws-config v0.57.2 (*)
│ │ │ │ ├── tokio feature "rt" (*)
│ │ │ │ ├── aws-smithy-async feature "rt-tokio"
│ │ │ │ │ ├── aws-smithy-async v0.57.2 (*)
│ │ │ │ │ └── tokio feature "time" (*)
│ │ │ │ └── aws-smithy-runtime feature "rt-tokio"
│ │ │ │ ├── aws-smithy-runtime v0.57.2 (*)
│ │ │ │ └── tokio feature "rt" (*)
│ │ │ ├── aws-config feature "rustls"
│ │ │ │ ├── aws-config v0.57.2 (*)
│ │ │ │ ├── aws-config feature "client-hyper" (*)
│ │ │ │ └── aws-smithy-runtime feature "tls-rustls"
│ │ │ │ ├── aws-smithy-runtime v0.57.2 (*)
│ │ │ │ └── aws-smithy-runtime feature "connector-hyper-0-14-x" (*)
│ │ │ └── aws-config feature "sso"
│ │ │ ├── aws-config v0.57.2 (*)
│ │ │ └── aws-smithy-runtime-api feature "http-auth"
│ │ │ └── aws-smithy-runtime-api v0.57.2 (*)
│ │ ├── sha2 feature "default" (*)
│ │ ├── uuid feature "default" (*)
│ │ ├── uuid feature "v4"
│ │ │ ├── uuid v1.6.1 (*)
│ │ │ └── uuid feature "rng"
│ │ │ ├── uuid v1.6.1 (*)
│ │ │ └── uuid feature "getrandom"
│ │ │ └── uuid v1.6.1 (*)
│ │ ├── aws-smithy-runtime feature "default" (*)
│ │ ├── hyper-rustls feature "default" (*)
│ │ ├── hyper-rustls feature "webpki-tokio"
│ │ │ ├── hyper-rustls v0.24.2 (*)
│ │ │ ├── hyper-rustls feature "tokio-runtime" (*)
│ │ │ └── hyper-rustls feature "webpki-roots"
│ │ │ └── hyper-rustls v0.24.2 (*)
│ │ ├── aws-sdk-s3 feature "default"
│ │ │ ├── aws-sdk-s3 v0.35.0
│ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ ├── http feature "default" (*)
│ │ │ │ ├── http-body feature "default" (*)
│ │ │ │ ├── once_cell feature "default" (*)
│ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ ├── percent-encoding feature "default" (*)
│ │ │ │ ├── regex feature "default" (*)
│ │ │ │ ├── aws-credential-types feature "default" (*)
│ │ │ │ ├── aws-smithy-async feature "default" (*)
│ │ │ │ ├── aws-smithy-runtime-api feature "client" (*)
│ │ │ │ ├── aws-smithy-runtime-api feature "default" (*)
│ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ ├── aws-http feature "default" (*)
│ │ │ │ ├── aws-smithy-http feature "default" (*)
│ │ │ │ ├── aws-smithy-http feature "event-stream"
│ │ │ │ │ ├── aws-smithy-http v0.57.2 (*)
│ │ │ │ │ └── aws-smithy-http feature "aws-smithy-eventstream"
│ │ │ │ │ └── aws-smithy-http v0.57.2 (*)
│ │ │ │ ├── aws-smithy-eventstream feature "default" (*)
│ │ │ │ ├── aws-types feature "default" (*)
│ │ │ │ ├── aws-runtime feature "default" (*)
│ │ │ │ ├── aws-runtime feature "event-stream"
│ │ │ │ │ ├── aws-runtime v0.57.2 (*)
│ │ │ │ │ └── aws-sigv4 feature "sign-eventstream"
│ │ │ │ │ └── aws-sigv4 v0.57.2 (*)
│ │ │ │ ├── aws-sigv4 feature "default" (*)
│ │ │ │ ├── aws-smithy-json feature "default" (*)
│ │ │ │ ├── aws-smithy-runtime feature "client" (*)
│ │ │ │ ├── aws-smithy-runtime feature "default" (*)
│ │ │ │ ├── aws-smithy-xml feature "default" (*)
│ │ │ │ ├── aws-smithy-checksums feature "default"
│ │ │ │ │ └── aws-smithy-checksums v0.57.2
│ │ │ │ │ ├── pin-project-lite feature "default" (*)
│ │ │ │ │ ├── bytes feature "default" (*)
│ │ │ │ │ ├── http feature "default" (*)
│ │ │ │ │ ├── http-body feature "default" (*)
│ │ │ │ │ ├── tracing feature "default" (*)
│ │ │ │ │ ├── crc32fast feature "default" (*)
│ │ │ │ │ ├── hex feature "default" (*)
│ │ │ │ │ ├── aws-smithy-types feature "default" (*)
│ │ │ │ │ ├── aws-smithy-http feature "default" (*)
│ │ │ │ │ ├── sha2 feature "default" (*)
│ │ │ │ │ ├── crc32c feature "default"
│ │ │ │ │ │ └── crc32c v0.6.4
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── rustc_version feature "default" (*)
│ │ │ │ │ ├── md-5 feature "default"
│ │ │ │ │ │ ├── md-5 v0.10.6
│ │ │ │ │ │ │ ├── cfg-if feature "default" (*)
│ │ │ │ │ │ │ └── digest feature "default" (*)
│ │ │ │ │ │ └── md-5 feature "std"
│ │ │ │ │ │ ├── md-5 v0.10.6 (*)
│ │ │ │ │ │ └── digest feature "std" (*)
│ │ │ │ │ └── sha1 feature "default"
│ │ │ │ │ ├── sha1 v0.10.6
│ │ │ │ │ │ ├── cfg-if feature "default" (*)
│ │ │ │ │ │ ├── digest feature "default" (*)
│ │ │ │ │ │ └── cpufeatures feature "default" (*)
│ │ │ │ │ └── sha1 feature "std"
│ │ │ │ │ ├── sha1 v0.10.6 (*)
│ │ │ │ │ └── digest feature "std" (*)
│ │ │ │ └── url feature "default"
│ │ │ │ └── url v2.5.0
│ │ │ │ ├── percent-encoding feature "default" (*)
│ │ │ │ ├── form_urlencoded feature "default" (*)
│ │ │ │ └── idna feature "default"
│ │ │ │ ├── idna v0.5.0
│ │ │ │ │ ├── unicode-normalization v0.1.22
│ │ │ │ │ │ ├── tinyvec feature "alloc"
│ │ │ │ │ │ │ ├── tinyvec v1.6.0
│ │ │ │ │ │ │ │ └── tinyvec_macros feature "default"
│ │ │ │ │ │ │ │ └── tinyvec_macros v0.1.1
│ │ │ │ │ │ │ └── tinyvec feature "tinyvec_macros"
│ │ │ │ │ │ │ └── tinyvec v1.6.0 (*)
│ │ │ │ │ │ └── tinyvec feature "default"
│ │ │ │ │ │ └── tinyvec v1.6.0 (*)
│ │ │ │ │ └── unicode-bidi feature "hardcoded-data"
│ │ │ │ │ └── unicode-bidi v0.3.14
│ │ │ │ └── idna feature "std"
│ │ │ │ ├── idna v0.5.0 (*)
│ │ │ │ ├── idna feature "alloc"
│ │ │ │ │ └── idna v0.5.0 (*)
│ │ │ │ ├── unicode-bidi feature "std"
│ │ │ │ │ └── unicode-bidi v0.3.14
│ │ │ │ └── unicode-normalization feature "std"
│ │ │ │ └── unicode-normalization v0.1.22 (*)
│ │ │ ├── aws-sdk-s3 feature "rt-tokio"
│ │ │ │ ├── aws-sdk-s3 v0.35.0 (*)
│ │ │ │ ├── aws-smithy-async feature "rt-tokio" (*)
│ │ │ │ └── aws-smithy-types feature "rt-tokio"
│ │ │ │ ├── aws-smithy-types v0.57.2 (*)
│ │ │ │ ├── tokio feature "fs" (*)
│ │ │ │ ├── tokio feature "io-util" (*)
│ │ │ │ ├── tokio feature "rt" (*)
│ │ │ │ └── tokio-util feature "io" (*)
│ │ │ ├── aws-sdk-s3 feature "rustls"
│ │ │ │ ├── aws-sdk-s3 v0.35.0 (*)
│ │ │ │ └── aws-smithy-runtime feature "tls-rustls" (*)
│ │ │ └── aws-sdk-s3 feature "sigv4a"
│ │ │ ├── aws-sdk-s3 v0.35.0 (*)
│ │ │ └── aws-runtime feature "sigv4a"
│ │ │ ├── aws-runtime v0.57.2 (*)
│ │ │ └── aws-sigv4 feature "sigv4a"
│ │ │ └── aws-sigv4 v0.57.2 (*)
│ │ ├── bincode feature "default"
│ │ │ └── bincode v1.3.3
│ │ │ └── serde feature "default" (*)
│ │ ├── filetime feature "default"
│ │ │ └── filetime v0.2.23
│ │ │ ├── cfg-if feature "default" (*)
│ │ │ └── libc feature "default" (*)
│ │ ├── lz4_flex feature "default"
│ │ │ ├── lz4_flex v0.11.1
│ │ │ │ └── twox-hash v1.6.3
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ └── static_assertions v1.1.0
│ │ │ ├── lz4_flex feature "frame"
│ │ │ │ ├── lz4_flex v0.11.1 (*)
│ │ │ │ └── lz4_flex feature "std"
│ │ │ │ └── lz4_flex v0.11.1 (*)
│ │ │ ├── lz4_flex feature "safe-decode"
│ │ │ │ └── lz4_flex v0.11.1 (*)
│ │ │ ├── lz4_flex feature "safe-encode"
│ │ │ │ └── lz4_flex v0.11.1 (*)
│ │ │ └── lz4_flex feature "std" (*)
│ │ └── nativelink-util feature "default"
│ │ └── nativelink-util v0.2.0 (/Users/adam/workspace/nativelink-2/nativelink-util)
│ │ ├── async-lock feature "default" (*)
│ │ ├── pin-project-lite feature "default" (*)
│ │ ├── async-trait feature "default" (*)
│ │ ├── bytes feature "default" (*)
│ │ ├── tokio feature "default" (*)
│ │ ├── tokio feature "fs" (*)
│ │ ├── tokio feature "io-util" (*)
│ │ ├── tokio feature "macros" (*)
│ │ ├── tokio feature "rt" (*)
│ │ ├── tokio feature "sync" (*)
│ │ ├── tokio feature "time" (*)
│ │ ├── parking_lot feature "default" (*)
│ │ ├── tokio-util feature "default" (*)
│ │ ├── tracing feature "default" (*)
│ │ ├── log feature "default" (*)
│ │ ├── serde feature "default" (*)
│ │ ├── serde feature "derive" (*)
│ │ ├── prost feature "default" (*)
│ │ ├── prost-types feature "default" (*)
│ │ ├── futures feature "default" (*)
│ │ ├── nativelink-config feature "default" (*)
│ │ ├── nativelink-error feature "default" (*)
│ │ ├── hex feature "default" (*)
│ │ ├── nativelink-proto feature "default" (*)
│ │ ├── blake3 feature "default" (*)
│ │ ├── lru feature "default" (*)
│ │ ├── sha2 feature "default" (*)
│ │ └── prometheus-client feature "default"
│ │ └── prometheus-client v0.21.2
│ │ ├── itoa feature "default" (*)
│ │ ├── parking_lot feature "default" (*)
│ │ ├── dtoa feature "default"
│ │ │ └── dtoa v1.0.9
│ │ └── prometheus-client-derive-encode feature "default"
│ │ └── prometheus-client-derive-encode v0.4.2 (proc-macro)
│ │ ├── proc-macro2 feature "default" (*)
│ │ ├── quote feature "default" (*)
│ │ └── syn feature "default" (*)
│ ├── uuid feature "default" (*)
│ ├── uuid feature "v4" (*)
│ └── nativelink-util feature "default" (*)
├── nativelink-store feature "default" (*)
├── nativelink-util feature "default" (*)
├── prometheus-client feature "default" (*)
├── nativelink-service feature "default"
│ └── nativelink-service v0.2.0 (/Users/adam/workspace/nativelink-2/nativelink-service)
│ ├── bytes feature "default" (*)
│ ├── tokio feature "default" (*)
│ ├── tokio feature "rt" (*)
│ ├── tokio feature "sync" (*)
│ ├── parking_lot feature "default" (*)
│ ├── tracing feature "default" (*)
│ ├── log feature "default" (*)
│ ├── rand feature "default" (*)
│ ├── prost feature "default" (*)
│ ├── tonic feature "default" (*)
│ ├── tonic feature "gzip" (*)
│ ├── tokio-stream feature "default" (*)
│ ├── tokio-stream feature "sync" (*)
│ ├── futures feature "default" (*)
│ ├── nativelink-config feature "default" (*)
│ ├── nativelink-error feature "default" (*)
│ ├── nativelink-proto feature "default" (*)
│ ├── nativelink-scheduler feature "default" (*)
│ ├── nativelink-store feature "default" (*)
│ ├── uuid feature "default" (*)
│ ├── uuid feature "v4" (*)
│ └── nativelink-util feature "default" (*)
├── nativelink-worker feature "default"
│ └── nativelink-worker v0.2.0 (/Users/adam/workspace/nativelink-2/nativelink-worker)
│ ├── async-lock feature "default" (*)
│ ├── async-trait feature "default" (*)
│ ├── bytes feature "default" (*)
│ ├── tokio feature "default" (*)
│ ├── tokio feature "process" (*)
│ ├── tokio feature "rt" (*)
│ ├── tokio feature "sync" (*)
│ ├── parking_lot feature "default" (*)
│ ├── scopeguard feature "default" (*)
│ ├── tracing feature "default" (*)
│ ├── serde feature "default" (*)
│ ├── prost feature "default" (*)
│ ├── tonic feature "default" (*)
│ ├── tonic feature "gzip" (*)
│ ├── tokio-stream feature "default" (*)
│ ├── tokio-stream feature "fs" (*)
│ ├── futures feature "default" (*)
│ ├── nativelink-config feature "default" (*)
│ ├── nativelink-error feature "default" (*)
│ ├── hex feature "default" (*)
│ ├── nativelink-proto feature "default" (*)
│ ├── nativelink-scheduler feature "default" (*)
│ ├── nativelink-store feature "default" (*)
│ ├── uuid feature "default" (*)
│ ├── uuid feature "v4" (*)
│ ├── filetime feature "default" (*)
│ ├── nativelink-util feature "default" (*)
│ ├── formatx feature "default"
│ │ └── formatx v0.2.2
│ ├── relative-path feature "default"
│ │ └── relative-path v1.9.0
│ ├── serde_json5 feature "default"
│ │ └── serde_json5 v0.1.0
│ │ ├── serde feature "default" (*)
│ │ ├── pest feature "default"
│ │ │ ├── pest v2.7.5
│ │ │ │ ├── ucd-trie v0.1.6
│ │ │ │ ├── memchr feature "default" (*)
│ │ │ │ └── thiserror feature "default"
│ │ │ │ └── thiserror v1.0.51
│ │ │ │ └── thiserror-impl feature "default"
│ │ │ │ └── thiserror-impl v1.0.51 (proc-macro)
│ │ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ │ ├── quote feature "default" (*)
│ │ │ │ └── syn feature "default" (*)
│ │ │ ├── pest feature "memchr"
│ │ │ │ └── pest v2.7.5 (*)
│ │ │ └── pest feature "std"
│ │ │ ├── pest v2.7.5 (*)
│ │ │ └── ucd-trie feature "std"
│ │ │ └── ucd-trie v0.1.6
│ │ └── pest_derive feature "default"
│ │ ├── pest_derive v2.7.5 (proc-macro)
│ │ │ ├── pest v2.7.5 (*)
│ │ │ └── pest_generator v2.7.5
│ │ │ ├── pest v2.7.5 (*)
│ │ │ ├── proc-macro2 feature "default" (*)
│ │ │ ├── quote feature "default" (*)
│ │ │ ├── syn feature "default" (*)
│ │ │ └── pest_meta feature "default"
│ │ │ └── pest_meta v2.7.5
│ │ │ ├── pest feature "default" (*)
│ │ │ └── once_cell feature "default"
│ │ │ ├── once_cell v1.19.0
│ │ │ └── once_cell feature "std"
│ │ │ ├── once_cell v1.19.0
│ │ │ └── once_cell feature "alloc"
│ │ │ ├── once_cell v1.19.0
│ │ │ └── once_cell feature "race"
│ │ │ └── once_cell v1.19.0
│ │ │ [build-dependencies]
│ │ │ └── sha2 v0.10.8
│ │ │ ├── cfg-if feature "default" (*)
│ │ │ ├── cpufeatures feature "default" (*)
│ │ │ └── digest feature "default"
│ │ │ ├── digest v0.10.7
│ │ │ │ ├── block-buffer feature "default" (*)
│ │ │ │ └── crypto-common feature "default"
│ │ │ │ └── crypto-common v0.1.6
│ │ │ │ ├── generic-array feature "default" (*)
│ │ │ │ ├── generic-array feature "more_lengths" (*)
│ │ │ │ └── typenum feature "default" (*)
│ │ │ └── digest feature "core-api"
│ │ │ ├── digest v0.10.7 (*)
│ │ │ └── digest feature "block-buffer"
│ │ │ └── digest v0.10.7 (*)
│ │ └── pest_derive feature "std"
│ │ ├── pest_derive v2.7.5 (proc-macro) (*)
│ │ ├── pest feature "std" (*)
│ │ └── pest_generator feature "std"
│ │ ├── pest_generator v2.7.5 (*)
│ │ └── pest feature "std" (*)
│ └── shlex feature "default"
│ ├── shlex v1.2.0
│ └── shlex feature "std"
│ └── shlex v1.2.0
├── serde_json5 feature "default" (*)
├── rustls-pemfile feature "default"
│ ├── rustls-pemfile v2.0.0
│ │ ├── base64 feature "alloc" (*)
│ │ └── rustls-pki-types feature "default"
│ │ ├── rustls-pki-types v1.0.1
│ │ └── rustls-pki-types feature "alloc"
│ │ └── rustls-pki-types v1.0.1
│ └── rustls-pemfile feature "std"
│ ├── rustls-pemfile v2.0.0 (*)
│ └── base64 feature "std" (*)
└── tokio-rustls feature "default"
├── tokio-rustls v0.25.0
│ ├── rustls v0.22.1
│ │ ├── subtle v2.5.0
│ │ ├── log feature "default" (*)
│ │ ├── zeroize feature "default" (*)
│ │ ├── ring feature "default" (*)
│ │ ├── rustls-pki-types feature "default" (*)
│ │ ├── rustls-pki-types feature "std"
│ │ │ ├── rustls-pki-types v1.0.1
│ │ │ └── rustls-pki-types feature "alloc" (*)
│ │ └── rustls-webpki feature "std"
│ │ ├── rustls-webpki v0.102.0
│ │ │ ├── ring v0.17.7 (*)
│ │ │ ├── rustls-pki-types v1.0.1
│ │ │ └── untrusted feature "default" (*)
│ │ ├── rustls-pki-types feature "std" (*)
│ │ └── rustls-webpki feature "alloc"
│ │ ├── rustls-webpki v0.102.0 (*)
│ │ ├── ring feature "alloc" (*)
│ │ └── rustls-pki-types feature "alloc" (*)
│ ├── tokio feature "default" (*)
│ └── rustls-pki-types feature "default" (*)
├── tokio-rustls feature "logging"
│ ├── tokio-rustls v0.25.0 (*)
│ └── rustls feature "logging"
│ ├── rustls v0.22.1 (*)
│ └── rustls feature "log"
│ └── rustls v0.22.1 (*)
├── tokio-rustls feature "ring"
│ ├── tokio-rustls v0.25.0 (*)
│ └── rustls feature "ring"
│ ├── rustls v0.22.1 (*)
│ └── rustls-webpki feature "ring"
│ └── rustls-webpki v0.102.0 (*)
└── tokio-rustls feature "tls12"
├── tokio-rustls v0.25.0 (*)
└── rustls feature "tls12"
└── rustls v0.22.1 (*)
@adam-singer
Copy link
Author

cargo tree -e features | pbcopy && pbpaste | gh gist create -p -

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment