ohttp-relay v0.0.9 (/Users/dan/f/dev/ohttp-relay)
├── futures v0.3.31
│   ├── futures-channel v0.3.31
│   │   ├── futures-core v0.3.31
│   │   └── futures-sink v0.3.31
│   ├── futures-core v0.3.31
│   ├── futures-executor v0.3.31
│   │   ├── futures-core v0.3.31
│   │   ├── futures-task v0.3.31
│   │   └── futures-util v0.3.31
│   │       ├── futures-channel v0.3.31 (*)
│   │       ├── futures-core v0.3.31
│   │       ├── futures-io v0.3.31
│   │       ├── futures-macro v0.3.31 (proc-macro)
│   │       │   ├── proc-macro2 v1.0.94
│   │       │   │   └── unicode-ident v1.0.18
│   │       │   ├── quote v1.0.39
│   │       │   │   └── proc-macro2 v1.0.94 (*)
│   │       │   └── syn v2.0.99
│   │       │       ├── proc-macro2 v1.0.94 (*)
│   │       │       ├── quote v1.0.39 (*)
│   │       │       └── unicode-ident v1.0.18
│   │       ├── futures-sink v0.3.31
│   │       ├── futures-task v0.3.31
│   │       ├── memchr v2.7.4
│   │       ├── pin-project-lite v0.2.16
│   │       ├── pin-utils v0.1.0
│   │       └── slab v0.4.9
│   │           [build-dependencies]
│   │           └── autocfg v1.4.0
│   ├── futures-io v0.3.31
│   ├── futures-sink v0.3.31
│   ├── futures-task v0.3.31
│   └── futures-util v0.3.31 (*)
├── http v1.2.0
│   ├── bytes v1.10.1
│   ├── fnv v1.0.7
│   └── itoa v1.0.15
├── http-body-util v0.1.2
│   ├── bytes v1.10.1
│   ├── futures-util v0.3.31 (*)
│   ├── http v1.2.0 (*)
│   ├── http-body v1.0.1
│   │   ├── bytes v1.10.1
│   │   └── http v1.2.0 (*)
│   └── pin-project-lite v0.2.16
├── hyper v1.6.0
│   ├── bytes v1.10.1
│   ├── futures-channel v0.3.31 (*)
│   ├── futures-util v0.3.31 (*)
│   ├── http v1.2.0 (*)
│   ├── http-body v1.0.1 (*)
│   ├── httparse v1.10.1
│   ├── httpdate v1.0.3
│   ├── itoa v1.0.15
│   ├── pin-project-lite v0.2.16
│   ├── smallvec v1.14.0
│   ├── tokio v1.38.1
│   │   ├── bytes v1.10.1
│   │   ├── libc v0.2.170
│   │   ├── mio v0.8.11
│   │   │   └── libc v0.2.170
│   │   ├── num_cpus v1.16.0
│   │   │   └── libc v0.2.170
│   │   ├── pin-project-lite v0.2.16
│   │   ├── signal-hook-registry v1.4.2
│   │   │   └── libc v0.2.170
│   │   ├── socket2 v0.5.8
│   │   │   └── libc v0.2.170
│   │   └── tokio-macros v2.3.0 (proc-macro)
│   │       ├── proc-macro2 v1.0.94 (*)
│   │       ├── quote v1.0.39 (*)
│   │       └── syn v2.0.99 (*)
│   └── want v0.3.1
│       └── try-lock v0.2.5
├── hyper-rustls v0.26.0
│   ├── futures-util v0.3.31 (*)
│   ├── http v1.2.0 (*)
│   ├── hyper v1.6.0 (*)
│   ├── hyper-util v0.1.10
│   │   ├── bytes v1.10.1
│   │   ├── futures-channel v0.3.31 (*)
│   │   ├── futures-util v0.3.31 (*)
│   │   ├── http v1.2.0 (*)
│   │   ├── http-body v1.0.1 (*)
│   │   ├── hyper v1.6.0 (*)
│   │   ├── pin-project-lite v0.2.16
│   │   ├── socket2 v0.5.8 (*)
│   │   ├── tokio v1.38.1 (*)
│   │   ├── tower-service v0.3.3
│   │   └── tracing v0.1.41
│   │       ├── pin-project-lite v0.2.16
│   │       ├── tracing-attributes v0.1.28 (proc-macro)
│   │       │   ├── proc-macro2 v1.0.94 (*)
│   │       │   ├── quote v1.0.39 (*)
│   │       │   └── syn v2.0.99 (*)
│   │       └── tracing-core v0.1.33
│   │           └── once_cell v1.20.3
│   ├── log v0.4.26
│   ├── rustls v0.22.4
│   │   ├── log v0.4.26
│   │   ├── ring v0.17.12
│   │   │   ├── cfg-if v1.0.0
│   │   │   ├── getrandom v0.2.15
│   │   │   │   ├── cfg-if v1.0.0
│   │   │   │   └── libc v0.2.170
│   │   │   ├── libc v0.2.170
│   │   │   └── untrusted v0.9.0
│   │   │   [build-dependencies]
│   │   │   └── cc v1.2.16
│   │   │       └── shlex v1.3.0
│   │   ├── rustls-pki-types v1.11.0
│   │   ├── rustls-webpki v0.102.8
│   │   │   ├── ring v0.17.12 (*)
│   │   │   ├── rustls-pki-types v1.11.0
│   │   │   └── untrusted v0.9.0
│   │   ├── subtle v2.6.1
│   │   └── zeroize v1.8.1
│   ├── rustls-native-certs v0.7.3
│   │   ├── rustls-pemfile v2.2.0
│   │   │   └── rustls-pki-types v1.11.0
│   │   ├── rustls-pki-types v1.11.0
│   │   └── security-framework v2.11.1
│   │       ├── bitflags v2.9.0
│   │       ├── core-foundation v0.9.4
│   │       │   ├── core-foundation-sys v0.8.7
│   │       │   └── libc v0.2.170
│   │       ├── core-foundation-sys v0.8.7
│   │       ├── libc v0.2.170
│   │       └── security-framework-sys v2.11.1
│   │           ├── core-foundation-sys v0.8.7
│   │           └── libc v0.2.170
│   ├── rustls-pki-types v1.11.0
│   ├── tokio v1.38.1 (*)
│   ├── tokio-rustls v0.25.0
│   │   ├── rustls v0.22.4 (*)
│   │   ├── rustls-pki-types v1.11.0
│   │   └── tokio v1.38.1 (*)
│   ├── tower-service v0.3.3
│   └── webpki-roots v0.26.8
│       └── rustls-pki-types v1.11.0
├── hyper-tungstenite v0.13.0
│   ├── http-body-util v0.1.2 (*)
│   ├── hyper v1.6.0 (*)
│   ├── hyper-util v0.1.10 (*)
│   ├── pin-project-lite v0.2.16
│   ├── tokio v1.38.1 (*)
│   ├── tokio-tungstenite v0.21.0
│   │   ├── futures-util v0.3.31 (*)
│   │   ├── log v0.4.26
│   │   ├── tokio v1.38.1 (*)
│   │   └── tungstenite v0.21.0
│   │       ├── byteorder v1.5.0
│   │       ├── bytes v1.10.1
│   │       ├── data-encoding v2.8.0
│   │       ├── http v1.2.0 (*)
│   │       ├── httparse v1.10.1
│   │       ├── log v0.4.26
│   │       ├── rand v0.8.5
│   │       │   ├── libc v0.2.170
│   │       │   ├── rand_chacha v0.3.1
│   │       │   │   ├── ppv-lite86 v0.2.20
│   │       │   │   │   └── zerocopy v0.7.35
│   │       │   │   │       ├── byteorder v1.5.0
│   │       │   │   │       └── zerocopy-derive v0.7.35 (proc-macro)
│   │       │   │   │           ├── proc-macro2 v1.0.94 (*)
│   │       │   │   │           ├── quote v1.0.39 (*)
│   │       │   │   │           └── syn v2.0.99 (*)
│   │       │   │   └── rand_core v0.6.4
│   │       │   │       └── getrandom v0.2.15 (*)
│   │       │   └── rand_core v0.6.4 (*)
│   │       ├── sha1 v0.10.6
│   │       │   ├── cfg-if v1.0.0
│   │       │   ├── cpufeatures v0.2.17
│   │       │   │   └── libc v0.2.170
│   │       │   └── digest v0.10.7
│   │       │       ├── block-buffer v0.10.4
│   │       │       │   └── generic-array v0.14.7
│   │       │       │       └── typenum v1.18.0
│   │       │       │       [build-dependencies]
│   │       │       │       └── version_check v0.9.5
│   │       │       └── crypto-common v0.1.6
│   │       │           ├── generic-array v0.14.7 (*)
│   │       │           └── typenum v1.18.0
│   │       ├── thiserror v1.0.69
│   │       │   └── thiserror-impl v1.0.69 (proc-macro)
│   │       │       ├── proc-macro2 v1.0.94 (*)
│   │       │       ├── quote v1.0.39 (*)
│   │       │       └── syn v2.0.99 (*)
│   │       ├── url v2.5.4
│   │       │   ├── form_urlencoded v1.2.1
│   │       │   │   └── percent-encoding v2.3.1
│   │       │   ├── idna v1.0.3
│   │       │   │   ├── idna_adapter v1.1.0
│   │       │   │   │   ├── idna_mapping v1.0.0
│   │       │   │   │   │   └── unicode-joining-type v0.7.0
│   │       │   │   │   ├── unicode-bidi v0.3.18
│   │       │   │   │   └── unicode-normalization v0.1.24
│   │       │   │   │       └── tinyvec v1.9.0
│   │       │   │   │           └── tinyvec_macros v0.1.1
│   │       │   │   ├── smallvec v1.14.0
│   │       │   │   └── utf8_iter v1.0.4
│   │       │   └── percent-encoding v2.3.1
│   │       └── utf-8 v0.7.6
│   └── tungstenite v0.21.0 (*)
├── hyper-util v0.1.10 (*)
├── once_cell v1.20.3
├── rustls v0.22.4 (*)
├── tokio v1.38.1 (*)
├── tokio-tungstenite v0.21.0 (*)
├── tokio-util v0.7.11
│   ├── bytes v1.10.1
│   ├── futures-core v0.3.31
│   ├── futures-sink v0.3.31
│   ├── pin-project-lite v0.2.16
│   └── tokio v1.38.1 (*)
├── tracing v0.1.41 (*)
└── tracing-subscriber v0.3.19
    ├── matchers v0.1.0
    │   └── regex-automata v0.1.10
    │       └── regex-syntax v0.6.29
    ├── nu-ansi-term v0.46.0
    │   └── overload v0.1.1
    ├── once_cell v1.20.3
    ├── regex v1.9.6
    │   ├── regex-automata v0.3.9
    │   │   └── regex-syntax v0.7.5
    │   └── regex-syntax v0.7.5
    ├── sharded-slab v0.1.7
    │   └── lazy_static v1.5.0
    ├── smallvec v1.14.0
    ├── thread_local v1.1.8
    │   ├── cfg-if v1.0.0
    │   └── once_cell v1.20.3
    ├── tracing v0.1.41 (*)
    ├── tracing-core v0.1.33 (*)
    └── tracing-log v0.2.0
        ├── log v0.4.26
        ├── once_cell v1.20.3
        └── tracing-core v0.1.33 (*)
[dev-dependencies]
├── hex-conservative v0.1.2
├── rcgen v0.12.1
│   ├── pem v3.0.5
│   │   └── base64 v0.22.1
│   ├── ring v0.17.12 (*)
│   ├── time v0.3.20
│   │   └── time-core v0.1.0
│   └── yasna v0.5.2
│       └── time v0.3.20 (*)
├── tempfile v3.18.0
│   ├── cfg-if v1.0.0
│   ├── fastrand v2.3.0
│   ├── getrandom v0.3.1
│   │   ├── cfg-if v1.0.0
│   │   └── libc v0.2.170
│   ├── once_cell v1.20.3
│   └── rustix v1.0.1
│       ├── bitflags v2.9.0
│       ├── errno v0.3.10
│       │   └── libc v0.2.170
│       └── libc v0.2.170
├── tokio v1.38.1 (*)
├── tokio-rustls v0.25.0 (*)
├── ureq v2.9.6
│   ├── base64 v0.21.7
│   ├── flate2 v1.0.35
│   │   ├── crc32fast v1.4.2
│   │   │   └── cfg-if v1.0.0
│   │   └── miniz_oxide v0.8.5
│   │       └── adler2 v2.0.0
│   ├── log v0.4.26
│   ├── once_cell v1.20.3
│   ├── rustls v0.22.4 (*)
│   ├── rustls-pki-types v1.11.0
│   ├── rustls-webpki v0.102.8 (*)
│   ├── url v2.5.4 (*)
│   └── webpki-roots v0.26.8 (*)
└── uuid v0.8.2
    └── getrandom v0.2.15 (*)
