AWS SDK

AWS SDK

rev. 64f17551af80b2ccbaa969316aed4d38800edf91

Files changed:

tmp-codegen-diff/aws-sdk/Cargo.lock

@@ -0,1 +0,4927 @@
           1  +
# This file is automatically @generated by Cargo.
           2  +
# It is not intended for manual editing.
           3  +
version = 3
           4  +
           5  +
[[package]]
           6  +
name = "addr2line"
           7  +
version = "0.22.0"
           8  +
source = "registry+https://github.com/rust-lang/crates.io-index"
           9  +
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
          10  +
dependencies = [
          11  +
 "gimli",
          12  +
]
          13  +
          14  +
[[package]]
          15  +
name = "adler"
          16  +
version = "1.0.2"
          17  +
source = "registry+https://github.com/rust-lang/crates.io-index"
          18  +
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
          19  +
          20  +
[[package]]
          21  +
name = "ahash"
          22  +
version = "0.8.11"
          23  +
source = "registry+https://github.com/rust-lang/crates.io-index"
          24  +
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
          25  +
dependencies = [
          26  +
 "cfg-if",
          27  +
 "once_cell",
          28  +
 "version_check",
          29  +
 "zerocopy",
          30  +
]
          31  +
          32  +
[[package]]
          33  +
name = "aho-corasick"
          34  +
version = "1.1.3"
          35  +
source = "registry+https://github.com/rust-lang/crates.io-index"
          36  +
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
          37  +
dependencies = [
          38  +
 "memchr",
          39  +
]
          40  +
          41  +
[[package]]
          42  +
name = "allocator-api2"
          43  +
version = "0.2.18"
          44  +
source = "registry+https://github.com/rust-lang/crates.io-index"
          45  +
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
          46  +
          47  +
[[package]]
          48  +
name = "anes"
          49  +
version = "0.1.6"
          50  +
source = "registry+https://github.com/rust-lang/crates.io-index"
          51  +
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
          52  +
          53  +
[[package]]
          54  +
name = "anstyle"
          55  +
version = "1.0.7"
          56  +
source = "registry+https://github.com/rust-lang/crates.io-index"
          57  +
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
          58  +
          59  +
[[package]]
          60  +
name = "approx"
          61  +
version = "0.5.1"
          62  +
source = "registry+https://github.com/rust-lang/crates.io-index"
          63  +
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
          64  +
dependencies = [
          65  +
 "num-traits",
          66  +
]
          67  +
          68  +
[[package]]
          69  +
name = "arbitrary"
          70  +
version = "1.3.2"
          71  +
source = "registry+https://github.com/rust-lang/crates.io-index"
          72  +
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
          73  +
          74  +
[[package]]
          75  +
name = "assert-json-diff"
          76  +
version = "1.1.0"
          77  +
source = "registry+https://github.com/rust-lang/crates.io-index"
          78  +
checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
          79  +
dependencies = [
          80  +
 "extend",
          81  +
 "serde",
          82  +
 "serde_json",
          83  +
]
          84  +
          85  +
[[package]]
          86  +
name = "async-channel"
          87  +
version = "1.9.0"
          88  +
source = "registry+https://github.com/rust-lang/crates.io-index"
          89  +
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
          90  +
dependencies = [
          91  +
 "concurrent-queue",
          92  +
 "event-listener 2.5.3",
          93  +
 "futures-core",
          94  +
]
          95  +
          96  +
[[package]]
          97  +
name = "async-channel"
          98  +
version = "2.3.1"
          99  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         100  +
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
         101  +
dependencies = [
         102  +
 "concurrent-queue",
         103  +
 "event-listener-strategy",
         104  +
 "futures-core",
         105  +
 "pin-project-lite",
         106  +
]
         107  +
         108  +
[[package]]
         109  +
name = "async-executor"
         110  +
version = "1.12.0"
         111  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         112  +
checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0"
         113  +
dependencies = [
         114  +
 "async-task",
         115  +
 "concurrent-queue",
         116  +
 "fastrand 2.0.2",
         117  +
 "futures-lite 2.3.0",
         118  +
 "slab",
         119  +
]
         120  +
         121  +
[[package]]
         122  +
name = "async-fs"
         123  +
version = "1.6.0"
         124  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         125  +
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
         126  +
dependencies = [
         127  +
 "async-lock 2.8.0",
         128  +
 "autocfg",
         129  +
 "blocking",
         130  +
 "futures-lite 1.13.0",
         131  +
]
         132  +
         133  +
[[package]]
         134  +
name = "async-global-executor"
         135  +
version = "2.4.1"
         136  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         137  +
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
         138  +
dependencies = [
         139  +
 "async-channel 2.3.1",
         140  +
 "async-executor",
         141  +
 "async-io 2.3.3",
         142  +
 "async-lock 3.4.0",
         143  +
 "blocking",
         144  +
 "futures-lite 2.3.0",
         145  +
 "once_cell",
         146  +
]
         147  +
         148  +
[[package]]
         149  +
name = "async-io"
         150  +
version = "1.13.0"
         151  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         152  +
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
         153  +
dependencies = [
         154  +
 "async-lock 2.8.0",
         155  +
 "autocfg",
         156  +
 "cfg-if",
         157  +
 "concurrent-queue",
         158  +
 "futures-lite 1.13.0",
         159  +
 "log",
         160  +
 "parking",
         161  +
 "polling 2.8.0",
         162  +
 "rustix 0.37.27",
         163  +
 "slab",
         164  +
 "socket2 0.4.10",
         165  +
 "waker-fn",
         166  +
]
         167  +
         168  +
[[package]]
         169  +
name = "async-io"
         170  +
version = "2.3.3"
         171  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         172  +
checksum = "0d6baa8f0178795da0e71bc42c9e5d13261aac7ee549853162e66a241ba17964"
         173  +
dependencies = [
         174  +
 "async-lock 3.4.0",
         175  +
 "cfg-if",
         176  +
 "concurrent-queue",
         177  +
 "futures-io",
         178  +
 "futures-lite 2.3.0",
         179  +
 "parking",
         180  +
 "polling 3.7.1",
         181  +
 "rustix 0.38.34",
         182  +
 "slab",
         183  +
 "tracing",
         184  +
 "windows-sys 0.52.0",
         185  +
]
         186  +
         187  +
[[package]]
         188  +
name = "async-lock"
         189  +
version = "2.8.0"
         190  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         191  +
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
         192  +
dependencies = [
         193  +
 "event-listener 2.5.3",
         194  +
]
         195  +
         196  +
[[package]]
         197  +
name = "async-lock"
         198  +
version = "3.4.0"
         199  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         200  +
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
         201  +
dependencies = [
         202  +
 "event-listener 5.3.1",
         203  +
 "event-listener-strategy",
         204  +
 "pin-project-lite",
         205  +
]
         206  +
         207  +
[[package]]
         208  +
name = "async-net"
         209  +
version = "1.8.0"
         210  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         211  +
checksum = "0434b1ed18ce1cf5769b8ac540e33f01fa9471058b5e89da9e06f3c882a8c12f"
         212  +
dependencies = [
         213  +
 "async-io 1.13.0",
         214  +
 "blocking",
         215  +
 "futures-lite 1.13.0",
         216  +
]
         217  +
         218  +
[[package]]
         219  +
name = "async-process"
         220  +
version = "1.8.1"
         221  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         222  +
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
         223  +
dependencies = [
         224  +
 "async-io 1.13.0",
         225  +
 "async-lock 2.8.0",
         226  +
 "async-signal",
         227  +
 "blocking",
         228  +
 "cfg-if",
         229  +
 "event-listener 3.1.0",
         230  +
 "futures-lite 1.13.0",
         231  +
 "rustix 0.38.34",
         232  +
 "windows-sys 0.48.0",
         233  +
]
         234  +
         235  +
[[package]]
         236  +
name = "async-signal"
         237  +
version = "0.2.8"
         238  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         239  +
checksum = "794f185324c2f00e771cd9f1ae8b5ac68be2ca7abb129a87afd6e86d228bc54d"
         240  +
dependencies = [
         241  +
 "async-io 2.3.3",
         242  +
 "async-lock 3.4.0",
         243  +
 "atomic-waker",
         244  +
 "cfg-if",
         245  +
 "futures-core",
         246  +
 "futures-io",
         247  +
 "rustix 0.38.34",
         248  +
 "signal-hook-registry",
         249  +
 "slab",
         250  +
 "windows-sys 0.52.0",
         251  +
]
         252  +
         253  +
[[package]]
         254  +
name = "async-std"
         255  +
version = "1.12.0"
         256  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         257  +
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
         258  +
dependencies = [
         259  +
 "async-channel 1.9.0",
         260  +
 "async-global-executor",
         261  +
 "async-io 1.13.0",
         262  +
 "async-lock 2.8.0",
         263  +
 "crossbeam-utils",
         264  +
 "futures-channel",
         265  +
 "futures-core",
         266  +
 "futures-io",
         267  +
 "futures-lite 1.13.0",
         268  +
 "gloo-timers",
         269  +
 "kv-log-macro",
         270  +
 "log",
         271  +
 "memchr",
         272  +
 "once_cell",
         273  +
 "pin-project-lite",
         274  +
 "pin-utils",
         275  +
 "slab",
         276  +
 "wasm-bindgen-futures",
         277  +
]
         278  +
         279  +
[[package]]
         280  +
name = "async-stream"
         281  +
version = "0.3.5"
         282  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         283  +
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
         284  +
dependencies = [
         285  +
 "async-stream-impl",
         286  +
 "futures-core",
         287  +
 "pin-project-lite",
         288  +
]
         289  +
         290  +
[[package]]
         291  +
name = "async-stream-impl"
         292  +
version = "0.3.5"
         293  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         294  +
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
         295  +
dependencies = [
         296  +
 "proc-macro2",
         297  +
 "quote",
         298  +
 "syn 2.0.66",
         299  +
]
         300  +
         301  +
[[package]]
         302  +
name = "async-task"
         303  +
version = "4.7.1"
         304  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         305  +
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
         306  +
         307  +
[[package]]
         308  +
name = "async-trait"
         309  +
version = "0.1.80"
         310  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         311  +
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
         312  +
dependencies = [
         313  +
 "proc-macro2",
         314  +
 "quote",
         315  +
 "syn 2.0.66",
         316  +
]
         317  +
         318  +
[[package]]
         319  +
name = "atomic-waker"
         320  +
version = "1.1.2"
         321  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         322  +
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
         323  +
         324  +
[[package]]
         325  +
name = "autocfg"
         326  +
version = "1.3.0"
         327  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         328  +
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
         329  +
         330  +
[[package]]
         331  +
name = "aws-config"
         332  +
version = "1.5.1"
         333  +
dependencies = [
         334  +
 "aws-credential-types 1.2.0",
         335  +
 "aws-runtime 1.2.2",
         336  +
 "aws-sdk-sso",
         337  +
 "aws-sdk-ssooidc",
         338  +
 "aws-sdk-sts",
         339  +
 "aws-smithy-async 1.2.1",
         340  +
 "aws-smithy-http 0.60.8",
         341  +
 "aws-smithy-json 0.60.7",
         342  +
 "aws-smithy-runtime 1.5.7",
         343  +
 "aws-smithy-runtime-api 1.6.3",
         344  +
 "aws-smithy-types 1.2.0",
         345  +
 "aws-types 1.3.1",
         346  +
 "bytes",
         347  +
 "fastrand 2.0.2",
         348  +
 "futures-util",
         349  +
 "hex",
         350  +
 "http 0.2.12",
         351  +
 "hyper 0.14.29",
         352  +
 "hyper-rustls 0.24.2",
         353  +
 "ring",
         354  +
 "serde",
         355  +
 "serde_json",
         356  +
 "time",
         357  +
 "tokio",
         358  +
 "tracing",
         359  +
 "tracing-subscriber",
         360  +
 "tracing-test",
         361  +
 "url",
         362  +
 "zeroize",
         363  +
]
         364  +
         365  +
[[package]]
         366  +
name = "aws-credential-types"
         367  +
version = "1.2.0"
         368  +
dependencies = [
         369  +
 "async-trait",
         370  +
 "aws-smithy-async 1.2.1",
         371  +
 "aws-smithy-runtime-api 1.6.3",
         372  +
 "aws-smithy-types 1.2.0",
         373  +
 "tokio",
         374  +
 "zeroize",
         375  +
]
         376  +
         377  +
[[package]]
         378  +
name = "aws-credential-types"
         379  +
version = "1.2.0"
         380  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         381  +
checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9"
         382  +
dependencies = [
         383  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         384  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
         385  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         386  +
 "zeroize",
         387  +
]
         388  +
         389  +
[[package]]
         390  +
name = "aws-endpoint"
         391  +
version = "0.60.3"
         392  +
         393  +
[[package]]
         394  +
name = "aws-http"
         395  +
version = "0.60.5"
         396  +
dependencies = [
         397  +
 "aws-runtime 1.2.2",
         398  +
]
         399  +
         400  +
[[package]]
         401  +
name = "aws-hyper"
         402  +
version = "0.60.3"
         403  +
         404  +
[[package]]
         405  +
name = "aws-lc-fips-sys"
         406  +
version = "0.12.8"
         407  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         408  +
checksum = "592ea6b0df0a72ec29701890f4857bc25c5e95a93370afe9d70b5e41db6ffcf3"
         409  +
dependencies = [
         410  +
 "bindgen",
         411  +
 "cmake",
         412  +
 "dunce",
         413  +
 "fs_extra",
         414  +
 "libc",
         415  +
 "paste",
         416  +
]
         417  +
         418  +
[[package]]
         419  +
name = "aws-lc-rs"
         420  +
version = "1.7.2"
         421  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         422  +
checksum = "474d7cec9d0a1126fad1b224b767fcbf351c23b0309bb21ec210bcfd379926a5"
         423  +
dependencies = [
         424  +
 "aws-lc-fips-sys",
         425  +
 "aws-lc-sys",
         426  +
 "mirai-annotations",
         427  +
 "paste",
         428  +
 "zeroize",
         429  +
]
         430  +
         431  +
[[package]]
         432  +
name = "aws-lc-sys"
         433  +
version = "0.17.0"
         434  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         435  +
checksum = "7505fc3cb7acbf42699a43a79dd9caa4ed9e99861dfbb837c5c0fb5a0a8d2980"
         436  +
dependencies = [
         437  +
 "bindgen",
         438  +
 "cc",
         439  +
 "cmake",
         440  +
 "dunce",
         441  +
 "fs_extra",
         442  +
 "libc",
         443  +
 "paste",
         444  +
]
         445  +
         446  +
[[package]]
         447  +
name = "aws-runtime"
         448  +
version = "1.2.2"
         449  +
dependencies = [
         450  +
 "arbitrary",
         451  +
 "aws-credential-types 1.2.0",
         452  +
 "aws-sigv4 1.2.2",
         453  +
 "aws-smithy-async 1.2.1",
         454  +
 "aws-smithy-eventstream 0.60.4",
         455  +
 "aws-smithy-http 0.60.8",
         456  +
 "aws-smithy-protocol-test 0.60.7",
         457  +
 "aws-smithy-runtime-api 1.6.3",
         458  +
 "aws-smithy-types 1.2.0",
         459  +
 "aws-types 1.3.1",
         460  +
 "bytes",
         461  +
 "bytes-utils",
         462  +
 "fastrand 2.0.2",
         463  +
 "futures-util",
         464  +
 "http 0.2.12",
         465  +
 "http-body 0.4.6",
         466  +
 "percent-encoding",
         467  +
 "pin-project-lite",
         468  +
 "proptest",
         469  +
 "serde",
         470  +
 "serde_json",
         471  +
 "tokio",
         472  +
 "tracing",
         473  +
 "tracing-subscriber",
         474  +
 "tracing-test",
         475  +
 "uuid",
         476  +
]
         477  +
         478  +
[[package]]
         479  +
name = "aws-runtime"
         480  +
version = "1.2.2"
         481  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         482  +
checksum = "75588e7ee5e8496eed939adac2035a6dbab9f7eb2acdd9ab2d31856dab6f3955"
         483  +
dependencies = [
         484  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         485  +
 "aws-sigv4 1.2.1",
         486  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         487  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
         488  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         489  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
         490  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         491  +
 "aws-types 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
         492  +
 "bytes",
         493  +
 "fastrand 2.0.2",
         494  +
 "http 0.2.12",
         495  +
 "http-body 0.4.6",
         496  +
 "percent-encoding",
         497  +
 "pin-project-lite",
         498  +
 "tracing",
         499  +
 "uuid",
         500  +
]
         501  +
         502  +
[[package]]
         503  +
name = "aws-runtime-api"
         504  +
version = "1.1.8"
         505  +
         506  +
[[package]]
         507  +
name = "aws-sdk-bedrockruntime"
         508  +
version = "0.0.0-local"
         509  +
dependencies = [
         510  +
 "aws-config",
         511  +
 "aws-credential-types 1.2.0",
         512  +
 "aws-runtime 1.2.2",
         513  +
 "aws-smithy-async 1.2.1",
         514  +
 "aws-smithy-eventstream 0.60.4",
         515  +
 "aws-smithy-http 0.60.8",
         516  +
 "aws-smithy-json 0.60.7",
         517  +
 "aws-smithy-runtime 1.5.7",
         518  +
 "aws-smithy-runtime-api 1.6.3",
         519  +
 "aws-smithy-types 1.2.0",
         520  +
 "aws-types 1.3.1",
         521  +
 "bytes",
         522  +
 "http 0.2.12",
         523  +
 "once_cell",
         524  +
 "regex-lite",
         525  +
 "tokio",
         526  +
 "tracing",
         527  +
]
         528  +
         529  +
[[package]]
         530  +
name = "aws-sdk-codecatalyst"
         531  +
version = "0.0.0-local"
         532  +
dependencies = [
         533  +
 "aws-config",
         534  +
 "aws-credential-types 1.2.0",
         535  +
 "aws-runtime 1.2.2",
         536  +
 "aws-smithy-async 1.2.1",
         537  +
 "aws-smithy-http 0.60.8",
         538  +
 "aws-smithy-json 0.60.7",
         539  +
 "aws-smithy-protocol-test 0.60.7",
         540  +
 "aws-smithy-runtime 1.5.7",
         541  +
 "aws-smithy-runtime-api 1.6.3",
         542  +
 "aws-smithy-types 1.2.0",
         543  +
 "aws-types 1.3.1",
         544  +
 "bytes",
         545  +
 "fastrand 2.0.2",
         546  +
 "futures-util",
         547  +
 "http 0.2.12",
         548  +
 "once_cell",
         549  +
 "regex-lite",
         550  +
 "serde_json",
         551  +
 "tokio",
         552  +
 "tracing",
         553  +
 "tracing-subscriber",
         554  +
]
         555  +
         556  +
[[package]]
         557  +
name = "aws-sdk-config"
         558  +
version = "0.0.0-local"
         559  +
dependencies = [
         560  +
 "aws-config",
         561  +
 "aws-credential-types 1.2.0",
         562  +
 "aws-runtime 1.2.2",
         563  +
 "aws-smithy-async 1.2.1",
         564  +
 "aws-smithy-http 0.60.8",
         565  +
 "aws-smithy-json 0.60.7",
         566  +
 "aws-smithy-runtime 1.5.7",
         567  +
 "aws-smithy-runtime-api 1.6.3",
         568  +
 "aws-smithy-types 1.2.0",
         569  +
 "aws-types 1.3.1",
         570  +
 "bytes",
         571  +
 "http 0.2.12",
         572  +
 "once_cell",
         573  +
 "regex-lite",
         574  +
 "tokio",
         575  +
 "tracing",
         576  +
]
         577  +
         578  +
[[package]]
         579  +
name = "aws-sdk-dynamodb"
         580  +
version = "0.0.0-local"
         581  +
dependencies = [
         582  +
 "approx",
         583  +
 "aws-config",
         584  +
 "aws-credential-types 1.2.0",
         585  +
 "aws-runtime 1.2.2",
         586  +
 "aws-smithy-async 1.2.1",
         587  +
 "aws-smithy-http 0.60.8",
         588  +
 "aws-smithy-json 0.60.7",
         589  +
 "aws-smithy-protocol-test 0.60.7",
         590  +
 "aws-smithy-runtime 1.5.7",
         591  +
 "aws-smithy-runtime-api 1.6.3",
         592  +
 "aws-smithy-types 1.2.0",
         593  +
 "aws-types 1.3.1",
         594  +
 "bytes",
         595  +
 "criterion",
         596  +
 "fastrand 2.0.2",
         597  +
 "futures-util",
         598  +
 "http 0.2.12",
         599  +
 "once_cell",
         600  +
 "regex-lite",
         601  +
 "serde_json",
         602  +
 "tokio",
         603  +
 "tracing",
         604  +
 "tracing-subscriber",
         605  +
]
         606  +
         607  +
[[package]]
         608  +
name = "aws-sdk-ec2"
         609  +
version = "0.0.0-local"
         610  +
dependencies = [
         611  +
 "aws-config",
         612  +
 "aws-credential-types 1.2.0",
         613  +
 "aws-runtime 1.2.2",
         614  +
 "aws-smithy-async 1.2.1",
         615  +
 "aws-smithy-http 0.60.8",
         616  +
 "aws-smithy-json 0.60.7",
         617  +
 "aws-smithy-protocol-test 0.60.7",
         618  +
 "aws-smithy-query",
         619  +
 "aws-smithy-runtime 1.5.7",
         620  +
 "aws-smithy-runtime-api 1.6.3",
         621  +
 "aws-smithy-types 1.2.0",
         622  +
 "aws-smithy-xml 0.60.8",
         623  +
 "aws-types 1.3.1",
         624  +
 "fastrand 2.0.2",
         625  +
 "futures-util",
         626  +
 "http 0.2.12",
         627  +
 "once_cell",
         628  +
 "regex-lite",
         629  +
 "serde_json",
         630  +
 "tokio",
         631  +
 "tracing",
         632  +
 "tracing-subscriber",
         633  +
]
         634  +
         635  +
[[package]]
         636  +
name = "aws-sdk-ecs"
         637  +
version = "0.0.0-local"
         638  +
dependencies = [
         639  +
 "aws-config",
         640  +
 "aws-credential-types 1.2.0",
         641  +
 "aws-runtime 1.2.2",
         642  +
 "aws-smithy-async 1.2.1",
         643  +
 "aws-smithy-http 0.60.8",
         644  +
 "aws-smithy-json 0.60.7",
         645  +
 "aws-smithy-runtime 1.5.7",
         646  +
 "aws-smithy-runtime-api 1.6.3",
         647  +
 "aws-smithy-types 1.2.0",
         648  +
 "aws-types 1.3.1",
         649  +
 "bytes",
         650  +
 "fastrand 2.0.2",
         651  +
 "http 0.2.12",
         652  +
 "once_cell",
         653  +
 "regex-lite",
         654  +
 "tokio",
         655  +
 "tracing",
         656  +
]
         657  +
         658  +
[[package]]
         659  +
name = "aws-sdk-glacier"
         660  +
version = "0.0.0-local"
         661  +
dependencies = [
         662  +
 "aws-config",
         663  +
 "aws-credential-types 1.2.0",
         664  +
 "aws-runtime 1.2.2",
         665  +
 "aws-sigv4 1.2.2",
         666  +
 "aws-smithy-async 1.2.1",
         667  +
 "aws-smithy-http 0.60.8",
         668  +
 "aws-smithy-json 0.60.7",
         669  +
 "aws-smithy-protocol-test 0.60.7",
         670  +
 "aws-smithy-runtime 1.5.7",
         671  +
 "aws-smithy-runtime-api 1.6.3",
         672  +
 "aws-smithy-types 1.2.0",
         673  +
 "aws-types 1.3.1",
         674  +
 "bytes",
         675  +
 "futures-util",
         676  +
 "hex",
         677  +
 "http 0.2.12",
         678  +
 "once_cell",
         679  +
 "pretty_assertions",
         680  +
 "regex-lite",
         681  +
 "ring",
         682  +
 "serde_json",
         683  +
 "tokio",
         684  +
 "tracing",
         685  +
 "tracing-subscriber",
         686  +
]
         687  +
         688  +
[[package]]
         689  +
name = "aws-sdk-iam"
         690  +
version = "0.0.0-local"
         691  +
dependencies = [
         692  +
 "aws-config",
         693  +
 "aws-credential-types 1.2.0",
         694  +
 "aws-runtime 1.2.2",
         695  +
 "aws-smithy-async 1.2.1",
         696  +
 "aws-smithy-http 0.60.8",
         697  +
 "aws-smithy-json 0.60.7",
         698  +
 "aws-smithy-protocol-test 0.60.7",
         699  +
 "aws-smithy-query",
         700  +
 "aws-smithy-runtime 1.5.7",
         701  +
 "aws-smithy-runtime-api 1.6.3",
         702  +
 "aws-smithy-types 1.2.0",
         703  +
 "aws-smithy-xml 0.60.8",
         704  +
 "aws-types 1.3.1",
         705  +
 "futures-util",
         706  +
 "http 0.2.12",
         707  +
 "once_cell",
         708  +
 "regex-lite",
         709  +
 "serde_json",
         710  +
 "tokio",
         711  +
 "tracing",
         712  +
 "tracing-subscriber",
         713  +
]
         714  +
         715  +
[[package]]
         716  +
name = "aws-sdk-kms"
         717  +
version = "0.0.0-local"
         718  +
dependencies = [
         719  +
 "aws-config",
         720  +
 "aws-credential-types 1.2.0",
         721  +
 "aws-runtime 1.2.2",
         722  +
 "aws-smithy-async 1.2.1",
         723  +
 "aws-smithy-http 0.60.8",
         724  +
 "aws-smithy-json 0.60.7",
         725  +
 "aws-smithy-protocol-test 0.60.7",
         726  +
 "aws-smithy-runtime 1.5.7",
         727  +
 "aws-smithy-runtime-api 1.6.3",
         728  +
 "aws-smithy-types 1.2.0",
         729  +
 "aws-types 1.3.1",
         730  +
 "bytes",
         731  +
 "futures-util",
         732  +
 "http 0.2.12",
         733  +
 "once_cell",
         734  +
 "regex-lite",
         735  +
 "serde_json",
         736  +
 "tokio",
         737  +
 "tracing",
         738  +
 "tracing-subscriber",
         739  +
]
         740  +
         741  +
[[package]]
         742  +
name = "aws-sdk-lambda"
         743  +
version = "0.0.0-local"
         744  +
dependencies = [
         745  +
 "aws-config",
         746  +
 "aws-credential-types 1.2.0",
         747  +
 "aws-runtime 1.2.2",
         748  +
 "aws-smithy-async 1.2.1",
         749  +
 "aws-smithy-eventstream 0.60.4",
         750  +
 "aws-smithy-http 0.60.8",
         751  +
 "aws-smithy-json 0.60.7",
         752  +
 "aws-smithy-protocol-test 0.60.7",
         753  +
 "aws-smithy-runtime 1.5.7",
         754  +
 "aws-smithy-runtime-api 1.6.3",
         755  +
 "aws-smithy-types 1.2.0",
         756  +
 "aws-types 1.3.1",
         757  +
 "bytes",
         758  +
 "futures-util",
         759  +
 "http 0.2.12",
         760  +
 "once_cell",
         761  +
 "regex-lite",
         762  +
 "serde_json",
         763  +
 "tokio",
         764  +
 "tracing",
         765  +
 "tracing-subscriber",
         766  +
]
         767  +
         768  +
[[package]]
         769  +
name = "aws-sdk-polly"
         770  +
version = "0.0.0-local"
         771  +
dependencies = [
         772  +
 "aws-config",
         773  +
 "aws-credential-types 1.2.0",
         774  +
 "aws-runtime 1.2.2",
         775  +
 "aws-sigv4 1.2.2",
         776  +
 "aws-smithy-async 1.2.1",
         777  +
 "aws-smithy-http 0.60.8",
         778  +
 "aws-smithy-json 0.60.7",
         779  +
 "aws-smithy-protocol-test 0.60.7",
         780  +
 "aws-smithy-runtime 1.5.7",
         781  +
 "aws-smithy-runtime-api 1.6.3",
         782  +
 "aws-smithy-types 1.2.0",
         783  +
 "aws-types 1.3.1",
         784  +
 "bytes",
         785  +
 "futures-util",
         786  +
 "http 0.2.12",
         787  +
 "once_cell",
         788  +
 "regex-lite",
         789  +
 "serde_json",
         790  +
 "tokio",
         791  +
 "tracing",
         792  +
 "tracing-subscriber",
         793  +
]
         794  +
         795  +
[[package]]
         796  +
name = "aws-sdk-qldbsession"
         797  +
version = "0.0.0-local"
         798  +
dependencies = [
         799  +
 "aws-config",
         800  +
 "aws-credential-types 1.2.0",
         801  +
 "aws-runtime 1.2.2",
         802  +
 "aws-smithy-async 1.2.1",
         803  +
 "aws-smithy-http 0.60.8",
         804  +
 "aws-smithy-json 0.60.7",
         805  +
 "aws-smithy-protocol-test 0.60.7",
         806  +
 "aws-smithy-runtime 1.5.7",
         807  +
 "aws-smithy-runtime-api 1.6.3",
         808  +
 "aws-smithy-types 1.2.0",
         809  +
 "aws-types 1.3.1",
         810  +
 "bytes",
         811  +
 "futures-util",
         812  +
 "http 0.2.12",
         813  +
 "once_cell",
         814  +
 "regex-lite",
         815  +
 "serde_json",
         816  +
 "tokio",
         817  +
 "tracing",
         818  +
 "tracing-subscriber",
         819  +
]
         820  +
         821  +
[[package]]
         822  +
name = "aws-sdk-route53"
         823  +
version = "0.0.0-local"
         824  +
dependencies = [
         825  +
 "aws-config",
         826  +
 "aws-credential-types 1.2.0",
         827  +
 "aws-runtime 1.2.2",
         828  +
 "aws-smithy-async 1.2.1",
         829  +
 "aws-smithy-http 0.60.8",
         830  +
 "aws-smithy-json 0.60.7",
         831  +
 "aws-smithy-runtime 1.5.7",
         832  +
 "aws-smithy-runtime-api 1.6.3",
         833  +
 "aws-smithy-types 1.2.0",
         834  +
 "aws-smithy-xml 0.60.8",
         835  +
 "aws-types 1.3.1",
         836  +
 "http 0.2.12",
         837  +
 "once_cell",
         838  +
 "pretty_assertions",
         839  +
 "regex-lite",
         840  +
 "tokio",
         841  +
 "tracing",
         842  +
]
         843  +
         844  +
[[package]]
         845  +
name = "aws-sdk-s3"
         846  +
version = "0.0.0-local"
         847  +
dependencies = [
         848  +
 "ahash",
         849  +
 "async-std",
         850  +
 "aws-config",
         851  +
 "aws-credential-types 1.2.0",
         852  +
 "aws-runtime 1.2.2",
         853  +
 "aws-sigv4 1.2.2",
         854  +
 "aws-smithy-async 1.2.1",
         855  +
 "aws-smithy-checksums 0.60.9",
         856  +
 "aws-smithy-eventstream 0.60.4",
         857  +
 "aws-smithy-experimental",
         858  +
 "aws-smithy-http 0.60.8",
         859  +
 "aws-smithy-json 0.60.7",
         860  +
 "aws-smithy-protocol-test 0.60.7",
         861  +
 "aws-smithy-runtime 1.5.7",
         862  +
 "aws-smithy-runtime-api 1.6.3",
         863  +
 "aws-smithy-types 1.2.0",
         864  +
 "aws-smithy-xml 0.60.8",
         865  +
 "aws-types 1.3.1",
         866  +
 "bytes",
         867  +
 "bytes-utils",
         868  +
 "fastrand 2.0.2",
         869  +
 "futures-util",
         870  +
 "hdrhistogram",
         871  +
 "hex",
         872  +
 "hmac",
         873  +
 "http 0.2.12",
         874  +
 "http-body 0.4.6",
         875  +
 "lru",
         876  +
 "once_cell",
         877  +
 "percent-encoding",
         878  +
 "pretty_assertions",
         879  +
 "regex-lite",
         880  +
 "serde_json",
         881  +
 "sha2",
         882  +
 "smol",
         883  +
 "tempfile",
         884  +
 "tokio",
         885  +
 "tracing",
         886  +
 "tracing-appender",
         887  +
 "tracing-subscriber",
         888  +
 "tracing-test",
         889  +
 "url",
         890  +
]
         891  +
         892  +
[[package]]
         893  +
name = "aws-sdk-s3"
         894  +
version = "1.34.0"
         895  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         896  +
checksum = "724119d8fd2d2638b9979673f3b5c2979fa388c9ca27815e3cb5ad6234fac3f5"
         897  +
dependencies = [
         898  +
 "ahash",
         899  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         900  +
 "aws-runtime 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
         901  +
 "aws-sigv4 1.2.1",
         902  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
         903  +
 "aws-smithy-checksums 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
         904  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
         905  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         906  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
         907  +
 "aws-smithy-runtime 1.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
         908  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
         909  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
         910  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
         911  +
 "aws-types 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
         912  +
 "bytes",
         913  +
 "fastrand 2.0.2",
         914  +
 "hex",
         915  +
 "hmac",
         916  +
 "http 0.2.12",
         917  +
 "http-body 0.4.6",
         918  +
 "lru",
         919  +
 "once_cell",
         920  +
 "percent-encoding",
         921  +
 "regex-lite",
         922  +
 "sha2",
         923  +
 "tracing",
         924  +
 "url",
         925  +
]
         926  +
         927  +
[[package]]
         928  +
name = "aws-sdk-s3control"
         929  +
version = "0.0.0-local"
         930  +
dependencies = [
         931  +
 "aws-config",
         932  +
 "aws-credential-types 1.2.0",
         933  +
 "aws-runtime 1.2.2",
         934  +
 "aws-smithy-async 1.2.1",
         935  +
 "aws-smithy-http 0.60.8",
         936  +
 "aws-smithy-json 0.60.7",
         937  +
 "aws-smithy-protocol-test 0.60.7",
         938  +
 "aws-smithy-runtime 1.5.7",
         939  +
 "aws-smithy-runtime-api 1.6.3",
         940  +
 "aws-smithy-types 1.2.0",
         941  +
 "aws-smithy-xml 0.60.8",
         942  +
 "aws-types 1.3.1",
         943  +
 "fastrand 2.0.2",
         944  +
 "futures-util",
         945  +
 "http 0.2.12",
         946  +
 "md-5",
         947  +
 "once_cell",
         948  +
 "regex-lite",
         949  +
 "serde_json",
         950  +
 "tokio",
         951  +
 "tracing",
         952  +
 "tracing-subscriber",
         953  +
 "url",
         954  +
]
         955  +
         956  +
[[package]]
         957  +
name = "aws-sdk-sso"
         958  +
version = "0.0.0-local"
         959  +
dependencies = [
         960  +
 "aws-credential-types 1.2.0",
         961  +
 "aws-runtime 1.2.2",
         962  +
 "aws-smithy-async 1.2.1",
         963  +
 "aws-smithy-http 0.60.8",
         964  +
 "aws-smithy-json 0.60.7",
         965  +
 "aws-smithy-runtime 1.5.7",
         966  +
 "aws-smithy-runtime-api 1.6.3",
         967  +
 "aws-smithy-types 1.2.0",
         968  +
 "aws-types 1.3.1",
         969  +
 "bytes",
         970  +
 "http 0.2.12",
         971  +
 "once_cell",
         972  +
 "regex-lite",
         973  +
 "tokio",
         974  +
 "tracing",
         975  +
]
         976  +
         977  +
[[package]]
         978  +
name = "aws-sdk-ssooidc"
         979  +
version = "0.0.0-local"
         980  +
dependencies = [
         981  +
 "aws-credential-types 1.2.0",
         982  +
 "aws-runtime 1.2.2",
         983  +
 "aws-smithy-async 1.2.1",
         984  +
 "aws-smithy-http 0.60.8",
         985  +
 "aws-smithy-json 0.60.7",
         986  +
 "aws-smithy-runtime 1.5.7",
         987  +
 "aws-smithy-runtime-api 1.6.3",
         988  +
 "aws-smithy-types 1.2.0",
         989  +
 "aws-types 1.3.1",
         990  +
 "bytes",
         991  +
 "http 0.2.12",
         992  +
 "once_cell",
         993  +
 "regex-lite",
         994  +
 "tokio",
         995  +
 "tracing",
         996  +
]
         997  +
         998  +
[[package]]
         999  +
name = "aws-sdk-sts"
        1000  +
version = "0.0.0-local"
        1001  +
dependencies = [
        1002  +
 "aws-credential-types 1.2.0",
        1003  +
 "aws-runtime 1.2.2",
        1004  +
 "aws-smithy-async 1.2.1",
        1005  +
 "aws-smithy-http 0.60.8",
        1006  +
 "aws-smithy-json 0.60.7",
        1007  +
 "aws-smithy-protocol-test 0.60.7",
        1008  +
 "aws-smithy-query",
        1009  +
 "aws-smithy-runtime 1.5.7",
        1010  +
 "aws-smithy-runtime-api 1.6.3",
        1011  +
 "aws-smithy-types 1.2.0",
        1012  +
 "aws-smithy-xml 0.60.8",
        1013  +
 "aws-types 1.3.1",
        1014  +
 "futures-util",
        1015  +
 "http 0.2.12",
        1016  +
 "once_cell",
        1017  +
 "regex-lite",
        1018  +
 "serde_json",
        1019  +
 "tokio",
        1020  +
 "tracing",
        1021  +
 "tracing-subscriber",
        1022  +
]
        1023  +
        1024  +
[[package]]
        1025  +
name = "aws-sdk-timestreamquery"
        1026  +
version = "0.0.0-local"
        1027  +
dependencies = [
        1028  +
 "aws-config",
        1029  +
 "aws-credential-types 1.2.0",
        1030  +
 "aws-runtime 1.2.2",
        1031  +
 "aws-smithy-async 1.2.1",
        1032  +
 "aws-smithy-http 0.60.8",
        1033  +
 "aws-smithy-json 0.60.7",
        1034  +
 "aws-smithy-protocol-test 0.60.7",
        1035  +
 "aws-smithy-runtime 1.5.7",
        1036  +
 "aws-smithy-runtime-api 1.6.3",
        1037  +
 "aws-smithy-types 1.2.0",
        1038  +
 "aws-types 1.3.1",
        1039  +
 "bytes",
        1040  +
 "fastrand 2.0.2",
        1041  +
 "futures-util",
        1042  +
 "http 0.2.12",
        1043  +
 "once_cell",
        1044  +
 "regex-lite",
        1045  +
 "serde_json",
        1046  +
 "tokio",
        1047  +
 "tracing",
        1048  +
 "tracing-subscriber",
        1049  +
]
        1050  +
        1051  +
[[package]]
        1052  +
name = "aws-sdk-timestreamwrite"
        1053  +
version = "0.0.0-local"
        1054  +
dependencies = [
        1055  +
 "aws-config",
        1056  +
 "aws-credential-types 1.2.0",
        1057  +
 "aws-runtime 1.2.2",
        1058  +
 "aws-smithy-async 1.2.1",
        1059  +
 "aws-smithy-http 0.60.8",
        1060  +
 "aws-smithy-json 0.60.7",
        1061  +
 "aws-smithy-runtime 1.5.7",
        1062  +
 "aws-smithy-runtime-api 1.6.3",
        1063  +
 "aws-smithy-types 1.2.0",
        1064  +
 "aws-types 1.3.1",
        1065  +
 "bytes",
        1066  +
 "fastrand 2.0.2",
        1067  +
 "http 0.2.12",
        1068  +
 "once_cell",
        1069  +
 "regex-lite",
        1070  +
 "tokio",
        1071  +
 "tracing",
        1072  +
]
        1073  +
        1074  +
[[package]]
        1075  +
name = "aws-sdk-transcribestreaming"
        1076  +
version = "0.0.0-local"
        1077  +
dependencies = [
        1078  +
 "async-stream",
        1079  +
 "aws-config",
        1080  +
 "aws-credential-types 1.2.0",
        1081  +
 "aws-runtime 1.2.2",
        1082  +
 "aws-sigv4 1.2.2",
        1083  +
 "aws-smithy-async 1.2.1",
        1084  +
 "aws-smithy-eventstream 0.60.4",
        1085  +
 "aws-smithy-http 0.60.8",
        1086  +
 "aws-smithy-json 0.60.7",
        1087  +
 "aws-smithy-protocol-test 0.60.7",
        1088  +
 "aws-smithy-runtime 1.5.7",
        1089  +
 "aws-smithy-runtime-api 1.6.3",
        1090  +
 "aws-smithy-types 1.2.0",
        1091  +
 "aws-types 1.3.1",
        1092  +
 "bytes",
        1093  +
 "futures-core",
        1094  +
 "futures-util",
        1095  +
 "hound",
        1096  +
 "http 0.2.12",
        1097  +
 "hyper 0.14.29",
        1098  +
 "once_cell",
        1099  +
 "regex-lite",
        1100  +
 "serde_json",
        1101  +
 "tokio",
        1102  +
 "tracing",
        1103  +
 "tracing-subscriber",
        1104  +
]
        1105  +
        1106  +
[[package]]
        1107  +
name = "aws-sig-auth"
        1108  +
version = "0.60.3"
        1109  +
        1110  +
[[package]]
        1111  +
name = "aws-sigv4"
        1112  +
version = "1.2.1"
        1113  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1114  +
checksum = "58b56f1cbe6fd4d0c2573df72868f20ab1c125ca9c9dbce17927a463433a2e57"
        1115  +
dependencies = [
        1116  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1117  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        1118  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1119  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        1120  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1121  +
 "bytes",
        1122  +
 "crypto-bigint 0.5.5",
        1123  +
 "form_urlencoded",
        1124  +
 "hex",
        1125  +
 "hmac",
        1126  +
 "http 0.2.12",
        1127  +
 "http 1.1.0",
        1128  +
 "once_cell",
        1129  +
 "p256",
        1130  +
 "percent-encoding",
        1131  +
 "ring",
        1132  +
 "sha2",
        1133  +
 "subtle",
        1134  +
 "time",
        1135  +
 "tracing",
        1136  +
 "zeroize",
        1137  +
]
        1138  +
        1139  +
[[package]]
        1140  +
name = "aws-sigv4"
        1141  +
version = "1.2.2"
        1142  +
dependencies = [
        1143  +
 "aws-credential-types 1.2.0",
        1144  +
 "aws-smithy-eventstream 0.60.4",
        1145  +
 "aws-smithy-http 0.60.8",
        1146  +
 "aws-smithy-runtime-api 1.6.3",
        1147  +
 "aws-smithy-types 1.2.0",
        1148  +
 "bytes",
        1149  +
 "criterion",
        1150  +
 "crypto-bigint 0.5.5",
        1151  +
 "form_urlencoded",
        1152  +
 "hex",
        1153  +
 "hex-literal",
        1154  +
 "hmac",
        1155  +
 "http 0.2.12",
        1156  +
 "http 1.1.0",
        1157  +
 "httparse",
        1158  +
 "libfuzzer-sys",
        1159  +
 "once_cell",
        1160  +
 "p256",
        1161  +
 "percent-encoding",
        1162  +
 "pretty_assertions",
        1163  +
 "proptest",
        1164  +
 "ring",
        1165  +
 "serde",
        1166  +
 "serde_derive",
        1167  +
 "serde_json",
        1168  +
 "sha2",
        1169  +
 "subtle",
        1170  +
 "time",
        1171  +
 "tracing",
        1172  +
 "zeroize",
        1173  +
]
        1174  +
        1175  +
[[package]]
        1176  +
name = "aws-smithy-async"
        1177  +
version = "1.2.1"
        1178  +
dependencies = [
        1179  +
 "futures-util",
        1180  +
 "pin-project-lite",
        1181  +
 "pin-utils",
        1182  +
 "tokio",
        1183  +
 "tokio-test",
        1184  +
]
        1185  +
        1186  +
[[package]]
        1187  +
name = "aws-smithy-async"
        1188  +
version = "1.2.1"
        1189  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1190  +
checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
        1191  +
dependencies = [
        1192  +
 "futures-util",
        1193  +
 "pin-project-lite",
        1194  +
 "tokio",
        1195  +
]
        1196  +
        1197  +
[[package]]
        1198  +
name = "aws-smithy-checksums"
        1199  +
version = "0.60.9"
        1200  +
dependencies = [
        1201  +
 "aws-smithy-http 0.60.8",
        1202  +
 "aws-smithy-types 1.2.0",
        1203  +
 "bytes",
        1204  +
 "bytes-utils",
        1205  +
 "crc32c",
        1206  +
 "crc32fast",
        1207  +
 "hex",
        1208  +
 "http 0.2.12",
        1209  +
 "http-body 0.4.6",
        1210  +
 "md-5",
        1211  +
 "pin-project-lite",
        1212  +
 "pretty_assertions",
        1213  +
 "sha1",
        1214  +
 "sha2",
        1215  +
 "tokio",
        1216  +
 "tracing",
        1217  +
 "tracing-test",
        1218  +
]
        1219  +
        1220  +
[[package]]
        1221  +
name = "aws-smithy-checksums"
        1222  +
version = "0.60.9"
        1223  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1224  +
checksum = "6242d6a54d3b4b83458f4abd7057ba93c4419dc71e8217e9acd3a748d656d99e"
        1225  +
dependencies = [
        1226  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1227  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1228  +
 "bytes",
        1229  +
 "crc32c",
        1230  +
 "crc32fast",
        1231  +
 "hex",
        1232  +
 "http 0.2.12",
        1233  +
 "http-body 0.4.6",
        1234  +
 "md-5",
        1235  +
 "pin-project-lite",
        1236  +
 "sha1",
        1237  +
 "sha2",
        1238  +
 "tracing",
        1239  +
]
        1240  +
        1241  +
[[package]]
        1242  +
name = "aws-smithy-client"
        1243  +
version = "0.60.3"
        1244  +
        1245  +
[[package]]
        1246  +
name = "aws-smithy-compression"
        1247  +
version = "0.0.1"
        1248  +
dependencies = [
        1249  +
 "aws-smithy-runtime-api 1.6.3",
        1250  +
 "aws-smithy-types 1.2.0",
        1251  +
 "bytes",
        1252  +
 "bytes-utils",
        1253  +
 "flate2",
        1254  +
 "http 0.2.12",
        1255  +
 "http 1.1.0",
        1256  +
 "http-body 0.4.6",
        1257  +
 "http-body 1.0.0",
        1258  +
 "http-body-util",
        1259  +
 "pin-project-lite",
        1260  +
 "pretty_assertions",
        1261  +
 "tokio",
        1262  +
 "tracing",
        1263  +
]
        1264  +
        1265  +
[[package]]
        1266  +
name = "aws-smithy-eventstream"
        1267  +
version = "0.60.4"
        1268  +
dependencies = [
        1269  +
 "arbitrary",
        1270  +
 "aws-smithy-types 1.2.0",
        1271  +
 "bytes",
        1272  +
 "bytes-utils",
        1273  +
 "crc32fast",
        1274  +
 "derive_arbitrary",
        1275  +
]
        1276  +
        1277  +
[[package]]
        1278  +
name = "aws-smithy-eventstream"
        1279  +
version = "0.60.4"
        1280  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1281  +
checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
        1282  +
dependencies = [
        1283  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1284  +
 "bytes",
        1285  +
 "crc32fast",
        1286  +
]
        1287  +
        1288  +
[[package]]
        1289  +
name = "aws-smithy-experimental"
        1290  +
version = "0.1.1"
        1291  +
dependencies = [
        1292  +
 "aws-smithy-async 1.2.1",
        1293  +
 "aws-smithy-runtime 1.5.7",
        1294  +
 "aws-smithy-runtime-api 1.6.3",
        1295  +
 "aws-smithy-types 1.2.0",
        1296  +
 "h2 0.4.5",
        1297  +
 "http 1.1.0",
        1298  +
 "hyper 1.3.1",
        1299  +
 "hyper-rustls 0.27.2",
        1300  +
 "hyper-util",
        1301  +
 "once_cell",
        1302  +
 "pin-project-lite",
        1303  +
 "rustls 0.23.9",
        1304  +
 "tokio",
        1305  +
 "tower",
        1306  +
 "tracing",
        1307  +
]
        1308  +
        1309  +
[[package]]
        1310  +
name = "aws-smithy-http"
        1311  +
version = "0.60.8"
        1312  +
dependencies = [
        1313  +
 "async-stream",
        1314  +
 "aws-smithy-eventstream 0.60.4",
        1315  +
 "aws-smithy-runtime-api 1.6.3",
        1316  +
 "aws-smithy-types 1.2.0",
        1317  +
 "bytes",
        1318  +
 "bytes-utils",
        1319  +
 "futures-core",
        1320  +
 "futures-util",
        1321  +
 "http 0.2.12",
        1322  +
 "http-body 0.4.6",
        1323  +
 "hyper 0.14.29",
        1324  +
 "once_cell",
        1325  +
 "percent-encoding",
        1326  +
 "pin-project-lite",
        1327  +
 "pin-utils",
        1328  +
 "proptest",
        1329  +
 "tokio",
        1330  +
 "tracing",
        1331  +
]
        1332  +
        1333  +
[[package]]
        1334  +
name = "aws-smithy-http"
        1335  +
version = "0.60.8"
        1336  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1337  +
checksum = "4a7de001a1b9a25601016d8057ea16e31a45fdca3751304c8edf4ad72e706c08"
        1338  +
dependencies = [
        1339  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        1340  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        1341  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1342  +
 "bytes",
        1343  +
 "bytes-utils",
        1344  +
 "futures-core",
        1345  +
 "http 0.2.12",
        1346  +
 "http-body 0.4.6",
        1347  +
 "once_cell",
        1348  +
 "percent-encoding",
        1349  +
 "pin-project-lite",
        1350  +
 "pin-utils",
        1351  +
 "tracing",
        1352  +
]
        1353  +
        1354  +
[[package]]
        1355  +
name = "aws-smithy-http-auth"
        1356  +
version = "0.60.3"
        1357  +
        1358  +
[[package]]
        1359  +
name = "aws-smithy-http-tower"
        1360  +
version = "0.60.3"
        1361  +
        1362  +
[[package]]
        1363  +
name = "aws-smithy-json"
        1364  +
version = "0.60.7"
        1365  +
dependencies = [
        1366  +
 "aws-smithy-types 1.2.0",
        1367  +
 "proptest",
        1368  +
 "serde_json",
        1369  +
]
        1370  +
        1371  +
[[package]]
        1372  +
name = "aws-smithy-json"
        1373  +
version = "0.60.7"
        1374  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1375  +
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
        1376  +
dependencies = [
        1377  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1378  +
]
        1379  +
        1380  +
[[package]]
        1381  +
name = "aws-smithy-mocks-experimental"
        1382  +
version = "0.2.1"
        1383  +
dependencies = [
        1384  +
 "aws-sdk-s3 1.34.0",
        1385  +
 "aws-smithy-runtime-api 1.6.3",
        1386  +
 "aws-smithy-types 1.2.0",
        1387  +
 "tokio",
        1388  +
]
        1389  +
        1390  +
[[package]]
        1391  +
name = "aws-smithy-protocol-test"
        1392  +
version = "0.60.7"
        1393  +
dependencies = [
        1394  +
 "assert-json-diff",
        1395  +
 "aws-smithy-runtime-api 1.6.3",
        1396  +
 "http 0.2.12",
        1397  +
 "pretty_assertions",
        1398  +
 "regex-lite",
        1399  +
 "roxmltree",
        1400  +
 "serde_json",
        1401  +
 "thiserror",
        1402  +
]
        1403  +
        1404  +
[[package]]
        1405  +
name = "aws-smithy-protocol-test"
        1406  +
version = "0.60.7"
        1407  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1408  +
checksum = "a31e8279cb24640c7349f2bda6ca818d5fcc85129386bd73c1d0999430d6ddf2"
        1409  +
dependencies = [
        1410  +
 "assert-json-diff",
        1411  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        1412  +
 "http 0.2.12",
        1413  +
 "pretty_assertions",
        1414  +
 "regex-lite",
        1415  +
 "roxmltree",
        1416  +
 "serde_json",
        1417  +
 "thiserror",
        1418  +
]
        1419  +
        1420  +
[[package]]
        1421  +
name = "aws-smithy-query"
        1422  +
version = "0.60.7"
        1423  +
dependencies = [
        1424  +
 "aws-smithy-types 1.2.0",
        1425  +
 "urlencoding",
        1426  +
]
        1427  +
        1428  +
[[package]]
        1429  +
name = "aws-smithy-runtime"
        1430  +
version = "1.5.7"
        1431  +
dependencies = [
        1432  +
 "approx",
        1433  +
 "aws-smithy-async 1.2.1",
        1434  +
 "aws-smithy-http 0.60.8",
        1435  +
 "aws-smithy-protocol-test 0.60.7",
        1436  +
 "aws-smithy-runtime-api 1.6.3",
        1437  +
 "aws-smithy-types 1.2.0",
        1438  +
 "bytes",
        1439  +
 "fastrand 2.0.2",
        1440  +
 "futures-util",
        1441  +
 "h2 0.3.26",
        1442  +
 "http 0.2.12",
        1443  +
 "http 1.1.0",
        1444  +
 "http-body 0.4.6",
        1445  +
 "http-body 1.0.0",
        1446  +
 "httparse",
        1447  +
 "hyper 0.14.29",
        1448  +
 "hyper-rustls 0.24.2",
        1449  +
 "indexmap",
        1450  +
 "once_cell",
        1451  +
 "pin-project-lite",
        1452  +
 "pin-utils",
        1453  +
 "pretty_assertions",
        1454  +
 "rustls 0.21.12",
        1455  +
 "serde",
        1456  +
 "serde_json",
        1457  +
 "tokio",
        1458  +
 "tracing",
        1459  +
 "tracing-subscriber",
        1460  +
 "tracing-test",
        1461  +
]
        1462  +
        1463  +
[[package]]
        1464  +
name = "aws-smithy-runtime"
        1465  +
version = "1.5.7"
        1466  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1467  +
checksum = "8508de54f34b8feca6638466c2bd2de9d1df5bf79c578de9a649b72d644006b3"
        1468  +
dependencies = [
        1469  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1470  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        1471  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        1472  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        1473  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1474  +
 "bytes",
        1475  +
 "fastrand 2.0.2",
        1476  +
 "h2 0.3.26",
        1477  +
 "http 0.2.12",
        1478  +
 "http-body 0.4.6",
        1479  +
 "http-body 1.0.0",
        1480  +
 "httparse",
        1481  +
 "hyper 0.14.29",
        1482  +
 "hyper-rustls 0.24.2",
        1483  +
 "indexmap",
        1484  +
 "once_cell",
        1485  +
 "pin-project-lite",
        1486  +
 "pin-utils",
        1487  +
 "rustls 0.21.12",
        1488  +
 "serde",
        1489  +
 "serde_json",
        1490  +
 "tokio",
        1491  +
 "tracing",
        1492  +
 "tracing-subscriber",
        1493  +
]
        1494  +
        1495  +
[[package]]
        1496  +
name = "aws-smithy-runtime-api"
        1497  +
version = "1.6.3"
        1498  +
dependencies = [
        1499  +
 "aws-smithy-async 1.2.1",
        1500  +
 "aws-smithy-types 1.2.0",
        1501  +
 "bytes",
        1502  +
 "http 0.2.12",
        1503  +
 "http 1.1.0",
        1504  +
 "pin-project-lite",
        1505  +
 "proptest",
        1506  +
 "tokio",
        1507  +
 "tracing",
        1508  +
 "zeroize",
        1509  +
]
        1510  +
        1511  +
[[package]]
        1512  +
name = "aws-smithy-runtime-api"
        1513  +
version = "1.6.3"
        1514  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1515  +
checksum = "aa6dbabc7629fab4e4467f95f119c2e1a9b00b44c893affa98e23b040a0e2567"
        1516  +
dependencies = [
        1517  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1518  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1519  +
 "bytes",
        1520  +
 "http 0.2.12",
        1521  +
 "http 1.1.0",
        1522  +
 "pin-project-lite",
        1523  +
 "tokio",
        1524  +
 "tracing",
        1525  +
 "zeroize",
        1526  +
]
        1527  +
        1528  +
[[package]]
        1529  +
name = "aws-smithy-types"
        1530  +
version = "1.2.0"
        1531  +
dependencies = [
        1532  +
 "base64 0.13.1",
        1533  +
 "base64-simd",
        1534  +
 "bytes",
        1535  +
 "bytes-utils",
        1536  +
 "ciborium",
        1537  +
 "criterion",
        1538  +
 "futures-core",
        1539  +
 "http 0.2.12",
        1540  +
 "http 1.1.0",
        1541  +
 "http-body 0.4.6",
        1542  +
 "http-body 1.0.0",
        1543  +
 "http-body-util",
        1544  +
 "hyper 0.14.29",
        1545  +
 "itoa",
        1546  +
 "lazy_static",
        1547  +
 "num-integer",
        1548  +
 "pin-project-lite",
        1549  +
 "pin-utils",
        1550  +
 "proptest",
        1551  +
 "rand",
        1552  +
 "ryu",
        1553  +
 "serde",
        1554  +
 "serde_json",
        1555  +
 "tempfile",
        1556  +
 "time",
        1557  +
 "tokio",
        1558  +
 "tokio-stream",
        1559  +
 "tokio-util",
        1560  +
]
        1561  +
        1562  +
[[package]]
        1563  +
name = "aws-smithy-types"
        1564  +
version = "1.2.0"
        1565  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1566  +
checksum = "cfe321a6b21f5d8eabd0ade9c55d3d0335f3c3157fc2b3e87f05f34b539e4df5"
        1567  +
dependencies = [
        1568  +
 "base64-simd",
        1569  +
 "bytes",
        1570  +
 "bytes-utils",
        1571  +
 "futures-core",
        1572  +
 "http 0.2.12",
        1573  +
 "http 1.1.0",
        1574  +
 "http-body 0.4.6",
        1575  +
 "http-body 1.0.0",
        1576  +
 "http-body-util",
        1577  +
 "itoa",
        1578  +
 "num-integer",
        1579  +
 "pin-project-lite",
        1580  +
 "pin-utils",
        1581  +
 "ryu",
        1582  +
 "serde",
        1583  +
 "time",
        1584  +
 "tokio",
        1585  +
 "tokio-util",
        1586  +
]
        1587  +
        1588  +
[[package]]
        1589  +
name = "aws-smithy-types-convert"
        1590  +
version = "0.60.8"
        1591  +
dependencies = [
        1592  +
 "aws-smithy-async 1.2.1",
        1593  +
 "aws-smithy-types 1.2.0",
        1594  +
 "chrono",
        1595  +
 "futures-core",
        1596  +
 "time",
        1597  +
]
        1598  +
        1599  +
[[package]]
        1600  +
name = "aws-smithy-wasm"
        1601  +
version = "0.1.2"
        1602  +
dependencies = [
        1603  +
 "aws-smithy-http 0.60.8",
        1604  +
 "aws-smithy-runtime-api 1.6.3",
        1605  +
 "aws-smithy-types 1.2.0",
        1606  +
 "bytes",
        1607  +
 "http 1.1.0",
        1608  +
 "tracing",
        1609  +
 "wasi 0.12.1+wasi-0.2.0",
        1610  +
]
        1611  +
        1612  +
[[package]]
        1613  +
name = "aws-smithy-xml"
        1614  +
version = "0.60.8"
        1615  +
dependencies = [
        1616  +
 "aws-smithy-protocol-test 0.60.7",
        1617  +
 "base64 0.13.1",
        1618  +
 "proptest",
        1619  +
 "xmlparser",
        1620  +
]
        1621  +
        1622  +
[[package]]
        1623  +
name = "aws-smithy-xml"
        1624  +
version = "0.60.8"
        1625  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1626  +
checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
        1627  +
dependencies = [
        1628  +
 "xmlparser",
        1629  +
]
        1630  +
        1631  +
[[package]]
        1632  +
name = "aws-types"
        1633  +
version = "1.3.1"
        1634  +
dependencies = [
        1635  +
 "aws-credential-types 1.2.0",
        1636  +
 "aws-smithy-async 1.2.1",
        1637  +
 "aws-smithy-runtime 1.5.7",
        1638  +
 "aws-smithy-runtime-api 1.6.3",
        1639  +
 "aws-smithy-types 1.2.0",
        1640  +
 "http 0.2.12",
        1641  +
 "hyper-rustls 0.24.2",
        1642  +
 "rustc_version",
        1643  +
 "tempfile",
        1644  +
 "tokio",
        1645  +
 "tracing",
        1646  +
 "tracing-test",
        1647  +
]
        1648  +
        1649  +
[[package]]
        1650  +
name = "aws-types"
        1651  +
version = "1.3.1"
        1652  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1653  +
checksum = "6f734808d43702a67e57d478a12e227d4d038d0b90c9005a78c87890d3805922"
        1654  +
dependencies = [
        1655  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1656  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        1657  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        1658  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        1659  +
 "http 0.2.12",
        1660  +
 "rustc_version",
        1661  +
 "tracing",
        1662  +
]
        1663  +
        1664  +
[[package]]
        1665  +
name = "backtrace"
        1666  +
version = "0.3.72"
        1667  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1668  +
checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11"
        1669  +
dependencies = [
        1670  +
 "addr2line",
        1671  +
 "cc",
        1672  +
 "cfg-if",
        1673  +
 "libc",
        1674  +
 "miniz_oxide",
        1675  +
 "object",
        1676  +
 "rustc-demangle",
        1677  +
]
        1678  +
        1679  +
[[package]]
        1680  +
name = "base16ct"
        1681  +
version = "0.1.1"
        1682  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1683  +
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
        1684  +
        1685  +
[[package]]
        1686  +
name = "base64"
        1687  +
version = "0.13.1"
        1688  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1689  +
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
        1690  +
        1691  +
[[package]]
        1692  +
name = "base64"
        1693  +
version = "0.21.7"
        1694  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1695  +
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
        1696  +
        1697  +
[[package]]
        1698  +
name = "base64"
        1699  +
version = "0.22.1"
        1700  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1701  +
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
        1702  +
        1703  +
[[package]]
        1704  +
name = "base64-simd"
        1705  +
version = "0.8.0"
        1706  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1707  +
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
        1708  +
dependencies = [
        1709  +
 "outref",
        1710  +
 "vsimd",
        1711  +
]
        1712  +
        1713  +
[[package]]
        1714  +
name = "base64ct"
        1715  +
version = "1.6.0"
        1716  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1717  +
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
        1718  +
        1719  +
[[package]]
        1720  +
name = "bindgen"
        1721  +
version = "0.69.4"
        1722  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1723  +
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
        1724  +
dependencies = [
        1725  +
 "bitflags 2.5.0",
        1726  +
 "cexpr",
        1727  +
 "clang-sys",
        1728  +
 "itertools 0.12.1",
        1729  +
 "lazy_static",
        1730  +
 "lazycell",
        1731  +
 "log",
        1732  +
 "prettyplease",
        1733  +
 "proc-macro2",
        1734  +
 "quote",
        1735  +
 "regex",
        1736  +
 "rustc-hash",
        1737  +
 "shlex",
        1738  +
 "syn 2.0.66",
        1739  +
 "which",
        1740  +
]
        1741  +
        1742  +
[[package]]
        1743  +
name = "bit-set"
        1744  +
version = "0.5.3"
        1745  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1746  +
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
        1747  +
dependencies = [
        1748  +
 "bit-vec",
        1749  +
]
        1750  +
        1751  +
[[package]]
        1752  +
name = "bit-vec"
        1753  +
version = "0.6.3"
        1754  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1755  +
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
        1756  +
        1757  +
[[package]]
        1758  +
name = "bitflags"
        1759  +
version = "1.3.2"
        1760  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1761  +
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
        1762  +
        1763  +
[[package]]
        1764  +
name = "bitflags"
        1765  +
version = "2.5.0"
        1766  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1767  +
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
        1768  +
        1769  +
[[package]]
        1770  +
name = "block-buffer"
        1771  +
version = "0.10.4"
        1772  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1773  +
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
        1774  +
dependencies = [
        1775  +
 "generic-array",
        1776  +
]
        1777  +
        1778  +
[[package]]
        1779  +
name = "blocking"
        1780  +
version = "1.6.1"
        1781  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1782  +
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
        1783  +
dependencies = [
        1784  +
 "async-channel 2.3.1",
        1785  +
 "async-task",
        1786  +
 "futures-io",
        1787  +
 "futures-lite 2.3.0",
        1788  +
 "piper",
        1789  +
]
        1790  +
        1791  +
[[package]]
        1792  +
name = "bumpalo"
        1793  +
version = "3.16.0"
        1794  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1795  +
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
        1796  +
        1797  +
[[package]]
        1798  +
name = "byteorder"
        1799  +
version = "1.5.0"
        1800  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1801  +
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
        1802  +
        1803  +
[[package]]
        1804  +
name = "bytes"
        1805  +
version = "1.6.0"
        1806  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1807  +
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
        1808  +
        1809  +
[[package]]
        1810  +
name = "bytes-utils"
        1811  +
version = "0.1.4"
        1812  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1813  +
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
        1814  +
dependencies = [
        1815  +
 "bytes",
        1816  +
 "either",
        1817  +
]
        1818  +
        1819  +
[[package]]
        1820  +
name = "cast"
        1821  +
version = "0.3.0"
        1822  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1823  +
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
        1824  +
        1825  +
[[package]]
        1826  +
name = "cc"
        1827  +
version = "1.0.99"
        1828  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1829  +
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
        1830  +
dependencies = [
        1831  +
 "jobserver",
        1832  +
 "libc",
        1833  +
 "once_cell",
        1834  +
]
        1835  +
        1836  +
[[package]]
        1837  +
name = "cexpr"
        1838  +
version = "0.6.0"
        1839  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1840  +
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
        1841  +
dependencies = [
        1842  +
 "nom",
        1843  +
]
        1844  +
        1845  +
[[package]]
        1846  +
name = "cfg-if"
        1847  +
version = "1.0.0"
        1848  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1849  +
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
        1850  +
        1851  +
[[package]]
        1852  +
name = "chrono"
        1853  +
version = "0.4.38"
        1854  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1855  +
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
        1856  +
dependencies = [
        1857  +
 "num-traits",
        1858  +
]
        1859  +
        1860  +
[[package]]
        1861  +
name = "ciborium"
        1862  +
version = "0.2.2"
        1863  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1864  +
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
        1865  +
dependencies = [
        1866  +
 "ciborium-io",
        1867  +
 "ciborium-ll",
        1868  +
 "serde",
        1869  +
]
        1870  +
        1871  +
[[package]]
        1872  +
name = "ciborium-io"
        1873  +
version = "0.2.2"
        1874  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1875  +
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
        1876  +
        1877  +
[[package]]
        1878  +
name = "ciborium-ll"
        1879  +
version = "0.2.2"
        1880  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1881  +
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
        1882  +
dependencies = [
        1883  +
 "ciborium-io",
        1884  +
 "half",
        1885  +
]
        1886  +
        1887  +
[[package]]
        1888  +
name = "clang-sys"
        1889  +
version = "1.8.1"
        1890  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1891  +
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
        1892  +
dependencies = [
        1893  +
 "glob",
        1894  +
 "libc",
        1895  +
 "libloading",
        1896  +
]
        1897  +
        1898  +
[[package]]
        1899  +
name = "clap"
        1900  +
version = "4.5.7"
        1901  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1902  +
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
        1903  +
dependencies = [
        1904  +
 "clap_builder",
        1905  +
]
        1906  +
        1907  +
[[package]]
        1908  +
name = "clap_builder"
        1909  +
version = "4.5.7"
        1910  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1911  +
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
        1912  +
dependencies = [
        1913  +
 "anstyle",
        1914  +
 "clap_lex",
        1915  +
]
        1916  +
        1917  +
[[package]]
        1918  +
name = "clap_lex"
        1919  +
version = "0.7.1"
        1920  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1921  +
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
        1922  +
        1923  +
[[package]]
        1924  +
name = "cmake"
        1925  +
version = "0.1.50"
        1926  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1927  +
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
        1928  +
dependencies = [
        1929  +
 "cc",
        1930  +
]
        1931  +
        1932  +
[[package]]
        1933  +
name = "concurrent-queue"
        1934  +
version = "2.5.0"
        1935  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1936  +
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
        1937  +
dependencies = [
        1938  +
 "crossbeam-utils",
        1939  +
]
        1940  +
        1941  +
[[package]]
        1942  +
name = "const-oid"
        1943  +
version = "0.9.6"
        1944  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1945  +
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
        1946  +
        1947  +
[[package]]
        1948  +
name = "core-foundation"
        1949  +
version = "0.9.4"
        1950  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1951  +
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
        1952  +
dependencies = [
        1953  +
 "core-foundation-sys",
        1954  +
 "libc",
        1955  +
]
        1956  +
        1957  +
[[package]]
        1958  +
name = "core-foundation-sys"
        1959  +
version = "0.8.6"
        1960  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1961  +
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
        1962  +
        1963  +
[[package]]
        1964  +
name = "cpufeatures"
        1965  +
version = "0.2.12"
        1966  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1967  +
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
        1968  +
dependencies = [
        1969  +
 "libc",
        1970  +
]
        1971  +
        1972  +
[[package]]
        1973  +
name = "crc32c"
        1974  +
version = "0.6.5"
        1975  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1976  +
checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
        1977  +
dependencies = [
        1978  +
 "rustc_version",
        1979  +
]
        1980  +
        1981  +
[[package]]
        1982  +
name = "crc32fast"
        1983  +
version = "1.4.2"
        1984  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1985  +
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
        1986  +
dependencies = [
        1987  +
 "cfg-if",
        1988  +
]
        1989  +
        1990  +
[[package]]
        1991  +
name = "criterion"
        1992  +
version = "0.5.1"
        1993  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1994  +
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
        1995  +
dependencies = [
        1996  +
 "anes",
        1997  +
 "cast",
        1998  +
 "ciborium",
        1999  +
 "clap",
        2000  +
 "criterion-plot",
        2001  +
 "is-terminal",
        2002  +
 "itertools 0.10.5",
        2003  +
 "num-traits",
        2004  +
 "once_cell",
        2005  +
 "oorandom",
        2006  +
 "plotters",
        2007  +
 "rayon",
        2008  +
 "regex",
        2009  +
 "serde",
        2010  +
 "serde_derive",
        2011  +
 "serde_json",
        2012  +
 "tinytemplate",
        2013  +
 "walkdir",
        2014  +
]
        2015  +
        2016  +
[[package]]
        2017  +
name = "criterion-plot"
        2018  +
version = "0.5.0"
        2019  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2020  +
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
        2021  +
dependencies = [
        2022  +
 "cast",
        2023  +
 "itertools 0.10.5",
        2024  +
]
        2025  +
        2026  +
[[package]]
        2027  +
name = "crossbeam-channel"
        2028  +
version = "0.5.13"
        2029  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2030  +
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
        2031  +
dependencies = [
        2032  +
 "crossbeam-utils",
        2033  +
]
        2034  +
        2035  +
[[package]]
        2036  +
name = "crossbeam-deque"
        2037  +
version = "0.8.5"
        2038  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2039  +
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
        2040  +
dependencies = [
        2041  +
 "crossbeam-epoch",
        2042  +
 "crossbeam-utils",
        2043  +
]
        2044  +
        2045  +
[[package]]
        2046  +
name = "crossbeam-epoch"
        2047  +
version = "0.9.18"
        2048  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2049  +
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
        2050  +
dependencies = [
        2051  +
 "crossbeam-utils",
        2052  +
]
        2053  +
        2054  +
[[package]]
        2055  +
name = "crossbeam-utils"
        2056  +
version = "0.8.20"
        2057  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2058  +
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
        2059  +
        2060  +
[[package]]
        2061  +
name = "crunchy"
        2062  +
version = "0.2.2"
        2063  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2064  +
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
        2065  +
        2066  +
[[package]]
        2067  +
name = "crypto-bigint"
        2068  +
version = "0.4.9"
        2069  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2070  +
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
        2071  +
dependencies = [
        2072  +
 "generic-array",
        2073  +
 "rand_core",
        2074  +
 "subtle",
        2075  +
 "zeroize",
        2076  +
]
        2077  +
        2078  +
[[package]]
        2079  +
name = "crypto-bigint"
        2080  +
version = "0.5.5"
        2081  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2082  +
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
        2083  +
dependencies = [
        2084  +
 "rand_core",
        2085  +
 "subtle",
        2086  +
]
        2087  +
        2088  +
[[package]]
        2089  +
name = "crypto-common"
        2090  +
version = "0.1.6"
        2091  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2092  +
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
        2093  +
dependencies = [
        2094  +
 "generic-array",
        2095  +
 "typenum",
        2096  +
]
        2097  +
        2098  +
[[package]]
        2099  +
name = "der"
        2100  +
version = "0.6.1"
        2101  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2102  +
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
        2103  +
dependencies = [
        2104  +
 "const-oid",
        2105  +
 "zeroize",
        2106  +
]
        2107  +
        2108  +
[[package]]
        2109  +
name = "deranged"
        2110  +
version = "0.3.11"
        2111  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2112  +
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
        2113  +
dependencies = [
        2114  +
 "powerfmt",
        2115  +
]
        2116  +
        2117  +
[[package]]
        2118  +
name = "derive_arbitrary"
        2119  +
version = "1.3.2"
        2120  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2121  +
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
        2122  +
dependencies = [
        2123  +
 "proc-macro2",
        2124  +
 "quote",
        2125  +
 "syn 2.0.66",
        2126  +
]
        2127  +
        2128  +
[[package]]
        2129  +
name = "diff"
        2130  +
version = "0.1.13"
        2131  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2132  +
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
        2133  +
        2134  +
[[package]]
        2135  +
name = "digest"
        2136  +
version = "0.10.7"
        2137  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2138  +
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
        2139  +
dependencies = [
        2140  +
 "block-buffer",
        2141  +
 "crypto-common",
        2142  +
 "subtle",
        2143  +
]
        2144  +
        2145  +
[[package]]
        2146  +
name = "displaydoc"
        2147  +
version = "0.2.4"
        2148  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2149  +
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
        2150  +
dependencies = [
        2151  +
 "proc-macro2",
        2152  +
 "quote",
        2153  +
 "syn 2.0.66",
        2154  +
]
        2155  +
        2156  +
[[package]]
        2157  +
name = "dunce"
        2158  +
version = "1.0.4"
        2159  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2160  +
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
        2161  +
        2162  +
[[package]]
        2163  +
name = "ecdsa"
        2164  +
version = "0.14.8"
        2165  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2166  +
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
        2167  +
dependencies = [
        2168  +
 "der",
        2169  +
 "elliptic-curve",
        2170  +
 "rfc6979",
        2171  +
 "signature",
        2172  +
]
        2173  +
        2174  +
[[package]]
        2175  +
name = "either"
        2176  +
version = "1.12.0"
        2177  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2178  +
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
        2179  +
        2180  +
[[package]]
        2181  +
name = "elliptic-curve"
        2182  +
version = "0.12.3"
        2183  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2184  +
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
        2185  +
dependencies = [
        2186  +
 "base16ct",
        2187  +
 "crypto-bigint 0.4.9",
        2188  +
 "der",
        2189  +
 "digest",
        2190  +
 "ff",
        2191  +
 "generic-array",
        2192  +
 "group",
        2193  +
 "pkcs8",
        2194  +
 "rand_core",
        2195  +
 "sec1",
        2196  +
 "subtle",
        2197  +
 "zeroize",
        2198  +
]
        2199  +
        2200  +
[[package]]
        2201  +
name = "equivalent"
        2202  +
version = "1.0.1"
        2203  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2204  +
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
        2205  +
        2206  +
[[package]]
        2207  +
name = "errno"
        2208  +
version = "0.3.9"
        2209  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2210  +
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
        2211  +
dependencies = [
        2212  +
 "libc",
        2213  +
 "windows-sys 0.52.0",
        2214  +
]
        2215  +
        2216  +
[[package]]
        2217  +
name = "event-listener"
        2218  +
version = "2.5.3"
        2219  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2220  +
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
        2221  +
        2222  +
[[package]]
        2223  +
name = "event-listener"
        2224  +
version = "3.1.0"
        2225  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2226  +
checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
        2227  +
dependencies = [
        2228  +
 "concurrent-queue",
        2229  +
 "parking",
        2230  +
 "pin-project-lite",
        2231  +
]
        2232  +
        2233  +
[[package]]
        2234  +
name = "event-listener"
        2235  +
version = "5.3.1"
        2236  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2237  +
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
        2238  +
dependencies = [
        2239  +
 "concurrent-queue",
        2240  +
 "parking",
        2241  +
 "pin-project-lite",
        2242  +
]
        2243  +
        2244  +
[[package]]
        2245  +
name = "event-listener-strategy"
        2246  +
version = "0.5.2"
        2247  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2248  +
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
        2249  +
dependencies = [
        2250  +
 "event-listener 5.3.1",
        2251  +
 "pin-project-lite",
        2252  +
]
        2253  +
        2254  +
[[package]]
        2255  +
name = "extend"
        2256  +
version = "0.1.2"
        2257  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2258  +
checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
        2259  +
dependencies = [
        2260  +
 "proc-macro-error",
        2261  +
 "proc-macro2",
        2262  +
 "quote",
        2263  +
 "syn 1.0.109",
        2264  +
]
        2265  +
        2266  +
[[package]]
        2267  +
name = "fastrand"
        2268  +
version = "1.9.0"
        2269  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2270  +
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
        2271  +
dependencies = [
        2272  +
 "instant",
        2273  +
]
        2274  +
        2275  +
[[package]]
        2276  +
name = "fastrand"
        2277  +
version = "2.0.2"
        2278  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2279  +
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
        2280  +
        2281  +
[[package]]
        2282  +
name = "ff"
        2283  +
version = "0.12.1"
        2284  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2285  +
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
        2286  +
dependencies = [
        2287  +
 "rand_core",
        2288  +
 "subtle",
        2289  +
]
        2290  +
        2291  +
[[package]]
        2292  +
name = "flate2"
        2293  +
version = "1.0.30"
        2294  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2295  +
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
        2296  +
dependencies = [
        2297  +
 "crc32fast",
        2298  +
 "miniz_oxide",
        2299  +
]
        2300  +
        2301  +
[[package]]
        2302  +
name = "fnv"
        2303  +
version = "1.0.7"
        2304  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2305  +
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
        2306  +
        2307  +
[[package]]
        2308  +
name = "form_urlencoded"
        2309  +
version = "1.2.1"
        2310  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2311  +
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
        2312  +
dependencies = [
        2313  +
 "percent-encoding",
        2314  +
]
        2315  +
        2316  +
[[package]]
        2317  +
name = "fs_extra"
        2318  +
version = "1.3.0"
        2319  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2320  +
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
        2321  +
        2322  +
[[package]]
        2323  +
name = "futures-channel"
        2324  +
version = "0.3.30"
        2325  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2326  +
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
        2327  +
dependencies = [
        2328  +
 "futures-core",
        2329  +
]
        2330  +
        2331  +
[[package]]
        2332  +
name = "futures-core"
        2333  +
version = "0.3.30"
        2334  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2335  +
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
        2336  +
        2337  +
[[package]]
        2338  +
name = "futures-io"
        2339  +
version = "0.3.30"
        2340  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2341  +
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
        2342  +
        2343  +
[[package]]
        2344  +
name = "futures-lite"
        2345  +
version = "1.13.0"
        2346  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2347  +
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
        2348  +
dependencies = [
        2349  +
 "fastrand 1.9.0",
        2350  +
 "futures-core",
        2351  +
 "futures-io",
        2352  +
 "memchr",
        2353  +
 "parking",
        2354  +
 "pin-project-lite",
        2355  +
 "waker-fn",
        2356  +
]
        2357  +
        2358  +
[[package]]
        2359  +
name = "futures-lite"
        2360  +
version = "2.3.0"
        2361  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2362  +
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
        2363  +
dependencies = [
        2364  +
 "fastrand 2.0.2",
        2365  +
 "futures-core",
        2366  +
 "futures-io",
        2367  +
 "parking",
        2368  +
 "pin-project-lite",
        2369  +
]
        2370  +
        2371  +
[[package]]
        2372  +
name = "futures-macro"
        2373  +
version = "0.3.30"
        2374  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2375  +
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
        2376  +
dependencies = [
        2377  +
 "proc-macro2",
        2378  +
 "quote",
        2379  +
 "syn 2.0.66",
        2380  +
]
        2381  +
        2382  +
[[package]]
        2383  +
name = "futures-sink"
        2384  +
version = "0.3.30"
        2385  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2386  +
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
        2387  +
        2388  +
[[package]]
        2389  +
name = "futures-task"
        2390  +
version = "0.3.30"
        2391  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2392  +
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
        2393  +
        2394  +
[[package]]
        2395  +
name = "futures-util"
        2396  +
version = "0.3.30"
        2397  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2398  +
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
        2399  +
dependencies = [
        2400  +
 "futures-core",
        2401  +
 "futures-macro",
        2402  +
 "futures-task",
        2403  +
 "pin-project-lite",
        2404  +
 "pin-utils",
        2405  +
 "slab",
        2406  +
]
        2407  +
        2408  +
[[package]]
        2409  +
name = "generic-array"
        2410  +
version = "0.14.7"
        2411  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2412  +
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
        2413  +
dependencies = [
        2414  +
 "typenum",
        2415  +
 "version_check",
        2416  +
]
        2417  +
        2418  +
[[package]]
        2419  +
name = "getrandom"
        2420  +
version = "0.2.15"
        2421  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2422  +
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
        2423  +
dependencies = [
        2424  +
 "cfg-if",
        2425  +
 "libc",
        2426  +
 "wasi 0.11.0+wasi-snapshot-preview1",
        2427  +
]
        2428  +
        2429  +
[[package]]
        2430  +
name = "gimli"
        2431  +
version = "0.29.0"
        2432  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2433  +
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
        2434  +
        2435  +
[[package]]
        2436  +
name = "glob"
        2437  +
version = "0.3.1"
        2438  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2439  +
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
        2440  +
        2441  +
[[package]]
        2442  +
name = "gloo-timers"
        2443  +
version = "0.2.6"
        2444  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2445  +
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
        2446  +
dependencies = [
        2447  +
 "futures-channel",
        2448  +
 "futures-core",
        2449  +
 "js-sys",
        2450  +
 "wasm-bindgen",
        2451  +
]
        2452  +
        2453  +
[[package]]
        2454  +
name = "group"
        2455  +
version = "0.12.1"
        2456  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2457  +
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
        2458  +
dependencies = [
        2459  +
 "ff",
        2460  +
 "rand_core",
        2461  +
 "subtle",
        2462  +
]
        2463  +
        2464  +
[[package]]
        2465  +
name = "h2"
        2466  +
version = "0.3.26"
        2467  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2468  +
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
        2469  +
dependencies = [
        2470  +
 "bytes",
        2471  +
 "fnv",
        2472  +
 "futures-core",
        2473  +
 "futures-sink",
        2474  +
 "futures-util",
        2475  +
 "http 0.2.12",
        2476  +
 "indexmap",
        2477  +
 "slab",
        2478  +
 "tokio",
        2479  +
 "tokio-util",
        2480  +
 "tracing",
        2481  +
]
        2482  +
        2483  +
[[package]]
        2484  +
name = "h2"
        2485  +
version = "0.4.5"
        2486  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2487  +
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
        2488  +
dependencies = [
        2489  +
 "atomic-waker",
        2490  +
 "bytes",
        2491  +
 "fnv",
        2492  +
 "futures-core",
        2493  +
 "futures-sink",
        2494  +
 "http 1.1.0",
        2495  +
 "indexmap",
        2496  +
 "slab",
        2497  +
 "tokio",
        2498  +
 "tokio-util",
        2499  +
 "tracing",
        2500  +
]
        2501  +
        2502  +
[[package]]
        2503  +
name = "half"
        2504  +
version = "2.4.1"
        2505  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2506  +
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
        2507  +
dependencies = [
        2508  +
 "cfg-if",
        2509  +
 "crunchy",
        2510  +
]
        2511  +
        2512  +
[[package]]
        2513  +
name = "hashbrown"
        2514  +
version = "0.14.5"
        2515  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2516  +
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
        2517  +
dependencies = [
        2518  +
 "ahash",
        2519  +
 "allocator-api2",
        2520  +
]
        2521  +
        2522  +
[[package]]
        2523  +
name = "hdrhistogram"
        2524  +
version = "7.5.4"
        2525  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2526  +
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
        2527  +
dependencies = [
        2528  +
 "base64 0.21.7",
        2529  +
 "byteorder",
        2530  +
 "crossbeam-channel",
        2531  +
 "flate2",
        2532  +
 "nom",
        2533  +
 "num-traits",
        2534  +
]
        2535  +
        2536  +
[[package]]
        2537  +
name = "hermit-abi"
        2538  +
version = "0.3.9"
        2539  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2540  +
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
        2541  +
        2542  +
[[package]]
        2543  +
name = "hex"
        2544  +
version = "0.4.3"
        2545  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2546  +
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
        2547  +
        2548  +
[[package]]
        2549  +
name = "hex-literal"
        2550  +
version = "0.4.1"
        2551  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2552  +
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
        2553  +
        2554  +
[[package]]
        2555  +
name = "hmac"
        2556  +
version = "0.12.1"
        2557  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2558  +
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
        2559  +
dependencies = [
        2560  +
 "digest",
        2561  +
]
        2562  +
        2563  +
[[package]]
        2564  +
name = "home"
        2565  +
version = "0.5.9"
        2566  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2567  +
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
        2568  +
dependencies = [
        2569  +
 "windows-sys 0.52.0",
        2570  +
]
        2571  +
        2572  +
[[package]]
        2573  +
name = "hound"
        2574  +
version = "3.5.1"
        2575  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2576  +
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
        2577  +
        2578  +
[[package]]
        2579  +
name = "http"
        2580  +
version = "0.2.12"
        2581  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2582  +
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
        2583  +
dependencies = [
        2584  +
 "bytes",
        2585  +
 "fnv",
        2586  +
 "itoa",
        2587  +
]
        2588  +
        2589  +
[[package]]
        2590  +
name = "http"
        2591  +
version = "1.1.0"
        2592  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2593  +
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
        2594  +
dependencies = [
        2595  +
 "bytes",
        2596  +
 "fnv",
        2597  +
 "itoa",
        2598  +
]
        2599  +
        2600  +
[[package]]
        2601  +
name = "http-body"
        2602  +
version = "0.4.6"
        2603  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2604  +
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
        2605  +
dependencies = [
        2606  +
 "bytes",
        2607  +
 "http 0.2.12",
        2608  +
 "pin-project-lite",
        2609  +
]
        2610  +
        2611  +
[[package]]
        2612  +
name = "http-body"
        2613  +
version = "1.0.0"
        2614  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2615  +
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
        2616  +
dependencies = [
        2617  +
 "bytes",
        2618  +
 "http 1.1.0",
        2619  +
]
        2620  +
        2621  +
[[package]]
        2622  +
name = "http-body-util"
        2623  +
version = "0.1.2"
        2624  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2625  +
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
        2626  +
dependencies = [
        2627  +
 "bytes",
        2628  +
 "futures-util",
        2629  +
 "http 1.1.0",
        2630  +
 "http-body 1.0.0",
        2631  +
 "pin-project-lite",
        2632  +
]
        2633  +
        2634  +
[[package]]
        2635  +
name = "httparse"
        2636  +
version = "1.8.0"
        2637  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2638  +
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
        2639  +
        2640  +
[[package]]
        2641  +
name = "httpdate"
        2642  +
version = "1.0.3"
        2643  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2644  +
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
        2645  +
        2646  +
[[package]]
        2647  +
name = "hyper"
        2648  +
version = "0.14.29"
        2649  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2650  +
checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
        2651  +
dependencies = [
        2652  +
 "bytes",
        2653  +
 "futures-channel",
        2654  +
 "futures-core",
        2655  +
 "futures-util",
        2656  +
 "h2 0.3.26",
        2657  +
 "http 0.2.12",
        2658  +
 "http-body 0.4.6",
        2659  +
 "httparse",
        2660  +
 "httpdate",
        2661  +
 "itoa",
        2662  +
 "pin-project-lite",
        2663  +
 "socket2 0.5.7",
        2664  +
 "tokio",
        2665  +
 "tower-service",
        2666  +
 "tracing",
        2667  +
 "want",
        2668  +
]
        2669  +
        2670  +
[[package]]
        2671  +
name = "hyper"
        2672  +
version = "1.3.1"
        2673  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2674  +
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
        2675  +
dependencies = [
        2676  +
 "bytes",
        2677  +
 "futures-channel",
        2678  +
 "futures-util",
        2679  +
 "h2 0.4.5",
        2680  +
 "http 1.1.0",
        2681  +
 "http-body 1.0.0",
        2682  +
 "httparse",
        2683  +
 "itoa",
        2684  +
 "pin-project-lite",
        2685  +
 "smallvec",
        2686  +
 "tokio",
        2687  +
 "want",
        2688  +
]
        2689  +
        2690  +
[[package]]
        2691  +
name = "hyper-rustls"
        2692  +
version = "0.24.2"
        2693  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2694  +
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
        2695  +
dependencies = [
        2696  +
 "futures-util",
        2697  +
 "http 0.2.12",
        2698  +
 "hyper 0.14.29",
        2699  +
 "log",
        2700  +
 "rustls 0.21.12",
        2701  +
 "rustls-native-certs 0.6.3",
        2702  +
 "tokio",
        2703  +
 "tokio-rustls 0.24.1",
        2704  +
 "webpki-roots",
        2705  +
]
        2706  +
        2707  +
[[package]]
        2708  +
name = "hyper-rustls"
        2709  +
version = "0.27.2"
        2710  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2711  +
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
        2712  +
dependencies = [
        2713  +
 "futures-util",
        2714  +
 "http 1.1.0",
        2715  +
 "hyper 1.3.1",
        2716  +
 "hyper-util",
        2717  +
 "rustls 0.23.9",
        2718  +
 "rustls-native-certs 0.7.0",
        2719  +
 "rustls-pki-types",
        2720  +
 "tokio",
        2721  +
 "tokio-rustls 0.26.0",
        2722  +
 "tower-service",
        2723  +
]
        2724  +
        2725  +
[[package]]
        2726  +
name = "hyper-util"
        2727  +
version = "0.1.5"
        2728  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2729  +
checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
        2730  +
dependencies = [
        2731  +
 "bytes",
        2732  +
 "futures-channel",
        2733  +
 "futures-util",
        2734  +
 "http 1.1.0",
        2735  +
 "http-body 1.0.0",
        2736  +
 "hyper 1.3.1",
        2737  +
 "pin-project-lite",
        2738  +
 "socket2 0.5.7",
        2739  +
 "tokio",
        2740  +
 "tower",
        2741  +
 "tower-service",
        2742  +
 "tracing",
        2743  +
]
        2744  +
        2745  +
[[package]]
        2746  +
name = "icu_collections"
        2747  +
version = "1.5.0"
        2748  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2749  +
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
        2750  +
dependencies = [
        2751  +
 "displaydoc",
        2752  +
 "yoke",
        2753  +
 "zerofrom",
        2754  +
 "zerovec",
        2755  +
]
        2756  +
        2757  +
[[package]]
        2758  +
name = "icu_locid"
        2759  +
version = "1.5.0"
        2760  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2761  +
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
        2762  +
dependencies = [
        2763  +
 "displaydoc",
        2764  +
 "litemap",
        2765  +
 "tinystr",
        2766  +
 "writeable",
        2767  +
 "zerovec",
        2768  +
]
        2769  +
        2770  +
[[package]]
        2771  +
name = "icu_locid_transform"
        2772  +
version = "1.5.0"
        2773  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2774  +
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
        2775  +
dependencies = [
        2776  +
 "displaydoc",
        2777  +
 "icu_locid",
        2778  +
 "icu_locid_transform_data",
        2779  +
 "icu_provider",
        2780  +
 "tinystr",
        2781  +
 "zerovec",
        2782  +
]
        2783  +
        2784  +
[[package]]
        2785  +
name = "icu_locid_transform_data"
        2786  +
version = "1.5.0"
        2787  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2788  +
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
        2789  +
        2790  +
[[package]]
        2791  +
name = "icu_normalizer"
        2792  +
version = "1.5.0"
        2793  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2794  +
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
        2795  +
dependencies = [
        2796  +
 "displaydoc",
        2797  +
 "icu_collections",
        2798  +
 "icu_normalizer_data",
        2799  +
 "icu_properties",
        2800  +
 "icu_provider",
        2801  +
 "smallvec",
        2802  +
 "utf16_iter",
        2803  +
 "utf8_iter",
        2804  +
 "write16",
        2805  +
 "zerovec",
        2806  +
]
        2807  +
        2808  +
[[package]]
        2809  +
name = "icu_normalizer_data"
        2810  +
version = "1.5.0"
        2811  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2812  +
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
        2813  +
        2814  +
[[package]]
        2815  +
name = "icu_properties"
        2816  +
version = "1.5.0"
        2817  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2818  +
checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036"
        2819  +
dependencies = [
        2820  +
 "displaydoc",
        2821  +
 "icu_collections",
        2822  +
 "icu_locid_transform",
        2823  +
 "icu_properties_data",
        2824  +
 "icu_provider",
        2825  +
 "tinystr",
        2826  +
 "zerovec",
        2827  +
]
        2828  +
        2829  +
[[package]]
        2830  +
name = "icu_properties_data"
        2831  +
version = "1.5.0"
        2832  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2833  +
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
        2834  +
        2835  +
[[package]]
        2836  +
name = "icu_provider"
        2837  +
version = "1.5.0"
        2838  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2839  +
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
        2840  +
dependencies = [
        2841  +
 "displaydoc",
        2842  +
 "icu_locid",
        2843  +
 "icu_provider_macros",
        2844  +
 "stable_deref_trait",
        2845  +
 "tinystr",
        2846  +
 "writeable",
        2847  +
 "yoke",
        2848  +
 "zerofrom",
        2849  +
 "zerovec",
        2850  +
]
        2851  +
        2852  +
[[package]]
        2853  +
name = "icu_provider_macros"
        2854  +
version = "1.5.0"
        2855  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2856  +
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
        2857  +
dependencies = [
        2858  +
 "proc-macro2",
        2859  +
 "quote",
        2860  +
 "syn 2.0.66",
        2861  +
]
        2862  +
        2863  +
[[package]]
        2864  +
name = "idna"
        2865  +
version = "1.0.0"
        2866  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2867  +
checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed"
        2868  +
dependencies = [
        2869  +
 "icu_normalizer",
        2870  +
 "icu_properties",
        2871  +
 "smallvec",
        2872  +
 "utf8_iter",
        2873  +
]
        2874  +
        2875  +
[[package]]
        2876  +
name = "indexmap"
        2877  +
version = "2.2.6"
        2878  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2879  +
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
        2880  +
dependencies = [
        2881  +
 "equivalent",
        2882  +
 "hashbrown",
        2883  +
 "serde",
        2884  +
]
        2885  +
        2886  +
[[package]]
        2887  +
name = "instant"
        2888  +
version = "0.1.13"
        2889  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2890  +
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
        2891  +
dependencies = [
        2892  +
 "cfg-if",
        2893  +
]
        2894  +
        2895  +
[[package]]
        2896  +
name = "io-lifetimes"
        2897  +
version = "1.0.11"
        2898  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2899  +
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
        2900  +
dependencies = [
        2901  +
 "hermit-abi",
        2902  +
 "libc",
        2903  +
 "windows-sys 0.48.0",
        2904  +
]
        2905  +
        2906  +
[[package]]
        2907  +
name = "is-terminal"
        2908  +
version = "0.4.12"
        2909  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2910  +
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
        2911  +
dependencies = [
        2912  +
 "hermit-abi",
        2913  +
 "libc",
        2914  +
 "windows-sys 0.52.0",
        2915  +
]
        2916  +
        2917  +
[[package]]
        2918  +
name = "itertools"
        2919  +
version = "0.10.5"
        2920  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2921  +
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
        2922  +
dependencies = [
        2923  +
 "either",
        2924  +
]
        2925  +
        2926  +
[[package]]
        2927  +
name = "itertools"
        2928  +
version = "0.12.1"
        2929  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2930  +
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
        2931  +
dependencies = [
        2932  +
 "either",
        2933  +
]
        2934  +
        2935  +
[[package]]
        2936  +
name = "itoa"
        2937  +
version = "1.0.11"
        2938  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2939  +
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
        2940  +
        2941  +
[[package]]
        2942  +
name = "jobserver"
        2943  +
version = "0.1.31"
        2944  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2945  +
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
        2946  +
dependencies = [
        2947  +
 "libc",
        2948  +
]
        2949  +
        2950  +
[[package]]
        2951  +
name = "js-sys"
        2952  +
version = "0.3.69"
        2953  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2954  +
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
        2955  +
dependencies = [
        2956  +
 "wasm-bindgen",
        2957  +
]
        2958  +
        2959  +
[[package]]
        2960  +
name = "kv-log-macro"
        2961  +
version = "1.0.7"
        2962  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2963  +
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
        2964  +
dependencies = [
        2965  +
 "log",
        2966  +
]
        2967  +
        2968  +
[[package]]
        2969  +
name = "lazy_static"
        2970  +
version = "1.4.0"
        2971  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2972  +
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
        2973  +
        2974  +
[[package]]
        2975  +
name = "lazycell"
        2976  +
version = "1.3.0"
        2977  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2978  +
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
        2979  +
        2980  +
[[package]]
        2981  +
name = "libc"
        2982  +
version = "0.2.155"
        2983  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2984  +
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
        2985  +
        2986  +
[[package]]
        2987  +
name = "libfuzzer-sys"
        2988  +
version = "0.4.7"
        2989  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2990  +
checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
        2991  +
dependencies = [
        2992  +
 "arbitrary",
        2993  +
 "cc",
        2994  +
 "once_cell",
        2995  +
]
        2996  +
        2997  +
[[package]]
        2998  +
name = "libloading"
        2999  +
version = "0.8.3"
        3000  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3001  +
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
        3002  +
dependencies = [
        3003  +
 "cfg-if",
        3004  +
 "windows-targets 0.52.5",
        3005  +
]
        3006  +
        3007  +
[[package]]
        3008  +
name = "libm"
        3009  +
version = "0.2.8"
        3010  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3011  +
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
        3012  +
        3013  +
[[package]]
        3014  +
name = "linux-raw-sys"
        3015  +
version = "0.3.8"
        3016  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3017  +
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
        3018  +
        3019  +
[[package]]
        3020  +
name = "linux-raw-sys"
        3021  +
version = "0.4.14"
        3022  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3023  +
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
        3024  +
        3025  +
[[package]]
        3026  +
name = "litemap"
        3027  +
version = "0.7.3"
        3028  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3029  +
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
        3030  +
        3031  +
[[package]]
        3032  +
name = "lock_api"
        3033  +
version = "0.4.12"
        3034  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3035  +
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
        3036  +
dependencies = [
        3037  +
 "autocfg",
        3038  +
 "scopeguard",
        3039  +
]
        3040  +
        3041  +
[[package]]
        3042  +
name = "log"
        3043  +
version = "0.4.21"
        3044  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3045  +
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
        3046  +
dependencies = [
        3047  +
 "value-bag",
        3048  +
]
        3049  +
        3050  +
[[package]]
        3051  +
name = "lru"
        3052  +
version = "0.12.3"
        3053  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3054  +
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
        3055  +
dependencies = [
        3056  +
 "hashbrown",
        3057  +
]
        3058  +
        3059  +
[[package]]
        3060  +
name = "matchers"
        3061  +
version = "0.1.0"
        3062  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3063  +
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
        3064  +
dependencies = [
        3065  +
 "regex-automata 0.1.10",
        3066  +
]
        3067  +
        3068  +
[[package]]
        3069  +
name = "md-5"
        3070  +
version = "0.10.6"
        3071  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3072  +
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
        3073  +
dependencies = [
        3074  +
 "cfg-if",
        3075  +
 "digest",
        3076  +
]
        3077  +
        3078  +
[[package]]
        3079  +
name = "memchr"
        3080  +
version = "2.7.2"
        3081  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3082  +
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
        3083  +
        3084  +
[[package]]
        3085  +
name = "minimal-lexical"
        3086  +
version = "0.2.1"
        3087  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3088  +
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
        3089  +
        3090  +
[[package]]
        3091  +
name = "miniz_oxide"
        3092  +
version = "0.7.3"
        3093  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3094  +
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
        3095  +
dependencies = [
        3096  +
 "adler",
        3097  +
]
        3098  +
        3099  +
[[package]]
        3100  +
name = "mio"
        3101  +
version = "0.8.11"
        3102  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3103  +
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
        3104  +
dependencies = [
        3105  +
 "libc",
        3106  +
 "wasi 0.11.0+wasi-snapshot-preview1",
        3107  +
 "windows-sys 0.48.0",
        3108  +
]
        3109  +
        3110  +
[[package]]
        3111  +
name = "mirai-annotations"
        3112  +
version = "1.12.0"
        3113  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3114  +
checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
        3115  +
        3116  +
[[package]]
        3117  +
name = "nom"
        3118  +
version = "7.1.3"
        3119  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3120  +
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
        3121  +
dependencies = [
        3122  +
 "memchr",
        3123  +
 "minimal-lexical",
        3124  +
]
        3125  +
        3126  +
[[package]]
        3127  +
name = "nu-ansi-term"
        3128  +
version = "0.46.0"
        3129  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3130  +
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
        3131  +
dependencies = [
        3132  +
 "overload",
        3133  +
 "winapi",
        3134  +
]
        3135  +
        3136  +
[[package]]
        3137  +
name = "num-conv"
        3138  +
version = "0.1.0"
        3139  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3140  +
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
        3141  +
        3142  +
[[package]]
        3143  +
name = "num-integer"
        3144  +
version = "0.1.46"
        3145  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3146  +
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
        3147  +
dependencies = [
        3148  +
 "num-traits",
        3149  +
]
        3150  +
        3151  +
[[package]]
        3152  +
name = "num-traits"
        3153  +
version = "0.2.19"
        3154  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3155  +
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
        3156  +
dependencies = [
        3157  +
 "autocfg",
        3158  +
 "libm",
        3159  +
]
        3160  +
        3161  +
[[package]]
        3162  +
name = "num_cpus"
        3163  +
version = "1.16.0"
        3164  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3165  +
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
        3166  +
dependencies = [
        3167  +
 "hermit-abi",
        3168  +
 "libc",
        3169  +
]
        3170  +
        3171  +
[[package]]
        3172  +
name = "object"
        3173  +
version = "0.35.0"
        3174  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3175  +
checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
        3176  +
dependencies = [
        3177  +
 "memchr",
        3178  +
]
        3179  +
        3180  +
[[package]]
        3181  +
name = "once_cell"
        3182  +
version = "1.19.0"
        3183  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3184  +
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
        3185  +
        3186  +
[[package]]
        3187  +
name = "oorandom"
        3188  +
version = "11.1.3"
        3189  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3190  +
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
        3191  +
        3192  +
[[package]]
        3193  +
name = "openssl-probe"
        3194  +
version = "0.1.5"
        3195  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3196  +
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
        3197  +
        3198  +
[[package]]
        3199  +
name = "outref"
        3200  +
version = "0.5.1"
        3201  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3202  +
checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
        3203  +
        3204  +
[[package]]
        3205  +
name = "overload"
        3206  +
version = "0.1.1"
        3207  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3208  +
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
        3209  +
        3210  +
[[package]]
        3211  +
name = "p256"
        3212  +
version = "0.11.1"
        3213  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3214  +
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
        3215  +
dependencies = [
        3216  +
 "ecdsa",
        3217  +
 "elliptic-curve",
        3218  +
 "sha2",
        3219  +
]
        3220  +
        3221  +
[[package]]
        3222  +
name = "parking"
        3223  +
version = "2.2.0"
        3224  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3225  +
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
        3226  +
        3227  +
[[package]]
        3228  +
name = "parking_lot"
        3229  +
version = "0.12.3"
        3230  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3231  +
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
        3232  +
dependencies = [
        3233  +
 "lock_api",
        3234  +
 "parking_lot_core",
        3235  +
]
        3236  +
        3237  +
[[package]]
        3238  +
name = "parking_lot_core"
        3239  +
version = "0.9.10"
        3240  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3241  +
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
        3242  +
dependencies = [
        3243  +
 "cfg-if",
        3244  +
 "libc",
        3245  +
 "redox_syscall",
        3246  +
 "smallvec",
        3247  +
 "windows-targets 0.52.5",
        3248  +
]
        3249  +
        3250  +
[[package]]
        3251  +
name = "paste"
        3252  +
version = "1.0.15"
        3253  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3254  +
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
        3255  +
        3256  +
[[package]]
        3257  +
name = "percent-encoding"
        3258  +
version = "2.3.1"
        3259  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3260  +
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
        3261  +
        3262  +
[[package]]
        3263  +
name = "pin-project"
        3264  +
version = "1.1.5"
        3265  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3266  +
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
        3267  +
dependencies = [
        3268  +
 "pin-project-internal",
        3269  +
]
        3270  +
        3271  +
[[package]]
        3272  +
name = "pin-project-internal"
        3273  +
version = "1.1.5"
        3274  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3275  +
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
        3276  +
dependencies = [
        3277  +
 "proc-macro2",
        3278  +
 "quote",
        3279  +
 "syn 2.0.66",
        3280  +
]
        3281  +
        3282  +
[[package]]
        3283  +
name = "pin-project-lite"
        3284  +
version = "0.2.14"
        3285  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3286  +
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
        3287  +
        3288  +
[[package]]
        3289  +
name = "pin-utils"
        3290  +
version = "0.1.0"
        3291  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3292  +
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
        3293  +
        3294  +
[[package]]
        3295  +
name = "piper"
        3296  +
version = "0.2.3"
        3297  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3298  +
checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
        3299  +
dependencies = [
        3300  +
 "atomic-waker",
        3301  +
 "fastrand 2.0.2",
        3302  +
 "futures-io",
        3303  +
]
        3304  +
        3305  +
[[package]]
        3306  +
name = "pkcs8"
        3307  +
version = "0.9.0"
        3308  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3309  +
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
        3310  +
dependencies = [
        3311  +
 "der",
        3312  +
 "spki",
        3313  +
]
        3314  +
        3315  +
[[package]]
        3316  +
name = "plotters"
        3317  +
version = "0.3.6"
        3318  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3319  +
checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
        3320  +
dependencies = [
        3321  +
 "num-traits",
        3322  +
 "plotters-backend",
        3323  +
 "plotters-svg",
        3324  +
 "wasm-bindgen",
        3325  +
 "web-sys",
        3326  +
]
        3327  +
        3328  +
[[package]]
        3329  +
name = "plotters-backend"
        3330  +
version = "0.3.6"
        3331  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3332  +
checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
        3333  +
        3334  +
[[package]]
        3335  +
name = "plotters-svg"
        3336  +
version = "0.3.6"
        3337  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3338  +
checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
        3339  +
dependencies = [
        3340  +
 "plotters-backend",
        3341  +
]
        3342  +
        3343  +
[[package]]
        3344  +
name = "polling"
        3345  +
version = "2.8.0"
        3346  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3347  +
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
        3348  +
dependencies = [
        3349  +
 "autocfg",
        3350  +
 "bitflags 1.3.2",
        3351  +
 "cfg-if",
        3352  +
 "concurrent-queue",
        3353  +
 "libc",
        3354  +
 "log",
        3355  +
 "pin-project-lite",
        3356  +
 "windows-sys 0.48.0",
        3357  +
]
        3358  +
        3359  +
[[package]]
        3360  +
name = "polling"
        3361  +
version = "3.7.1"
        3362  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3363  +
checksum = "5e6a007746f34ed64099e88783b0ae369eaa3da6392868ba262e2af9b8fbaea1"
        3364  +
dependencies = [
        3365  +
 "cfg-if",
        3366  +
 "concurrent-queue",
        3367  +
 "hermit-abi",
        3368  +
 "pin-project-lite",
        3369  +
 "rustix 0.38.34",
        3370  +
 "tracing",
        3371  +
 "windows-sys 0.52.0",
        3372  +
]
        3373  +
        3374  +
[[package]]
        3375  +
name = "powerfmt"
        3376  +
version = "0.2.0"
        3377  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3378  +
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
        3379  +
        3380  +
[[package]]
        3381  +
name = "ppv-lite86"
        3382  +
version = "0.2.17"
        3383  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3384  +
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
        3385  +
        3386  +
[[package]]
        3387  +
name = "pretty_assertions"
        3388  +
version = "1.4.0"
        3389  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3390  +
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
        3391  +
dependencies = [
        3392  +
 "diff",
        3393  +
 "yansi",
        3394  +
]
        3395  +
        3396  +
[[package]]
        3397  +
name = "prettyplease"
        3398  +
version = "0.2.20"
        3399  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3400  +
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
        3401  +
dependencies = [
        3402  +
 "proc-macro2",
        3403  +
 "syn 2.0.66",
        3404  +
]
        3405  +
        3406  +
[[package]]
        3407  +
name = "proc-macro-error"
        3408  +
version = "1.0.4"
        3409  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3410  +
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
        3411  +
dependencies = [
        3412  +
 "proc-macro-error-attr",
        3413  +
 "proc-macro2",
        3414  +
 "quote",
        3415  +
 "syn 1.0.109",
        3416  +
 "version_check",
        3417  +
]
        3418  +
        3419  +
[[package]]
        3420  +
name = "proc-macro-error-attr"
        3421  +
version = "1.0.4"
        3422  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3423  +
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
        3424  +
dependencies = [
        3425  +
 "proc-macro2",
        3426  +
 "quote",
        3427  +
 "version_check",
        3428  +
]
        3429  +
        3430  +
[[package]]
        3431  +
name = "proc-macro2"
        3432  +
version = "1.0.85"
        3433  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3434  +
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
        3435  +
dependencies = [
        3436  +
 "unicode-ident",
        3437  +
]
        3438  +
        3439  +
[[package]]
        3440  +
name = "proptest"
        3441  +
version = "1.4.0"
        3442  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3443  +
checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf"
        3444  +
dependencies = [
        3445  +
 "bit-set",
        3446  +
 "bit-vec",
        3447  +
 "bitflags 2.5.0",
        3448  +
 "lazy_static",
        3449  +
 "num-traits",
        3450  +
 "rand",
        3451  +
 "rand_chacha",
        3452  +
 "rand_xorshift",
        3453  +
 "regex-syntax 0.8.4",
        3454  +
 "rusty-fork",
        3455  +
 "tempfile",
        3456  +
 "unarray",
        3457  +
]
        3458  +
        3459  +
[[package]]
        3460  +
name = "quick-error"
        3461  +
version = "1.2.3"
        3462  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3463  +
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
        3464  +
        3465  +
[[package]]
        3466  +
name = "quote"
        3467  +
version = "1.0.36"
        3468  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3469  +
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
        3470  +
dependencies = [
        3471  +
 "proc-macro2",
        3472  +
]
        3473  +
        3474  +
[[package]]
        3475  +
name = "rand"
        3476  +
version = "0.8.5"
        3477  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3478  +
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
        3479  +
dependencies = [
        3480  +
 "libc",
        3481  +
 "rand_chacha",
        3482  +
 "rand_core",
        3483  +
]
        3484  +
        3485  +
[[package]]
        3486  +
name = "rand_chacha"
        3487  +
version = "0.3.1"
        3488  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3489  +
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
        3490  +
dependencies = [
        3491  +
 "ppv-lite86",
        3492  +
 "rand_core",
        3493  +
]
        3494  +
        3495  +
[[package]]
        3496  +
name = "rand_core"
        3497  +
version = "0.6.4"
        3498  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3499  +
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
        3500  +
dependencies = [
        3501  +
 "getrandom",
        3502  +
]
        3503  +
        3504  +
[[package]]
        3505  +
name = "rand_xorshift"
        3506  +
version = "0.3.0"
        3507  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3508  +
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
        3509  +
dependencies = [
        3510  +
 "rand_core",
        3511  +
]
        3512  +
        3513  +
[[package]]
        3514  +
name = "rayon"
        3515  +
version = "1.10.0"
        3516  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3517  +
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
        3518  +
dependencies = [
        3519  +
 "either",
        3520  +
 "rayon-core",
        3521  +
]
        3522  +
        3523  +
[[package]]
        3524  +
name = "rayon-core"
        3525  +
version = "1.12.1"
        3526  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3527  +
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
        3528  +
dependencies = [
        3529  +
 "crossbeam-deque",
        3530  +
 "crossbeam-utils",
        3531  +
]
        3532  +
        3533  +
[[package]]
        3534  +
name = "redox_syscall"
        3535  +
version = "0.5.1"
        3536  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3537  +
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
        3538  +
dependencies = [
        3539  +
 "bitflags 2.5.0",
        3540  +
]
        3541  +
        3542  +
[[package]]
        3543  +
name = "regex"
        3544  +
version = "1.10.5"
        3545  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3546  +
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
        3547  +
dependencies = [
        3548  +
 "aho-corasick",
        3549  +
 "memchr",
        3550  +
 "regex-automata 0.4.7",
        3551  +
 "regex-syntax 0.8.4",
        3552  +
]
        3553  +
        3554  +
[[package]]
        3555  +
name = "regex-automata"
        3556  +
version = "0.1.10"
        3557  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3558  +
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
        3559  +
dependencies = [
        3560  +
 "regex-syntax 0.6.29",
        3561  +
]
        3562  +
        3563  +
[[package]]
        3564  +
name = "regex-automata"
        3565  +
version = "0.4.7"
        3566  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3567  +
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
        3568  +
dependencies = [
        3569  +
 "aho-corasick",
        3570  +
 "memchr",
        3571  +
 "regex-syntax 0.8.4",
        3572  +
]
        3573  +
        3574  +
[[package]]
        3575  +
name = "regex-lite"
        3576  +
version = "0.1.6"
        3577  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3578  +
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
        3579  +
        3580  +
[[package]]
        3581  +
name = "regex-syntax"
        3582  +
version = "0.6.29"
        3583  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3584  +
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
        3585  +
        3586  +
[[package]]
        3587  +
name = "regex-syntax"
        3588  +
version = "0.8.4"
        3589  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3590  +
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
        3591  +
        3592  +
[[package]]
        3593  +
name = "rfc6979"
        3594  +
version = "0.3.1"
        3595  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3596  +
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
        3597  +
dependencies = [
        3598  +
 "crypto-bigint 0.4.9",
        3599  +
 "hmac",
        3600  +
 "zeroize",
        3601  +
]
        3602  +
        3603  +
[[package]]
        3604  +
name = "ring"
        3605  +
version = "0.17.8"
        3606  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3607  +
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
        3608  +
dependencies = [
        3609  +
 "cc",
        3610  +
 "cfg-if",
        3611  +
 "getrandom",
        3612  +
 "libc",
        3613  +
 "spin",
        3614  +
 "untrusted",
        3615  +
 "windows-sys 0.52.0",
        3616  +
]
        3617  +
        3618  +
[[package]]
        3619  +
name = "roxmltree"
        3620  +
version = "0.14.1"
        3621  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3622  +
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
        3623  +
dependencies = [
        3624  +
 "xmlparser",
        3625  +
]
        3626  +
        3627  +
[[package]]
        3628  +
name = "rustc-demangle"
        3629  +
version = "0.1.24"
        3630  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3631  +
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
        3632  +
        3633  +
[[package]]
        3634  +
name = "rustc-hash"
        3635  +
version = "1.1.0"
        3636  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3637  +
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
        3638  +
        3639  +
[[package]]
        3640  +
name = "rustc_version"
        3641  +
version = "0.4.0"
        3642  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3643  +
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
        3644  +
dependencies = [
        3645  +
 "semver",
        3646  +
]
        3647  +
        3648  +
[[package]]
        3649  +
name = "rustix"
        3650  +
version = "0.37.27"
        3651  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3652  +
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
        3653  +
dependencies = [
        3654  +
 "bitflags 1.3.2",
        3655  +
 "errno",
        3656  +
 "io-lifetimes",
        3657  +
 "libc",
        3658  +
 "linux-raw-sys 0.3.8",
        3659  +
 "windows-sys 0.48.0",
        3660  +
]
        3661  +
        3662  +
[[package]]
        3663  +
name = "rustix"
        3664  +
version = "0.38.34"
        3665  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3666  +
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
        3667  +
dependencies = [
        3668  +
 "bitflags 2.5.0",
        3669  +
 "errno",
        3670  +
 "libc",
        3671  +
 "linux-raw-sys 0.4.14",
        3672  +
 "windows-sys 0.52.0",
        3673  +
]
        3674  +
        3675  +
[[package]]
        3676  +
name = "rustls"
        3677  +
version = "0.21.12"
        3678  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3679  +
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
        3680  +
dependencies = [
        3681  +
 "log",
        3682  +
 "ring",
        3683  +
 "rustls-webpki 0.101.7",
        3684  +
 "sct",
        3685  +
]
        3686  +
        3687  +
[[package]]
        3688  +
name = "rustls"
        3689  +
version = "0.23.9"
        3690  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3691  +
checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b"
        3692  +
dependencies = [
        3693  +
 "aws-lc-rs",
        3694  +
 "once_cell",
        3695  +
 "ring",
        3696  +
 "rustls-pki-types",
        3697  +
 "rustls-webpki 0.102.4",
        3698  +
 "subtle",
        3699  +
 "zeroize",
        3700  +
]
        3701  +
        3702  +
[[package]]
        3703  +
name = "rustls-native-certs"
        3704  +
version = "0.6.3"
        3705  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3706  +
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
        3707  +
dependencies = [
        3708  +
 "openssl-probe",
        3709  +
 "rustls-pemfile 1.0.4",
        3710  +
 "schannel",
        3711  +
 "security-framework",
        3712  +
]
        3713  +
        3714  +
[[package]]
        3715  +
name = "rustls-native-certs"
        3716  +
version = "0.7.0"
        3717  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3718  +
checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"
        3719  +
dependencies = [
        3720  +
 "openssl-probe",
        3721  +
 "rustls-pemfile 2.1.2",
        3722  +
 "rustls-pki-types",
        3723  +
 "schannel",
        3724  +
 "security-framework",
        3725  +
]
        3726  +
        3727  +
[[package]]
        3728  +
name = "rustls-pemfile"
        3729  +
version = "1.0.4"
        3730  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3731  +
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
        3732  +
dependencies = [
        3733  +
 "base64 0.21.7",
        3734  +
]
        3735  +
        3736  +
[[package]]
        3737  +
name = "rustls-pemfile"
        3738  +
version = "2.1.2"
        3739  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3740  +
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
        3741  +
dependencies = [
        3742  +
 "base64 0.22.1",
        3743  +
 "rustls-pki-types",
        3744  +
]
        3745  +
        3746  +
[[package]]
        3747  +
name = "rustls-pki-types"
        3748  +
version = "1.7.0"
        3749  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3750  +
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
        3751  +
        3752  +
[[package]]
        3753  +
name = "rustls-webpki"
        3754  +
version = "0.101.7"
        3755  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3756  +
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
        3757  +
dependencies = [
        3758  +
 "ring",
        3759  +
 "untrusted",
        3760  +
]
        3761  +
        3762  +
[[package]]
        3763  +
name = "rustls-webpki"
        3764  +
version = "0.102.4"
        3765  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3766  +
checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
        3767  +
dependencies = [
        3768  +
 "aws-lc-rs",
        3769  +
 "ring",
        3770  +
 "rustls-pki-types",
        3771  +
 "untrusted",
        3772  +
]
        3773  +
        3774  +
[[package]]
        3775  +
name = "rusty-fork"
        3776  +
version = "0.3.0"
        3777  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3778  +
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
        3779  +
dependencies = [
        3780  +
 "fnv",
        3781  +
 "quick-error",
        3782  +
 "tempfile",
        3783  +
 "wait-timeout",
        3784  +
]
        3785  +
        3786  +
[[package]]
        3787  +
name = "ryu"
        3788  +
version = "1.0.18"
        3789  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3790  +
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
        3791  +
        3792  +
[[package]]
        3793  +
name = "same-file"
        3794  +
version = "1.0.6"
        3795  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3796  +
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
        3797  +
dependencies = [
        3798  +
 "winapi-util",
        3799  +
]
        3800  +
        3801  +
[[package]]
        3802  +
name = "schannel"
        3803  +
version = "0.1.23"
        3804  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3805  +
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
        3806  +
dependencies = [
        3807  +
 "windows-sys 0.52.0",
        3808  +
]
        3809  +
        3810  +
[[package]]
        3811  +
name = "scopeguard"
        3812  +
version = "1.2.0"
        3813  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3814  +
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
        3815  +
        3816  +
[[package]]
        3817  +
name = "sct"
        3818  +
version = "0.7.1"
        3819  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3820  +
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
        3821  +
dependencies = [
        3822  +
 "ring",
        3823  +
 "untrusted",
        3824  +
]
        3825  +
        3826  +
[[package]]
        3827  +
name = "sec1"
        3828  +
version = "0.3.0"
        3829  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3830  +
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
        3831  +
dependencies = [
        3832  +
 "base16ct",
        3833  +
 "der",
        3834  +
 "generic-array",
        3835  +
 "pkcs8",
        3836  +
 "subtle",
        3837  +
 "zeroize",
        3838  +
]
        3839  +
        3840  +
[[package]]
        3841  +
name = "security-framework"
        3842  +
version = "2.11.0"
        3843  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3844  +
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
        3845  +
dependencies = [
        3846  +
 "bitflags 2.5.0",
        3847  +
 "core-foundation",
        3848  +
 "core-foundation-sys",
        3849  +
 "libc",
        3850  +
 "security-framework-sys",
        3851  +
]
        3852  +
        3853  +
[[package]]
        3854  +
name = "security-framework-sys"
        3855  +
version = "2.11.0"
        3856  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3857  +
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
        3858  +
dependencies = [
        3859  +
 "core-foundation-sys",
        3860  +
 "libc",
        3861  +
]
        3862  +
        3863  +
[[package]]
        3864  +
name = "semver"
        3865  +
version = "1.0.23"
        3866  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3867  +
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
        3868  +
        3869  +
[[package]]
        3870  +
name = "serde"
        3871  +
version = "1.0.203"
        3872  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3873  +
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
        3874  +
dependencies = [
        3875  +
 "serde_derive",
        3876  +
]
        3877  +
        3878  +
[[package]]
        3879  +
name = "serde_derive"
        3880  +
version = "1.0.203"
        3881  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3882  +
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
        3883  +
dependencies = [
        3884  +
 "proc-macro2",
        3885  +
 "quote",
        3886  +
 "syn 2.0.66",
        3887  +
]
        3888  +
        3889  +
[[package]]
        3890  +
name = "serde_json"
        3891  +
version = "1.0.117"
        3892  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3893  +
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
        3894  +
dependencies = [
        3895  +
 "indexmap",
        3896  +
 "itoa",
        3897  +
 "ryu",
        3898  +
 "serde",
        3899  +
]
        3900  +
        3901  +
[[package]]
        3902  +
name = "sha1"
        3903  +
version = "0.10.6"
        3904  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3905  +
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
        3906  +
dependencies = [
        3907  +
 "cfg-if",
        3908  +
 "cpufeatures",
        3909  +
 "digest",
        3910  +
]
        3911  +
        3912  +
[[package]]
        3913  +
name = "sha2"
        3914  +
version = "0.10.8"
        3915  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3916  +
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
        3917  +
dependencies = [
        3918  +
 "cfg-if",
        3919  +
 "cpufeatures",
        3920  +
 "digest",
        3921  +
]
        3922  +
        3923  +
[[package]]
        3924  +
name = "sharded-slab"
        3925  +
version = "0.1.7"
        3926  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3927  +
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
        3928  +
dependencies = [
        3929  +
 "lazy_static",
        3930  +
]
        3931  +
        3932  +
[[package]]
        3933  +
name = "shlex"
        3934  +
version = "1.3.0"
        3935  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3936  +
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
        3937  +
        3938  +
[[package]]
        3939  +
name = "signal-hook-registry"
        3940  +
version = "1.4.2"
        3941  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3942  +
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
        3943  +
dependencies = [
        3944  +
 "libc",
        3945  +
]
        3946  +
        3947  +
[[package]]
        3948  +
name = "signature"
        3949  +
version = "1.6.4"
        3950  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3951  +
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
        3952  +
dependencies = [
        3953  +
 "digest",
        3954  +
 "rand_core",
        3955  +
]
        3956  +
        3957  +
[[package]]
        3958  +
name = "slab"
        3959  +
version = "0.4.9"
        3960  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3961  +
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
        3962  +
dependencies = [
        3963  +
 "autocfg",
        3964  +
]
        3965  +
        3966  +
[[package]]
        3967  +
name = "smallvec"
        3968  +
version = "1.13.2"
        3969  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3970  +
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
        3971  +
        3972  +
[[package]]
        3973  +
name = "smol"
        3974  +
version = "1.3.0"
        3975  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3976  +
checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
        3977  +
dependencies = [
        3978  +
 "async-channel 1.9.0",
        3979  +
 "async-executor",
        3980  +
 "async-fs",
        3981  +
 "async-io 1.13.0",
        3982  +
 "async-lock 2.8.0",
        3983  +
 "async-net",
        3984  +
 "async-process",
        3985  +
 "blocking",
        3986  +
 "futures-lite 1.13.0",
        3987  +
]
        3988  +
        3989  +
[[package]]
        3990  +
name = "socket2"
        3991  +
version = "0.4.10"
        3992  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3993  +
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
        3994  +
dependencies = [
        3995  +
 "libc",
        3996  +
 "winapi",
        3997  +
]
        3998  +
        3999  +
[[package]]
        4000  +
name = "socket2"
        4001  +
version = "0.5.7"
        4002  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4003  +
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
        4004  +
dependencies = [
        4005  +
 "libc",
        4006  +
 "windows-sys 0.52.0",
        4007  +
]
        4008  +
        4009  +
[[package]]
        4010  +
name = "spin"
        4011  +
version = "0.9.8"
        4012  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4013  +
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
        4014  +
        4015  +
[[package]]
        4016  +
name = "spki"
        4017  +
version = "0.6.0"
        4018  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4019  +
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
        4020  +
dependencies = [
        4021  +
 "base64ct",
        4022  +
 "der",
        4023  +
]
        4024  +
        4025  +
[[package]]
        4026  +
name = "stable_deref_trait"
        4027  +
version = "1.2.0"
        4028  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4029  +
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
        4030  +
        4031  +
[[package]]
        4032  +
name = "subtle"
        4033  +
version = "2.5.0"
        4034  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4035  +
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
        4036  +
        4037  +
[[package]]
        4038  +
name = "syn"
        4039  +
version = "1.0.109"
        4040  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4041  +
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
        4042  +
dependencies = [
        4043  +
 "proc-macro2",
        4044  +
 "quote",
        4045  +
 "unicode-ident",
        4046  +
]
        4047  +
        4048  +
[[package]]
        4049  +
name = "syn"
        4050  +
version = "2.0.66"
        4051  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4052  +
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
        4053  +
dependencies = [
        4054  +
 "proc-macro2",
        4055  +
 "quote",
        4056  +
 "unicode-ident",
        4057  +
]
        4058  +
        4059  +
[[package]]
        4060  +
name = "synstructure"
        4061  +
version = "0.13.1"
        4062  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4063  +
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
        4064  +
dependencies = [
        4065  +
 "proc-macro2",
        4066  +
 "quote",
        4067  +
 "syn 2.0.66",
        4068  +
]
        4069  +
        4070  +
[[package]]
        4071  +
name = "tempfile"
        4072  +
version = "3.10.1"
        4073  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4074  +
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
        4075  +
dependencies = [
        4076  +
 "cfg-if",
        4077  +
 "fastrand 2.0.2",
        4078  +
 "rustix 0.38.34",
        4079  +
 "windows-sys 0.52.0",
        4080  +
]
        4081  +
        4082  +
[[package]]
        4083  +
name = "thiserror"
        4084  +
version = "1.0.61"
        4085  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4086  +
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
        4087  +
dependencies = [
        4088  +
 "thiserror-impl",
        4089  +
]
        4090  +
        4091  +
[[package]]
        4092  +
name = "thiserror-impl"
        4093  +
version = "1.0.61"
        4094  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4095  +
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
        4096  +
dependencies = [
        4097  +
 "proc-macro2",
        4098  +
 "quote",
        4099  +
 "syn 2.0.66",
        4100  +
]
        4101  +
        4102  +
[[package]]
        4103  +
name = "thread_local"
        4104  +
version = "1.1.8"
        4105  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4106  +
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
        4107  +
dependencies = [
        4108  +
 "cfg-if",
        4109  +
 "once_cell",
        4110  +
]
        4111  +
        4112  +
[[package]]
        4113  +
name = "time"
        4114  +
version = "0.3.36"
        4115  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4116  +
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
        4117  +
dependencies = [
        4118  +
 "deranged",
        4119  +
 "itoa",
        4120  +
 "num-conv",
        4121  +
 "powerfmt",
        4122  +
 "serde",
        4123  +
 "time-core",
        4124  +
 "time-macros",
        4125  +
]
        4126  +
        4127  +
[[package]]
        4128  +
name = "time-core"
        4129  +
version = "0.1.2"
        4130  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4131  +
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
        4132  +
        4133  +
[[package]]
        4134  +
name = "time-macros"
        4135  +
version = "0.2.18"
        4136  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4137  +
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
        4138  +
dependencies = [
        4139  +
 "num-conv",
        4140  +
 "time-core",
        4141  +
]
        4142  +
        4143  +
[[package]]
        4144  +
name = "tinystr"
        4145  +
version = "0.7.6"
        4146  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4147  +
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
        4148  +
dependencies = [
        4149  +
 "displaydoc",
        4150  +
 "zerovec",
        4151  +
]
        4152  +
        4153  +
[[package]]
        4154  +
name = "tinytemplate"
        4155  +
version = "1.2.1"
        4156  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4157  +
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
        4158  +
dependencies = [
        4159  +
 "serde",
        4160  +
 "serde_json",
        4161  +
]
        4162  +
        4163  +
[[package]]
        4164  +
name = "tokio"
        4165  +
version = "1.38.0"
        4166  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4167  +
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
        4168  +
dependencies = [
        4169  +
 "backtrace",
        4170  +
 "bytes",
        4171  +
 "libc",
        4172  +
 "mio",
        4173  +
 "num_cpus",
        4174  +
 "parking_lot",
        4175  +
 "pin-project-lite",
        4176  +
 "signal-hook-registry",
        4177  +
 "socket2 0.5.7",
        4178  +
 "tokio-macros",
        4179  +
 "windows-sys 0.48.0",
        4180  +
]
        4181  +
        4182  +
[[package]]
        4183  +
name = "tokio-macros"
        4184  +
version = "2.3.0"
        4185  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4186  +
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
        4187  +
dependencies = [
        4188  +
 "proc-macro2",
        4189  +
 "quote",
        4190  +
 "syn 2.0.66",
        4191  +
]
        4192  +
        4193  +
[[package]]
        4194  +
name = "tokio-rustls"
        4195  +
version = "0.24.1"
        4196  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4197  +
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
        4198  +
dependencies = [
        4199  +
 "rustls 0.21.12",
        4200  +
 "tokio",
        4201  +
]
        4202  +
        4203  +
[[package]]
        4204  +
name = "tokio-rustls"
        4205  +
version = "0.26.0"
        4206  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4207  +
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
        4208  +
dependencies = [
        4209  +
 "rustls 0.23.9",
        4210  +
 "rustls-pki-types",
        4211  +
 "tokio",
        4212  +
]
        4213  +
        4214  +
[[package]]
        4215  +
name = "tokio-stream"
        4216  +
version = "0.1.15"
        4217  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4218  +
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
        4219  +
dependencies = [
        4220  +
 "futures-core",
        4221  +
 "pin-project-lite",
        4222  +
 "tokio",
        4223  +
]
        4224  +
        4225  +
[[package]]
        4226  +
name = "tokio-test"
        4227  +
version = "0.4.4"
        4228  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4229  +
checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
        4230  +
dependencies = [
        4231  +
 "async-stream",
        4232  +
 "bytes",
        4233  +
 "futures-core",
        4234  +
 "tokio",
        4235  +
 "tokio-stream",
        4236  +
]
        4237  +
        4238  +
[[package]]
        4239  +
name = "tokio-util"
        4240  +
version = "0.7.11"
        4241  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4242  +
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
        4243  +
dependencies = [
        4244  +
 "bytes",
        4245  +
 "futures-core",
        4246  +
 "futures-sink",
        4247  +
 "pin-project-lite",
        4248  +
 "tokio",
        4249  +
]
        4250  +
        4251  +
[[package]]
        4252  +
name = "tower"
        4253  +
version = "0.4.13"
        4254  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4255  +
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
        4256  +
dependencies = [
        4257  +
 "futures-core",
        4258  +
 "futures-util",
        4259  +
 "pin-project",
        4260  +
 "pin-project-lite",
        4261  +
 "tokio",
        4262  +
 "tower-layer",
        4263  +
 "tower-service",
        4264  +
 "tracing",
        4265  +
]
        4266  +
        4267  +
[[package]]
        4268  +
name = "tower-layer"
        4269  +
version = "0.3.2"
        4270  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4271  +
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
        4272  +
        4273  +
[[package]]
        4274  +
name = "tower-service"
        4275  +
version = "0.3.2"
        4276  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4277  +
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
        4278  +
        4279  +
[[package]]
        4280  +
name = "tracing"
        4281  +
version = "0.1.40"
        4282  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4283  +
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
        4284  +
dependencies = [
        4285  +
 "log",
        4286  +
 "pin-project-lite",
        4287  +
 "tracing-attributes",
        4288  +
 "tracing-core",
        4289  +
]
        4290  +
        4291  +
[[package]]
        4292  +
name = "tracing-appender"
        4293  +
version = "0.2.3"
        4294  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4295  +
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
        4296  +
dependencies = [
        4297  +
 "crossbeam-channel",
        4298  +
 "thiserror",
        4299  +
 "time",
        4300  +
 "tracing-subscriber",
        4301  +
]
        4302  +
        4303  +
[[package]]
        4304  +
name = "tracing-attributes"
        4305  +
version = "0.1.27"
        4306  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4307  +
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
        4308  +
dependencies = [
        4309  +
 "proc-macro2",
        4310  +
 "quote",
        4311  +
 "syn 2.0.66",
        4312  +
]
        4313  +
        4314  +
[[package]]
        4315  +
name = "tracing-core"
        4316  +
version = "0.1.32"
        4317  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4318  +
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
        4319  +
dependencies = [
        4320  +
 "once_cell",
        4321  +
 "valuable",
        4322  +
]
        4323  +
        4324  +
[[package]]
        4325  +
name = "tracing-log"
        4326  +
version = "0.2.0"
        4327  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4328  +
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
        4329  +
dependencies = [
        4330  +
 "log",
        4331  +
 "once_cell",
        4332  +
 "tracing-core",
        4333  +
]
        4334  +
        4335  +
[[package]]
        4336  +
name = "tracing-serde"
        4337  +
version = "0.1.3"
        4338  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4339  +
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
        4340  +
dependencies = [
        4341  +
 "serde",
        4342  +
 "tracing-core",
        4343  +
]
        4344  +
        4345  +
[[package]]
        4346  +
name = "tracing-subscriber"
        4347  +
version = "0.3.18"
        4348  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4349  +
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
        4350  +
dependencies = [
        4351  +
 "matchers",
        4352  +
 "nu-ansi-term",
        4353  +
 "once_cell",
        4354  +
 "regex",
        4355  +
 "serde",
        4356  +
 "serde_json",
        4357  +
 "sharded-slab",
        4358  +
 "smallvec",
        4359  +
 "thread_local",
        4360  +
 "tracing",
        4361  +
 "tracing-core",
        4362  +
 "tracing-log",
        4363  +
 "tracing-serde",
        4364  +
]
        4365  +
        4366  +
[[package]]
        4367  +
name = "tracing-test"
        4368  +
version = "0.2.5"
        4369  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4370  +
checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
        4371  +
dependencies = [
        4372  +
 "tracing-core",
        4373  +
 "tracing-subscriber",
        4374  +
 "tracing-test-macro",
        4375  +
]
        4376  +
        4377  +
[[package]]
        4378  +
name = "tracing-test-macro"
        4379  +
version = "0.2.5"
        4380  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4381  +
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
        4382  +
dependencies = [
        4383  +
 "quote",
        4384  +
 "syn 2.0.66",
        4385  +
]
        4386  +
        4387  +
[[package]]
        4388  +
name = "try-lock"
        4389  +
version = "0.2.5"
        4390  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4391  +
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
        4392  +
        4393  +
[[package]]
        4394  +
name = "typenum"
        4395  +
version = "1.17.0"
        4396  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4397  +
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
        4398  +
        4399  +
[[package]]
        4400  +
name = "unarray"
        4401  +
version = "0.1.4"
        4402  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4403  +
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
        4404  +
        4405  +
[[package]]
        4406  +
name = "unicode-ident"
        4407  +
version = "1.0.12"
        4408  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4409  +
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
        4410  +
        4411  +
[[package]]
        4412  +
name = "untrusted"
        4413  +
version = "0.9.0"
        4414  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4415  +
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
        4416  +
        4417  +
[[package]]
        4418  +
name = "url"
        4419  +
version = "2.5.1"
        4420  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4421  +
checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56"
        4422  +
dependencies = [
        4423  +
 "form_urlencoded",
        4424  +
 "idna",
        4425  +
 "percent-encoding",
        4426  +
]
        4427  +
        4428  +
[[package]]
        4429  +
name = "urlencoding"
        4430  +
version = "2.1.3"
        4431  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4432  +
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
        4433  +
        4434  +
[[package]]
        4435  +
name = "utf16_iter"
        4436  +
version = "1.0.5"
        4437  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4438  +
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
        4439  +
        4440  +
[[package]]
        4441  +
name = "utf8_iter"
        4442  +
version = "1.0.4"
        4443  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4444  +
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
        4445  +
        4446  +
[[package]]
        4447  +
name = "uuid"
        4448  +
version = "1.8.0"
        4449  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4450  +
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
        4451  +
        4452  +
[[package]]
        4453  +
name = "valuable"
        4454  +
version = "0.1.0"
        4455  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4456  +
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
        4457  +
        4458  +
[[package]]
        4459  +
name = "value-bag"
        4460  +
version = "1.9.0"
        4461  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4462  +
checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
        4463  +
        4464  +
[[package]]
        4465  +
name = "version_check"
        4466  +
version = "0.9.4"
        4467  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4468  +
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
        4469  +
        4470  +
[[package]]
        4471  +
name = "vsimd"
        4472  +
version = "0.8.0"
        4473  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4474  +
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
        4475  +
        4476  +
[[package]]
        4477  +
name = "wait-timeout"
        4478  +
version = "0.2.0"
        4479  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4480  +
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
        4481  +
dependencies = [
        4482  +
 "libc",
        4483  +
]
        4484  +
        4485  +
[[package]]
        4486  +
name = "waker-fn"
        4487  +
version = "1.2.0"
        4488  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4489  +
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
        4490  +
        4491  +
[[package]]
        4492  +
name = "walkdir"
        4493  +
version = "2.5.0"
        4494  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4495  +
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
        4496  +
dependencies = [
        4497  +
 "same-file",
        4498  +
 "winapi-util",
        4499  +
]
        4500  +
        4501  +
[[package]]
        4502  +
name = "want"
        4503  +
version = "0.3.1"
        4504  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4505  +
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
        4506  +
dependencies = [
        4507  +
 "try-lock",
        4508  +
]
        4509  +
        4510  +
[[package]]
        4511  +
name = "wasi"
        4512  +
version = "0.11.0+wasi-snapshot-preview1"
        4513  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4514  +
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
        4515  +
        4516  +
[[package]]
        4517  +
name = "wasi"
        4518  +
version = "0.12.1+wasi-0.2.0"
        4519  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4520  +
checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
        4521  +
dependencies = [
        4522  +
 "wit-bindgen",
        4523  +
]
        4524  +
        4525  +
[[package]]
        4526  +
name = "wasm-bindgen"
        4527  +
version = "0.2.92"
        4528  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4529  +
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
        4530  +
dependencies = [
        4531  +
 "cfg-if",
        4532  +
 "wasm-bindgen-macro",
        4533  +
]
        4534  +
        4535  +
[[package]]
        4536  +
name = "wasm-bindgen-backend"
        4537  +
version = "0.2.92"
        4538  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4539  +
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
        4540  +
dependencies = [
        4541  +
 "bumpalo",
        4542  +
 "log",
        4543  +
 "once_cell",
        4544  +
 "proc-macro2",
        4545  +
 "quote",
        4546  +
 "syn 2.0.66",
        4547  +
 "wasm-bindgen-shared",
        4548  +
]
        4549  +
        4550  +
[[package]]
        4551  +
name = "wasm-bindgen-futures"
        4552  +
version = "0.4.42"
        4553  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4554  +
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
        4555  +
dependencies = [
        4556  +
 "cfg-if",
        4557  +
 "js-sys",
        4558  +
 "wasm-bindgen",
        4559  +
 "web-sys",
        4560  +
]
        4561  +
        4562  +
[[package]]
        4563  +
name = "wasm-bindgen-macro"
        4564  +
version = "0.2.92"
        4565  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4566  +
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
        4567  +
dependencies = [
        4568  +
 "quote",
        4569  +
 "wasm-bindgen-macro-support",
        4570  +
]
        4571  +
        4572  +
[[package]]
        4573  +
name = "wasm-bindgen-macro-support"
        4574  +
version = "0.2.92"
        4575  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4576  +
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
        4577  +
dependencies = [
        4578  +
 "proc-macro2",
        4579  +
 "quote",
        4580  +
 "syn 2.0.66",
        4581  +
 "wasm-bindgen-backend",
        4582  +
 "wasm-bindgen-shared",
        4583  +
]
        4584  +
        4585  +
[[package]]
        4586  +
name = "wasm-bindgen-shared"
        4587  +
version = "0.2.92"
        4588  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4589  +
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
        4590  +
        4591  +
[[package]]
        4592  +
name = "web-sys"
        4593  +
version = "0.3.69"
        4594  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4595  +
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
        4596  +
dependencies = [
        4597  +
 "js-sys",
        4598  +
 "wasm-bindgen",
        4599  +
]
        4600  +
        4601  +
[[package]]
        4602  +
name = "webpki-roots"
        4603  +
version = "0.25.4"
        4604  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4605  +
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
        4606  +
        4607  +
[[package]]
        4608  +
name = "which"
        4609  +
version = "4.4.2"
        4610  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4611  +
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
        4612  +
dependencies = [
        4613  +
 "either",
        4614  +
 "home",
        4615  +
 "once_cell",
        4616  +
 "rustix 0.38.34",
        4617  +
]
        4618  +
        4619  +
[[package]]
        4620  +
name = "winapi"
        4621  +
version = "0.3.9"
        4622  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4623  +
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
        4624  +
dependencies = [
        4625  +
 "winapi-i686-pc-windows-gnu",
        4626  +
 "winapi-x86_64-pc-windows-gnu",
        4627  +
]
        4628  +
        4629  +
[[package]]
        4630  +
name = "winapi-i686-pc-windows-gnu"
        4631  +
version = "0.4.0"
        4632  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4633  +
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
        4634  +
        4635  +
[[package]]
        4636  +
name = "winapi-util"
        4637  +
version = "0.1.8"
        4638  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4639  +
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
        4640  +
dependencies = [
        4641  +
 "windows-sys 0.52.0",
        4642  +
]
        4643  +
        4644  +
[[package]]
        4645  +
name = "winapi-x86_64-pc-windows-gnu"
        4646  +
version = "0.4.0"
        4647  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4648  +
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
        4649  +
        4650  +
[[package]]
        4651  +
name = "windows-sys"
        4652  +
version = "0.48.0"
        4653  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4654  +
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
        4655  +
dependencies = [
        4656  +
 "windows-targets 0.48.5",
        4657  +
]
        4658  +
        4659  +
[[package]]
        4660  +
name = "windows-sys"
        4661  +
version = "0.52.0"
        4662  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4663  +
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
        4664  +
dependencies = [
        4665  +
 "windows-targets 0.52.5",
        4666  +
]
        4667  +
        4668  +
[[package]]
        4669  +
name = "windows-targets"
        4670  +
version = "0.48.5"
        4671  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4672  +
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
        4673  +
dependencies = [
        4674  +
 "windows_aarch64_gnullvm 0.48.5",
        4675  +
 "windows_aarch64_msvc 0.48.5",
        4676  +
 "windows_i686_gnu 0.48.5",
        4677  +
 "windows_i686_msvc 0.48.5",
        4678  +
 "windows_x86_64_gnu 0.48.5",
        4679  +
 "windows_x86_64_gnullvm 0.48.5",
        4680  +
 "windows_x86_64_msvc 0.48.5",
        4681  +
]
        4682  +
        4683  +
[[package]]
        4684  +
name = "windows-targets"
        4685  +
version = "0.52.5"
        4686  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4687  +
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
        4688  +
dependencies = [
        4689  +
 "windows_aarch64_gnullvm 0.52.5",
        4690  +
 "windows_aarch64_msvc 0.52.5",
        4691  +
 "windows_i686_gnu 0.52.5",
        4692  +
 "windows_i686_gnullvm",
        4693  +
 "windows_i686_msvc 0.52.5",
        4694  +
 "windows_x86_64_gnu 0.52.5",
        4695  +
 "windows_x86_64_gnullvm 0.52.5",
        4696  +
 "windows_x86_64_msvc 0.52.5",
        4697  +
]
        4698  +
        4699  +
[[package]]
        4700  +
name = "windows_aarch64_gnullvm"
        4701  +
version = "0.48.5"
        4702  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4703  +
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
        4704  +
        4705  +
[[package]]
        4706  +
name = "windows_aarch64_gnullvm"
        4707  +
version = "0.52.5"
        4708  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4709  +
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
        4710  +
        4711  +
[[package]]
        4712  +
name = "windows_aarch64_msvc"
        4713  +
version = "0.48.5"
        4714  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4715  +
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
        4716  +
        4717  +
[[package]]
        4718  +
name = "windows_aarch64_msvc"
        4719  +
version = "0.52.5"
        4720  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4721  +
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
        4722  +
        4723  +
[[package]]
        4724  +
name = "windows_i686_gnu"
        4725  +
version = "0.48.5"
        4726  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4727  +
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
        4728  +
        4729  +
[[package]]
        4730  +
name = "windows_i686_gnu"
        4731  +
version = "0.52.5"
        4732  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4733  +
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
        4734  +
        4735  +
[[package]]
        4736  +
name = "windows_i686_gnullvm"
        4737  +
version = "0.52.5"
        4738  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4739  +
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
        4740  +
        4741  +
[[package]]
        4742  +
name = "windows_i686_msvc"
        4743  +
version = "0.48.5"
        4744  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4745  +
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
        4746  +
        4747  +
[[package]]
        4748  +
name = "windows_i686_msvc"
        4749  +
version = "0.52.5"
        4750  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4751  +
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
        4752  +
        4753  +
[[package]]
        4754  +
name = "windows_x86_64_gnu"
        4755  +
version = "0.48.5"
        4756  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4757  +
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
        4758  +
        4759  +
[[package]]
        4760  +
name = "windows_x86_64_gnu"
        4761  +
version = "0.52.5"
        4762  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4763  +
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
        4764  +
        4765  +
[[package]]
        4766  +
name = "windows_x86_64_gnullvm"
        4767  +
version = "0.48.5"
        4768  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4769  +
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
        4770  +
        4771  +
[[package]]
        4772  +
name = "windows_x86_64_gnullvm"
        4773  +
version = "0.52.5"
        4774  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4775  +
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
        4776  +
        4777  +
[[package]]
        4778  +
name = "windows_x86_64_msvc"
        4779  +
version = "0.48.5"
        4780  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4781  +
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
        4782  +
        4783  +
[[package]]
        4784  +
name = "windows_x86_64_msvc"
        4785  +
version = "0.52.5"
        4786  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4787  +
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
        4788  +
        4789  +
[[package]]
        4790  +
name = "wit-bindgen"
        4791  +
version = "0.19.2"
        4792  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4793  +
checksum = "b37d270da94012e0ac490ac633ad5bdd76a10a3fb15069edb033c1b771ce931f"
        4794  +
dependencies = [
        4795  +
 "bitflags 2.5.0",
        4796  +
]
        4797  +
        4798  +
[[package]]
        4799  +
name = "write16"
        4800  +
version = "1.0.0"
        4801  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4802  +
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
        4803  +
        4804  +
[[package]]
        4805  +
name = "writeable"
        4806  +
version = "0.5.5"
        4807  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4808  +
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
        4809  +
        4810  +
[[package]]
        4811  +
name = "xmlparser"
        4812  +
version = "0.13.6"
        4813  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4814  +
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
        4815  +
        4816  +
[[package]]
        4817  +
name = "yansi"
        4818  +
version = "0.5.1"
        4819  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4820  +
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
        4821  +
        4822  +
[[package]]
        4823  +
name = "yoke"
        4824  +
version = "0.7.4"
        4825  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4826  +
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
        4827  +
dependencies = [
        4828  +
 "serde",
        4829  +
 "stable_deref_trait",
        4830  +
 "yoke-derive",
        4831  +
 "zerofrom",
        4832  +
]
        4833  +
        4834  +
[[package]]
        4835  +
name = "yoke-derive"
        4836  +
version = "0.7.4"
        4837  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4838  +
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
        4839  +
dependencies = [
        4840  +
 "proc-macro2",
        4841  +
 "quote",
        4842  +
 "syn 2.0.66",
        4843  +
 "synstructure",
        4844  +
]
        4845  +
        4846  +
[[package]]
        4847  +
name = "zerocopy"
        4848  +
version = "0.7.34"
        4849  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4850  +
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
        4851  +
dependencies = [
        4852  +
 "zerocopy-derive",
        4853  +
]
        4854  +
        4855  +
[[package]]
        4856  +
name = "zerocopy-derive"
        4857  +
version = "0.7.34"
        4858  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4859  +
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
        4860  +
dependencies = [
        4861  +
 "proc-macro2",
        4862  +
 "quote",
        4863  +
 "syn 2.0.66",
        4864  +
]
        4865  +
        4866  +
[[package]]
        4867  +
name = "zerofrom"
        4868  +
version = "0.1.4"
        4869  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4870  +
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
        4871  +
dependencies = [
        4872  +
 "zerofrom-derive",
        4873  +
]
        4874  +
        4875  +
[[package]]
        4876  +
name = "zerofrom-derive"
        4877  +
version = "0.1.4"
        4878  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4879  +
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
        4880  +
dependencies = [
        4881  +
 "proc-macro2",
        4882  +
 "quote",
        4883  +
 "syn 2.0.66",
        4884  +
 "synstructure",
        4885  +
]
        4886  +
        4887  +
[[package]]
        4888  +
name = "zeroize"
        4889  +
version = "1.8.1"
        4890  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4891  +
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
        4892  +
dependencies = [
        4893  +
 "zeroize_derive",
        4894  +
]
        4895  +
        4896  +
[[package]]
        4897  +
name = "zeroize_derive"
        4898  +
version = "1.4.2"
        4899  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4900  +
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
        4901  +
dependencies = [
        4902  +
 "proc-macro2",
        4903  +
 "quote",
        4904  +
 "syn 2.0.66",
        4905  +
]
        4906  +
        4907  +
[[package]]
        4908  +
name = "zerovec"
        4909  +
version = "0.10.2"
        4910  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4911  +
checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c"
        4912  +
dependencies = [
        4913  +
 "yoke",
        4914  +
 "zerofrom",
        4915  +
 "zerovec-derive",
        4916  +
]
        4917  +
        4918  +
[[package]]
        4919  +
name = "zerovec-derive"
        4920  +
version = "0.10.2"
        4921  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        4922  +
checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7"
        4923  +
dependencies = [
        4924  +
 "proc-macro2",
        4925  +
 "quote",
        4926  +
 "syn 2.0.66",
        4927  +
]