AWS SDK

AWS SDK

rev. 3bd9f7798fdc30d569bb6c5cccac9a25f3df7888 (ignoring whitespace)

Files changed:

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

@@ -0,1 +0,13050 @@
           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.9"
         407  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         408  +
checksum = "6e5cc4286676d121ca5a2ce89e0d4ddbc2d660ac24bb17bc49607d700f49f993"
         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.3"
         421  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         422  +
checksum = "bf7d844e282b4b56750b2d4e893b2205581ded8709fddd2b6aa5418c150ca877"
         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.18.0"
         434  +
source = "registry+https://github.com/rust-lang/crates.io-index"
         435  +
checksum = "c3a2c29203f6bf296d01141cc8bb9dbd5ecd4c27843f2ee0767bcd5985a927da"
         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.2 (registry+https://github.com/rust-lang/crates.io-index)",
         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-accessanalyzer"
         508  +
version = "1.32.0"
         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-http 0.60.8",
         515  +
 "aws-smithy-json 0.60.7",
         516  +
 "aws-smithy-runtime 1.5.7",
         517  +
 "aws-smithy-runtime-api 1.6.3",
         518  +
 "aws-smithy-types 1.2.0",
         519  +
 "aws-types 1.3.1",
         520  +
 "bytes",
         521  +
 "fastrand 2.0.2",
         522  +
 "http 0.2.12",
         523  +
 "once_cell",
         524  +
 "regex-lite",
         525  +
 "tokio",
         526  +
 "tracing",
         527  +
]
         528  +
         529  +
[[package]]
         530  +
name = "aws-sdk-account"
         531  +
version = "1.31.0"
         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-runtime 1.5.7",
         540  +
 "aws-smithy-runtime-api 1.6.3",
         541  +
 "aws-smithy-types 1.2.0",
         542  +
 "aws-types 1.3.1",
         543  +
 "bytes",
         544  +
 "http 0.2.12",
         545  +
 "once_cell",
         546  +
 "regex-lite",
         547  +
 "tokio",
         548  +
 "tracing",
         549  +
]
         550  +
         551  +
[[package]]
         552  +
name = "aws-sdk-acm"
         553  +
version = "1.31.0"
         554  +
dependencies = [
         555  +
 "aws-config",
         556  +
 "aws-credential-types 1.2.0",
         557  +
 "aws-runtime 1.2.2",
         558  +
 "aws-smithy-async 1.2.1",
         559  +
 "aws-smithy-http 0.60.8",
         560  +
 "aws-smithy-json 0.60.7",
         561  +
 "aws-smithy-runtime 1.5.7",
         562  +
 "aws-smithy-runtime-api 1.6.3",
         563  +
 "aws-smithy-types 1.2.0",
         564  +
 "aws-types 1.3.1",
         565  +
 "bytes",
         566  +
 "http 0.2.12",
         567  +
 "once_cell",
         568  +
 "regex-lite",
         569  +
 "tokio",
         570  +
 "tracing",
         571  +
]
         572  +
         573  +
[[package]]
         574  +
name = "aws-sdk-acmpca"
         575  +
version = "1.31.0"
         576  +
dependencies = [
         577  +
 "aws-config",
         578  +
 "aws-credential-types 1.2.0",
         579  +
 "aws-runtime 1.2.2",
         580  +
 "aws-smithy-async 1.2.1",
         581  +
 "aws-smithy-http 0.60.8",
         582  +
 "aws-smithy-json 0.60.7",
         583  +
 "aws-smithy-runtime 1.5.7",
         584  +
 "aws-smithy-runtime-api 1.6.3",
         585  +
 "aws-smithy-types 1.2.0",
         586  +
 "aws-types 1.3.1",
         587  +
 "bytes",
         588  +
 "http 0.2.12",
         589  +
 "once_cell",
         590  +
 "regex-lite",
         591  +
 "tokio",
         592  +
 "tracing",
         593  +
]
         594  +
         595  +
[[package]]
         596  +
name = "aws-sdk-amp"
         597  +
version = "1.30.0"
         598  +
dependencies = [
         599  +
 "aws-config",
         600  +
 "aws-credential-types 1.2.0",
         601  +
 "aws-runtime 1.2.2",
         602  +
 "aws-smithy-async 1.2.1",
         603  +
 "aws-smithy-http 0.60.8",
         604  +
 "aws-smithy-json 0.60.7",
         605  +
 "aws-smithy-runtime 1.5.7",
         606  +
 "aws-smithy-runtime-api 1.6.3",
         607  +
 "aws-smithy-types 1.2.0",
         608  +
 "aws-types 1.3.1",
         609  +
 "bytes",
         610  +
 "fastrand 2.0.2",
         611  +
 "http 0.2.12",
         612  +
 "once_cell",
         613  +
 "regex-lite",
         614  +
 "tokio",
         615  +
 "tracing",
         616  +
]
         617  +
         618  +
[[package]]
         619  +
name = "aws-sdk-amplify"
         620  +
version = "1.32.0"
         621  +
dependencies = [
         622  +
 "aws-config",
         623  +
 "aws-credential-types 1.2.0",
         624  +
 "aws-runtime 1.2.2",
         625  +
 "aws-smithy-async 1.2.1",
         626  +
 "aws-smithy-http 0.60.8",
         627  +
 "aws-smithy-json 0.60.7",
         628  +
 "aws-smithy-runtime 1.5.7",
         629  +
 "aws-smithy-runtime-api 1.6.3",
         630  +
 "aws-smithy-types 1.2.0",
         631  +
 "aws-types 1.3.1",
         632  +
 "bytes",
         633  +
 "http 0.2.12",
         634  +
 "once_cell",
         635  +
 "regex-lite",
         636  +
 "tokio",
         637  +
 "tracing",
         638  +
]
         639  +
         640  +
[[package]]
         641  +
name = "aws-sdk-amplifybackend"
         642  +
version = "1.30.0"
         643  +
dependencies = [
         644  +
 "aws-config",
         645  +
 "aws-credential-types 1.2.0",
         646  +
 "aws-runtime 1.2.2",
         647  +
 "aws-smithy-async 1.2.1",
         648  +
 "aws-smithy-http 0.60.8",
         649  +
 "aws-smithy-json 0.60.7",
         650  +
 "aws-smithy-runtime 1.5.7",
         651  +
 "aws-smithy-runtime-api 1.6.3",
         652  +
 "aws-smithy-types 1.2.0",
         653  +
 "aws-types 1.3.1",
         654  +
 "bytes",
         655  +
 "http 0.2.12",
         656  +
 "once_cell",
         657  +
 "regex-lite",
         658  +
 "tokio",
         659  +
 "tracing",
         660  +
]
         661  +
         662  +
[[package]]
         663  +
name = "aws-sdk-amplifyuibuilder"
         664  +
version = "1.30.0"
         665  +
dependencies = [
         666  +
 "aws-config",
         667  +
 "aws-credential-types 1.2.0",
         668  +
 "aws-runtime 1.2.2",
         669  +
 "aws-smithy-async 1.2.1",
         670  +
 "aws-smithy-http 0.60.8",
         671  +
 "aws-smithy-json 0.60.7",
         672  +
 "aws-smithy-runtime 1.5.7",
         673  +
 "aws-smithy-runtime-api 1.6.3",
         674  +
 "aws-smithy-types 1.2.0",
         675  +
 "aws-types 1.3.1",
         676  +
 "bytes",
         677  +
 "fastrand 2.0.2",
         678  +
 "http 0.2.12",
         679  +
 "once_cell",
         680  +
 "regex-lite",
         681  +
 "tokio",
         682  +
 "tracing",
         683  +
]
         684  +
         685  +
[[package]]
         686  +
name = "aws-sdk-apigateway"
         687  +
version = "1.30.0"
         688  +
dependencies = [
         689  +
 "aws-config",
         690  +
 "aws-credential-types 1.2.0",
         691  +
 "aws-runtime 1.2.2",
         692  +
 "aws-smithy-async 1.2.1",
         693  +
 "aws-smithy-http 0.60.8",
         694  +
 "aws-smithy-json 0.60.7",
         695  +
 "aws-smithy-runtime 1.5.7",
         696  +
 "aws-smithy-runtime-api 1.6.3",
         697  +
 "aws-smithy-types 1.2.0",
         698  +
 "aws-types 1.3.1",
         699  +
 "bytes",
         700  +
 "http 0.2.12",
         701  +
 "once_cell",
         702  +
 "regex-lite",
         703  +
 "tokio",
         704  +
 "tracing",
         705  +
]
         706  +
         707  +
[[package]]
         708  +
name = "aws-sdk-apigatewaymanagement"
         709  +
version = "1.30.0"
         710  +
dependencies = [
         711  +
 "aws-config",
         712  +
 "aws-credential-types 1.2.0",
         713  +
 "aws-runtime 1.2.2",
         714  +
 "aws-smithy-async 1.2.1",
         715  +
 "aws-smithy-http 0.60.8",
         716  +
 "aws-smithy-json 0.60.7",
         717  +
 "aws-smithy-runtime 1.5.7",
         718  +
 "aws-smithy-runtime-api 1.6.3",
         719  +
 "aws-smithy-types 1.2.0",
         720  +
 "aws-types 1.3.1",
         721  +
 "bytes",
         722  +
 "http 0.2.12",
         723  +
 "once_cell",
         724  +
 "regex-lite",
         725  +
 "tokio",
         726  +
 "tracing",
         727  +
]
         728  +
         729  +
[[package]]
         730  +
name = "aws-sdk-apigatewayv2"
         731  +
version = "1.30.0"
         732  +
dependencies = [
         733  +
 "aws-config",
         734  +
 "aws-credential-types 1.2.0",
         735  +
 "aws-runtime 1.2.2",
         736  +
 "aws-smithy-async 1.2.1",
         737  +
 "aws-smithy-http 0.60.8",
         738  +
 "aws-smithy-json 0.60.7",
         739  +
 "aws-smithy-runtime 1.5.7",
         740  +
 "aws-smithy-runtime-api 1.6.3",
         741  +
 "aws-smithy-types 1.2.0",
         742  +
 "aws-types 1.3.1",
         743  +
 "bytes",
         744  +
 "http 0.2.12",
         745  +
 "once_cell",
         746  +
 "regex-lite",
         747  +
 "tokio",
         748  +
 "tracing",
         749  +
]
         750  +
         751  +
[[package]]
         752  +
name = "aws-sdk-appconfig"
         753  +
version = "1.31.0"
         754  +
dependencies = [
         755  +
 "aws-config",
         756  +
 "aws-credential-types 1.2.0",
         757  +
 "aws-runtime 1.2.2",
         758  +
 "aws-smithy-async 1.2.1",
         759  +
 "aws-smithy-http 0.60.8",
         760  +
 "aws-smithy-json 0.60.7",
         761  +
 "aws-smithy-runtime 1.5.7",
         762  +
 "aws-smithy-runtime-api 1.6.3",
         763  +
 "aws-smithy-types 1.2.0",
         764  +
 "aws-types 1.3.1",
         765  +
 "bytes",
         766  +
 "http 0.2.12",
         767  +
 "once_cell",
         768  +
 "regex-lite",
         769  +
 "tokio",
         770  +
 "tracing",
         771  +
]
         772  +
         773  +
[[package]]
         774  +
name = "aws-sdk-appconfigdata"
         775  +
version = "1.30.0"
         776  +
dependencies = [
         777  +
 "aws-config",
         778  +
 "aws-credential-types 1.2.0",
         779  +
 "aws-runtime 1.2.2",
         780  +
 "aws-smithy-async 1.2.1",
         781  +
 "aws-smithy-http 0.60.8",
         782  +
 "aws-smithy-json 0.60.7",
         783  +
 "aws-smithy-runtime 1.5.7",
         784  +
 "aws-smithy-runtime-api 1.6.3",
         785  +
 "aws-smithy-types 1.2.0",
         786  +
 "aws-types 1.3.1",
         787  +
 "bytes",
         788  +
 "http 0.2.12",
         789  +
 "once_cell",
         790  +
 "regex-lite",
         791  +
 "tokio",
         792  +
 "tracing",
         793  +
]
         794  +
         795  +
[[package]]
         796  +
name = "aws-sdk-appfabric"
         797  +
version = "1.30.0"
         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-runtime 1.5.7",
         806  +
 "aws-smithy-runtime-api 1.6.3",
         807  +
 "aws-smithy-types 1.2.0",
         808  +
 "aws-types 1.3.1",
         809  +
 "bytes",
         810  +
 "fastrand 2.0.2",
         811  +
 "http 0.2.12",
         812  +
 "once_cell",
         813  +
 "regex-lite",
         814  +
 "tokio",
         815  +
 "tracing",
         816  +
]
         817  +
         818  +
[[package]]
         819  +
name = "aws-sdk-appflow"
         820  +
version = "1.30.0"
         821  +
dependencies = [
         822  +
 "aws-config",
         823  +
 "aws-credential-types 1.2.0",
         824  +
 "aws-runtime 1.2.2",
         825  +
 "aws-smithy-async 1.2.1",
         826  +
 "aws-smithy-http 0.60.8",
         827  +
 "aws-smithy-json 0.60.7",
         828  +
 "aws-smithy-runtime 1.5.7",
         829  +
 "aws-smithy-runtime-api 1.6.3",
         830  +
 "aws-smithy-types 1.2.0",
         831  +
 "aws-types 1.3.1",
         832  +
 "bytes",
         833  +
 "fastrand 2.0.2",
         834  +
 "http 0.2.12",
         835  +
 "once_cell",
         836  +
 "regex-lite",
         837  +
 "tokio",
         838  +
 "tracing",
         839  +
]
         840  +
         841  +
[[package]]
         842  +
name = "aws-sdk-appintegrations"
         843  +
version = "1.30.0"
         844  +
dependencies = [
         845  +
 "aws-config",
         846  +
 "aws-credential-types 1.2.0",
         847  +
 "aws-runtime 1.2.2",
         848  +
 "aws-smithy-async 1.2.1",
         849  +
 "aws-smithy-http 0.60.8",
         850  +
 "aws-smithy-json 0.60.7",
         851  +
 "aws-smithy-runtime 1.5.7",
         852  +
 "aws-smithy-runtime-api 1.6.3",
         853  +
 "aws-smithy-types 1.2.0",
         854  +
 "aws-types 1.3.1",
         855  +
 "bytes",
         856  +
 "fastrand 2.0.2",
         857  +
 "http 0.2.12",
         858  +
 "once_cell",
         859  +
 "regex-lite",
         860  +
 "tokio",
         861  +
 "tracing",
         862  +
]
         863  +
         864  +
[[package]]
         865  +
name = "aws-sdk-applicationautoscaling"
         866  +
version = "1.32.0"
         867  +
dependencies = [
         868  +
 "aws-config",
         869  +
 "aws-credential-types 1.2.0",
         870  +
 "aws-runtime 1.2.2",
         871  +
 "aws-smithy-async 1.2.1",
         872  +
 "aws-smithy-http 0.60.8",
         873  +
 "aws-smithy-json 0.60.7",
         874  +
 "aws-smithy-runtime 1.5.7",
         875  +
 "aws-smithy-runtime-api 1.6.3",
         876  +
 "aws-smithy-types 1.2.0",
         877  +
 "aws-types 1.3.1",
         878  +
 "bytes",
         879  +
 "http 0.2.12",
         880  +
 "once_cell",
         881  +
 "regex-lite",
         882  +
 "tokio",
         883  +
 "tracing",
         884  +
]
         885  +
         886  +
[[package]]
         887  +
name = "aws-sdk-applicationcostprofiler"
         888  +
version = "1.30.0"
         889  +
dependencies = [
         890  +
 "aws-config",
         891  +
 "aws-credential-types 1.2.0",
         892  +
 "aws-runtime 1.2.2",
         893  +
 "aws-smithy-async 1.2.1",
         894  +
 "aws-smithy-http 0.60.8",
         895  +
 "aws-smithy-json 0.60.7",
         896  +
 "aws-smithy-runtime 1.5.7",
         897  +
 "aws-smithy-runtime-api 1.6.3",
         898  +
 "aws-smithy-types 1.2.0",
         899  +
 "aws-types 1.3.1",
         900  +
 "bytes",
         901  +
 "http 0.2.12",
         902  +
 "once_cell",
         903  +
 "regex-lite",
         904  +
 "tokio",
         905  +
 "tracing",
         906  +
]
         907  +
         908  +
[[package]]
         909  +
name = "aws-sdk-applicationdiscovery"
         910  +
version = "1.31.0"
         911  +
dependencies = [
         912  +
 "aws-config",
         913  +
 "aws-credential-types 1.2.0",
         914  +
 "aws-runtime 1.2.2",
         915  +
 "aws-smithy-async 1.2.1",
         916  +
 "aws-smithy-http 0.60.8",
         917  +
 "aws-smithy-json 0.60.7",
         918  +
 "aws-smithy-runtime 1.5.7",
         919  +
 "aws-smithy-runtime-api 1.6.3",
         920  +
 "aws-smithy-types 1.2.0",
         921  +
 "aws-types 1.3.1",
         922  +
 "bytes",
         923  +
 "fastrand 2.0.2",
         924  +
 "http 0.2.12",
         925  +
 "once_cell",
         926  +
 "regex-lite",
         927  +
 "tokio",
         928  +
 "tracing",
         929  +
]
         930  +
         931  +
[[package]]
         932  +
name = "aws-sdk-applicationinsights"
         933  +
version = "1.30.0"
         934  +
dependencies = [
         935  +
 "aws-config",
         936  +
 "aws-credential-types 1.2.0",
         937  +
 "aws-runtime 1.2.2",
         938  +
 "aws-smithy-async 1.2.1",
         939  +
 "aws-smithy-http 0.60.8",
         940  +
 "aws-smithy-json 0.60.7",
         941  +
 "aws-smithy-runtime 1.5.7",
         942  +
 "aws-smithy-runtime-api 1.6.3",
         943  +
 "aws-smithy-types 1.2.0",
         944  +
 "aws-types 1.3.1",
         945  +
 "bytes",
         946  +
 "http 0.2.12",
         947  +
 "once_cell",
         948  +
 "regex-lite",
         949  +
 "tokio",
         950  +
 "tracing",
         951  +
]
         952  +
         953  +
[[package]]
         954  +
name = "aws-sdk-applicationsignals"
         955  +
version = "1.0.0"
         956  +
dependencies = [
         957  +
 "aws-config",
         958  +
 "aws-credential-types 1.2.0",
         959  +
 "aws-runtime 1.2.2",
         960  +
 "aws-smithy-async 1.2.1",
         961  +
 "aws-smithy-http 0.60.8",
         962  +
 "aws-smithy-json 0.60.7",
         963  +
 "aws-smithy-runtime 1.5.7",
         964  +
 "aws-smithy-runtime-api 1.6.3",
         965  +
 "aws-smithy-types 1.2.0",
         966  +
 "aws-types 1.3.1",
         967  +
 "bytes",
         968  +
 "http 0.2.12",
         969  +
 "once_cell",
         970  +
 "regex-lite",
         971  +
 "tokio",
         972  +
 "tracing",
         973  +
]
         974  +
         975  +
[[package]]
         976  +
name = "aws-sdk-appmesh"
         977  +
version = "1.30.0"
         978  +
dependencies = [
         979  +
 "aws-config",
         980  +
 "aws-credential-types 1.2.0",
         981  +
 "aws-runtime 1.2.2",
         982  +
 "aws-smithy-async 1.2.1",
         983  +
 "aws-smithy-http 0.60.8",
         984  +
 "aws-smithy-json 0.60.7",
         985  +
 "aws-smithy-runtime 1.5.7",
         986  +
 "aws-smithy-runtime-api 1.6.3",
         987  +
 "aws-smithy-types 1.2.0",
         988  +
 "aws-types 1.3.1",
         989  +
 "bytes",
         990  +
 "fastrand 2.0.2",
         991  +
 "http 0.2.12",
         992  +
 "once_cell",
         993  +
 "regex-lite",
         994  +
 "tokio",
         995  +
 "tracing",
         996  +
]
         997  +
         998  +
[[package]]
         999  +
name = "aws-sdk-apprunner"
        1000  +
version = "1.31.0"
        1001  +
dependencies = [
        1002  +
 "aws-config",
        1003  +
 "aws-credential-types 1.2.0",
        1004  +
 "aws-runtime 1.2.2",
        1005  +
 "aws-smithy-async 1.2.1",
        1006  +
 "aws-smithy-http 0.60.8",
        1007  +
 "aws-smithy-json 0.60.7",
        1008  +
 "aws-smithy-runtime 1.5.7",
        1009  +
 "aws-smithy-runtime-api 1.6.3",
        1010  +
 "aws-smithy-types 1.2.0",
        1011  +
 "aws-types 1.3.1",
        1012  +
 "bytes",
        1013  +
 "http 0.2.12",
        1014  +
 "once_cell",
        1015  +
 "regex-lite",
        1016  +
 "tokio",
        1017  +
 "tracing",
        1018  +
]
        1019  +
        1020  +
[[package]]
        1021  +
name = "aws-sdk-appstream"
        1022  +
version = "1.30.0"
        1023  +
dependencies = [
        1024  +
 "aws-config",
        1025  +
 "aws-credential-types 1.2.0",
        1026  +
 "aws-runtime 1.2.2",
        1027  +
 "aws-smithy-async 1.2.1",
        1028  +
 "aws-smithy-http 0.60.8",
        1029  +
 "aws-smithy-json 0.60.7",
        1030  +
 "aws-smithy-runtime 1.5.7",
        1031  +
 "aws-smithy-runtime-api 1.6.3",
        1032  +
 "aws-smithy-types 1.2.0",
        1033  +
 "aws-types 1.3.1",
        1034  +
 "bytes",
        1035  +
 "http 0.2.12",
        1036  +
 "once_cell",
        1037  +
 "regex-lite",
        1038  +
 "tokio",
        1039  +
 "tracing",
        1040  +
]
        1041  +
        1042  +
[[package]]
        1043  +
name = "aws-sdk-appsync"
        1044  +
version = "1.34.0"
        1045  +
dependencies = [
        1046  +
 "aws-config",
        1047  +
 "aws-credential-types 1.2.0",
        1048  +
 "aws-runtime 1.2.2",
        1049  +
 "aws-smithy-async 1.2.1",
        1050  +
 "aws-smithy-http 0.60.8",
        1051  +
 "aws-smithy-json 0.60.7",
        1052  +
 "aws-smithy-runtime 1.5.7",
        1053  +
 "aws-smithy-runtime-api 1.6.3",
        1054  +
 "aws-smithy-types 1.2.0",
        1055  +
 "aws-types 1.3.1",
        1056  +
 "bytes",
        1057  +
 "http 0.2.12",
        1058  +
 "once_cell",
        1059  +
 "regex-lite",
        1060  +
 "tokio",
        1061  +
 "tracing",
        1062  +
]
        1063  +
        1064  +
[[package]]
        1065  +
name = "aws-sdk-arczonalshift"
        1066  +
version = "1.31.0"
        1067  +
dependencies = [
        1068  +
 "aws-config",
        1069  +
 "aws-credential-types 1.2.0",
        1070  +
 "aws-runtime 1.2.2",
        1071  +
 "aws-smithy-async 1.2.1",
        1072  +
 "aws-smithy-http 0.60.8",
        1073  +
 "aws-smithy-json 0.60.7",
        1074  +
 "aws-smithy-runtime 1.5.7",
        1075  +
 "aws-smithy-runtime-api 1.6.3",
        1076  +
 "aws-smithy-types 1.2.0",
        1077  +
 "aws-types 1.3.1",
        1078  +
 "bytes",
        1079  +
 "http 0.2.12",
        1080  +
 "once_cell",
        1081  +
 "regex-lite",
        1082  +
 "tokio",
        1083  +
 "tracing",
        1084  +
]
        1085  +
        1086  +
[[package]]
        1087  +
name = "aws-sdk-artifact"
        1088  +
version = "1.17.0"
        1089  +
dependencies = [
        1090  +
 "aws-config",
        1091  +
 "aws-credential-types 1.2.0",
        1092  +
 "aws-runtime 1.2.2",
        1093  +
 "aws-smithy-async 1.2.1",
        1094  +
 "aws-smithy-http 0.60.8",
        1095  +
 "aws-smithy-json 0.60.7",
        1096  +
 "aws-smithy-runtime 1.5.7",
        1097  +
 "aws-smithy-runtime-api 1.6.3",
        1098  +
 "aws-smithy-types 1.2.0",
        1099  +
 "aws-types 1.3.1",
        1100  +
 "bytes",
        1101  +
 "http 0.2.12",
        1102  +
 "once_cell",
        1103  +
 "regex-lite",
        1104  +
 "tokio",
        1105  +
 "tracing",
        1106  +
]
        1107  +
        1108  +
[[package]]
        1109  +
name = "aws-sdk-athena"
        1110  +
version = "1.31.0"
        1111  +
dependencies = [
        1112  +
 "aws-config",
        1113  +
 "aws-credential-types 1.2.0",
        1114  +
 "aws-runtime 1.2.2",
        1115  +
 "aws-smithy-async 1.2.1",
        1116  +
 "aws-smithy-http 0.60.8",
        1117  +
 "aws-smithy-json 0.60.7",
        1118  +
 "aws-smithy-runtime 1.5.7",
        1119  +
 "aws-smithy-runtime-api 1.6.3",
        1120  +
 "aws-smithy-types 1.2.0",
        1121  +
 "aws-types 1.3.1",
        1122  +
 "bytes",
        1123  +
 "fastrand 2.0.2",
        1124  +
 "http 0.2.12",
        1125  +
 "once_cell",
        1126  +
 "regex-lite",
        1127  +
 "tokio",
        1128  +
 "tracing",
        1129  +
]
        1130  +
        1131  +
[[package]]
        1132  +
name = "aws-sdk-auditmanager"
        1133  +
version = "1.31.0"
        1134  +
dependencies = [
        1135  +
 "aws-config",
        1136  +
 "aws-credential-types 1.2.0",
        1137  +
 "aws-runtime 1.2.2",
        1138  +
 "aws-smithy-async 1.2.1",
        1139  +
 "aws-smithy-http 0.60.8",
        1140  +
 "aws-smithy-json 0.60.7",
        1141  +
 "aws-smithy-runtime 1.5.7",
        1142  +
 "aws-smithy-runtime-api 1.6.3",
        1143  +
 "aws-smithy-types 1.2.0",
        1144  +
 "aws-types 1.3.1",
        1145  +
 "bytes",
        1146  +
 "http 0.2.12",
        1147  +
 "once_cell",
        1148  +
 "regex-lite",
        1149  +
 "tokio",
        1150  +
 "tracing",
        1151  +
]
        1152  +
        1153  +
[[package]]
        1154  +
name = "aws-sdk-autoscaling"
        1155  +
version = "1.31.0"
        1156  +
dependencies = [
        1157  +
 "aws-config",
        1158  +
 "aws-credential-types 1.2.0",
        1159  +
 "aws-runtime 1.2.2",
        1160  +
 "aws-smithy-async 1.2.1",
        1161  +
 "aws-smithy-http 0.60.8",
        1162  +
 "aws-smithy-json 0.60.7",
        1163  +
 "aws-smithy-query",
        1164  +
 "aws-smithy-runtime 1.5.7",
        1165  +
 "aws-smithy-runtime-api 1.6.3",
        1166  +
 "aws-smithy-types 1.2.0",
        1167  +
 "aws-smithy-xml 0.60.8",
        1168  +
 "aws-types 1.3.1",
        1169  +
 "http 0.2.12",
        1170  +
 "once_cell",
        1171  +
 "regex-lite",
        1172  +
 "tokio",
        1173  +
 "tracing",
        1174  +
]
        1175  +
        1176  +
[[package]]
        1177  +
name = "aws-sdk-autoscalingplans"
        1178  +
version = "1.30.0"
        1179  +
dependencies = [
        1180  +
 "aws-config",
        1181  +
 "aws-credential-types 1.2.0",
        1182  +
 "aws-runtime 1.2.2",
        1183  +
 "aws-smithy-async 1.2.1",
        1184  +
 "aws-smithy-http 0.60.8",
        1185  +
 "aws-smithy-json 0.60.7",
        1186  +
 "aws-smithy-runtime 1.5.7",
        1187  +
 "aws-smithy-runtime-api 1.6.3",
        1188  +
 "aws-smithy-types 1.2.0",
        1189  +
 "aws-types 1.3.1",
        1190  +
 "bytes",
        1191  +
 "http 0.2.12",
        1192  +
 "once_cell",
        1193  +
 "regex-lite",
        1194  +
 "tokio",
        1195  +
 "tracing",
        1196  +
]
        1197  +
        1198  +
[[package]]
        1199  +
name = "aws-sdk-b2bi"
        1200  +
version = "1.31.0"
        1201  +
dependencies = [
        1202  +
 "aws-config",
        1203  +
 "aws-credential-types 1.2.0",
        1204  +
 "aws-runtime 1.2.2",
        1205  +
 "aws-smithy-async 1.2.1",
        1206  +
 "aws-smithy-http 0.60.8",
        1207  +
 "aws-smithy-json 0.60.7",
        1208  +
 "aws-smithy-runtime 1.5.7",
        1209  +
 "aws-smithy-runtime-api 1.6.3",
        1210  +
 "aws-smithy-types 1.2.0",
        1211  +
 "aws-types 1.3.1",
        1212  +
 "bytes",
        1213  +
 "fastrand 2.0.2",
        1214  +
 "http 0.2.12",
        1215  +
 "once_cell",
        1216  +
 "regex-lite",
        1217  +
 "tokio",
        1218  +
 "tracing",
        1219  +
]
        1220  +
        1221  +
[[package]]
        1222  +
name = "aws-sdk-backup"
        1223  +
version = "1.32.0"
        1224  +
dependencies = [
        1225  +
 "aws-config",
        1226  +
 "aws-credential-types 1.2.0",
        1227  +
 "aws-runtime 1.2.2",
        1228  +
 "aws-smithy-async 1.2.1",
        1229  +
 "aws-smithy-http 0.60.8",
        1230  +
 "aws-smithy-json 0.60.7",
        1231  +
 "aws-smithy-runtime 1.5.7",
        1232  +
 "aws-smithy-runtime-api 1.6.3",
        1233  +
 "aws-smithy-types 1.2.0",
        1234  +
 "aws-types 1.3.1",
        1235  +
 "bytes",
        1236  +
 "fastrand 2.0.2",
        1237  +
 "http 0.2.12",
        1238  +
 "once_cell",
        1239  +
 "regex-lite",
        1240  +
 "tokio",
        1241  +
 "tracing",
        1242  +
]
        1243  +
        1244  +
[[package]]
        1245  +
name = "aws-sdk-backupgateway"
        1246  +
version = "1.30.0"
        1247  +
dependencies = [
        1248  +
 "aws-config",
        1249  +
 "aws-credential-types 1.2.0",
        1250  +
 "aws-runtime 1.2.2",
        1251  +
 "aws-smithy-async 1.2.1",
        1252  +
 "aws-smithy-http 0.60.8",
        1253  +
 "aws-smithy-json 0.60.7",
        1254  +
 "aws-smithy-runtime 1.5.7",
        1255  +
 "aws-smithy-runtime-api 1.6.3",
        1256  +
 "aws-smithy-types 1.2.0",
        1257  +
 "aws-types 1.3.1",
        1258  +
 "bytes",
        1259  +
 "http 0.2.12",
        1260  +
 "once_cell",
        1261  +
 "regex-lite",
        1262  +
 "tokio",
        1263  +
 "tracing",
        1264  +
]
        1265  +
        1266  +
[[package]]
        1267  +
name = "aws-sdk-backupstorage"
        1268  +
version = "1.30.0"
        1269  +
dependencies = [
        1270  +
 "aws-config",
        1271  +
 "aws-credential-types 1.2.0",
        1272  +
 "aws-runtime 1.2.2",
        1273  +
 "aws-sigv4 1.2.2",
        1274  +
 "aws-smithy-async 1.2.1",
        1275  +
 "aws-smithy-http 0.60.8",
        1276  +
 "aws-smithy-json 0.60.7",
        1277  +
 "aws-smithy-runtime 1.5.7",
        1278  +
 "aws-smithy-runtime-api 1.6.3",
        1279  +
 "aws-smithy-types 1.2.0",
        1280  +
 "aws-types 1.3.1",
        1281  +
 "bytes",
        1282  +
 "http 0.2.12",
        1283  +
 "once_cell",
        1284  +
 "regex-lite",
        1285  +
 "tokio",
        1286  +
 "tracing",
        1287  +
]
        1288  +
        1289  +
[[package]]
        1290  +
name = "aws-sdk-batch"
        1291  +
version = "1.35.0"
        1292  +
dependencies = [
        1293  +
 "aws-config",
        1294  +
 "aws-credential-types 1.2.0",
        1295  +
 "aws-runtime 1.2.2",
        1296  +
 "aws-smithy-async 1.2.1",
        1297  +
 "aws-smithy-http 0.60.8",
        1298  +
 "aws-smithy-json 0.60.7",
        1299  +
 "aws-smithy-runtime 1.5.7",
        1300  +
 "aws-smithy-runtime-api 1.6.3",
        1301  +
 "aws-smithy-types 1.2.0",
        1302  +
 "aws-types 1.3.1",
        1303  +
 "bytes",
        1304  +
 "http 0.2.12",
        1305  +
 "once_cell",
        1306  +
 "pretty_assertions",
        1307  +
 "regex-lite",
        1308  +
 "tokio",
        1309  +
 "tracing",
        1310  +
]
        1311  +
        1312  +
[[package]]
        1313  +
name = "aws-sdk-bcmdataexports"
        1314  +
version = "1.28.0"
        1315  +
dependencies = [
        1316  +
 "aws-config",
        1317  +
 "aws-credential-types 1.2.0",
        1318  +
 "aws-runtime 1.2.2",
        1319  +
 "aws-smithy-async 1.2.1",
        1320  +
 "aws-smithy-http 0.60.8",
        1321  +
 "aws-smithy-json 0.60.7",
        1322  +
 "aws-smithy-runtime 1.5.7",
        1323  +
 "aws-smithy-runtime-api 1.6.3",
        1324  +
 "aws-smithy-types 1.2.0",
        1325  +
 "aws-types 1.3.1",
        1326  +
 "bytes",
        1327  +
 "http 0.2.12",
        1328  +
 "once_cell",
        1329  +
 "regex-lite",
        1330  +
 "tokio",
        1331  +
 "tracing",
        1332  +
]
        1333  +
        1334  +
[[package]]
        1335  +
name = "aws-sdk-bedrock"
        1336  +
version = "1.32.0"
        1337  +
dependencies = [
        1338  +
 "aws-config",
        1339  +
 "aws-credential-types 1.2.0",
        1340  +
 "aws-runtime 1.2.2",
        1341  +
 "aws-smithy-async 1.2.1",
        1342  +
 "aws-smithy-http 0.60.8",
        1343  +
 "aws-smithy-json 0.60.7",
        1344  +
 "aws-smithy-runtime 1.5.7",
        1345  +
 "aws-smithy-runtime-api 1.6.3",
        1346  +
 "aws-smithy-types 1.2.0",
        1347  +
 "aws-types 1.3.1",
        1348  +
 "bytes",
        1349  +
 "fastrand 2.0.2",
        1350  +
 "http 0.2.12",
        1351  +
 "once_cell",
        1352  +
 "regex-lite",
        1353  +
 "tokio",
        1354  +
 "tracing",
        1355  +
]
        1356  +
        1357  +
[[package]]
        1358  +
name = "aws-sdk-bedrockagent"
        1359  +
version = "1.34.0"
        1360  +
dependencies = [
        1361  +
 "aws-config",
        1362  +
 "aws-credential-types 1.2.0",
        1363  +
 "aws-runtime 1.2.2",
        1364  +
 "aws-smithy-async 1.2.1",
        1365  +
 "aws-smithy-http 0.60.8",
        1366  +
 "aws-smithy-json 0.60.7",
        1367  +
 "aws-smithy-runtime 1.5.7",
        1368  +
 "aws-smithy-runtime-api 1.6.3",
        1369  +
 "aws-smithy-types 1.2.0",
        1370  +
 "aws-types 1.3.1",
        1371  +
 "bytes",
        1372  +
 "fastrand 2.0.2",
        1373  +
 "http 0.2.12",
        1374  +
 "once_cell",
        1375  +
 "regex-lite",
        1376  +
 "tokio",
        1377  +
 "tracing",
        1378  +
]
        1379  +
        1380  +
[[package]]
        1381  +
name = "aws-sdk-bedrockagentruntime"
        1382  +
version = "1.33.0"
        1383  +
dependencies = [
        1384  +
 "aws-config",
        1385  +
 "aws-credential-types 1.2.0",
        1386  +
 "aws-runtime 1.2.2",
        1387  +
 "aws-smithy-async 1.2.1",
        1388  +
 "aws-smithy-eventstream 0.60.4",
        1389  +
 "aws-smithy-http 0.60.8",
        1390  +
 "aws-smithy-json 0.60.7",
        1391  +
 "aws-smithy-runtime 1.5.7",
        1392  +
 "aws-smithy-runtime-api 1.6.3",
        1393  +
 "aws-smithy-types 1.2.0",
        1394  +
 "aws-types 1.3.1",
        1395  +
 "bytes",
        1396  +
 "http 0.2.12",
        1397  +
 "once_cell",
        1398  +
 "regex-lite",
        1399  +
 "tokio",
        1400  +
 "tracing",
        1401  +
]
        1402  +
        1403  +
[[package]]
        1404  +
name = "aws-sdk-bedrockruntime"
        1405  +
version = "1.33.0"
        1406  +
dependencies = [
        1407  +
 "aws-config",
        1408  +
 "aws-credential-types 1.2.0",
        1409  +
 "aws-runtime 1.2.2",
        1410  +
 "aws-smithy-async 1.2.1",
        1411  +
 "aws-smithy-eventstream 0.60.4",
        1412  +
 "aws-smithy-http 0.60.8",
        1413  +
 "aws-smithy-json 0.60.7",
        1414  +
 "aws-smithy-runtime 1.5.7",
        1415  +
 "aws-smithy-runtime-api 1.6.3",
        1416  +
 "aws-smithy-types 1.2.0",
        1417  +
 "aws-types 1.3.1",
        1418  +
 "bytes",
        1419  +
 "http 0.2.12",
        1420  +
 "once_cell",
        1421  +
 "regex-lite",
        1422  +
 "tokio",
        1423  +
 "tracing",
        1424  +
]
        1425  +
        1426  +
[[package]]
        1427  +
name = "aws-sdk-billingconductor"
        1428  +
version = "1.31.0"
        1429  +
dependencies = [
        1430  +
 "aws-config",
        1431  +
 "aws-credential-types 1.2.0",
        1432  +
 "aws-runtime 1.2.2",
        1433  +
 "aws-smithy-async 1.2.1",
        1434  +
 "aws-smithy-http 0.60.8",
        1435  +
 "aws-smithy-json 0.60.7",
        1436  +
 "aws-smithy-runtime 1.5.7",
        1437  +
 "aws-smithy-runtime-api 1.6.3",
        1438  +
 "aws-smithy-types 1.2.0",
        1439  +
 "aws-types 1.3.1",
        1440  +
 "bytes",
        1441  +
 "fastrand 2.0.2",
        1442  +
 "http 0.2.12",
        1443  +
 "once_cell",
        1444  +
 "regex-lite",
        1445  +
 "tokio",
        1446  +
 "tracing",
        1447  +
]
        1448  +
        1449  +
[[package]]
        1450  +
name = "aws-sdk-braket"
        1451  +
version = "1.32.0"
        1452  +
dependencies = [
        1453  +
 "aws-config",
        1454  +
 "aws-credential-types 1.2.0",
        1455  +
 "aws-runtime 1.2.2",
        1456  +
 "aws-smithy-async 1.2.1",
        1457  +
 "aws-smithy-http 0.60.8",
        1458  +
 "aws-smithy-json 0.60.7",
        1459  +
 "aws-smithy-runtime 1.5.7",
        1460  +
 "aws-smithy-runtime-api 1.6.3",
        1461  +
 "aws-smithy-types 1.2.0",
        1462  +
 "aws-types 1.3.1",
        1463  +
 "bytes",
        1464  +
 "fastrand 2.0.2",
        1465  +
 "http 0.2.12",
        1466  +
 "once_cell",
        1467  +
 "regex-lite",
        1468  +
 "tokio",
        1469  +
 "tracing",
        1470  +
]
        1471  +
        1472  +
[[package]]
        1473  +
name = "aws-sdk-budgets"
        1474  +
version = "1.30.0"
        1475  +
dependencies = [
        1476  +
 "aws-config",
        1477  +
 "aws-credential-types 1.2.0",
        1478  +
 "aws-runtime 1.2.2",
        1479  +
 "aws-smithy-async 1.2.1",
        1480  +
 "aws-smithy-http 0.60.8",
        1481  +
 "aws-smithy-json 0.60.7",
        1482  +
 "aws-smithy-runtime 1.5.7",
        1483  +
 "aws-smithy-runtime-api 1.6.3",
        1484  +
 "aws-smithy-types 1.2.0",
        1485  +
 "aws-types 1.3.1",
        1486  +
 "bytes",
        1487  +
 "http 0.2.12",
        1488  +
 "once_cell",
        1489  +
 "regex-lite",
        1490  +
 "tokio",
        1491  +
 "tracing",
        1492  +
]
        1493  +
        1494  +
[[package]]
        1495  +
name = "aws-sdk-chatbot"
        1496  +
version = "1.17.0"
        1497  +
dependencies = [
        1498  +
 "aws-config",
        1499  +
 "aws-credential-types 1.2.0",
        1500  +
 "aws-runtime 1.2.2",
        1501  +
 "aws-smithy-async 1.2.1",
        1502  +
 "aws-smithy-http 0.60.8",
        1503  +
 "aws-smithy-json 0.60.7",
        1504  +
 "aws-smithy-runtime 1.5.7",
        1505  +
 "aws-smithy-runtime-api 1.6.3",
        1506  +
 "aws-smithy-types 1.2.0",
        1507  +
 "aws-types 1.3.1",
        1508  +
 "bytes",
        1509  +
 "http 0.2.12",
        1510  +
 "once_cell",
        1511  +
 "regex-lite",
        1512  +
 "tokio",
        1513  +
 "tracing",
        1514  +
]
        1515  +
        1516  +
[[package]]
        1517  +
name = "aws-sdk-chime"
        1518  +
version = "1.30.0"
        1519  +
dependencies = [
        1520  +
 "aws-config",
        1521  +
 "aws-credential-types 1.2.0",
        1522  +
 "aws-runtime 1.2.2",
        1523  +
 "aws-smithy-async 1.2.1",
        1524  +
 "aws-smithy-http 0.60.8",
        1525  +
 "aws-smithy-json 0.60.7",
        1526  +
 "aws-smithy-runtime 1.5.7",
        1527  +
 "aws-smithy-runtime-api 1.6.3",
        1528  +
 "aws-smithy-types 1.2.0",
        1529  +
 "aws-types 1.3.1",
        1530  +
 "bytes",
        1531  +
 "fastrand 2.0.2",
        1532  +
 "http 0.2.12",
        1533  +
 "once_cell",
        1534  +
 "regex-lite",
        1535  +
 "tokio",
        1536  +
 "tracing",
        1537  +
]
        1538  +
        1539  +
[[package]]
        1540  +
name = "aws-sdk-chimesdkidentity"
        1541  +
version = "1.30.0"
        1542  +
dependencies = [
        1543  +
 "aws-config",
        1544  +
 "aws-credential-types 1.2.0",
        1545  +
 "aws-runtime 1.2.2",
        1546  +
 "aws-smithy-async 1.2.1",
        1547  +
 "aws-smithy-http 0.60.8",
        1548  +
 "aws-smithy-json 0.60.7",
        1549  +
 "aws-smithy-runtime 1.5.7",
        1550  +
 "aws-smithy-runtime-api 1.6.3",
        1551  +
 "aws-smithy-types 1.2.0",
        1552  +
 "aws-types 1.3.1",
        1553  +
 "bytes",
        1554  +
 "fastrand 2.0.2",
        1555  +
 "http 0.2.12",
        1556  +
 "once_cell",
        1557  +
 "regex-lite",
        1558  +
 "tokio",
        1559  +
 "tracing",
        1560  +
]
        1561  +
        1562  +
[[package]]
        1563  +
name = "aws-sdk-chimesdkmediapipelines"
        1564  +
version = "1.30.0"
        1565  +
dependencies = [
        1566  +
 "aws-config",
        1567  +
 "aws-credential-types 1.2.0",
        1568  +
 "aws-runtime 1.2.2",
        1569  +
 "aws-smithy-async 1.2.1",
        1570  +
 "aws-smithy-http 0.60.8",
        1571  +
 "aws-smithy-json 0.60.7",
        1572  +
 "aws-smithy-runtime 1.5.7",
        1573  +
 "aws-smithy-runtime-api 1.6.3",
        1574  +
 "aws-smithy-types 1.2.0",
        1575  +
 "aws-types 1.3.1",
        1576  +
 "bytes",
        1577  +
 "fastrand 2.0.2",
        1578  +
 "http 0.2.12",
        1579  +
 "once_cell",
        1580  +
 "regex-lite",
        1581  +
 "tokio",
        1582  +
 "tracing",
        1583  +
]
        1584  +
        1585  +
[[package]]
        1586  +
name = "aws-sdk-chimesdkmeetings"
        1587  +
version = "1.31.0"
        1588  +
dependencies = [
        1589  +
 "aws-config",
        1590  +
 "aws-credential-types 1.2.0",
        1591  +
 "aws-runtime 1.2.2",
        1592  +
 "aws-smithy-async 1.2.1",
        1593  +
 "aws-smithy-http 0.60.8",
        1594  +
 "aws-smithy-json 0.60.7",
        1595  +
 "aws-smithy-runtime 1.5.7",
        1596  +
 "aws-smithy-runtime-api 1.6.3",
        1597  +
 "aws-smithy-types 1.2.0",
        1598  +
 "aws-types 1.3.1",
        1599  +
 "bytes",
        1600  +
 "fastrand 2.0.2",
        1601  +
 "http 0.2.12",
        1602  +
 "once_cell",
        1603  +
 "regex-lite",
        1604  +
 "tokio",
        1605  +
 "tracing",
        1606  +
]
        1607  +
        1608  +
[[package]]
        1609  +
name = "aws-sdk-chimesdkmessaging"
        1610  +
version = "1.30.0"
        1611  +
dependencies = [
        1612  +
 "aws-config",
        1613  +
 "aws-credential-types 1.2.0",
        1614  +
 "aws-runtime 1.2.2",
        1615  +
 "aws-smithy-async 1.2.1",
        1616  +
 "aws-smithy-http 0.60.8",
        1617  +
 "aws-smithy-json 0.60.7",
        1618  +
 "aws-smithy-runtime 1.5.7",
        1619  +
 "aws-smithy-runtime-api 1.6.3",
        1620  +
 "aws-smithy-types 1.2.0",
        1621  +
 "aws-types 1.3.1",
        1622  +
 "bytes",
        1623  +
 "fastrand 2.0.2",
        1624  +
 "http 0.2.12",
        1625  +
 "once_cell",
        1626  +
 "regex-lite",
        1627  +
 "tokio",
        1628  +
 "tracing",
        1629  +
]
        1630  +
        1631  +
[[package]]
        1632  +
name = "aws-sdk-chimesdkvoice"
        1633  +
version = "1.31.0"
        1634  +
dependencies = [
        1635  +
 "aws-config",
        1636  +
 "aws-credential-types 1.2.0",
        1637  +
 "aws-runtime 1.2.2",
        1638  +
 "aws-smithy-async 1.2.1",
        1639  +
 "aws-smithy-http 0.60.8",
        1640  +
 "aws-smithy-json 0.60.7",
        1641  +
 "aws-smithy-runtime 1.5.7",
        1642  +
 "aws-smithy-runtime-api 1.6.3",
        1643  +
 "aws-smithy-types 1.2.0",
        1644  +
 "aws-types 1.3.1",
        1645  +
 "bytes",
        1646  +
 "http 0.2.12",
        1647  +
 "once_cell",
        1648  +
 "regex-lite",
        1649  +
 "tokio",
        1650  +
 "tracing",
        1651  +
]
        1652  +
        1653  +
[[package]]
        1654  +
name = "aws-sdk-cleanrooms"
        1655  +
version = "1.33.0"
        1656  +
dependencies = [
        1657  +
 "aws-config",
        1658  +
 "aws-credential-types 1.2.0",
        1659  +
 "aws-runtime 1.2.2",
        1660  +
 "aws-smithy-async 1.2.1",
        1661  +
 "aws-smithy-http 0.60.8",
        1662  +
 "aws-smithy-json 0.60.7",
        1663  +
 "aws-smithy-runtime 1.5.7",
        1664  +
 "aws-smithy-runtime-api 1.6.3",
        1665  +
 "aws-smithy-types 1.2.0",
        1666  +
 "aws-types 1.3.1",
        1667  +
 "bytes",
        1668  +
 "http 0.2.12",
        1669  +
 "once_cell",
        1670  +
 "regex-lite",
        1671  +
 "tokio",
        1672  +
 "tracing",
        1673  +
]
        1674  +
        1675  +
[[package]]
        1676  +
name = "aws-sdk-cleanroomsml"
        1677  +
version = "1.28.0"
        1678  +
dependencies = [
        1679  +
 "aws-config",
        1680  +
 "aws-credential-types 1.2.0",
        1681  +
 "aws-runtime 1.2.2",
        1682  +
 "aws-smithy-async 1.2.1",
        1683  +
 "aws-smithy-http 0.60.8",
        1684  +
 "aws-smithy-json 0.60.7",
        1685  +
 "aws-smithy-runtime 1.5.7",
        1686  +
 "aws-smithy-runtime-api 1.6.3",
        1687  +
 "aws-smithy-types 1.2.0",
        1688  +
 "aws-types 1.3.1",
        1689  +
 "bytes",
        1690  +
 "http 0.2.12",
        1691  +
 "once_cell",
        1692  +
 "regex-lite",
        1693  +
 "tokio",
        1694  +
 "tracing",
        1695  +
]
        1696  +
        1697  +
[[package]]
        1698  +
name = "aws-sdk-cloud9"
        1699  +
version = "1.31.0"
        1700  +
dependencies = [
        1701  +
 "aws-config",
        1702  +
 "aws-credential-types 1.2.0",
        1703  +
 "aws-runtime 1.2.2",
        1704  +
 "aws-smithy-async 1.2.1",
        1705  +
 "aws-smithy-http 0.60.8",
        1706  +
 "aws-smithy-json 0.60.7",
        1707  +
 "aws-smithy-runtime 1.5.7",
        1708  +
 "aws-smithy-runtime-api 1.6.3",
        1709  +
 "aws-smithy-types 1.2.0",
        1710  +
 "aws-types 1.3.1",
        1711  +
 "bytes",
        1712  +
 "http 0.2.12",
        1713  +
 "once_cell",
        1714  +
 "regex-lite",
        1715  +
 "tokio",
        1716  +
 "tracing",
        1717  +
]
        1718  +
        1719  +
[[package]]
        1720  +
name = "aws-sdk-cloudcontrol"
        1721  +
version = "1.30.0"
        1722  +
dependencies = [
        1723  +
 "aws-config",
        1724  +
 "aws-credential-types 1.2.0",
        1725  +
 "aws-runtime 1.2.2",
        1726  +
 "aws-smithy-async 1.2.1",
        1727  +
 "aws-smithy-http 0.60.8",
        1728  +
 "aws-smithy-json 0.60.7",
        1729  +
 "aws-smithy-runtime 1.5.7",
        1730  +
 "aws-smithy-runtime-api 1.6.3",
        1731  +
 "aws-smithy-types 1.2.0",
        1732  +
 "aws-types 1.3.1",
        1733  +
 "bytes",
        1734  +
 "fastrand 2.0.2",
        1735  +
 "http 0.2.12",
        1736  +
 "once_cell",
        1737  +
 "regex-lite",
        1738  +
 "tokio",
        1739  +
 "tracing",
        1740  +
]
        1741  +
        1742  +
[[package]]
        1743  +
name = "aws-sdk-clouddirectory"
        1744  +
version = "1.30.0"
        1745  +
dependencies = [
        1746  +
 "aws-config",
        1747  +
 "aws-credential-types 1.2.0",
        1748  +
 "aws-runtime 1.2.2",
        1749  +
 "aws-smithy-async 1.2.1",
        1750  +
 "aws-smithy-http 0.60.8",
        1751  +
 "aws-smithy-json 0.60.7",
        1752  +
 "aws-smithy-runtime 1.5.7",
        1753  +
 "aws-smithy-runtime-api 1.6.3",
        1754  +
 "aws-smithy-types 1.2.0",
        1755  +
 "aws-types 1.3.1",
        1756  +
 "bytes",
        1757  +
 "http 0.2.12",
        1758  +
 "once_cell",
        1759  +
 "regex-lite",
        1760  +
 "tokio",
        1761  +
 "tracing",
        1762  +
]
        1763  +
        1764  +
[[package]]
        1765  +
name = "aws-sdk-cloudformation"
        1766  +
version = "1.35.0"
        1767  +
dependencies = [
        1768  +
 "aws-config",
        1769  +
 "aws-credential-types 1.2.0",
        1770  +
 "aws-runtime 1.2.2",
        1771  +
 "aws-smithy-async 1.2.1",
        1772  +
 "aws-smithy-http 0.60.8",
        1773  +
 "aws-smithy-json 0.60.7",
        1774  +
 "aws-smithy-query",
        1775  +
 "aws-smithy-runtime 1.5.7",
        1776  +
 "aws-smithy-runtime-api 1.6.3",
        1777  +
 "aws-smithy-types 1.2.0",
        1778  +
 "aws-smithy-xml 0.60.8",
        1779  +
 "aws-types 1.3.1",
        1780  +
 "fastrand 2.0.2",
        1781  +
 "http 0.2.12",
        1782  +
 "once_cell",
        1783  +
 "regex-lite",
        1784  +
 "tokio",
        1785  +
 "tracing",
        1786  +
]
        1787  +
        1788  +
[[package]]
        1789  +
name = "aws-sdk-cloudfront"
        1790  +
version = "1.32.0"
        1791  +
dependencies = [
        1792  +
 "aws-config",
        1793  +
 "aws-credential-types 1.2.0",
        1794  +
 "aws-runtime 1.2.2",
        1795  +
 "aws-smithy-async 1.2.1",
        1796  +
 "aws-smithy-http 0.60.8",
        1797  +
 "aws-smithy-json 0.60.7",
        1798  +
 "aws-smithy-runtime 1.5.7",
        1799  +
 "aws-smithy-runtime-api 1.6.3",
        1800  +
 "aws-smithy-types 1.2.0",
        1801  +
 "aws-smithy-xml 0.60.8",
        1802  +
 "aws-types 1.3.1",
        1803  +
 "http 0.2.12",
        1804  +
 "once_cell",
        1805  +
 "regex-lite",
        1806  +
 "tokio",
        1807  +
 "tracing",
        1808  +
]
        1809  +
        1810  +
[[package]]
        1811  +
name = "aws-sdk-cloudfrontkeyvaluestore"
        1812  +
version = "1.30.0"
        1813  +
dependencies = [
        1814  +
 "aws-config",
        1815  +
 "aws-credential-types 1.2.0",
        1816  +
 "aws-runtime 1.2.2",
        1817  +
 "aws-smithy-async 1.2.1",
        1818  +
 "aws-smithy-http 0.60.8",
        1819  +
 "aws-smithy-json 0.60.7",
        1820  +
 "aws-smithy-runtime 1.5.7",
        1821  +
 "aws-smithy-runtime-api 1.6.3",
        1822  +
 "aws-smithy-types 1.2.0",
        1823  +
 "aws-types 1.3.1",
        1824  +
 "bytes",
        1825  +
 "http 0.2.12",
        1826  +
 "once_cell",
        1827  +
 "regex-lite",
        1828  +
 "tokio",
        1829  +
 "tracing",
        1830  +
 "url",
        1831  +
]
        1832  +
        1833  +
[[package]]
        1834  +
name = "aws-sdk-cloudhsm"
        1835  +
version = "1.30.0"
        1836  +
dependencies = [
        1837  +
 "aws-config",
        1838  +
 "aws-credential-types 1.2.0",
        1839  +
 "aws-runtime 1.2.2",
        1840  +
 "aws-smithy-async 1.2.1",
        1841  +
 "aws-smithy-http 0.60.8",
        1842  +
 "aws-smithy-json 0.60.7",
        1843  +
 "aws-smithy-runtime 1.5.7",
        1844  +
 "aws-smithy-runtime-api 1.6.3",
        1845  +
 "aws-smithy-types 1.2.0",
        1846  +
 "aws-types 1.3.1",
        1847  +
 "bytes",
        1848  +
 "http 0.2.12",
        1849  +
 "once_cell",
        1850  +
 "regex-lite",
        1851  +
 "tokio",
        1852  +
 "tracing",
        1853  +
]
        1854  +
        1855  +
[[package]]
        1856  +
name = "aws-sdk-cloudhsmv2"
        1857  +
version = "1.30.0"
        1858  +
dependencies = [
        1859  +
 "aws-config",
        1860  +
 "aws-credential-types 1.2.0",
        1861  +
 "aws-runtime 1.2.2",
        1862  +
 "aws-smithy-async 1.2.1",
        1863  +
 "aws-smithy-http 0.60.8",
        1864  +
 "aws-smithy-json 0.60.7",
        1865  +
 "aws-smithy-runtime 1.5.7",
        1866  +
 "aws-smithy-runtime-api 1.6.3",
        1867  +
 "aws-smithy-types 1.2.0",
        1868  +
 "aws-types 1.3.1",
        1869  +
 "bytes",
        1870  +
 "http 0.2.12",
        1871  +
 "once_cell",
        1872  +
 "regex-lite",
        1873  +
 "tokio",
        1874  +
 "tracing",
        1875  +
]
        1876  +
        1877  +
[[package]]
        1878  +
name = "aws-sdk-cloudsearch"
        1879  +
version = "1.30.0"
        1880  +
dependencies = [
        1881  +
 "aws-config",
        1882  +
 "aws-credential-types 1.2.0",
        1883  +
 "aws-runtime 1.2.2",
        1884  +
 "aws-smithy-async 1.2.1",
        1885  +
 "aws-smithy-http 0.60.8",
        1886  +
 "aws-smithy-json 0.60.7",
        1887  +
 "aws-smithy-query",
        1888  +
 "aws-smithy-runtime 1.5.7",
        1889  +
 "aws-smithy-runtime-api 1.6.3",
        1890  +
 "aws-smithy-types 1.2.0",
        1891  +
 "aws-smithy-xml 0.60.8",
        1892  +
 "aws-types 1.3.1",
        1893  +
 "http 0.2.12",
        1894  +
 "once_cell",
        1895  +
 "regex-lite",
        1896  +
 "tokio",
        1897  +
 "tracing",
        1898  +
]
        1899  +
        1900  +
[[package]]
        1901  +
name = "aws-sdk-cloudsearchdomain"
        1902  +
version = "1.30.0"
        1903  +
dependencies = [
        1904  +
 "aws-config",
        1905  +
 "aws-credential-types 1.2.0",
        1906  +
 "aws-runtime 1.2.2",
        1907  +
 "aws-smithy-async 1.2.1",
        1908  +
 "aws-smithy-http 0.60.8",
        1909  +
 "aws-smithy-json 0.60.7",
        1910  +
 "aws-smithy-runtime 1.5.7",
        1911  +
 "aws-smithy-runtime-api 1.6.3",
        1912  +
 "aws-smithy-types 1.2.0",
        1913  +
 "aws-types 1.3.1",
        1914  +
 "bytes",
        1915  +
 "http 0.2.12",
        1916  +
 "once_cell",
        1917  +
 "regex-lite",
        1918  +
 "tokio",
        1919  +
 "tracing",
        1920  +
]
        1921  +
        1922  +
[[package]]
        1923  +
name = "aws-sdk-cloudtrail"
        1924  +
version = "1.33.0"
        1925  +
dependencies = [
        1926  +
 "aws-config",
        1927  +
 "aws-credential-types 1.2.0",
        1928  +
 "aws-runtime 1.2.2",
        1929  +
 "aws-smithy-async 1.2.1",
        1930  +
 "aws-smithy-http 0.60.8",
        1931  +
 "aws-smithy-json 0.60.7",
        1932  +
 "aws-smithy-runtime 1.5.7",
        1933  +
 "aws-smithy-runtime-api 1.6.3",
        1934  +
 "aws-smithy-types 1.2.0",
        1935  +
 "aws-types 1.3.1",
        1936  +
 "bytes",
        1937  +
 "http 0.2.12",
        1938  +
 "once_cell",
        1939  +
 "regex-lite",
        1940  +
 "tokio",
        1941  +
 "tracing",
        1942  +
]
        1943  +
        1944  +
[[package]]
        1945  +
name = "aws-sdk-cloudtraildata"
        1946  +
version = "1.30.0"
        1947  +
dependencies = [
        1948  +
 "aws-config",
        1949  +
 "aws-credential-types 1.2.0",
        1950  +
 "aws-runtime 1.2.2",
        1951  +
 "aws-smithy-async 1.2.1",
        1952  +
 "aws-smithy-http 0.60.8",
        1953  +
 "aws-smithy-json 0.60.7",
        1954  +
 "aws-smithy-runtime 1.5.7",
        1955  +
 "aws-smithy-runtime-api 1.6.3",
        1956  +
 "aws-smithy-types 1.2.0",
        1957  +
 "aws-types 1.3.1",
        1958  +
 "bytes",
        1959  +
 "http 0.2.12",
        1960  +
 "once_cell",
        1961  +
 "regex-lite",
        1962  +
 "tokio",
        1963  +
 "tracing",
        1964  +
]
        1965  +
        1966  +
[[package]]
        1967  +
name = "aws-sdk-cloudwatch"
        1968  +
version = "1.34.0"
        1969  +
dependencies = [
        1970  +
 "aws-config",
        1971  +
 "aws-credential-types 1.2.0",
        1972  +
 "aws-runtime 1.2.2",
        1973  +
 "aws-smithy-async 1.2.1",
        1974  +
 "aws-smithy-compression",
        1975  +
 "aws-smithy-http 0.60.8",
        1976  +
 "aws-smithy-json 0.60.7",
        1977  +
 "aws-smithy-query",
        1978  +
 "aws-smithy-runtime 1.5.7",
        1979  +
 "aws-smithy-runtime-api 1.6.3",
        1980  +
 "aws-smithy-types 1.2.0",
        1981  +
 "aws-smithy-xml 0.60.8",
        1982  +
 "aws-types 1.3.1",
        1983  +
 "flate2",
        1984  +
 "http 0.2.12",
        1985  +
 "http-body 0.4.6",
        1986  +
 "once_cell",
        1987  +
 "regex-lite",
        1988  +
 "tokio",
        1989  +
 "tracing",
        1990  +
]
        1991  +
        1992  +
[[package]]
        1993  +
name = "aws-sdk-cloudwatchevents"
        1994  +
version = "1.30.0"
        1995  +
dependencies = [
        1996  +
 "aws-config",
        1997  +
 "aws-credential-types 1.2.0",
        1998  +
 "aws-runtime 1.2.2",
        1999  +
 "aws-smithy-async 1.2.1",
        2000  +
 "aws-smithy-http 0.60.8",
        2001  +
 "aws-smithy-json 0.60.7",
        2002  +
 "aws-smithy-runtime 1.5.7",
        2003  +
 "aws-smithy-runtime-api 1.6.3",
        2004  +
 "aws-smithy-types 1.2.0",
        2005  +
 "aws-types 1.3.1",
        2006  +
 "bytes",
        2007  +
 "http 0.2.12",
        2008  +
 "once_cell",
        2009  +
 "regex-lite",
        2010  +
 "tokio",
        2011  +
 "tracing",
        2012  +
]
        2013  +
        2014  +
[[package]]
        2015  +
name = "aws-sdk-cloudwatchlogs"
        2016  +
version = "1.33.0"
        2017  +
dependencies = [
        2018  +
 "aws-config",
        2019  +
 "aws-credential-types 1.2.0",
        2020  +
 "aws-runtime 1.2.2",
        2021  +
 "aws-smithy-async 1.2.1",
        2022  +
 "aws-smithy-http 0.60.8",
        2023  +
 "aws-smithy-json 0.60.7",
        2024  +
 "aws-smithy-runtime 1.5.7",
        2025  +
 "aws-smithy-runtime-api 1.6.3",
        2026  +
 "aws-smithy-types 1.2.0",
        2027  +
 "aws-types 1.3.1",
        2028  +
 "bytes",
        2029  +
 "fastrand 2.0.2",
        2030  +
 "http 0.2.12",
        2031  +
 "once_cell",
        2032  +
 "regex-lite",
        2033  +
 "tokio",
        2034  +
 "tracing",
        2035  +
]
        2036  +
        2037  +
[[package]]
        2038  +
name = "aws-sdk-codeartifact"
        2039  +
version = "1.32.0"
        2040  +
dependencies = [
        2041  +
 "aws-config",
        2042  +
 "aws-credential-types 1.2.0",
        2043  +
 "aws-runtime 1.2.2",
        2044  +
 "aws-smithy-async 1.2.1",
        2045  +
 "aws-smithy-http 0.60.8",
        2046  +
 "aws-smithy-json 0.60.7",
        2047  +
 "aws-smithy-runtime 1.5.7",
        2048  +
 "aws-smithy-runtime-api 1.6.3",
        2049  +
 "aws-smithy-types 1.2.0",
        2050  +
 "aws-types 1.3.1",
        2051  +
 "bytes",
        2052  +
 "http 0.2.12",
        2053  +
 "once_cell",
        2054  +
 "regex-lite",
        2055  +
 "tokio",
        2056  +
 "tracing",
        2057  +
]
        2058  +
        2059  +
[[package]]
        2060  +
name = "aws-sdk-codebuild"
        2061  +
version = "1.38.0"
        2062  +
dependencies = [
        2063  +
 "aws-config",
        2064  +
 "aws-credential-types 1.2.0",
        2065  +
 "aws-runtime 1.2.2",
        2066  +
 "aws-smithy-async 1.2.1",
        2067  +
 "aws-smithy-http 0.60.8",
        2068  +
 "aws-smithy-json 0.60.7",
        2069  +
 "aws-smithy-runtime 1.5.7",
        2070  +
 "aws-smithy-runtime-api 1.6.3",
        2071  +
 "aws-smithy-types 1.2.0",
        2072  +
 "aws-types 1.3.1",
        2073  +
 "bytes",
        2074  +
 "http 0.2.12",
        2075  +
 "once_cell",
        2076  +
 "regex-lite",
        2077  +
 "tokio",
        2078  +
 "tracing",
        2079  +
]
        2080  +
        2081  +
[[package]]
        2082  +
name = "aws-sdk-codecatalyst"
        2083  +
version = "1.31.0"
        2084  +
dependencies = [
        2085  +
 "aws-config",
        2086  +
 "aws-credential-types 1.2.0",
        2087  +
 "aws-runtime 1.2.2",
        2088  +
 "aws-smithy-async 1.2.1",
        2089  +
 "aws-smithy-http 0.60.8",
        2090  +
 "aws-smithy-json 0.60.7",
        2091  +
 "aws-smithy-protocol-test 0.60.7",
        2092  +
 "aws-smithy-runtime 1.5.7",
        2093  +
 "aws-smithy-runtime-api 1.6.3",
        2094  +
 "aws-smithy-types 1.2.0",
        2095  +
 "aws-types 1.3.1",
        2096  +
 "bytes",
        2097  +
 "fastrand 2.0.2",
        2098  +
 "futures-util",
        2099  +
 "http 0.2.12",
        2100  +
 "once_cell",
        2101  +
 "regex-lite",
        2102  +
 "serde_json",
        2103  +
 "tokio",
        2104  +
 "tracing",
        2105  +
 "tracing-subscriber",
        2106  +
]
        2107  +
        2108  +
[[package]]
        2109  +
name = "aws-sdk-codecommit"
        2110  +
version = "1.30.0"
        2111  +
dependencies = [
        2112  +
 "aws-config",
        2113  +
 "aws-credential-types 1.2.0",
        2114  +
 "aws-runtime 1.2.2",
        2115  +
 "aws-smithy-async 1.2.1",
        2116  +
 "aws-smithy-http 0.60.8",
        2117  +
 "aws-smithy-json 0.60.7",
        2118  +
 "aws-smithy-runtime 1.5.7",
        2119  +
 "aws-smithy-runtime-api 1.6.3",
        2120  +
 "aws-smithy-types 1.2.0",
        2121  +
 "aws-types 1.3.1",
        2122  +
 "bytes",
        2123  +
 "fastrand 2.0.2",
        2124  +
 "http 0.2.12",
        2125  +
 "once_cell",
        2126  +
 "regex-lite",
        2127  +
 "tokio",
        2128  +
 "tracing",
        2129  +
]
        2130  +
        2131  +
[[package]]
        2132  +
name = "aws-sdk-codeconnections"
        2133  +
version = "1.12.0"
        2134  +
dependencies = [
        2135  +
 "aws-config",
        2136  +
 "aws-credential-types 1.2.0",
        2137  +
 "aws-runtime 1.2.2",
        2138  +
 "aws-smithy-async 1.2.1",
        2139  +
 "aws-smithy-http 0.60.8",
        2140  +
 "aws-smithy-json 0.60.7",
        2141  +
 "aws-smithy-runtime 1.5.7",
        2142  +
 "aws-smithy-runtime-api 1.6.3",
        2143  +
 "aws-smithy-types 1.2.0",
        2144  +
 "aws-types 1.3.1",
        2145  +
 "bytes",
        2146  +
 "http 0.2.12",
        2147  +
 "once_cell",
        2148  +
 "regex-lite",
        2149  +
 "tokio",
        2150  +
 "tracing",
        2151  +
]
        2152  +
        2153  +
[[package]]
        2154  +
name = "aws-sdk-codedeploy"
        2155  +
version = "1.31.0"
        2156  +
dependencies = [
        2157  +
 "aws-config",
        2158  +
 "aws-credential-types 1.2.0",
        2159  +
 "aws-runtime 1.2.2",
        2160  +
 "aws-smithy-async 1.2.1",
        2161  +
 "aws-smithy-http 0.60.8",
        2162  +
 "aws-smithy-json 0.60.7",
        2163  +
 "aws-smithy-runtime 1.5.7",
        2164  +
 "aws-smithy-runtime-api 1.6.3",
        2165  +
 "aws-smithy-types 1.2.0",
        2166  +
 "aws-types 1.3.1",
        2167  +
 "bytes",
        2168  +
 "http 0.2.12",
        2169  +
 "once_cell",
        2170  +
 "regex-lite",
        2171  +
 "tokio",
        2172  +
 "tracing",
        2173  +
]
        2174  +
        2175  +
[[package]]
        2176  +
name = "aws-sdk-codeguruprofiler"
        2177  +
version = "1.30.0"
        2178  +
dependencies = [
        2179  +
 "aws-config",
        2180  +
 "aws-credential-types 1.2.0",
        2181  +
 "aws-runtime 1.2.2",
        2182  +
 "aws-smithy-async 1.2.1",
        2183  +
 "aws-smithy-http 0.60.8",
        2184  +
 "aws-smithy-json 0.60.7",
        2185  +
 "aws-smithy-runtime 1.5.7",
        2186  +
 "aws-smithy-runtime-api 1.6.3",
        2187  +
 "aws-smithy-types 1.2.0",
        2188  +
 "aws-types 1.3.1",
        2189  +
 "bytes",
        2190  +
 "fastrand 2.0.2",
        2191  +
 "http 0.2.12",
        2192  +
 "once_cell",
        2193  +
 "regex-lite",
        2194  +
 "tokio",
        2195  +
 "tracing",
        2196  +
]
        2197  +
        2198  +
[[package]]
        2199  +
name = "aws-sdk-codegurureviewer"
        2200  +
version = "1.30.0"
        2201  +
dependencies = [
        2202  +
 "aws-config",
        2203  +
 "aws-credential-types 1.2.0",
        2204  +
 "aws-runtime 1.2.2",
        2205  +
 "aws-smithy-async 1.2.1",
        2206  +
 "aws-smithy-http 0.60.8",
        2207  +
 "aws-smithy-json 0.60.7",
        2208  +
 "aws-smithy-runtime 1.5.7",
        2209  +
 "aws-smithy-runtime-api 1.6.3",
        2210  +
 "aws-smithy-types 1.2.0",
        2211  +
 "aws-types 1.3.1",
        2212  +
 "bytes",
        2213  +
 "fastrand 2.0.2",
        2214  +
 "http 0.2.12",
        2215  +
 "once_cell",
        2216  +
 "regex-lite",
        2217  +
 "tokio",
        2218  +
 "tracing",
        2219  +
]
        2220  +
        2221  +
[[package]]
        2222  +
name = "aws-sdk-codegurusecurity"
        2223  +
version = "1.31.0"
        2224  +
dependencies = [
        2225  +
 "aws-config",
        2226  +
 "aws-credential-types 1.2.0",
        2227  +
 "aws-runtime 1.2.2",
        2228  +
 "aws-smithy-async 1.2.1",
        2229  +
 "aws-smithy-http 0.60.8",
        2230  +
 "aws-smithy-json 0.60.7",
        2231  +
 "aws-smithy-runtime 1.5.7",
        2232  +
 "aws-smithy-runtime-api 1.6.3",
        2233  +
 "aws-smithy-types 1.2.0",
        2234  +
 "aws-types 1.3.1",
        2235  +
 "bytes",
        2236  +
 "fastrand 2.0.2",
        2237  +
 "http 0.2.12",
        2238  +
 "once_cell",
        2239  +
 "regex-lite",
        2240  +
 "tokio",
        2241  +
 "tracing",
        2242  +
]
        2243  +
        2244  +
[[package]]
        2245  +
name = "aws-sdk-codepipeline"
        2246  +
version = "1.33.0"
        2247  +
dependencies = [
        2248  +
 "aws-config",
        2249  +
 "aws-credential-types 1.2.0",
        2250  +
 "aws-runtime 1.2.2",
        2251  +
 "aws-smithy-async 1.2.1",
        2252  +
 "aws-smithy-http 0.60.8",
        2253  +
 "aws-smithy-json 0.60.7",
        2254  +
 "aws-smithy-runtime 1.5.7",
        2255  +
 "aws-smithy-runtime-api 1.6.3",
        2256  +
 "aws-smithy-types 1.2.0",
        2257  +
 "aws-types 1.3.1",
        2258  +
 "bytes",
        2259  +
 "fastrand 2.0.2",
        2260  +
 "http 0.2.12",
        2261  +
 "once_cell",
        2262  +
 "regex-lite",
        2263  +
 "tokio",
        2264  +
 "tracing",
        2265  +
]
        2266  +
        2267  +
[[package]]
        2268  +
name = "aws-sdk-codestar"
        2269  +
version = "1.30.0"
        2270  +
dependencies = [
        2271  +
 "aws-config",
        2272  +
 "aws-credential-types 1.2.0",
        2273  +
 "aws-runtime 1.2.2",
        2274  +
 "aws-smithy-async 1.2.1",
        2275  +
 "aws-smithy-http 0.60.8",
        2276  +
 "aws-smithy-json 0.60.7",
        2277  +
 "aws-smithy-runtime 1.5.7",
        2278  +
 "aws-smithy-runtime-api 1.6.3",
        2279  +
 "aws-smithy-types 1.2.0",
        2280  +
 "aws-types 1.3.1",
        2281  +
 "bytes",
        2282  +
 "http 0.2.12",
        2283  +
 "once_cell",
        2284  +
 "regex-lite",
        2285  +
 "tokio",
        2286  +
 "tracing",
        2287  +
]
        2288  +
        2289  +
[[package]]
        2290  +
name = "aws-sdk-codestarconnections"
        2291  +
version = "1.32.0"
        2292  +
dependencies = [
        2293  +
 "aws-config",
        2294  +
 "aws-credential-types 1.2.0",
        2295  +
 "aws-runtime 1.2.2",
        2296  +
 "aws-smithy-async 1.2.1",
        2297  +
 "aws-smithy-http 0.60.8",
        2298  +
 "aws-smithy-json 0.60.7",
        2299  +
 "aws-smithy-runtime 1.5.7",
        2300  +
 "aws-smithy-runtime-api 1.6.3",
        2301  +
 "aws-smithy-types 1.2.0",
        2302  +
 "aws-types 1.3.1",
        2303  +
 "bytes",
        2304  +
 "http 0.2.12",
        2305  +
 "once_cell",
        2306  +
 "regex-lite",
        2307  +
 "tokio",
        2308  +
 "tracing",
        2309  +
]
        2310  +
        2311  +
[[package]]
        2312  +
name = "aws-sdk-codestarnotifications"
        2313  +
version = "1.30.0"
        2314  +
dependencies = [
        2315  +
 "aws-config",
        2316  +
 "aws-credential-types 1.2.0",
        2317  +
 "aws-runtime 1.2.2",
        2318  +
 "aws-smithy-async 1.2.1",
        2319  +
 "aws-smithy-http 0.60.8",
        2320  +
 "aws-smithy-json 0.60.7",
        2321  +
 "aws-smithy-runtime 1.5.7",
        2322  +
 "aws-smithy-runtime-api 1.6.3",
        2323  +
 "aws-smithy-types 1.2.0",
        2324  +
 "aws-types 1.3.1",
        2325  +
 "bytes",
        2326  +
 "fastrand 2.0.2",
        2327  +
 "http 0.2.12",
        2328  +
 "once_cell",
        2329  +
 "regex-lite",
        2330  +
 "tokio",
        2331  +
 "tracing",
        2332  +
]
        2333  +
        2334  +
[[package]]
        2335  +
name = "aws-sdk-cognitoidentity"
        2336  +
version = "1.30.0"
        2337  +
dependencies = [
        2338  +
 "aws-config",
        2339  +
 "aws-credential-types 1.2.0",
        2340  +
 "aws-runtime 1.2.2",
        2341  +
 "aws-smithy-async 1.2.1",
        2342  +
 "aws-smithy-http 0.60.8",
        2343  +
 "aws-smithy-json 0.60.7",
        2344  +
 "aws-smithy-runtime 1.5.7",
        2345  +
 "aws-smithy-runtime-api 1.6.3",
        2346  +
 "aws-smithy-types 1.2.0",
        2347  +
 "aws-types 1.3.1",
        2348  +
 "bytes",
        2349  +
 "http 0.2.12",
        2350  +
 "once_cell",
        2351  +
 "regex-lite",
        2352  +
 "tokio",
        2353  +
 "tracing",
        2354  +
]
        2355  +
        2356  +
[[package]]
        2357  +
name = "aws-sdk-cognitoidentityprovider"
        2358  +
version = "1.34.0"
        2359  +
dependencies = [
        2360  +
 "aws-config",
        2361  +
 "aws-credential-types 1.2.0",
        2362  +
 "aws-runtime 1.2.2",
        2363  +
 "aws-smithy-async 1.2.1",
        2364  +
 "aws-smithy-http 0.60.8",
        2365  +
 "aws-smithy-json 0.60.7",
        2366  +
 "aws-smithy-runtime 1.5.7",
        2367  +
 "aws-smithy-runtime-api 1.6.3",
        2368  +
 "aws-smithy-types 1.2.0",
        2369  +
 "aws-types 1.3.1",
        2370  +
 "bytes",
        2371  +
 "http 0.2.12",
        2372  +
 "once_cell",
        2373  +
 "regex-lite",
        2374  +
 "tokio",
        2375  +
 "tracing",
        2376  +
]
        2377  +
        2378  +
[[package]]
        2379  +
name = "aws-sdk-cognitosync"
        2380  +
version = "1.30.0"
        2381  +
dependencies = [
        2382  +
 "aws-config",
        2383  +
 "aws-credential-types 1.2.0",
        2384  +
 "aws-runtime 1.2.2",
        2385  +
 "aws-smithy-async 1.2.1",
        2386  +
 "aws-smithy-http 0.60.8",
        2387  +
 "aws-smithy-json 0.60.7",
        2388  +
 "aws-smithy-runtime 1.5.7",
        2389  +
 "aws-smithy-runtime-api 1.6.3",
        2390  +
 "aws-smithy-types 1.2.0",
        2391  +
 "aws-types 1.3.1",
        2392  +
 "bytes",
        2393  +
 "http 0.2.12",
        2394  +
 "once_cell",
        2395  +
 "regex-lite",
        2396  +
 "tokio",
        2397  +
 "tracing",
        2398  +
]
        2399  +
        2400  +
[[package]]
        2401  +
name = "aws-sdk-comprehend"
        2402  +
version = "1.30.0"
        2403  +
dependencies = [
        2404  +
 "aws-config",
        2405  +
 "aws-credential-types 1.2.0",
        2406  +
 "aws-runtime 1.2.2",
        2407  +
 "aws-smithy-async 1.2.1",
        2408  +
 "aws-smithy-http 0.60.8",
        2409  +
 "aws-smithy-json 0.60.7",
        2410  +
 "aws-smithy-runtime 1.5.7",
        2411  +
 "aws-smithy-runtime-api 1.6.3",
        2412  +
 "aws-smithy-types 1.2.0",
        2413  +
 "aws-types 1.3.1",
        2414  +
 "bytes",
        2415  +
 "fastrand 2.0.2",
        2416  +
 "http 0.2.12",
        2417  +
 "once_cell",
        2418  +
 "regex-lite",
        2419  +
 "tokio",
        2420  +
 "tracing",
        2421  +
]
        2422  +
        2423  +
[[package]]
        2424  +
name = "aws-sdk-comprehendmedical"
        2425  +
version = "1.30.0"
        2426  +
dependencies = [
        2427  +
 "aws-config",
        2428  +
 "aws-credential-types 1.2.0",
        2429  +
 "aws-runtime 1.2.2",
        2430  +
 "aws-smithy-async 1.2.1",
        2431  +
 "aws-smithy-http 0.60.8",
        2432  +
 "aws-smithy-json 0.60.7",
        2433  +
 "aws-smithy-runtime 1.5.7",
        2434  +
 "aws-smithy-runtime-api 1.6.3",
        2435  +
 "aws-smithy-types 1.2.0",
        2436  +
 "aws-types 1.3.1",
        2437  +
 "bytes",
        2438  +
 "fastrand 2.0.2",
        2439  +
 "http 0.2.12",
        2440  +
 "once_cell",
        2441  +
 "regex-lite",
        2442  +
 "tokio",
        2443  +
 "tracing",
        2444  +
]
        2445  +
        2446  +
[[package]]
        2447  +
name = "aws-sdk-computeoptimizer"
        2448  +
version = "1.31.0"
        2449  +
dependencies = [
        2450  +
 "aws-config",
        2451  +
 "aws-credential-types 1.2.0",
        2452  +
 "aws-runtime 1.2.2",
        2453  +
 "aws-smithy-async 1.2.1",
        2454  +
 "aws-smithy-http 0.60.8",
        2455  +
 "aws-smithy-json 0.60.7",
        2456  +
 "aws-smithy-runtime 1.5.7",
        2457  +
 "aws-smithy-runtime-api 1.6.3",
        2458  +
 "aws-smithy-types 1.2.0",
        2459  +
 "aws-types 1.3.1",
        2460  +
 "bytes",
        2461  +
 "http 0.2.12",
        2462  +
 "once_cell",
        2463  +
 "regex-lite",
        2464  +
 "tokio",
        2465  +
 "tracing",
        2466  +
]
        2467  +
        2468  +
[[package]]
        2469  +
name = "aws-sdk-config"
        2470  +
version = "1.31.0"
        2471  +
dependencies = [
        2472  +
 "aws-config",
        2473  +
 "aws-credential-types 1.2.0",
        2474  +
 "aws-runtime 1.2.2",
        2475  +
 "aws-smithy-async 1.2.1",
        2476  +
 "aws-smithy-http 0.60.8",
        2477  +
 "aws-smithy-json 0.60.7",
        2478  +
 "aws-smithy-runtime 1.5.7",
        2479  +
 "aws-smithy-runtime-api 1.6.3",
        2480  +
 "aws-smithy-types 1.2.0",
        2481  +
 "aws-types 1.3.1",
        2482  +
 "bytes",
        2483  +
 "http 0.2.12",
        2484  +
 "once_cell",
        2485  +
 "regex-lite",
        2486  +
 "tokio",
        2487  +
 "tracing",
        2488  +
]
        2489  +
        2490  +
[[package]]
        2491  +
name = "aws-sdk-connect"
        2492  +
version = "1.44.0"
        2493  +
dependencies = [
        2494  +
 "aws-config",
        2495  +
 "aws-credential-types 1.2.0",
        2496  +
 "aws-runtime 1.2.2",
        2497  +
 "aws-smithy-async 1.2.1",
        2498  +
 "aws-smithy-http 0.60.8",
        2499  +
 "aws-smithy-json 0.60.7",
        2500  +
 "aws-smithy-runtime 1.5.7",
        2501  +
 "aws-smithy-runtime-api 1.6.3",
        2502  +
 "aws-smithy-types 1.2.0",
        2503  +
 "aws-types 1.3.1",
        2504  +
 "bytes",
        2505  +
 "fastrand 2.0.2",
        2506  +
 "http 0.2.12",
        2507  +
 "once_cell",
        2508  +
 "regex-lite",
        2509  +
 "tokio",
        2510  +
 "tracing",
        2511  +
]
        2512  +
        2513  +
[[package]]
        2514  +
name = "aws-sdk-connectcampaigns"
        2515  +
version = "1.32.0"
        2516  +
dependencies = [
        2517  +
 "aws-config",
        2518  +
 "aws-credential-types 1.2.0",
        2519  +
 "aws-runtime 1.2.2",
        2520  +
 "aws-smithy-async 1.2.1",
        2521  +
 "aws-smithy-http 0.60.8",
        2522  +
 "aws-smithy-json 0.60.7",
        2523  +
 "aws-smithy-runtime 1.5.7",
        2524  +
 "aws-smithy-runtime-api 1.6.3",
        2525  +
 "aws-smithy-types 1.2.0",
        2526  +
 "aws-types 1.3.1",
        2527  +
 "bytes",
        2528  +
 "http 0.2.12",
        2529  +
 "once_cell",
        2530  +
 "regex-lite",
        2531  +
 "tokio",
        2532  +
 "tracing",
        2533  +
]
        2534  +
        2535  +
[[package]]
        2536  +
name = "aws-sdk-connectcases"
        2537  +
version = "1.33.0"
        2538  +
dependencies = [
        2539  +
 "aws-config",
        2540  +
 "aws-credential-types 1.2.0",
        2541  +
 "aws-runtime 1.2.2",
        2542  +
 "aws-smithy-async 1.2.1",
        2543  +
 "aws-smithy-http 0.60.8",
        2544  +
 "aws-smithy-json 0.60.7",
        2545  +
 "aws-smithy-runtime 1.5.7",
        2546  +
 "aws-smithy-runtime-api 1.6.3",
        2547  +
 "aws-smithy-types 1.2.0",
        2548  +
 "aws-types 1.3.1",
        2549  +
 "bytes",
        2550  +
 "fastrand 2.0.2",
        2551  +
 "http 0.2.12",
        2552  +
 "once_cell",
        2553  +
 "regex-lite",
        2554  +
 "tokio",
        2555  +
 "tracing",
        2556  +
]
        2557  +
        2558  +
[[package]]
        2559  +
name = "aws-sdk-connectcontactlens"
        2560  +
version = "1.30.0"
        2561  +
dependencies = [
        2562  +
 "aws-config",
        2563  +
 "aws-credential-types 1.2.0",
        2564  +
 "aws-runtime 1.2.2",
        2565  +
 "aws-smithy-async 1.2.1",
        2566  +
 "aws-smithy-http 0.60.8",
        2567  +
 "aws-smithy-json 0.60.7",
        2568  +
 "aws-smithy-runtime 1.5.7",
        2569  +
 "aws-smithy-runtime-api 1.6.3",
        2570  +
 "aws-smithy-types 1.2.0",
        2571  +
 "aws-types 1.3.1",
        2572  +
 "bytes",
        2573  +
 "http 0.2.12",
        2574  +
 "once_cell",
        2575  +
 "regex-lite",
        2576  +
 "tokio",
        2577  +
 "tracing",
        2578  +
]
        2579  +
        2580  +
[[package]]
        2581  +
name = "aws-sdk-connectparticipant"
        2582  +
version = "1.31.0"
        2583  +
dependencies = [
        2584  +
 "aws-config",
        2585  +
 "aws-credential-types 1.2.0",
        2586  +
 "aws-runtime 1.2.2",
        2587  +
 "aws-smithy-async 1.2.1",
        2588  +
 "aws-smithy-http 0.60.8",
        2589  +
 "aws-smithy-json 0.60.7",
        2590  +
 "aws-smithy-runtime 1.5.7",
        2591  +
 "aws-smithy-runtime-api 1.6.3",
        2592  +
 "aws-smithy-types 1.2.0",
        2593  +
 "aws-types 1.3.1",
        2594  +
 "bytes",
        2595  +
 "fastrand 2.0.2",
        2596  +
 "http 0.2.12",
        2597  +
 "once_cell",
        2598  +
 "regex-lite",
        2599  +
 "tokio",
        2600  +
 "tracing",
        2601  +
]
        2602  +
        2603  +
[[package]]
        2604  +
name = "aws-sdk-controlcatalog"
        2605  +
version = "1.11.0"
        2606  +
dependencies = [
        2607  +
 "aws-config",
        2608  +
 "aws-credential-types 1.2.0",
        2609  +
 "aws-runtime 1.2.2",
        2610  +
 "aws-smithy-async 1.2.1",
        2611  +
 "aws-smithy-http 0.60.8",
        2612  +
 "aws-smithy-json 0.60.7",
        2613  +
 "aws-smithy-runtime 1.5.7",
        2614  +
 "aws-smithy-runtime-api 1.6.3",
        2615  +
 "aws-smithy-types 1.2.0",
        2616  +
 "aws-types 1.3.1",
        2617  +
 "bytes",
        2618  +
 "http 0.2.12",
        2619  +
 "once_cell",
        2620  +
 "regex-lite",
        2621  +
 "tokio",
        2622  +
 "tracing",
        2623  +
]
        2624  +
        2625  +
[[package]]
        2626  +
name = "aws-sdk-controltower"
        2627  +
version = "1.32.0"
        2628  +
dependencies = [
        2629  +
 "aws-config",
        2630  +
 "aws-credential-types 1.2.0",
        2631  +
 "aws-runtime 1.2.2",
        2632  +
 "aws-smithy-async 1.2.1",
        2633  +
 "aws-smithy-http 0.60.8",
        2634  +
 "aws-smithy-json 0.60.7",
        2635  +
 "aws-smithy-runtime 1.5.7",
        2636  +
 "aws-smithy-runtime-api 1.6.3",
        2637  +
 "aws-smithy-types 1.2.0",
        2638  +
 "aws-types 1.3.1",
        2639  +
 "bytes",
        2640  +
 "http 0.2.12",
        2641  +
 "once_cell",
        2642  +
 "regex-lite",
        2643  +
 "tokio",
        2644  +
 "tracing",
        2645  +
]
        2646  +
        2647  +
[[package]]
        2648  +
name = "aws-sdk-costandusagereport"
        2649  +
version = "1.30.0"
        2650  +
dependencies = [
        2651  +
 "aws-config",
        2652  +
 "aws-credential-types 1.2.0",
        2653  +
 "aws-runtime 1.2.2",
        2654  +
 "aws-smithy-async 1.2.1",
        2655  +
 "aws-smithy-http 0.60.8",
        2656  +
 "aws-smithy-json 0.60.7",
        2657  +
 "aws-smithy-runtime 1.5.7",
        2658  +
 "aws-smithy-runtime-api 1.6.3",
        2659  +
 "aws-smithy-types 1.2.0",
        2660  +
 "aws-types 1.3.1",
        2661  +
 "bytes",
        2662  +
 "http 0.2.12",
        2663  +
 "once_cell",
        2664  +
 "regex-lite",
        2665  +
 "tokio",
        2666  +
 "tracing",
        2667  +
]
        2668  +
        2669  +
[[package]]
        2670  +
name = "aws-sdk-costexplorer"
        2671  +
version = "1.32.0"
        2672  +
dependencies = [
        2673  +
 "aws-config",
        2674  +
 "aws-credential-types 1.2.0",
        2675  +
 "aws-runtime 1.2.2",
        2676  +
 "aws-smithy-async 1.2.1",
        2677  +
 "aws-smithy-http 0.60.8",
        2678  +
 "aws-smithy-json 0.60.7",
        2679  +
 "aws-smithy-runtime 1.5.7",
        2680  +
 "aws-smithy-runtime-api 1.6.3",
        2681  +
 "aws-smithy-types 1.2.0",
        2682  +
 "aws-types 1.3.1",
        2683  +
 "bytes",
        2684  +
 "http 0.2.12",
        2685  +
 "once_cell",
        2686  +
 "regex-lite",
        2687  +
 "tokio",
        2688  +
 "tracing",
        2689  +
]
        2690  +
        2691  +
[[package]]
        2692  +
name = "aws-sdk-costoptimizationhub"
        2693  +
version = "1.29.0"
        2694  +
dependencies = [
        2695  +
 "aws-config",
        2696  +
 "aws-credential-types 1.2.0",
        2697  +
 "aws-runtime 1.2.2",
        2698  +
 "aws-smithy-async 1.2.1",
        2699  +
 "aws-smithy-http 0.60.8",
        2700  +
 "aws-smithy-json 0.60.7",
        2701  +
 "aws-smithy-runtime 1.5.7",
        2702  +
 "aws-smithy-runtime-api 1.6.3",
        2703  +
 "aws-smithy-types 1.2.0",
        2704  +
 "aws-types 1.3.1",
        2705  +
 "bytes",
        2706  +
 "http 0.2.12",
        2707  +
 "once_cell",
        2708  +
 "regex-lite",
        2709  +
 "tokio",
        2710  +
 "tracing",
        2711  +
]
        2712  +
        2713  +
[[package]]
        2714  +
name = "aws-sdk-customerprofiles"
        2715  +
version = "1.31.0"
        2716  +
dependencies = [
        2717  +
 "aws-config",
        2718  +
 "aws-credential-types 1.2.0",
        2719  +
 "aws-runtime 1.2.2",
        2720  +
 "aws-smithy-async 1.2.1",
        2721  +
 "aws-smithy-http 0.60.8",
        2722  +
 "aws-smithy-json 0.60.7",
        2723  +
 "aws-smithy-runtime 1.5.7",
        2724  +
 "aws-smithy-runtime-api 1.6.3",
        2725  +
 "aws-smithy-types 1.2.0",
        2726  +
 "aws-types 1.3.1",
        2727  +
 "bytes",
        2728  +
 "http 0.2.12",
        2729  +
 "once_cell",
        2730  +
 "regex-lite",
        2731  +
 "tokio",
        2732  +
 "tracing",
        2733  +
]
        2734  +
        2735  +
[[package]]
        2736  +
name = "aws-sdk-databasemigration"
        2737  +
version = "1.30.0"
        2738  +
dependencies = [
        2739  +
 "aws-config",
        2740  +
 "aws-credential-types 1.2.0",
        2741  +
 "aws-runtime 1.2.2",
        2742  +
 "aws-smithy-async 1.2.1",
        2743  +
 "aws-smithy-http 0.60.8",
        2744  +
 "aws-smithy-json 0.60.7",
        2745  +
 "aws-smithy-runtime 1.5.7",
        2746  +
 "aws-smithy-runtime-api 1.6.3",
        2747  +
 "aws-smithy-types 1.2.0",
        2748  +
 "aws-types 1.3.1",
        2749  +
 "bytes",
        2750  +
 "http 0.2.12",
        2751  +
 "once_cell",
        2752  +
 "regex-lite",
        2753  +
 "tokio",
        2754  +
 "tracing",
        2755  +
]
        2756  +
        2757  +
[[package]]
        2758  +
name = "aws-sdk-databrew"
        2759  +
version = "1.30.0"
        2760  +
dependencies = [
        2761  +
 "aws-config",
        2762  +
 "aws-credential-types 1.2.0",
        2763  +
 "aws-runtime 1.2.2",
        2764  +
 "aws-smithy-async 1.2.1",
        2765  +
 "aws-smithy-http 0.60.8",
        2766  +
 "aws-smithy-json 0.60.7",
        2767  +
 "aws-smithy-runtime 1.5.7",
        2768  +
 "aws-smithy-runtime-api 1.6.3",
        2769  +
 "aws-smithy-types 1.2.0",
        2770  +
 "aws-types 1.3.1",
        2771  +
 "bytes",
        2772  +
 "http 0.2.12",
        2773  +
 "once_cell",
        2774  +
 "regex-lite",
        2775  +
 "tokio",
        2776  +
 "tracing",
        2777  +
]
        2778  +
        2779  +
[[package]]
        2780  +
name = "aws-sdk-dataexchange"
        2781  +
version = "1.30.0"
        2782  +
dependencies = [
        2783  +
 "aws-config",
        2784  +
 "aws-credential-types 1.2.0",
        2785  +
 "aws-runtime 1.2.2",
        2786  +
 "aws-smithy-async 1.2.1",
        2787  +
 "aws-smithy-http 0.60.8",
        2788  +
 "aws-smithy-json 0.60.7",
        2789  +
 "aws-smithy-runtime 1.5.7",
        2790  +
 "aws-smithy-runtime-api 1.6.3",
        2791  +
 "aws-smithy-types 1.2.0",
        2792  +
 "aws-types 1.3.1",
        2793  +
 "bytes",
        2794  +
 "fastrand 2.0.2",
        2795  +
 "http 0.2.12",
        2796  +
 "once_cell",
        2797  +
 "regex-lite",
        2798  +
 "tokio",
        2799  +
 "tracing",
        2800  +
]
        2801  +
        2802  +
[[package]]
        2803  +
name = "aws-sdk-datapipeline"
        2804  +
version = "1.30.0"
        2805  +
dependencies = [
        2806  +
 "aws-config",
        2807  +
 "aws-credential-types 1.2.0",
        2808  +
 "aws-runtime 1.2.2",
        2809  +
 "aws-smithy-async 1.2.1",
        2810  +
 "aws-smithy-http 0.60.8",
        2811  +
 "aws-smithy-json 0.60.7",
        2812  +
 "aws-smithy-runtime 1.5.7",
        2813  +
 "aws-smithy-runtime-api 1.6.3",
        2814  +
 "aws-smithy-types 1.2.0",
        2815  +
 "aws-types 1.3.1",
        2816  +
 "bytes",
        2817  +
 "http 0.2.12",
        2818  +
 "once_cell",
        2819  +
 "regex-lite",
        2820  +
 "tokio",
        2821  +
 "tracing",
        2822  +
]
        2823  +
        2824  +
[[package]]
        2825  +
name = "aws-sdk-datasync"
        2826  +
version = "1.33.0"
        2827  +
dependencies = [
        2828  +
 "aws-config",
        2829  +
 "aws-credential-types 1.2.0",
        2830  +
 "aws-runtime 1.2.2",
        2831  +
 "aws-smithy-async 1.2.1",
        2832  +
 "aws-smithy-http 0.60.8",
        2833  +
 "aws-smithy-json 0.60.7",
        2834  +
 "aws-smithy-runtime 1.5.7",
        2835  +
 "aws-smithy-runtime-api 1.6.3",
        2836  +
 "aws-smithy-types 1.2.0",
        2837  +
 "aws-types 1.3.1",
        2838  +
 "bytes",
        2839  +
 "fastrand 2.0.2",
        2840  +
 "http 0.2.12",
        2841  +
 "once_cell",
        2842  +
 "regex-lite",
        2843  +
 "tokio",
        2844  +
 "tracing",
        2845  +
]
        2846  +
        2847  +
[[package]]
        2848  +
name = "aws-sdk-datazone"
        2849  +
version = "1.33.0"
        2850  +
dependencies = [
        2851  +
 "aws-config",
        2852  +
 "aws-credential-types 1.2.0",
        2853  +
 "aws-runtime 1.2.2",
        2854  +
 "aws-smithy-async 1.2.1",
        2855  +
 "aws-smithy-http 0.60.8",
        2856  +
 "aws-smithy-json 0.60.7",
        2857  +
 "aws-smithy-runtime 1.5.7",
        2858  +
 "aws-smithy-runtime-api 1.6.3",
        2859  +
 "aws-smithy-types 1.2.0",
        2860  +
 "aws-types 1.3.1",
        2861  +
 "bytes",
        2862  +
 "fastrand 2.0.2",
        2863  +
 "http 0.2.12",
        2864  +
 "once_cell",
        2865  +
 "regex-lite",
        2866  +
 "tokio",
        2867  +
 "tracing",
        2868  +
]
        2869  +
        2870  +
[[package]]
        2871  +
name = "aws-sdk-dax"
        2872  +
version = "1.30.0"
        2873  +
dependencies = [
        2874  +
 "aws-config",
        2875  +
 "aws-credential-types 1.2.0",
        2876  +
 "aws-runtime 1.2.2",
        2877  +
 "aws-smithy-async 1.2.1",
        2878  +
 "aws-smithy-http 0.60.8",
        2879  +
 "aws-smithy-json 0.60.7",
        2880  +
 "aws-smithy-runtime 1.5.7",
        2881  +
 "aws-smithy-runtime-api 1.6.3",
        2882  +
 "aws-smithy-types 1.2.0",
        2883  +
 "aws-types 1.3.1",
        2884  +
 "bytes",
        2885  +
 "http 0.2.12",
        2886  +
 "once_cell",
        2887  +
 "regex-lite",
        2888  +
 "tokio",
        2889  +
 "tracing",
        2890  +
]
        2891  +
        2892  +
[[package]]
        2893  +
name = "aws-sdk-deadline"
        2894  +
version = "1.12.0"
        2895  +
dependencies = [
        2896  +
 "aws-config",
        2897  +
 "aws-credential-types 1.2.0",
        2898  +
 "aws-runtime 1.2.2",
        2899  +
 "aws-smithy-async 1.2.1",
        2900  +
 "aws-smithy-http 0.60.8",
        2901  +
 "aws-smithy-json 0.60.7",
        2902  +
 "aws-smithy-runtime 1.5.7",
        2903  +
 "aws-smithy-runtime-api 1.6.3",
        2904  +
 "aws-smithy-types 1.2.0",
        2905  +
 "aws-types 1.3.1",
        2906  +
 "bytes",
        2907  +
 "fastrand 2.0.2",
        2908  +
 "http 0.2.12",
        2909  +
 "once_cell",
        2910  +
 "regex-lite",
        2911  +
 "tokio",
        2912  +
 "tracing",
        2913  +
]
        2914  +
        2915  +
[[package]]
        2916  +
name = "aws-sdk-detective"
        2917  +
version = "1.30.0"
        2918  +
dependencies = [
        2919  +
 "aws-config",
        2920  +
 "aws-credential-types 1.2.0",
        2921  +
 "aws-runtime 1.2.2",
        2922  +
 "aws-smithy-async 1.2.1",
        2923  +
 "aws-smithy-http 0.60.8",
        2924  +
 "aws-smithy-json 0.60.7",
        2925  +
 "aws-smithy-runtime 1.5.7",
        2926  +
 "aws-smithy-runtime-api 1.6.3",
        2927  +
 "aws-smithy-types 1.2.0",
        2928  +
 "aws-types 1.3.1",
        2929  +
 "bytes",
        2930  +
 "http 0.2.12",
        2931  +
 "once_cell",
        2932  +
 "regex-lite",
        2933  +
 "tokio",
        2934  +
 "tracing",
        2935  +
]
        2936  +
        2937  +
[[package]]
        2938  +
name = "aws-sdk-devicefarm"
        2939  +
version = "1.30.0"
        2940  +
dependencies = [
        2941  +
 "aws-config",
        2942  +
 "aws-credential-types 1.2.0",
        2943  +
 "aws-runtime 1.2.2",
        2944  +
 "aws-smithy-async 1.2.1",
        2945  +
 "aws-smithy-http 0.60.8",
        2946  +
 "aws-smithy-json 0.60.7",
        2947  +
 "aws-smithy-runtime 1.5.7",
        2948  +
 "aws-smithy-runtime-api 1.6.3",
        2949  +
 "aws-smithy-types 1.2.0",
        2950  +
 "aws-types 1.3.1",
        2951  +
 "bytes",
        2952  +
 "http 0.2.12",
        2953  +
 "once_cell",
        2954  +
 "regex-lite",
        2955  +
 "tokio",
        2956  +
 "tracing",
        2957  +
]
        2958  +
        2959  +
[[package]]
        2960  +
name = "aws-sdk-devopsguru"
        2961  +
version = "1.30.0"
        2962  +
dependencies = [
        2963  +
 "aws-config",
        2964  +
 "aws-credential-types 1.2.0",
        2965  +
 "aws-runtime 1.2.2",
        2966  +
 "aws-smithy-async 1.2.1",
        2967  +
 "aws-smithy-http 0.60.8",
        2968  +
 "aws-smithy-json 0.60.7",
        2969  +
 "aws-smithy-runtime 1.5.7",
        2970  +
 "aws-smithy-runtime-api 1.6.3",
        2971  +
 "aws-smithy-types 1.2.0",
        2972  +
 "aws-types 1.3.1",
        2973  +
 "bytes",
        2974  +
 "fastrand 2.0.2",
        2975  +
 "http 0.2.12",
        2976  +
 "once_cell",
        2977  +
 "regex-lite",
        2978  +
 "tokio",
        2979  +
 "tracing",
        2980  +
]
        2981  +
        2982  +
[[package]]
        2983  +
name = "aws-sdk-directconnect"
        2984  +
version = "1.30.0"
        2985  +
dependencies = [
        2986  +
 "aws-config",
        2987  +
 "aws-credential-types 1.2.0",
        2988  +
 "aws-runtime 1.2.2",
        2989  +
 "aws-smithy-async 1.2.1",
        2990  +
 "aws-smithy-http 0.60.8",
        2991  +
 "aws-smithy-json 0.60.7",
        2992  +
 "aws-smithy-runtime 1.5.7",
        2993  +
 "aws-smithy-runtime-api 1.6.3",
        2994  +
 "aws-smithy-types 1.2.0",
        2995  +
 "aws-types 1.3.1",
        2996  +
 "bytes",
        2997  +
 "http 0.2.12",
        2998  +
 "once_cell",
        2999  +
 "regex-lite",
        3000  +
 "tokio",
        3001  +
 "tracing",
        3002  +
]
        3003  +
        3004  +
[[package]]
        3005  +
name = "aws-sdk-directory"
        3006  +
version = "1.30.0"
        3007  +
dependencies = [
        3008  +
 "aws-config",
        3009  +
 "aws-credential-types 1.2.0",
        3010  +
 "aws-runtime 1.2.2",
        3011  +
 "aws-smithy-async 1.2.1",
        3012  +
 "aws-smithy-http 0.60.8",
        3013  +
 "aws-smithy-json 0.60.7",
        3014  +
 "aws-smithy-runtime 1.5.7",
        3015  +
 "aws-smithy-runtime-api 1.6.3",
        3016  +
 "aws-smithy-types 1.2.0",
        3017  +
 "aws-types 1.3.1",
        3018  +
 "bytes",
        3019  +
 "http 0.2.12",
        3020  +
 "once_cell",
        3021  +
 "regex-lite",
        3022  +
 "tokio",
        3023  +
 "tracing",
        3024  +
]
        3025  +
        3026  +
[[package]]
        3027  +
name = "aws-sdk-dlm"
        3028  +
version = "1.30.0"
        3029  +
dependencies = [
        3030  +
 "aws-config",
        3031  +
 "aws-credential-types 1.2.0",
        3032  +
 "aws-runtime 1.2.2",
        3033  +
 "aws-smithy-async 1.2.1",
        3034  +
 "aws-smithy-http 0.60.8",
        3035  +
 "aws-smithy-json 0.60.7",
        3036  +
 "aws-smithy-runtime 1.5.7",
        3037  +
 "aws-smithy-runtime-api 1.6.3",
        3038  +
 "aws-smithy-types 1.2.0",
        3039  +
 "aws-types 1.3.1",
        3040  +
 "bytes",
        3041  +
 "http 0.2.12",
        3042  +
 "once_cell",
        3043  +
 "regex-lite",
        3044  +
 "tokio",
        3045  +
 "tracing",
        3046  +
]
        3047  +
        3048  +
[[package]]
        3049  +
name = "aws-sdk-docdb"
        3050  +
version = "1.32.0"
        3051  +
dependencies = [
        3052  +
 "aws-config",
        3053  +
 "aws-credential-types 1.2.0",
        3054  +
 "aws-runtime 1.2.2",
        3055  +
 "aws-smithy-async 1.2.1",
        3056  +
 "aws-smithy-http 0.60.8",
        3057  +
 "aws-smithy-json 0.60.7",
        3058  +
 "aws-smithy-query",
        3059  +
 "aws-smithy-runtime 1.5.7",
        3060  +
 "aws-smithy-runtime-api 1.6.3",
        3061  +
 "aws-smithy-types 1.2.0",
        3062  +
 "aws-smithy-xml 0.60.8",
        3063  +
 "aws-types 1.3.1",
        3064  +
 "http 0.2.12",
        3065  +
 "once_cell",
        3066  +
 "regex-lite",
        3067  +
 "tokio",
        3068  +
 "tracing",
        3069  +
]
        3070  +
        3071  +
[[package]]
        3072  +
name = "aws-sdk-docdbelastic"
        3073  +
version = "1.31.0"
        3074  +
dependencies = [
        3075  +
 "aws-config",
        3076  +
 "aws-credential-types 1.2.0",
        3077  +
 "aws-runtime 1.2.2",
        3078  +
 "aws-smithy-async 1.2.1",
        3079  +
 "aws-smithy-http 0.60.8",
        3080  +
 "aws-smithy-json 0.60.7",
        3081  +
 "aws-smithy-runtime 1.5.7",
        3082  +
 "aws-smithy-runtime-api 1.6.3",
        3083  +
 "aws-smithy-types 1.2.0",
        3084  +
 "aws-types 1.3.1",
        3085  +
 "bytes",
        3086  +
 "fastrand 2.0.2",
        3087  +
 "http 0.2.12",
        3088  +
 "once_cell",
        3089  +
 "regex-lite",
        3090  +
 "tokio",
        3091  +
 "tracing",
        3092  +
]
        3093  +
        3094  +
[[package]]
        3095  +
name = "aws-sdk-drs"
        3096  +
version = "1.33.0"
        3097  +
dependencies = [
        3098  +
 "aws-config",
        3099  +
 "aws-credential-types 1.2.0",
        3100  +
 "aws-runtime 1.2.2",
        3101  +
 "aws-smithy-async 1.2.1",
        3102  +
 "aws-smithy-http 0.60.8",
        3103  +
 "aws-smithy-json 0.60.7",
        3104  +
 "aws-smithy-runtime 1.5.7",
        3105  +
 "aws-smithy-runtime-api 1.6.3",
        3106  +
 "aws-smithy-types 1.2.0",
        3107  +
 "aws-types 1.3.1",
        3108  +
 "bytes",
        3109  +
 "http 0.2.12",
        3110  +
 "once_cell",
        3111  +
 "regex-lite",
        3112  +
 "tokio",
        3113  +
 "tracing",
        3114  +
]
        3115  +
        3116  +
[[package]]
        3117  +
name = "aws-sdk-dynamodb"
        3118  +
version = "1.33.0"
        3119  +
dependencies = [
        3120  +
 "approx",
        3121  +
 "aws-config",
        3122  +
 "aws-credential-types 1.2.0",
        3123  +
 "aws-runtime 1.2.2",
        3124  +
 "aws-smithy-async 1.2.1",
        3125  +
 "aws-smithy-http 0.60.8",
        3126  +
 "aws-smithy-json 0.60.7",
        3127  +
 "aws-smithy-protocol-test 0.60.7",
        3128  +
 "aws-smithy-runtime 1.5.7",
        3129  +
 "aws-smithy-runtime-api 1.6.3",
        3130  +
 "aws-smithy-types 1.2.0",
        3131  +
 "aws-types 1.3.1",
        3132  +
 "bytes",
        3133  +
 "criterion",
        3134  +
 "fastrand 2.0.2",
        3135  +
 "futures-util",
        3136  +
 "http 0.2.12",
        3137  +
 "once_cell",
        3138  +
 "regex-lite",
        3139  +
 "serde_json",
        3140  +
 "tokio",
        3141  +
 "tracing",
        3142  +
 "tracing-subscriber",
        3143  +
]
        3144  +
        3145  +
[[package]]
        3146  +
name = "aws-sdk-dynamodbstreams"
        3147  +
version = "1.30.0"
        3148  +
dependencies = [
        3149  +
 "aws-config",
        3150  +
 "aws-credential-types 1.2.0",
        3151  +
 "aws-runtime 1.2.2",
        3152  +
 "aws-smithy-async 1.2.1",
        3153  +
 "aws-smithy-http 0.60.8",
        3154  +
 "aws-smithy-json 0.60.7",
        3155  +
 "aws-smithy-runtime 1.5.7",
        3156  +
 "aws-smithy-runtime-api 1.6.3",
        3157  +
 "aws-smithy-types 1.2.0",
        3158  +
 "aws-types 1.3.1",
        3159  +
 "bytes",
        3160  +
 "http 0.2.12",
        3161  +
 "once_cell",
        3162  +
 "regex-lite",
        3163  +
 "tokio",
        3164  +
 "tracing",
        3165  +
]
        3166  +
        3167  +
[[package]]
        3168  +
name = "aws-sdk-ebs"
        3169  +
version = "1.30.0"
        3170  +
dependencies = [
        3171  +
 "aws-config",
        3172  +
 "aws-credential-types 1.2.0",
        3173  +
 "aws-runtime 1.2.2",
        3174  +
 "aws-sigv4 1.2.2",
        3175  +
 "aws-smithy-async 1.2.1",
        3176  +
 "aws-smithy-http 0.60.8",
        3177  +
 "aws-smithy-json 0.60.7",
        3178  +
 "aws-smithy-runtime 1.5.7",
        3179  +
 "aws-smithy-runtime-api 1.6.3",
        3180  +
 "aws-smithy-types 1.2.0",
        3181  +
 "aws-types 1.3.1",
        3182  +
 "bytes",
        3183  +
 "fastrand 2.0.2",
        3184  +
 "http 0.2.12",
        3185  +
 "once_cell",
        3186  +
 "pretty_assertions",
        3187  +
 "regex-lite",
        3188  +
 "tokio",
        3189  +
 "tracing",
        3190  +
]
        3191  +
        3192  +
[[package]]
        3193  +
name = "aws-sdk-ec2"
        3194  +
version = "1.49.0"
        3195  +
dependencies = [
        3196  +
 "aws-config",
        3197  +
 "aws-credential-types 1.2.0",
        3198  +
 "aws-runtime 1.2.2",
        3199  +
 "aws-smithy-async 1.2.1",
        3200  +
 "aws-smithy-http 0.60.8",
        3201  +
 "aws-smithy-json 0.60.7",
        3202  +
 "aws-smithy-protocol-test 0.60.7",
        3203  +
 "aws-smithy-query",
        3204  +
 "aws-smithy-runtime 1.5.7",
        3205  +
 "aws-smithy-runtime-api 1.6.3",
        3206  +
 "aws-smithy-types 1.2.0",
        3207  +
 "aws-smithy-xml 0.60.8",
        3208  +
 "aws-types 1.3.1",
        3209  +
 "fastrand 2.0.2",
        3210  +
 "futures-util",
        3211  +
 "http 0.2.12",
        3212  +
 "once_cell",
        3213  +
 "regex-lite",
        3214  +
 "serde_json",
        3215  +
 "tokio",
        3216  +
 "tracing",
        3217  +
 "tracing-subscriber",
        3218  +
]
        3219  +
        3220  +
[[package]]
        3221  +
name = "aws-sdk-ec2instanceconnect"
        3222  +
version = "1.30.0"
        3223  +
dependencies = [
        3224  +
 "aws-config",
        3225  +
 "aws-credential-types 1.2.0",
        3226  +
 "aws-runtime 1.2.2",
        3227  +
 "aws-smithy-async 1.2.1",
        3228  +
 "aws-smithy-http 0.60.8",
        3229  +
 "aws-smithy-json 0.60.7",
        3230  +
 "aws-smithy-runtime 1.5.7",
        3231  +
 "aws-smithy-runtime-api 1.6.3",
        3232  +
 "aws-smithy-types 1.2.0",
        3233  +
 "aws-types 1.3.1",
        3234  +
 "bytes",
        3235  +
 "http 0.2.12",
        3236  +
 "once_cell",
        3237  +
 "regex-lite",
        3238  +
 "tokio",
        3239  +
 "tracing",
        3240  +
]
        3241  +
        3242  +
[[package]]
        3243  +
name = "aws-sdk-ecr"
        3244  +
version = "1.30.0"
        3245  +
dependencies = [
        3246  +
 "aws-config",
        3247  +
 "aws-credential-types 1.2.0",
        3248  +
 "aws-runtime 1.2.2",
        3249  +
 "aws-smithy-async 1.2.1",
        3250  +
 "aws-smithy-http 0.60.8",
        3251  +
 "aws-smithy-json 0.60.7",
        3252  +
 "aws-smithy-runtime 1.5.7",
        3253  +
 "aws-smithy-runtime-api 1.6.3",
        3254  +
 "aws-smithy-types 1.2.0",
        3255  +
 "aws-types 1.3.1",
        3256  +
 "bytes",
        3257  +
 "http 0.2.12",
        3258  +
 "once_cell",
        3259  +
 "regex-lite",
        3260  +
 "tokio",
        3261  +
 "tracing",
        3262  +
]
        3263  +
        3264  +
[[package]]
        3265  +
name = "aws-sdk-ecrpublic"
        3266  +
version = "1.30.0"
        3267  +
dependencies = [
        3268  +
 "aws-config",
        3269  +
 "aws-credential-types 1.2.0",
        3270  +
 "aws-runtime 1.2.2",
        3271  +
 "aws-smithy-async 1.2.1",
        3272  +
 "aws-smithy-http 0.60.8",
        3273  +
 "aws-smithy-json 0.60.7",
        3274  +
 "aws-smithy-runtime 1.5.7",
        3275  +
 "aws-smithy-runtime-api 1.6.3",
        3276  +
 "aws-smithy-types 1.2.0",
        3277  +
 "aws-types 1.3.1",
        3278  +
 "bytes",
        3279  +
 "http 0.2.12",
        3280  +
 "once_cell",
        3281  +
 "regex-lite",
        3282  +
 "tokio",
        3283  +
 "tracing",
        3284  +
]
        3285  +
        3286  +
[[package]]
        3287  +
name = "aws-sdk-ecs"
        3288  +
version = "1.31.0"
        3289  +
dependencies = [
        3290  +
 "aws-config",
        3291  +
 "aws-credential-types 1.2.0",
        3292  +
 "aws-runtime 1.2.2",
        3293  +
 "aws-smithy-async 1.2.1",
        3294  +
 "aws-smithy-http 0.60.8",
        3295  +
 "aws-smithy-json 0.60.7",
        3296  +
 "aws-smithy-runtime 1.5.7",
        3297  +
 "aws-smithy-runtime-api 1.6.3",
        3298  +
 "aws-smithy-types 1.2.0",
        3299  +
 "aws-types 1.3.1",
        3300  +
 "bytes",
        3301  +
 "fastrand 2.0.2",
        3302  +
 "http 0.2.12",
        3303  +
 "once_cell",
        3304  +
 "regex-lite",
        3305  +
 "tokio",
        3306  +
 "tracing",
        3307  +
]
        3308  +
        3309  +
[[package]]
        3310  +
name = "aws-sdk-efs"
        3311  +
version = "1.30.0"
        3312  +
dependencies = [
        3313  +
 "aws-config",
        3314  +
 "aws-credential-types 1.2.0",
        3315  +
 "aws-runtime 1.2.2",
        3316  +
 "aws-smithy-async 1.2.1",
        3317  +
 "aws-smithy-http 0.60.8",
        3318  +
 "aws-smithy-json 0.60.7",
        3319  +
 "aws-smithy-runtime 1.5.7",
        3320  +
 "aws-smithy-runtime-api 1.6.3",
        3321  +
 "aws-smithy-types 1.2.0",
        3322  +
 "aws-types 1.3.1",
        3323  +
 "bytes",
        3324  +
 "fastrand 2.0.2",
        3325  +
 "http 0.2.12",
        3326  +
 "once_cell",
        3327  +
 "regex-lite",
        3328  +
 "tokio",
        3329  +
 "tracing",
        3330  +
]
        3331  +
        3332  +
[[package]]
        3333  +
name = "aws-sdk-eks"
        3334  +
version = "1.33.0"
        3335  +
dependencies = [
        3336  +
 "aws-config",
        3337  +
 "aws-credential-types 1.2.0",
        3338  +
 "aws-runtime 1.2.2",
        3339  +
 "aws-smithy-async 1.2.1",
        3340  +
 "aws-smithy-http 0.60.8",
        3341  +
 "aws-smithy-json 0.60.7",
        3342  +
 "aws-smithy-runtime 1.5.7",
        3343  +
 "aws-smithy-runtime-api 1.6.3",
        3344  +
 "aws-smithy-types 1.2.0",
        3345  +
 "aws-types 1.3.1",
        3346  +
 "bytes",
        3347  +
 "fastrand 2.0.2",
        3348  +
 "http 0.2.12",
        3349  +
 "once_cell",
        3350  +
 "regex-lite",
        3351  +
 "tokio",
        3352  +
 "tracing",
        3353  +
]
        3354  +
        3355  +
[[package]]
        3356  +
name = "aws-sdk-eksauth"
        3357  +
version = "1.28.0"
        3358  +
dependencies = [
        3359  +
 "aws-config",
        3360  +
 "aws-credential-types 1.2.0",
        3361  +
 "aws-runtime 1.2.2",
        3362  +
 "aws-smithy-async 1.2.1",
        3363  +
 "aws-smithy-http 0.60.8",
        3364  +
 "aws-smithy-json 0.60.7",
        3365  +
 "aws-smithy-runtime 1.5.7",
        3366  +
 "aws-smithy-runtime-api 1.6.3",
        3367  +
 "aws-smithy-types 1.2.0",
        3368  +
 "aws-types 1.3.1",
        3369  +
 "bytes",
        3370  +
 "http 0.2.12",
        3371  +
 "once_cell",
        3372  +
 "regex-lite",
        3373  +
 "tokio",
        3374  +
 "tracing",
        3375  +
]
        3376  +
        3377  +
[[package]]
        3378  +
name = "aws-sdk-elasticache"
        3379  +
version = "1.32.0"
        3380  +
dependencies = [
        3381  +
 "aws-config",
        3382  +
 "aws-credential-types 1.2.0",
        3383  +
 "aws-runtime 1.2.2",
        3384  +
 "aws-smithy-async 1.2.1",
        3385  +
 "aws-smithy-http 0.60.8",
        3386  +
 "aws-smithy-json 0.60.7",
        3387  +
 "aws-smithy-query",
        3388  +
 "aws-smithy-runtime 1.5.7",
        3389  +
 "aws-smithy-runtime-api 1.6.3",
        3390  +
 "aws-smithy-types 1.2.0",
        3391  +
 "aws-smithy-xml 0.60.8",
        3392  +
 "aws-types 1.3.1",
        3393  +
 "http 0.2.12",
        3394  +
 "once_cell",
        3395  +
 "regex-lite",
        3396  +
 "tokio",
        3397  +
 "tracing",
        3398  +
]
        3399  +
        3400  +
[[package]]
        3401  +
name = "aws-sdk-elasticbeanstalk"
        3402  +
version = "1.30.0"
        3403  +
dependencies = [
        3404  +
 "aws-config",
        3405  +
 "aws-credential-types 1.2.0",
        3406  +
 "aws-runtime 1.2.2",
        3407  +
 "aws-smithy-async 1.2.1",
        3408  +
 "aws-smithy-http 0.60.8",
        3409  +
 "aws-smithy-json 0.60.7",
        3410  +
 "aws-smithy-query",
        3411  +
 "aws-smithy-runtime 1.5.7",
        3412  +
 "aws-smithy-runtime-api 1.6.3",
        3413  +
 "aws-smithy-types 1.2.0",
        3414  +
 "aws-smithy-xml 0.60.8",
        3415  +
 "aws-types 1.3.1",
        3416  +
 "http 0.2.12",
        3417  +
 "once_cell",
        3418  +
 "regex-lite",
        3419  +
 "tokio",
        3420  +
 "tracing",
        3421  +
]
        3422  +
        3423  +
[[package]]
        3424  +
name = "aws-sdk-elasticinference"
        3425  +
version = "1.30.0"
        3426  +
dependencies = [
        3427  +
 "aws-config",
        3428  +
 "aws-credential-types 1.2.0",
        3429  +
 "aws-runtime 1.2.2",
        3430  +
 "aws-smithy-async 1.2.1",
        3431  +
 "aws-smithy-http 0.60.8",
        3432  +
 "aws-smithy-json 0.60.7",
        3433  +
 "aws-smithy-runtime 1.5.7",
        3434  +
 "aws-smithy-runtime-api 1.6.3",
        3435  +
 "aws-smithy-types 1.2.0",
        3436  +
 "aws-types 1.3.1",
        3437  +
 "bytes",
        3438  +
 "http 0.2.12",
        3439  +
 "once_cell",
        3440  +
 "regex-lite",
        3441  +
 "tokio",
        3442  +
 "tracing",
        3443  +
]
        3444  +
        3445  +
[[package]]
        3446  +
name = "aws-sdk-elasticloadbalancing"
        3447  +
version = "1.30.0"
        3448  +
dependencies = [
        3449  +
 "aws-config",
        3450  +
 "aws-credential-types 1.2.0",
        3451  +
 "aws-runtime 1.2.2",
        3452  +
 "aws-smithy-async 1.2.1",
        3453  +
 "aws-smithy-http 0.60.8",
        3454  +
 "aws-smithy-json 0.60.7",
        3455  +
 "aws-smithy-query",
        3456  +
 "aws-smithy-runtime 1.5.7",
        3457  +
 "aws-smithy-runtime-api 1.6.3",
        3458  +
 "aws-smithy-types 1.2.0",
        3459  +
 "aws-smithy-xml 0.60.8",
        3460  +
 "aws-types 1.3.1",
        3461  +
 "http 0.2.12",
        3462  +
 "once_cell",
        3463  +
 "regex-lite",
        3464  +
 "tokio",
        3465  +
 "tracing",
        3466  +
]
        3467  +
        3468  +
[[package]]
        3469  +
name = "aws-sdk-elasticloadbalancingv2"
        3470  +
version = "1.32.0"
        3471  +
dependencies = [
        3472  +
 "aws-config",
        3473  +
 "aws-credential-types 1.2.0",
        3474  +
 "aws-runtime 1.2.2",
        3475  +
 "aws-smithy-async 1.2.1",
        3476  +
 "aws-smithy-http 0.60.8",
        3477  +
 "aws-smithy-json 0.60.7",
        3478  +
 "aws-smithy-query",
        3479  +
 "aws-smithy-runtime 1.5.7",
        3480  +
 "aws-smithy-runtime-api 1.6.3",
        3481  +
 "aws-smithy-types 1.2.0",
        3482  +
 "aws-smithy-xml 0.60.8",
        3483  +
 "aws-types 1.3.1",
        3484  +
 "http 0.2.12",
        3485  +
 "once_cell",
        3486  +
 "regex-lite",
        3487  +
 "tokio",
        3488  +
 "tracing",
        3489  +
]
        3490  +
        3491  +
[[package]]
        3492  +
name = "aws-sdk-elasticsearch"
        3493  +
version = "1.32.0"
        3494  +
dependencies = [
        3495  +
 "aws-config",
        3496  +
 "aws-credential-types 1.2.0",
        3497  +
 "aws-runtime 1.2.2",
        3498  +
 "aws-smithy-async 1.2.1",
        3499  +
 "aws-smithy-http 0.60.8",
        3500  +
 "aws-smithy-json 0.60.7",
        3501  +
 "aws-smithy-runtime 1.5.7",
        3502  +
 "aws-smithy-runtime-api 1.6.3",
        3503  +
 "aws-smithy-types 1.2.0",
        3504  +
 "aws-types 1.3.1",
        3505  +
 "bytes",
        3506  +
 "http 0.2.12",
        3507  +
 "once_cell",
        3508  +
 "regex-lite",
        3509  +
 "tokio",
        3510  +
 "tracing",
        3511  +
]
        3512  +
        3513  +
[[package]]
        3514  +
name = "aws-sdk-elastictranscoder"
        3515  +
version = "1.30.0"
        3516  +
dependencies = [
        3517  +
 "aws-config",
        3518  +
 "aws-credential-types 1.2.0",
        3519  +
 "aws-runtime 1.2.2",
        3520  +
 "aws-smithy-async 1.2.1",
        3521  +
 "aws-smithy-http 0.60.8",
        3522  +
 "aws-smithy-json 0.60.7",
        3523  +
 "aws-smithy-runtime 1.5.7",
        3524  +
 "aws-smithy-runtime-api 1.6.3",
        3525  +
 "aws-smithy-types 1.2.0",
        3526  +
 "aws-types 1.3.1",
        3527  +
 "bytes",
        3528  +
 "http 0.2.12",
        3529  +
 "once_cell",
        3530  +
 "regex-lite",
        3531  +
 "tokio",
        3532  +
 "tracing",
        3533  +
]
        3534  +
        3535  +
[[package]]
        3536  +
name = "aws-sdk-emr"
        3537  +
version = "1.32.0"
        3538  +
dependencies = [
        3539  +
 "aws-config",
        3540  +
 "aws-credential-types 1.2.0",
        3541  +
 "aws-runtime 1.2.2",
        3542  +
 "aws-smithy-async 1.2.1",
        3543  +
 "aws-smithy-http 0.60.8",
        3544  +
 "aws-smithy-json 0.60.7",
        3545  +
 "aws-smithy-runtime 1.5.7",
        3546  +
 "aws-smithy-runtime-api 1.6.3",
        3547  +
 "aws-smithy-types 1.2.0",
        3548  +
 "aws-types 1.3.1",
        3549  +
 "bytes",
        3550  +
 "http 0.2.12",
        3551  +
 "once_cell",
        3552  +
 "regex-lite",
        3553  +
 "tokio",
        3554  +
 "tracing",
        3555  +
]
        3556  +
        3557  +
[[package]]
        3558  +
name = "aws-sdk-emrcontainers"
        3559  +
version = "1.33.0"
        3560  +
dependencies = [
        3561  +
 "aws-config",
        3562  +
 "aws-credential-types 1.2.0",
        3563  +
 "aws-runtime 1.2.2",
        3564  +
 "aws-smithy-async 1.2.1",
        3565  +
 "aws-smithy-http 0.60.8",
        3566  +
 "aws-smithy-json 0.60.7",
        3567  +
 "aws-smithy-runtime 1.5.7",
        3568  +
 "aws-smithy-runtime-api 1.6.3",
        3569  +
 "aws-smithy-types 1.2.0",
        3570  +
 "aws-types 1.3.1",
        3571  +
 "bytes",
        3572  +
 "fastrand 2.0.2",
        3573  +
 "http 0.2.12",
        3574  +
 "once_cell",
        3575  +
 "regex-lite",
        3576  +
 "tokio",
        3577  +
 "tracing",
        3578  +
]
        3579  +
        3580  +
[[package]]
        3581  +
name = "aws-sdk-emrserverless"
        3582  +
version = "1.33.0"
        3583  +
dependencies = [
        3584  +
 "aws-config",
        3585  +
 "aws-credential-types 1.2.0",
        3586  +
 "aws-runtime 1.2.2",
        3587  +
 "aws-smithy-async 1.2.1",
        3588  +
 "aws-smithy-http 0.60.8",
        3589  +
 "aws-smithy-json 0.60.7",
        3590  +
 "aws-smithy-runtime 1.5.7",
        3591  +
 "aws-smithy-runtime-api 1.6.3",
        3592  +
 "aws-smithy-types 1.2.0",
        3593  +
 "aws-types 1.3.1",
        3594  +
 "bytes",
        3595  +
 "fastrand 2.0.2",
        3596  +
 "http 0.2.12",
        3597  +
 "once_cell",
        3598  +
 "regex-lite",
        3599  +
 "tokio",
        3600  +
 "tracing",
        3601  +
]
        3602  +
        3603  +
[[package]]
        3604  +
name = "aws-sdk-entityresolution"
        3605  +
version = "1.32.0"
        3606  +
dependencies = [
        3607  +
 "aws-config",
        3608  +
 "aws-credential-types 1.2.0",
        3609  +
 "aws-runtime 1.2.2",
        3610  +
 "aws-smithy-async 1.2.1",
        3611  +
 "aws-smithy-http 0.60.8",
        3612  +
 "aws-smithy-json 0.60.7",
        3613  +
 "aws-smithy-runtime 1.5.7",
        3614  +
 "aws-smithy-runtime-api 1.6.3",
        3615  +
 "aws-smithy-types 1.2.0",
        3616  +
 "aws-types 1.3.1",
        3617  +
 "bytes",
        3618  +
 "http 0.2.12",
        3619  +
 "once_cell",
        3620  +
 "regex-lite",
        3621  +
 "tokio",
        3622  +
 "tracing",
        3623  +
]
        3624  +
        3625  +
[[package]]
        3626  +
name = "aws-sdk-eventbridge"
        3627  +
version = "1.31.0"
        3628  +
dependencies = [
        3629  +
 "aws-config",
        3630  +
 "aws-credential-types 1.2.0",
        3631  +
 "aws-runtime 1.2.2",
        3632  +
 "aws-smithy-async 1.2.1",
        3633  +
 "aws-smithy-http 0.60.8",
        3634  +
 "aws-smithy-json 0.60.7",
        3635  +
 "aws-smithy-runtime 1.5.7",
        3636  +
 "aws-smithy-runtime-api 1.6.3",
        3637  +
 "aws-smithy-types 1.2.0",
        3638  +
 "aws-types 1.3.1",
        3639  +
 "bytes",
        3640  +
 "http 0.2.12",
        3641  +
 "once_cell",
        3642  +
 "regex-lite",
        3643  +
 "tokio",
        3644  +
 "tracing",
        3645  +
]
        3646  +
        3647  +
[[package]]
        3648  +
name = "aws-sdk-evidently"
        3649  +
version = "1.30.0"
        3650  +
dependencies = [
        3651  +
 "aws-config",
        3652  +
 "aws-credential-types 1.2.0",
        3653  +
 "aws-runtime 1.2.2",
        3654  +
 "aws-smithy-async 1.2.1",
        3655  +
 "aws-smithy-http 0.60.8",
        3656  +
 "aws-smithy-json 0.60.7",
        3657  +
 "aws-smithy-runtime 1.5.7",
        3658  +
 "aws-smithy-runtime-api 1.6.3",
        3659  +
 "aws-smithy-types 1.2.0",
        3660  +
 "aws-types 1.3.1",
        3661  +
 "bytes",
        3662  +
 "http 0.2.12",
        3663  +
 "once_cell",
        3664  +
 "regex-lite",
        3665  +
 "tokio",
        3666  +
 "tracing",
        3667  +
]
        3668  +
        3669  +
[[package]]
        3670  +
name = "aws-sdk-finspace"
        3671  +
version = "1.33.0"
        3672  +
dependencies = [
        3673  +
 "aws-config",
        3674  +
 "aws-credential-types 1.2.0",
        3675  +
 "aws-runtime 1.2.2",
        3676  +
 "aws-smithy-async 1.2.1",
        3677  +
 "aws-smithy-http 0.60.8",
        3678  +
 "aws-smithy-json 0.60.7",
        3679  +
 "aws-smithy-runtime 1.5.7",
        3680  +
 "aws-smithy-runtime-api 1.6.3",
        3681  +
 "aws-smithy-types 1.2.0",
        3682  +
 "aws-types 1.3.1",
        3683  +
 "bytes",
        3684  +
 "fastrand 2.0.2",
        3685  +
 "http 0.2.12",
        3686  +
 "once_cell",
        3687  +
 "regex-lite",
        3688  +
 "tokio",
        3689  +
 "tracing",
        3690  +
]
        3691  +
        3692  +
[[package]]
        3693  +
name = "aws-sdk-finspacedata"
        3694  +
version = "1.30.0"
        3695  +
dependencies = [
        3696  +
 "aws-config",
        3697  +
 "aws-credential-types 1.2.0",
        3698  +
 "aws-runtime 1.2.2",
        3699  +
 "aws-smithy-async 1.2.1",
        3700  +
 "aws-smithy-http 0.60.8",
        3701  +
 "aws-smithy-json 0.60.7",
        3702  +
 "aws-smithy-runtime 1.5.7",
        3703  +
 "aws-smithy-runtime-api 1.6.3",
        3704  +
 "aws-smithy-types 1.2.0",
        3705  +
 "aws-types 1.3.1",
        3706  +
 "bytes",
        3707  +
 "fastrand 2.0.2",
        3708  +
 "http 0.2.12",
        3709  +
 "once_cell",
        3710  +
 "regex-lite",
        3711  +
 "tokio",
        3712  +
 "tracing",
        3713  +
]
        3714  +
        3715  +
[[package]]
        3716  +
name = "aws-sdk-firehose"
        3717  +
version = "1.33.0"
        3718  +
dependencies = [
        3719  +
 "aws-config",
        3720  +
 "aws-credential-types 1.2.0",
        3721  +
 "aws-runtime 1.2.2",
        3722  +
 "aws-smithy-async 1.2.1",
        3723  +
 "aws-smithy-http 0.60.8",
        3724  +
 "aws-smithy-json 0.60.7",
        3725  +
 "aws-smithy-runtime 1.5.7",
        3726  +
 "aws-smithy-runtime-api 1.6.3",
        3727  +
 "aws-smithy-types 1.2.0",
        3728  +
 "aws-types 1.3.1",
        3729  +
 "bytes",
        3730  +
 "http 0.2.12",
        3731  +
 "once_cell",
        3732  +
 "regex-lite",
        3733  +
 "tokio",
        3734  +
 "tracing",
        3735  +
]
        3736  +
        3737  +
[[package]]
        3738  +
name = "aws-sdk-fis"
        3739  +
version = "1.30.0"
        3740  +
dependencies = [
        3741  +
 "aws-config",
        3742  +
 "aws-credential-types 1.2.0",
        3743  +
 "aws-runtime 1.2.2",
        3744  +
 "aws-smithy-async 1.2.1",
        3745  +
 "aws-smithy-http 0.60.8",
        3746  +
 "aws-smithy-json 0.60.7",
        3747  +
 "aws-smithy-runtime 1.5.7",
        3748  +
 "aws-smithy-runtime-api 1.6.3",
        3749  +
 "aws-smithy-types 1.2.0",
        3750  +
 "aws-types 1.3.1",
        3751  +
 "bytes",
        3752  +
 "fastrand 2.0.2",
        3753  +
 "http 0.2.12",
        3754  +
 "once_cell",
        3755  +
 "regex-lite",
        3756  +
 "tokio",
        3757  +
 "tracing",
        3758  +
]
        3759  +
        3760  +
[[package]]
        3761  +
name = "aws-sdk-fms"
        3762  +
version = "1.32.0"
        3763  +
dependencies = [
        3764  +
 "aws-config",
        3765  +
 "aws-credential-types 1.2.0",
        3766  +
 "aws-runtime 1.2.2",
        3767  +
 "aws-smithy-async 1.2.1",
        3768  +
 "aws-smithy-http 0.60.8",
        3769  +
 "aws-smithy-json 0.60.7",
        3770  +
 "aws-smithy-runtime 1.5.7",
        3771  +
 "aws-smithy-runtime-api 1.6.3",
        3772  +
 "aws-smithy-types 1.2.0",
        3773  +
 "aws-types 1.3.1",
        3774  +
 "bytes",
        3775  +
 "http 0.2.12",
        3776  +
 "once_cell",
        3777  +
 "regex-lite",
        3778  +
 "tokio",
        3779  +
 "tracing",
        3780  +
]
        3781  +
        3782  +
[[package]]
        3783  +
name = "aws-sdk-forecast"
        3784  +
version = "1.30.0"
        3785  +
dependencies = [
        3786  +
 "aws-config",
        3787  +
 "aws-credential-types 1.2.0",
        3788  +
 "aws-runtime 1.2.2",
        3789  +
 "aws-smithy-async 1.2.1",
        3790  +
 "aws-smithy-http 0.60.8",
        3791  +
 "aws-smithy-json 0.60.7",
        3792  +
 "aws-smithy-runtime 1.5.7",
        3793  +
 "aws-smithy-runtime-api 1.6.3",
        3794  +
 "aws-smithy-types 1.2.0",
        3795  +
 "aws-types 1.3.1",
        3796  +
 "bytes",
        3797  +
 "http 0.2.12",
        3798  +
 "once_cell",
        3799  +
 "regex-lite",
        3800  +
 "tokio",
        3801  +
 "tracing",
        3802  +
]
        3803  +
        3804  +
[[package]]
        3805  +
name = "aws-sdk-forecastquery"
        3806  +
version = "1.30.0"
        3807  +
dependencies = [
        3808  +
 "aws-config",
        3809  +
 "aws-credential-types 1.2.0",
        3810  +
 "aws-runtime 1.2.2",
        3811  +
 "aws-smithy-async 1.2.1",
        3812  +
 "aws-smithy-http 0.60.8",
        3813  +
 "aws-smithy-json 0.60.7",
        3814  +
 "aws-smithy-runtime 1.5.7",
        3815  +
 "aws-smithy-runtime-api 1.6.3",
        3816  +
 "aws-smithy-types 1.2.0",
        3817  +
 "aws-types 1.3.1",
        3818  +
 "bytes",
        3819  +
 "http 0.2.12",
        3820  +
 "once_cell",
        3821  +
 "regex-lite",
        3822  +
 "tokio",
        3823  +
 "tracing",
        3824  +
]
        3825  +
        3826  +
[[package]]
        3827  +
name = "aws-sdk-frauddetector"
        3828  +
version = "1.30.0"
        3829  +
dependencies = [
        3830  +
 "aws-config",
        3831  +
 "aws-credential-types 1.2.0",
        3832  +
 "aws-runtime 1.2.2",
        3833  +
 "aws-smithy-async 1.2.1",
        3834  +
 "aws-smithy-http 0.60.8",
        3835  +
 "aws-smithy-json 0.60.7",
        3836  +
 "aws-smithy-runtime 1.5.7",
        3837  +
 "aws-smithy-runtime-api 1.6.3",
        3838  +
 "aws-smithy-types 1.2.0",
        3839  +
 "aws-types 1.3.1",
        3840  +
 "bytes",
        3841  +
 "http 0.2.12",
        3842  +
 "once_cell",
        3843  +
 "regex-lite",
        3844  +
 "tokio",
        3845  +
 "tracing",
        3846  +
]
        3847  +
        3848  +
[[package]]
        3849  +
name = "aws-sdk-freetier"
        3850  +
version = "1.28.0"
        3851  +
dependencies = [
        3852  +
 "aws-config",
        3853  +
 "aws-credential-types 1.2.0",
        3854  +
 "aws-runtime 1.2.2",
        3855  +
 "aws-smithy-async 1.2.1",
        3856  +
 "aws-smithy-http 0.60.8",
        3857  +
 "aws-smithy-json 0.60.7",
        3858  +
 "aws-smithy-runtime 1.5.7",
        3859  +
 "aws-smithy-runtime-api 1.6.3",
        3860  +
 "aws-smithy-types 1.2.0",
        3861  +
 "aws-types 1.3.1",
        3862  +
 "bytes",
        3863  +
 "http 0.2.12",
        3864  +
 "once_cell",
        3865  +
 "regex-lite",
        3866  +
 "tokio",
        3867  +
 "tracing",
        3868  +
]
        3869  +
        3870  +
[[package]]
        3871  +
name = "aws-sdk-fsx"
        3872  +
version = "1.33.0"
        3873  +
dependencies = [
        3874  +
 "aws-config",
        3875  +
 "aws-credential-types 1.2.0",
        3876  +
 "aws-runtime 1.2.2",
        3877  +
 "aws-smithy-async 1.2.1",
        3878  +
 "aws-smithy-http 0.60.8",
        3879  +
 "aws-smithy-json 0.60.7",
        3880  +
 "aws-smithy-runtime 1.5.7",
        3881  +
 "aws-smithy-runtime-api 1.6.3",
        3882  +
 "aws-smithy-types 1.2.0",
        3883  +
 "aws-types 1.3.1",
        3884  +
 "bytes",
        3885  +
 "fastrand 2.0.2",
        3886  +
 "http 0.2.12",
        3887  +
 "once_cell",
        3888  +
 "regex-lite",
        3889  +
 "tokio",
        3890  +
 "tracing",
        3891  +
]
        3892  +
        3893  +
[[package]]
        3894  +
name = "aws-sdk-gamelift"
        3895  +
version = "1.31.0"
        3896  +
dependencies = [
        3897  +
 "aws-config",
        3898  +
 "aws-credential-types 1.2.0",
        3899  +
 "aws-runtime 1.2.2",
        3900  +
 "aws-smithy-async 1.2.1",
        3901  +
 "aws-smithy-http 0.60.8",
        3902  +
 "aws-smithy-json 0.60.7",
        3903  +
 "aws-smithy-runtime 1.5.7",
        3904  +
 "aws-smithy-runtime-api 1.6.3",
        3905  +
 "aws-smithy-types 1.2.0",
        3906  +
 "aws-types 1.3.1",
        3907  +
 "bytes",
        3908  +
 "http 0.2.12",
        3909  +
 "once_cell",
        3910  +
 "regex-lite",
        3911  +
 "tokio",
        3912  +
 "tracing",
        3913  +
]
        3914  +
        3915  +
[[package]]
        3916  +
name = "aws-sdk-glacier"
        3917  +
version = "1.30.0"
        3918  +
dependencies = [
        3919  +
 "aws-config",
        3920  +
 "aws-credential-types 1.2.0",
        3921  +
 "aws-runtime 1.2.2",
        3922  +
 "aws-sigv4 1.2.2",
        3923  +
 "aws-smithy-async 1.2.1",
        3924  +
 "aws-smithy-http 0.60.8",
        3925  +
 "aws-smithy-json 0.60.7",
        3926  +
 "aws-smithy-protocol-test 0.60.7",
        3927  +
 "aws-smithy-runtime 1.5.7",
        3928  +
 "aws-smithy-runtime-api 1.6.3",
        3929  +
 "aws-smithy-types 1.2.0",
        3930  +
 "aws-types 1.3.1",
        3931  +
 "bytes",
        3932  +
 "futures-util",
        3933  +
 "hex",
        3934  +
 "http 0.2.12",
        3935  +
 "once_cell",
        3936  +
 "pretty_assertions",
        3937  +
 "regex-lite",
        3938  +
 "ring",
        3939  +
 "serde_json",
        3940  +
 "tokio",
        3941  +
 "tracing",
        3942  +
 "tracing-subscriber",
        3943  +
]
        3944  +
        3945  +
[[package]]
        3946  +
name = "aws-sdk-globalaccelerator"
        3947  +
version = "1.32.0"
        3948  +
dependencies = [
        3949  +
 "aws-config",
        3950  +
 "aws-credential-types 1.2.0",
        3951  +
 "aws-runtime 1.2.2",
        3952  +
 "aws-smithy-async 1.2.1",
        3953  +
 "aws-smithy-http 0.60.8",
        3954  +
 "aws-smithy-json 0.60.7",
        3955  +
 "aws-smithy-runtime 1.5.7",
        3956  +
 "aws-smithy-runtime-api 1.6.3",
        3957  +
 "aws-smithy-types 1.2.0",
        3958  +
 "aws-types 1.3.1",
        3959  +
 "bytes",
        3960  +
 "fastrand 2.0.2",
        3961  +
 "http 0.2.12",
        3962  +
 "once_cell",
        3963  +
 "regex-lite",
        3964  +
 "tokio",
        3965  +
 "tracing",
        3966  +
]
        3967  +
        3968  +
[[package]]
        3969  +
name = "aws-sdk-glue"
        3970  +
version = "1.39.0"
        3971  +
dependencies = [
        3972  +
 "aws-config",
        3973  +
 "aws-credential-types 1.2.0",
        3974  +
 "aws-runtime 1.2.2",
        3975  +
 "aws-smithy-async 1.2.1",
        3976  +
 "aws-smithy-http 0.60.8",
        3977  +
 "aws-smithy-json 0.60.7",
        3978  +
 "aws-smithy-runtime 1.5.7",
        3979  +
 "aws-smithy-runtime-api 1.6.3",
        3980  +
 "aws-smithy-types 1.2.0",
        3981  +
 "aws-types 1.3.1",
        3982  +
 "bytes",
        3983  +
 "http 0.2.12",
        3984  +
 "once_cell",
        3985  +
 "regex-lite",
        3986  +
 "tokio",
        3987  +
 "tracing",
        3988  +
]
        3989  +
        3990  +
[[package]]
        3991  +
name = "aws-sdk-grafana"
        3992  +
version = "1.32.0"
        3993  +
dependencies = [
        3994  +
 "aws-config",
        3995  +
 "aws-credential-types 1.2.0",
        3996  +
 "aws-runtime 1.2.2",
        3997  +
 "aws-smithy-async 1.2.1",
        3998  +
 "aws-smithy-http 0.60.8",
        3999  +
 "aws-smithy-json 0.60.7",
        4000  +
 "aws-smithy-runtime 1.5.7",
        4001  +
 "aws-smithy-runtime-api 1.6.3",
        4002  +
 "aws-smithy-types 1.2.0",
        4003  +
 "aws-types 1.3.1",
        4004  +
 "bytes",
        4005  +
 "fastrand 2.0.2",
        4006  +
 "http 0.2.12",
        4007  +
 "once_cell",
        4008  +
 "regex-lite",
        4009  +
 "tokio",
        4010  +
 "tracing",
        4011  +
]
        4012  +
        4013  +
[[package]]
        4014  +
name = "aws-sdk-greengrass"
        4015  +
version = "1.30.0"
        4016  +
dependencies = [
        4017  +
 "aws-config",
        4018  +
 "aws-credential-types 1.2.0",
        4019  +
 "aws-runtime 1.2.2",
        4020  +
 "aws-smithy-async 1.2.1",
        4021  +
 "aws-smithy-http 0.60.8",
        4022  +
 "aws-smithy-json 0.60.7",
        4023  +
 "aws-smithy-runtime 1.5.7",
        4024  +
 "aws-smithy-runtime-api 1.6.3",
        4025  +
 "aws-smithy-types 1.2.0",
        4026  +
 "aws-types 1.3.1",
        4027  +
 "bytes",
        4028  +
 "http 0.2.12",
        4029  +
 "once_cell",
        4030  +
 "regex-lite",
        4031  +
 "tokio",
        4032  +
 "tracing",
        4033  +
]
        4034  +
        4035  +
[[package]]
        4036  +
name = "aws-sdk-greengrassv2"
        4037  +
version = "1.31.0"
        4038  +
dependencies = [
        4039  +
 "aws-config",
        4040  +
 "aws-credential-types 1.2.0",
        4041  +
 "aws-runtime 1.2.2",
        4042  +
 "aws-smithy-async 1.2.1",
        4043  +
 "aws-smithy-http 0.60.8",
        4044  +
 "aws-smithy-json 0.60.7",
        4045  +
 "aws-smithy-runtime 1.5.7",
        4046  +
 "aws-smithy-runtime-api 1.6.3",
        4047  +
 "aws-smithy-types 1.2.0",
        4048  +
 "aws-types 1.3.1",
        4049  +
 "bytes",
        4050  +
 "fastrand 2.0.2",
        4051  +
 "http 0.2.12",
        4052  +
 "once_cell",
        4053  +
 "regex-lite",
        4054  +
 "tokio",
        4055  +
 "tracing",
        4056  +
]
        4057  +
        4058  +
[[package]]
        4059  +
name = "aws-sdk-groundstation"
        4060  +
version = "1.31.0"
        4061  +
dependencies = [
        4062  +
 "aws-config",
        4063  +
 "aws-credential-types 1.2.0",
        4064  +
 "aws-runtime 1.2.2",
        4065  +
 "aws-smithy-async 1.2.1",
        4066  +
 "aws-smithy-http 0.60.8",
        4067  +
 "aws-smithy-json 0.60.7",
        4068  +
 "aws-smithy-runtime 1.5.7",
        4069  +
 "aws-smithy-runtime-api 1.6.3",
        4070  +
 "aws-smithy-types 1.2.0",
        4071  +
 "aws-types 1.3.1",
        4072  +
 "bytes",
        4073  +
 "http 0.2.12",
        4074  +
 "once_cell",
        4075  +
 "regex-lite",
        4076  +
 "tokio",
        4077  +
 "tracing",
        4078  +
]
        4079  +
        4080  +
[[package]]
        4081  +
name = "aws-sdk-guardduty"
        4082  +
version = "1.34.0"
        4083  +
dependencies = [
        4084  +
 "aws-config",
        4085  +
 "aws-credential-types 1.2.0",
        4086  +
 "aws-runtime 1.2.2",
        4087  +
 "aws-smithy-async 1.2.1",
        4088  +
 "aws-smithy-http 0.60.8",
        4089  +
 "aws-smithy-json 0.60.7",
        4090  +
 "aws-smithy-runtime 1.5.7",
        4091  +
 "aws-smithy-runtime-api 1.6.3",
        4092  +
 "aws-smithy-types 1.2.0",
        4093  +
 "aws-types 1.3.1",
        4094  +
 "bytes",
        4095  +
 "fastrand 2.0.2",
        4096  +
 "http 0.2.12",
        4097  +
 "once_cell",
        4098  +
 "regex-lite",
        4099  +
 "tokio",
        4100  +
 "tracing",
        4101  +
]
        4102  +
        4103  +
[[package]]
        4104  +
name = "aws-sdk-health"
        4105  +
version = "1.30.0"
        4106  +
dependencies = [
        4107  +
 "aws-config",
        4108  +
 "aws-credential-types 1.2.0",
        4109  +
 "aws-runtime 1.2.2",
        4110  +
 "aws-smithy-async 1.2.1",
        4111  +
 "aws-smithy-http 0.60.8",
        4112  +
 "aws-smithy-json 0.60.7",
        4113  +
 "aws-smithy-runtime 1.5.7",
        4114  +
 "aws-smithy-runtime-api 1.6.3",
        4115  +
 "aws-smithy-types 1.2.0",
        4116  +
 "aws-types 1.3.1",
        4117  +
 "bytes",
        4118  +
 "http 0.2.12",
        4119  +
 "once_cell",
        4120  +
 "regex-lite",
        4121  +
 "tokio",
        4122  +
 "tracing",
        4123  +
]
        4124  +
        4125  +
[[package]]
        4126  +
name = "aws-sdk-healthlake"
        4127  +
version = "1.31.0"
        4128  +
dependencies = [
        4129  +
 "aws-config",
        4130  +
 "aws-credential-types 1.2.0",
        4131  +
 "aws-runtime 1.2.2",
        4132  +
 "aws-smithy-async 1.2.1",
        4133  +
 "aws-smithy-http 0.60.8",
        4134  +
 "aws-smithy-json 0.60.7",
        4135  +
 "aws-smithy-runtime 1.5.7",
        4136  +
 "aws-smithy-runtime-api 1.6.3",
        4137  +
 "aws-smithy-types 1.2.0",
        4138  +
 "aws-types 1.3.1",
        4139  +
 "bytes",
        4140  +
 "fastrand 2.0.2",
        4141  +
 "http 0.2.12",
        4142  +
 "once_cell",
        4143  +
 "regex-lite",
        4144  +
 "tokio",
        4145  +
 "tracing",
        4146  +
]
        4147  +
        4148  +
[[package]]
        4149  +
name = "aws-sdk-iam"
        4150  +
version = "1.31.0"
        4151  +
dependencies = [
        4152  +
 "aws-config",
        4153  +
 "aws-credential-types 1.2.0",
        4154  +
 "aws-runtime 1.2.2",
        4155  +
 "aws-smithy-async 1.2.1",
        4156  +
 "aws-smithy-http 0.60.8",
        4157  +
 "aws-smithy-json 0.60.7",
        4158  +
 "aws-smithy-protocol-test 0.60.7",
        4159  +
 "aws-smithy-query",
        4160  +
 "aws-smithy-runtime 1.5.7",
        4161  +
 "aws-smithy-runtime-api 1.6.3",
        4162  +
 "aws-smithy-types 1.2.0",
        4163  +
 "aws-smithy-xml 0.60.8",
        4164  +
 "aws-types 1.3.1",
        4165  +
 "futures-util",
        4166  +
 "http 0.2.12",
        4167  +
 "once_cell",
        4168  +
 "regex-lite",
        4169  +
 "serde_json",
        4170  +
 "tokio",
        4171  +
 "tracing",
        4172  +
 "tracing-subscriber",
        4173  +
]
        4174  +
        4175  +
[[package]]
        4176  +
name = "aws-sdk-identitystore"
        4177  +
version = "1.30.0"
        4178  +
dependencies = [
        4179  +
 "aws-config",
        4180  +
 "aws-credential-types 1.2.0",
        4181  +
 "aws-runtime 1.2.2",
        4182  +
 "aws-smithy-async 1.2.1",
        4183  +
 "aws-smithy-http 0.60.8",
        4184  +
 "aws-smithy-json 0.60.7",
        4185  +
 "aws-smithy-runtime 1.5.7",
        4186  +
 "aws-smithy-runtime-api 1.6.3",
        4187  +
 "aws-smithy-types 1.2.0",
        4188  +
 "aws-types 1.3.1",
        4189  +
 "bytes",
        4190  +
 "http 0.2.12",
        4191  +
 "once_cell",
        4192  +
 "regex-lite",
        4193  +
 "tokio",
        4194  +
 "tracing",
        4195  +
]
        4196  +
        4197  +
[[package]]
        4198  +
name = "aws-sdk-imagebuilder"
        4199  +
version = "1.31.0"
        4200  +
dependencies = [
        4201  +
 "aws-config",
        4202  +
 "aws-credential-types 1.2.0",
        4203  +
 "aws-runtime 1.2.2",
        4204  +
 "aws-smithy-async 1.2.1",
        4205  +
 "aws-smithy-http 0.60.8",
        4206  +
 "aws-smithy-json 0.60.7",
        4207  +
 "aws-smithy-runtime 1.5.7",
        4208  +
 "aws-smithy-runtime-api 1.6.3",
        4209  +
 "aws-smithy-types 1.2.0",
        4210  +
 "aws-types 1.3.1",
        4211  +
 "bytes",
        4212  +
 "fastrand 2.0.2",
        4213  +
 "http 0.2.12",
        4214  +
 "once_cell",
        4215  +
 "regex-lite",
        4216  +
 "tokio",
        4217  +
 "tracing",
        4218  +
]
        4219  +
        4220  +
[[package]]
        4221  +
name = "aws-sdk-inspector"
        4222  +
version = "1.30.0"
        4223  +
dependencies = [
        4224  +
 "aws-config",
        4225  +
 "aws-credential-types 1.2.0",
        4226  +
 "aws-runtime 1.2.2",
        4227  +
 "aws-smithy-async 1.2.1",
        4228  +
 "aws-smithy-http 0.60.8",
        4229  +
 "aws-smithy-json 0.60.7",
        4230  +
 "aws-smithy-runtime 1.5.7",
        4231  +
 "aws-smithy-runtime-api 1.6.3",
        4232  +
 "aws-smithy-types 1.2.0",
        4233  +
 "aws-types 1.3.1",
        4234  +
 "bytes",
        4235  +
 "http 0.2.12",
        4236  +
 "once_cell",
        4237  +
 "regex-lite",
        4238  +
 "tokio",
        4239  +
 "tracing",
        4240  +
]
        4241  +
        4242  +
[[package]]
        4243  +
name = "aws-sdk-inspector2"
        4244  +
version = "1.34.0"
        4245  +
dependencies = [
        4246  +
 "aws-config",
        4247  +
 "aws-credential-types 1.2.0",
        4248  +
 "aws-runtime 1.2.2",
        4249  +
 "aws-smithy-async 1.2.1",
        4250  +
 "aws-smithy-http 0.60.8",
        4251  +
 "aws-smithy-json 0.60.7",
        4252  +
 "aws-smithy-runtime 1.5.7",
        4253  +
 "aws-smithy-runtime-api 1.6.3",
        4254  +
 "aws-smithy-types 1.2.0",
        4255  +
 "aws-types 1.3.1",
        4256  +
 "bytes",
        4257  +
 "fastrand 2.0.2",
        4258  +
 "http 0.2.12",
        4259  +
 "once_cell",
        4260  +
 "regex-lite",
        4261  +
 "tokio",
        4262  +
 "tracing",
        4263  +
]
        4264  +
        4265  +
[[package]]
        4266  +
name = "aws-sdk-inspectorscan"
        4267  +
version = "1.30.0"
        4268  +
dependencies = [
        4269  +
 "aws-config",
        4270  +
 "aws-credential-types 1.2.0",
        4271  +
 "aws-runtime 1.2.2",
        4272  +
 "aws-smithy-async 1.2.1",
        4273  +
 "aws-smithy-http 0.60.8",
        4274  +
 "aws-smithy-json 0.60.7",
        4275  +
 "aws-smithy-runtime 1.5.7",
        4276  +
 "aws-smithy-runtime-api 1.6.3",
        4277  +
 "aws-smithy-types 1.2.0",
        4278  +
 "aws-types 1.3.1",
        4279  +
 "bytes",
        4280  +
 "http 0.2.12",
        4281  +
 "once_cell",
        4282  +
 "regex-lite",
        4283  +
 "tokio",
        4284  +
 "tracing",
        4285  +
]
        4286  +
        4287  +
[[package]]
        4288  +
name = "aws-sdk-internetmonitor"
        4289  +
version = "1.33.0"
        4290  +
dependencies = [
        4291  +
 "aws-config",
        4292  +
 "aws-credential-types 1.2.0",
        4293  +
 "aws-runtime 1.2.2",
        4294  +
 "aws-smithy-async 1.2.1",
        4295  +
 "aws-smithy-http 0.60.8",
        4296  +
 "aws-smithy-json 0.60.7",
        4297  +
 "aws-smithy-runtime 1.5.7",
        4298  +
 "aws-smithy-runtime-api 1.6.3",
        4299  +
 "aws-smithy-types 1.2.0",
        4300  +
 "aws-types 1.3.1",
        4301  +
 "bytes",
        4302  +
 "fastrand 2.0.2",
        4303  +
 "http 0.2.12",
        4304  +
 "once_cell",
        4305  +
 "regex-lite",
        4306  +
 "tokio",
        4307  +
 "tracing",
        4308  +
]
        4309  +
        4310  +
[[package]]
        4311  +
name = "aws-sdk-iot"
        4312  +
version = "1.33.0"
        4313  +
dependencies = [
        4314  +
 "aws-config",
        4315  +
 "aws-credential-types 1.2.0",
        4316  +
 "aws-runtime 1.2.2",
        4317  +
 "aws-smithy-async 1.2.1",
        4318  +
 "aws-smithy-http 0.60.8",
        4319  +
 "aws-smithy-json 0.60.7",
        4320  +
 "aws-smithy-runtime 1.5.7",
        4321  +
 "aws-smithy-runtime-api 1.6.3",
        4322  +
 "aws-smithy-types 1.2.0",
        4323  +
 "aws-types 1.3.1",
        4324  +
 "bytes",
        4325  +
 "fastrand 2.0.2",
        4326  +
 "http 0.2.12",
        4327  +
 "once_cell",
        4328  +
 "regex-lite",
        4329  +
 "tokio",
        4330  +
 "tracing",
        4331  +
]
        4332  +
        4333  +
[[package]]
        4334  +
name = "aws-sdk-iot1clickdevices"
        4335  +
version = "1.30.0"
        4336  +
dependencies = [
        4337  +
 "aws-config",
        4338  +
 "aws-credential-types 1.2.0",
        4339  +
 "aws-runtime 1.2.2",
        4340  +
 "aws-smithy-async 1.2.1",
        4341  +
 "aws-smithy-http 0.60.8",
        4342  +
 "aws-smithy-json 0.60.7",
        4343  +
 "aws-smithy-runtime 1.5.7",
        4344  +
 "aws-smithy-runtime-api 1.6.3",
        4345  +
 "aws-smithy-types 1.2.0",
        4346  +
 "aws-types 1.3.1",
        4347  +
 "bytes",
        4348  +
 "http 0.2.12",
        4349  +
 "once_cell",
        4350  +
 "regex-lite",
        4351  +
 "tokio",
        4352  +
 "tracing",
        4353  +
]
        4354  +
        4355  +
[[package]]
        4356  +
name = "aws-sdk-iot1clickprojects"
        4357  +
version = "1.30.0"
        4358  +
dependencies = [
        4359  +
 "aws-config",
        4360  +
 "aws-credential-types 1.2.0",
        4361  +
 "aws-runtime 1.2.2",
        4362  +
 "aws-smithy-async 1.2.1",
        4363  +
 "aws-smithy-http 0.60.8",
        4364  +
 "aws-smithy-json 0.60.7",
        4365  +
 "aws-smithy-runtime 1.5.7",
        4366  +
 "aws-smithy-runtime-api 1.6.3",
        4367  +
 "aws-smithy-types 1.2.0",
        4368  +
 "aws-types 1.3.1",
        4369  +
 "bytes",
        4370  +
 "http 0.2.12",
        4371  +
 "once_cell",
        4372  +
 "regex-lite",
        4373  +
 "tokio",
        4374  +
 "tracing",
        4375  +
]
        4376  +
        4377  +
[[package]]
        4378  +
name = "aws-sdk-iotanalytics"
        4379  +
version = "1.30.0"
        4380  +
dependencies = [
        4381  +
 "aws-config",
        4382  +
 "aws-credential-types 1.2.0",
        4383  +
 "aws-runtime 1.2.2",
        4384  +
 "aws-smithy-async 1.2.1",
        4385  +
 "aws-smithy-http 0.60.8",
        4386  +
 "aws-smithy-json 0.60.7",
        4387  +
 "aws-smithy-runtime 1.5.7",
        4388  +
 "aws-smithy-runtime-api 1.6.3",
        4389  +
 "aws-smithy-types 1.2.0",
        4390  +
 "aws-types 1.3.1",
        4391  +
 "bytes",
        4392  +
 "http 0.2.12",
        4393  +
 "once_cell",
        4394  +
 "regex-lite",
        4395  +
 "tokio",
        4396  +
 "tracing",
        4397  +
]
        4398  +
        4399  +
[[package]]
        4400  +
name = "aws-sdk-iotdataplane"
        4401  +
version = "1.30.0"
        4402  +
dependencies = [
        4403  +
 "aws-config",
        4404  +
 "aws-credential-types 1.2.0",
        4405  +
 "aws-runtime 1.2.2",
        4406  +
 "aws-smithy-async 1.2.1",
        4407  +
 "aws-smithy-http 0.60.8",
        4408  +
 "aws-smithy-json 0.60.7",
        4409  +
 "aws-smithy-runtime 1.5.7",
        4410  +
 "aws-smithy-runtime-api 1.6.3",
        4411  +
 "aws-smithy-types 1.2.0",
        4412  +
 "aws-types 1.3.1",
        4413  +
 "bytes",
        4414  +
 "http 0.2.12",
        4415  +
 "once_cell",
        4416  +
 "regex-lite",
        4417  +
 "tokio",
        4418  +
 "tracing",
        4419  +
]
        4420  +
        4421  +
[[package]]
        4422  +
name = "aws-sdk-iotdeviceadvisor"
        4423  +
version = "1.30.0"
        4424  +
dependencies = [
        4425  +
 "aws-config",
        4426  +
 "aws-credential-types 1.2.0",
        4427  +
 "aws-runtime 1.2.2",
        4428  +
 "aws-smithy-async 1.2.1",
        4429  +
 "aws-smithy-http 0.60.8",
        4430  +
 "aws-smithy-json 0.60.7",
        4431  +
 "aws-smithy-runtime 1.5.7",
        4432  +
 "aws-smithy-runtime-api 1.6.3",
        4433  +
 "aws-smithy-types 1.2.0",
        4434  +
 "aws-types 1.3.1",
        4435  +
 "bytes",
        4436  +
 "http 0.2.12",
        4437  +
 "once_cell",
        4438  +
 "regex-lite",
        4439  +
 "tokio",
        4440  +
 "tracing",
        4441  +
]
        4442  +
        4443  +
[[package]]
        4444  +
name = "aws-sdk-iotevents"
        4445  +
version = "1.31.0"
        4446  +
dependencies = [
        4447  +
 "aws-config",
        4448  +
 "aws-credential-types 1.2.0",
        4449  +
 "aws-runtime 1.2.2",
        4450  +
 "aws-smithy-async 1.2.1",
        4451  +
 "aws-smithy-http 0.60.8",
        4452  +
 "aws-smithy-json 0.60.7",
        4453  +
 "aws-smithy-runtime 1.5.7",
        4454  +
 "aws-smithy-runtime-api 1.6.3",
        4455  +
 "aws-smithy-types 1.2.0",
        4456  +
 "aws-types 1.3.1",
        4457  +
 "bytes",
        4458  +
 "http 0.2.12",
        4459  +
 "once_cell",
        4460  +
 "regex-lite",
        4461  +
 "tokio",
        4462  +
 "tracing",
        4463  +
]
        4464  +
        4465  +
[[package]]
        4466  +
name = "aws-sdk-ioteventsdata"
        4467  +
version = "1.30.0"
        4468  +
dependencies = [
        4469  +
 "aws-config",
        4470  +
 "aws-credential-types 1.2.0",
        4471  +
 "aws-runtime 1.2.2",
        4472  +
 "aws-smithy-async 1.2.1",
        4473  +
 "aws-smithy-http 0.60.8",
        4474  +
 "aws-smithy-json 0.60.7",
        4475  +
 "aws-smithy-runtime 1.5.7",
        4476  +
 "aws-smithy-runtime-api 1.6.3",
        4477  +
 "aws-smithy-types 1.2.0",
        4478  +
 "aws-types 1.3.1",
        4479  +
 "bytes",
        4480  +
 "http 0.2.12",
        4481  +
 "once_cell",
        4482  +
 "regex-lite",
        4483  +
 "tokio",
        4484  +
 "tracing",
        4485  +
]
        4486  +
        4487  +
[[package]]
        4488  +
name = "aws-sdk-iotfleethub"
        4489  +
version = "1.30.0"
        4490  +
dependencies = [
        4491  +
 "aws-config",
        4492  +
 "aws-credential-types 1.2.0",
        4493  +
 "aws-runtime 1.2.2",
        4494  +
 "aws-smithy-async 1.2.1",
        4495  +
 "aws-smithy-http 0.60.8",
        4496  +
 "aws-smithy-json 0.60.7",
        4497  +
 "aws-smithy-runtime 1.5.7",
        4498  +
 "aws-smithy-runtime-api 1.6.3",
        4499  +
 "aws-smithy-types 1.2.0",
        4500  +
 "aws-types 1.3.1",
        4501  +
 "bytes",
        4502  +
 "fastrand 2.0.2",
        4503  +
 "http 0.2.12",
        4504  +
 "once_cell",
        4505  +
 "regex-lite",
        4506  +
 "tokio",
        4507  +
 "tracing",
        4508  +
]
        4509  +
        4510  +
[[package]]
        4511  +
name = "aws-sdk-iotfleetwise"
        4512  +
version = "1.32.0"
        4513  +
dependencies = [
        4514  +
 "aws-config",
        4515  +
 "aws-credential-types 1.2.0",
        4516  +
 "aws-runtime 1.2.2",
        4517  +
 "aws-smithy-async 1.2.1",
        4518  +
 "aws-smithy-http 0.60.8",
        4519  +
 "aws-smithy-json 0.60.7",
        4520  +
 "aws-smithy-runtime 1.5.7",
        4521  +
 "aws-smithy-runtime-api 1.6.3",
        4522  +
 "aws-smithy-types 1.2.0",
        4523  +
 "aws-types 1.3.1",
        4524  +
 "bytes",
        4525  +
 "http 0.2.12",
        4526  +
 "once_cell",
        4527  +
 "regex-lite",
        4528  +
 "tokio",
        4529  +
 "tracing",
        4530  +
]
        4531  +
        4532  +
[[package]]
        4533  +
name = "aws-sdk-iotjobsdataplane"
        4534  +
version = "1.30.0"
        4535  +
dependencies = [
        4536  +
 "aws-config",
        4537  +
 "aws-credential-types 1.2.0",
        4538  +
 "aws-runtime 1.2.2",
        4539  +
 "aws-smithy-async 1.2.1",
        4540  +
 "aws-smithy-http 0.60.8",
        4541  +
 "aws-smithy-json 0.60.7",
        4542  +
 "aws-smithy-runtime 1.5.7",
        4543  +
 "aws-smithy-runtime-api 1.6.3",
        4544  +
 "aws-smithy-types 1.2.0",
        4545  +
 "aws-types 1.3.1",
        4546  +
 "bytes",
        4547  +
 "http 0.2.12",
        4548  +
 "once_cell",
        4549  +
 "regex-lite",
        4550  +
 "tokio",
        4551  +
 "tracing",
        4552  +
]
        4553  +
        4554  +
[[package]]
        4555  +
name = "aws-sdk-iotsecuretunneling"
        4556  +
version = "1.30.0"
        4557  +
dependencies = [
        4558  +
 "aws-config",
        4559  +
 "aws-credential-types 1.2.0",
        4560  +
 "aws-runtime 1.2.2",
        4561  +
 "aws-smithy-async 1.2.1",
        4562  +
 "aws-smithy-http 0.60.8",
        4563  +
 "aws-smithy-json 0.60.7",
        4564  +
 "aws-smithy-runtime 1.5.7",
        4565  +
 "aws-smithy-runtime-api 1.6.3",
        4566  +
 "aws-smithy-types 1.2.0",
        4567  +
 "aws-types 1.3.1",
        4568  +
 "bytes",
        4569  +
 "http 0.2.12",
        4570  +
 "once_cell",
        4571  +
 "regex-lite",
        4572  +
 "tokio",
        4573  +
 "tracing",
        4574  +
]
        4575  +
        4576  +
[[package]]
        4577  +
name = "aws-sdk-iotsitewise"
        4578  +
version = "1.30.0"
        4579  +
dependencies = [
        4580  +
 "aws-config",
        4581  +
 "aws-credential-types 1.2.0",
        4582  +
 "aws-runtime 1.2.2",
        4583  +
 "aws-smithy-async 1.2.1",
        4584  +
 "aws-smithy-http 0.60.8",
        4585  +
 "aws-smithy-json 0.60.7",
        4586  +
 "aws-smithy-runtime 1.5.7",
        4587  +
 "aws-smithy-runtime-api 1.6.3",
        4588  +
 "aws-smithy-types 1.2.0",
        4589  +
 "aws-types 1.3.1",
        4590  +
 "bytes",
        4591  +
 "fastrand 2.0.2",
        4592  +
 "http 0.2.12",
        4593  +
 "once_cell",
        4594  +
 "regex-lite",
        4595  +
 "tokio",
        4596  +
 "tracing",
        4597  +
]
        4598  +
        4599  +
[[package]]
        4600  +
name = "aws-sdk-iotthingsgraph"
        4601  +
version = "1.30.0"
        4602  +
dependencies = [
        4603  +
 "aws-config",
        4604  +
 "aws-credential-types 1.2.0",
        4605  +
 "aws-runtime 1.2.2",
        4606  +
 "aws-smithy-async 1.2.1",
        4607  +
 "aws-smithy-http 0.60.8",
        4608  +
 "aws-smithy-json 0.60.7",
        4609  +
 "aws-smithy-runtime 1.5.7",
        4610  +
 "aws-smithy-runtime-api 1.6.3",
        4611  +
 "aws-smithy-types 1.2.0",
        4612  +
 "aws-types 1.3.1",
        4613  +
 "bytes",
        4614  +
 "http 0.2.12",
        4615  +
 "once_cell",
        4616  +
 "regex-lite",
        4617  +
 "tokio",
        4618  +
 "tracing",
        4619  +
]
        4620  +
        4621  +
[[package]]
        4622  +
name = "aws-sdk-iottwinmaker"
        4623  +
version = "1.30.0"
        4624  +
dependencies = [
        4625  +
 "aws-config",
        4626  +
 "aws-credential-types 1.2.0",
        4627  +
 "aws-runtime 1.2.2",
        4628  +
 "aws-smithy-async 1.2.1",
        4629  +
 "aws-smithy-http 0.60.8",
        4630  +
 "aws-smithy-json 0.60.7",
        4631  +
 "aws-smithy-runtime 1.5.7",
        4632  +
 "aws-smithy-runtime-api 1.6.3",
        4633  +
 "aws-smithy-types 1.2.0",
        4634  +
 "aws-types 1.3.1",
        4635  +
 "bytes",
        4636  +
 "http 0.2.12",
        4637  +
 "once_cell",
        4638  +
 "regex-lite",
        4639  +
 "tokio",
        4640  +
 "tracing",
        4641  +
]
        4642  +
        4643  +
[[package]]
        4644  +
name = "aws-sdk-iotwireless"
        4645  +
version = "1.33.0"
        4646  +
dependencies = [
        4647  +
 "aws-config",
        4648  +
 "aws-credential-types 1.2.0",
        4649  +
 "aws-runtime 1.2.2",
        4650  +
 "aws-smithy-async 1.2.1",
        4651  +
 "aws-smithy-http 0.60.8",
        4652  +
 "aws-smithy-json 0.60.7",
        4653  +
 "aws-smithy-runtime 1.5.7",
        4654  +
 "aws-smithy-runtime-api 1.6.3",
        4655  +
 "aws-smithy-types 1.2.0",
        4656  +
 "aws-types 1.3.1",
        4657  +
 "bytes",
        4658  +
 "fastrand 2.0.2",
        4659  +
 "http 0.2.12",
        4660  +
 "once_cell",
        4661  +
 "regex-lite",
        4662  +
 "tokio",
        4663  +
 "tracing",
        4664  +
]
        4665  +
        4666  +
[[package]]
        4667  +
name = "aws-sdk-ivs"
        4668  +
version = "1.33.0"
        4669  +
dependencies = [
        4670  +
 "aws-config",
        4671  +
 "aws-credential-types 1.2.0",
        4672  +
 "aws-runtime 1.2.2",
        4673  +
 "aws-smithy-async 1.2.1",
        4674  +
 "aws-smithy-http 0.60.8",
        4675  +
 "aws-smithy-json 0.60.7",
        4676  +
 "aws-smithy-runtime 1.5.7",
        4677  +
 "aws-smithy-runtime-api 1.6.3",
        4678  +
 "aws-smithy-types 1.2.0",
        4679  +
 "aws-types 1.3.1",
        4680  +
 "bytes",
        4681  +
 "http 0.2.12",
        4682  +
 "once_cell",
        4683  +
 "regex-lite",
        4684  +
 "tokio",
        4685  +
 "tracing",
        4686  +
]
        4687  +
        4688  +
[[package]]
        4689  +
name = "aws-sdk-ivschat"
        4690  +
version = "1.30.0"
        4691  +
dependencies = [
        4692  +
 "aws-config",
        4693  +
 "aws-credential-types 1.2.0",
        4694  +
 "aws-runtime 1.2.2",
        4695  +
 "aws-smithy-async 1.2.1",
        4696  +
 "aws-smithy-http 0.60.8",
        4697  +
 "aws-smithy-json 0.60.7",
        4698  +
 "aws-smithy-runtime 1.5.7",
        4699  +
 "aws-smithy-runtime-api 1.6.3",
        4700  +
 "aws-smithy-types 1.2.0",
        4701  +
 "aws-types 1.3.1",
        4702  +
 "bytes",
        4703  +
 "http 0.2.12",
        4704  +
 "once_cell",
        4705  +
 "regex-lite",
        4706  +
 "tokio",
        4707  +
 "tracing",
        4708  +
]
        4709  +
        4710  +
[[package]]
        4711  +
name = "aws-sdk-ivsrealtime"
        4712  +
version = "1.31.0"
        4713  +
dependencies = [
        4714  +
 "aws-config",
        4715  +
 "aws-credential-types 1.2.0",
        4716  +
 "aws-runtime 1.2.2",
        4717  +
 "aws-smithy-async 1.2.1",
        4718  +
 "aws-smithy-http 0.60.8",
        4719  +
 "aws-smithy-json 0.60.7",
        4720  +
 "aws-smithy-runtime 1.5.7",
        4721  +
 "aws-smithy-runtime-api 1.6.3",
        4722  +
 "aws-smithy-types 1.2.0",
        4723  +
 "aws-types 1.3.1",
        4724  +
 "bytes",
        4725  +
 "fastrand 2.0.2",
        4726  +
 "http 0.2.12",
        4727  +
 "once_cell",
        4728  +
 "regex-lite",
        4729  +
 "tokio",
        4730  +
 "tracing",
        4731  +
]
        4732  +
        4733  +
[[package]]
        4734  +
name = "aws-sdk-kafka"
        4735  +
version = "1.33.0"
        4736  +
dependencies = [
        4737  +
 "aws-config",
        4738  +
 "aws-credential-types 1.2.0",
        4739  +
 "aws-runtime 1.2.2",
        4740  +
 "aws-smithy-async 1.2.1",
        4741  +
 "aws-smithy-http 0.60.8",
        4742  +
 "aws-smithy-json 0.60.7",
        4743  +
 "aws-smithy-runtime 1.5.7",
        4744  +
 "aws-smithy-runtime-api 1.6.3",
        4745  +
 "aws-smithy-types 1.2.0",
        4746  +
 "aws-types 1.3.1",
        4747  +
 "bytes",
        4748  +
 "http 0.2.12",
        4749  +
 "once_cell",
        4750  +
 "regex-lite",
        4751  +
 "tokio",
        4752  +
 "tracing",
        4753  +
]
        4754  +
        4755  +
[[package]]
        4756  +
name = "aws-sdk-kafkaconnect"
        4757  +
version = "1.31.0"
        4758  +
dependencies = [
        4759  +
 "aws-config",
        4760  +
 "aws-credential-types 1.2.0",
        4761  +
 "aws-runtime 1.2.2",
        4762  +
 "aws-smithy-async 1.2.1",
        4763  +
 "aws-smithy-http 0.60.8",
        4764  +
 "aws-smithy-json 0.60.7",
        4765  +
 "aws-smithy-runtime 1.5.7",
        4766  +
 "aws-smithy-runtime-api 1.6.3",
        4767  +
 "aws-smithy-types 1.2.0",
        4768  +
 "aws-types 1.3.1",
        4769  +
 "bytes",
        4770  +
 "http 0.2.12",
        4771  +
 "once_cell",
        4772  +
 "regex-lite",
        4773  +
 "tokio",
        4774  +
 "tracing",
        4775  +
]
        4776  +
        4777  +
[[package]]
        4778  +
name = "aws-sdk-kendra"
        4779  +
version = "1.31.0"
        4780  +
dependencies = [
        4781  +
 "aws-config",
        4782  +
 "aws-credential-types 1.2.0",
        4783  +
 "aws-runtime 1.2.2",
        4784  +
 "aws-smithy-async 1.2.1",
        4785  +
 "aws-smithy-http 0.60.8",
        4786  +
 "aws-smithy-json 0.60.7",
        4787  +
 "aws-smithy-runtime 1.5.7",
        4788  +
 "aws-smithy-runtime-api 1.6.3",
        4789  +
 "aws-smithy-types 1.2.0",
        4790  +
 "aws-types 1.3.1",
        4791  +
 "bytes",
        4792  +
 "fastrand 2.0.2",
        4793  +
 "http 0.2.12",
        4794  +
 "once_cell",
        4795  +
 "regex-lite",
        4796  +
 "tokio",
        4797  +
 "tracing",
        4798  +
]
        4799  +
        4800  +
[[package]]
        4801  +
name = "aws-sdk-kendraranking"
        4802  +
version = "1.30.0"
        4803  +
dependencies = [
        4804  +
 "aws-config",
        4805  +
 "aws-credential-types 1.2.0",
        4806  +
 "aws-runtime 1.2.2",
        4807  +
 "aws-smithy-async 1.2.1",
        4808  +
 "aws-smithy-http 0.60.8",
        4809  +
 "aws-smithy-json 0.60.7",
        4810  +
 "aws-smithy-runtime 1.5.7",
        4811  +
 "aws-smithy-runtime-api 1.6.3",
        4812  +
 "aws-smithy-types 1.2.0",
        4813  +
 "aws-types 1.3.1",
        4814  +
 "bytes",
        4815  +
 "fastrand 2.0.2",
        4816  +
 "http 0.2.12",
        4817  +
 "once_cell",
        4818  +
 "regex-lite",
        4819  +
 "tokio",
        4820  +
 "tracing",
        4821  +
]
        4822  +
        4823  +
[[package]]
        4824  +
name = "aws-sdk-keyspaces"
        4825  +
version = "1.31.0"
        4826  +
dependencies = [
        4827  +
 "aws-config",
        4828  +
 "aws-credential-types 1.2.0",
        4829  +
 "aws-runtime 1.2.2",
        4830  +
 "aws-smithy-async 1.2.1",
        4831  +
 "aws-smithy-http 0.60.8",
        4832  +
 "aws-smithy-json 0.60.7",
        4833  +
 "aws-smithy-runtime 1.5.7",
        4834  +
 "aws-smithy-runtime-api 1.6.3",
        4835  +
 "aws-smithy-types 1.2.0",
        4836  +
 "aws-types 1.3.1",
        4837  +
 "bytes",
        4838  +
 "http 0.2.12",
        4839  +
 "once_cell",
        4840  +
 "regex-lite",
        4841  +
 "tokio",
        4842  +
 "tracing",
        4843  +
]
        4844  +
        4845  +
[[package]]
        4846  +
name = "aws-sdk-kinesis"
        4847  +
version = "1.30.0"
        4848  +
dependencies = [
        4849  +
 "aws-config",
        4850  +
 "aws-credential-types 1.2.0",
        4851  +
 "aws-runtime 1.2.2",
        4852  +
 "aws-smithy-async 1.2.1",
        4853  +
 "aws-smithy-http 0.60.8",
        4854  +
 "aws-smithy-json 0.60.7",
        4855  +
 "aws-smithy-runtime 1.5.7",
        4856  +
 "aws-smithy-runtime-api 1.6.3",
        4857  +
 "aws-smithy-types 1.2.0",
        4858  +
 "aws-types 1.3.1",
        4859  +
 "bytes",
        4860  +
 "http 0.2.12",
        4861  +
 "once_cell",
        4862  +
 "regex-lite",
        4863  +
 "tokio",
        4864  +
 "tracing",
        4865  +
]
        4866  +
        4867  +
[[package]]
        4868  +
name = "aws-sdk-kinesisanalytics"
        4869  +
version = "1.30.0"
        4870  +
dependencies = [
        4871  +
 "aws-config",
        4872  +
 "aws-credential-types 1.2.0",
        4873  +
 "aws-runtime 1.2.2",
        4874  +
 "aws-smithy-async 1.2.1",
        4875  +
 "aws-smithy-http 0.60.8",
        4876  +
 "aws-smithy-json 0.60.7",
        4877  +
 "aws-smithy-runtime 1.5.7",
        4878  +
 "aws-smithy-runtime-api 1.6.3",
        4879  +
 "aws-smithy-types 1.2.0",
        4880  +
 "aws-types 1.3.1",
        4881  +
 "bytes",
        4882  +
 "http 0.2.12",
        4883  +
 "once_cell",
        4884  +
 "regex-lite",
        4885  +
 "tokio",
        4886  +
 "tracing",
        4887  +
]
        4888  +
        4889  +
[[package]]
        4890  +
name = "aws-sdk-kinesisanalyticsv2"
        4891  +
version = "1.31.0"
        4892  +
dependencies = [
        4893  +
 "aws-config",
        4894  +
 "aws-credential-types 1.2.0",
        4895  +
 "aws-runtime 1.2.2",
        4896  +
 "aws-smithy-async 1.2.1",
        4897  +
 "aws-smithy-http 0.60.8",
        4898  +
 "aws-smithy-json 0.60.7",
        4899  +
 "aws-smithy-runtime 1.5.7",
        4900  +
 "aws-smithy-runtime-api 1.6.3",
        4901  +
 "aws-smithy-types 1.2.0",
        4902  +
 "aws-types 1.3.1",
        4903  +
 "bytes",
        4904  +
 "http 0.2.12",
        4905  +
 "once_cell",
        4906  +
 "regex-lite",
        4907  +
 "tokio",
        4908  +
 "tracing",
        4909  +
]
        4910  +
        4911  +
[[package]]
        4912  +
name = "aws-sdk-kinesisvideo"
        4913  +
version = "1.31.0"
        4914  +
dependencies = [
        4915  +
 "aws-config",
        4916  +
 "aws-credential-types 1.2.0",
        4917  +
 "aws-runtime 1.2.2",
        4918  +
 "aws-smithy-async 1.2.1",
        4919  +
 "aws-smithy-http 0.60.8",
        4920  +
 "aws-smithy-json 0.60.7",
        4921  +
 "aws-smithy-runtime 1.5.7",
        4922  +
 "aws-smithy-runtime-api 1.6.3",
        4923  +
 "aws-smithy-types 1.2.0",
        4924  +
 "aws-types 1.3.1",
        4925  +
 "bytes",
        4926  +
 "http 0.2.12",
        4927  +
 "once_cell",
        4928  +
 "regex-lite",
        4929  +
 "tokio",
        4930  +
 "tracing",
        4931  +
]
        4932  +
        4933  +
[[package]]
        4934  +
name = "aws-sdk-kinesisvideoarchivedmedia"
        4935  +
version = "1.31.0"
        4936  +
dependencies = [
        4937  +
 "aws-config",
        4938  +
 "aws-credential-types 1.2.0",
        4939  +
 "aws-runtime 1.2.2",
        4940  +
 "aws-smithy-async 1.2.1",
        4941  +
 "aws-smithy-http 0.60.8",
        4942  +
 "aws-smithy-json 0.60.7",
        4943  +
 "aws-smithy-runtime 1.5.7",
        4944  +
 "aws-smithy-runtime-api 1.6.3",
        4945  +
 "aws-smithy-types 1.2.0",
        4946  +
 "aws-types 1.3.1",
        4947  +
 "bytes",
        4948  +
 "http 0.2.12",
        4949  +
 "once_cell",
        4950  +
 "regex-lite",
        4951  +
 "tokio",
        4952  +
 "tracing",
        4953  +
]
        4954  +
        4955  +
[[package]]
        4956  +
name = "aws-sdk-kinesisvideomedia"
        4957  +
version = "1.30.0"
        4958  +
dependencies = [
        4959  +
 "aws-config",
        4960  +
 "aws-credential-types 1.2.0",
        4961  +
 "aws-runtime 1.2.2",
        4962  +
 "aws-smithy-async 1.2.1",
        4963  +
 "aws-smithy-http 0.60.8",
        4964  +
 "aws-smithy-json 0.60.7",
        4965  +
 "aws-smithy-runtime 1.5.7",
        4966  +
 "aws-smithy-runtime-api 1.6.3",
        4967  +
 "aws-smithy-types 1.2.0",
        4968  +
 "aws-types 1.3.1",
        4969  +
 "bytes",
        4970  +
 "http 0.2.12",
        4971  +
 "once_cell",
        4972  +
 "regex-lite",
        4973  +
 "tokio",
        4974  +
 "tracing",
        4975  +
]
        4976  +
        4977  +
[[package]]
        4978  +
name = "aws-sdk-kinesisvideosignaling"
        4979  +
version = "1.30.0"
        4980  +
dependencies = [
        4981  +
 "aws-config",
        4982  +
 "aws-credential-types 1.2.0",
        4983  +
 "aws-runtime 1.2.2",
        4984  +
 "aws-smithy-async 1.2.1",
        4985  +
 "aws-smithy-http 0.60.8",
        4986  +
 "aws-smithy-json 0.60.7",
        4987  +
 "aws-smithy-runtime 1.5.7",
        4988  +
 "aws-smithy-runtime-api 1.6.3",
        4989  +
 "aws-smithy-types 1.2.0",
        4990  +
 "aws-types 1.3.1",
        4991  +
 "bytes",
        4992  +
 "http 0.2.12",
        4993  +
 "once_cell",
        4994  +
 "regex-lite",
        4995  +
 "tokio",
        4996  +
 "tracing",
        4997  +
]
        4998  +
        4999  +
[[package]]
        5000  +
name = "aws-sdk-kinesisvideowebrtcstorage"
        5001  +
version = "1.30.0"
        5002  +
dependencies = [
        5003  +
 "aws-config",
        5004  +
 "aws-credential-types 1.2.0",
        5005  +
 "aws-runtime 1.2.2",
        5006  +
 "aws-smithy-async 1.2.1",
        5007  +
 "aws-smithy-http 0.60.8",
        5008  +
 "aws-smithy-json 0.60.7",
        5009  +
 "aws-smithy-runtime 1.5.7",
        5010  +
 "aws-smithy-runtime-api 1.6.3",
        5011  +
 "aws-smithy-types 1.2.0",
        5012  +
 "aws-types 1.3.1",
        5013  +
 "bytes",
        5014  +
 "http 0.2.12",
        5015  +
 "once_cell",
        5016  +
 "regex-lite",
        5017  +
 "tokio",
        5018  +
 "tracing",
        5019  +
]
        5020  +
        5021  +
[[package]]
        5022  +
name = "aws-sdk-kms"
        5023  +
version = "1.31.0"
        5024  +
dependencies = [
        5025  +
 "aws-config",
        5026  +
 "aws-credential-types 1.2.0",
        5027  +
 "aws-runtime 1.2.2",
        5028  +
 "aws-smithy-async 1.2.1",
        5029  +
 "aws-smithy-http 0.60.8",
        5030  +
 "aws-smithy-json 0.60.7",
        5031  +
 "aws-smithy-protocol-test 0.60.7",
        5032  +
 "aws-smithy-runtime 1.5.7",
        5033  +
 "aws-smithy-runtime-api 1.6.3",
        5034  +
 "aws-smithy-types 1.2.0",
        5035  +
 "aws-types 1.3.1",
        5036  +
 "bytes",
        5037  +
 "futures-util",
        5038  +
 "http 0.2.12",
        5039  +
 "once_cell",
        5040  +
 "regex-lite",
        5041  +
 "serde_json",
        5042  +
 "tokio",
        5043  +
 "tracing",
        5044  +
 "tracing-subscriber",
        5045  +
]
        5046  +
        5047  +
[[package]]
        5048  +
name = "aws-sdk-lakeformation"
        5049  +
version = "1.33.0"
        5050  +
dependencies = [
        5051  +
 "aws-config",
        5052  +
 "aws-credential-types 1.2.0",
        5053  +
 "aws-runtime 1.2.2",
        5054  +
 "aws-smithy-async 1.2.1",
        5055  +
 "aws-smithy-http 0.60.8",
        5056  +
 "aws-smithy-json 0.60.7",
        5057  +
 "aws-smithy-runtime 1.5.7",
        5058  +
 "aws-smithy-runtime-api 1.6.3",
        5059  +
 "aws-smithy-types 1.2.0",
        5060  +
 "aws-types 1.3.1",
        5061  +
 "bytes",
        5062  +
 "http 0.2.12",
        5063  +
 "once_cell",
        5064  +
 "regex-lite",
        5065  +
 "tokio",
        5066  +
 "tracing",
        5067  +
]
        5068  +
        5069  +
[[package]]
        5070  +
name = "aws-sdk-lambda"
        5071  +
version = "1.31.0"
        5072  +
dependencies = [
        5073  +
 "aws-config",
        5074  +
 "aws-credential-types 1.2.0",
        5075  +
 "aws-runtime 1.2.2",
        5076  +
 "aws-smithy-async 1.2.1",
        5077  +
 "aws-smithy-eventstream 0.60.4",
        5078  +
 "aws-smithy-http 0.60.8",
        5079  +
 "aws-smithy-json 0.60.7",
        5080  +
 "aws-smithy-protocol-test 0.60.7",
        5081  +
 "aws-smithy-runtime 1.5.7",
        5082  +
 "aws-smithy-runtime-api 1.6.3",
        5083  +
 "aws-smithy-types 1.2.0",
        5084  +
 "aws-types 1.3.1",
        5085  +
 "bytes",
        5086  +
 "futures-util",
        5087  +
 "http 0.2.12",
        5088  +
 "once_cell",
        5089  +
 "regex-lite",
        5090  +
 "serde_json",
        5091  +
 "tokio",
        5092  +
 "tracing",
        5093  +
 "tracing-subscriber",
        5094  +
]
        5095  +
        5096  +
[[package]]
        5097  +
name = "aws-sdk-launchwizard"
        5098  +
version = "1.31.0"
        5099  +
dependencies = [
        5100  +
 "aws-config",
        5101  +
 "aws-credential-types 1.2.0",
        5102  +
 "aws-runtime 1.2.2",
        5103  +
 "aws-smithy-async 1.2.1",
        5104  +
 "aws-smithy-http 0.60.8",
        5105  +
 "aws-smithy-json 0.60.7",
        5106  +
 "aws-smithy-runtime 1.5.7",
        5107  +
 "aws-smithy-runtime-api 1.6.3",
        5108  +
 "aws-smithy-types 1.2.0",
        5109  +
 "aws-types 1.3.1",
        5110  +
 "bytes",
        5111  +
 "http 0.2.12",
        5112  +
 "once_cell",
        5113  +
 "regex-lite",
        5114  +
 "tokio",
        5115  +
 "tracing",
        5116  +
]
        5117  +
        5118  +
[[package]]
        5119  +
name = "aws-sdk-lexmodelbuilding"
        5120  +
version = "1.30.0"
        5121  +
dependencies = [
        5122  +
 "aws-config",
        5123  +
 "aws-credential-types 1.2.0",
        5124  +
 "aws-runtime 1.2.2",
        5125  +
 "aws-smithy-async 1.2.1",
        5126  +
 "aws-smithy-http 0.60.8",
        5127  +
 "aws-smithy-json 0.60.7",
        5128  +
 "aws-smithy-runtime 1.5.7",
        5129  +
 "aws-smithy-runtime-api 1.6.3",
        5130  +
 "aws-smithy-types 1.2.0",
        5131  +
 "aws-types 1.3.1",
        5132  +
 "bytes",
        5133  +
 "http 0.2.12",
        5134  +
 "once_cell",
        5135  +
 "regex-lite",
        5136  +
 "tokio",
        5137  +
 "tracing",
        5138  +
]
        5139  +
        5140  +
[[package]]
        5141  +
name = "aws-sdk-lexmodelsv2"
        5142  +
version = "1.32.0"
        5143  +
dependencies = [
        5144  +
 "aws-config",
        5145  +
 "aws-credential-types 1.2.0",
        5146  +
 "aws-runtime 1.2.2",
        5147  +
 "aws-smithy-async 1.2.1",
        5148  +
 "aws-smithy-http 0.60.8",
        5149  +
 "aws-smithy-json 0.60.7",
        5150  +
 "aws-smithy-runtime 1.5.7",
        5151  +
 "aws-smithy-runtime-api 1.6.3",
        5152  +
 "aws-smithy-types 1.2.0",
        5153  +
 "aws-types 1.3.1",
        5154  +
 "bytes",
        5155  +
 "http 0.2.12",
        5156  +
 "once_cell",
        5157  +
 "regex-lite",
        5158  +
 "tokio",
        5159  +
 "tracing",
        5160  +
]
        5161  +
        5162  +
[[package]]
        5163  +
name = "aws-sdk-lexruntime"
        5164  +
version = "1.30.0"
        5165  +
dependencies = [
        5166  +
 "aws-config",
        5167  +
 "aws-credential-types 1.2.0",
        5168  +
 "aws-runtime 1.2.2",
        5169  +
 "aws-sigv4 1.2.2",
        5170  +
 "aws-smithy-async 1.2.1",
        5171  +
 "aws-smithy-http 0.60.8",
        5172  +
 "aws-smithy-json 0.60.7",
        5173  +
 "aws-smithy-runtime 1.5.7",
        5174  +
 "aws-smithy-runtime-api 1.6.3",
        5175  +
 "aws-smithy-types 1.2.0",
        5176  +
 "aws-types 1.3.1",
        5177  +
 "bytes",
        5178  +
 "http 0.2.12",
        5179  +
 "once_cell",
        5180  +
 "regex-lite",
        5181  +
 "tokio",
        5182  +
 "tracing",
        5183  +
]
        5184  +
        5185  +
[[package]]
        5186  +
name = "aws-sdk-lexruntimev2"
        5187  +
version = "1.30.0"
        5188  +
dependencies = [
        5189  +
 "aws-config",
        5190  +
 "aws-credential-types 1.2.0",
        5191  +
 "aws-runtime 1.2.2",
        5192  +
 "aws-sigv4 1.2.2",
        5193  +
 "aws-smithy-async 1.2.1",
        5194  +
 "aws-smithy-eventstream 0.60.4",
        5195  +
 "aws-smithy-http 0.60.8",
        5196  +
 "aws-smithy-json 0.60.7",
        5197  +
 "aws-smithy-runtime 1.5.7",
        5198  +
 "aws-smithy-runtime-api 1.6.3",
        5199  +
 "aws-smithy-types 1.2.0",
        5200  +
 "aws-types 1.3.1",
        5201  +
 "bytes",
        5202  +
 "http 0.2.12",
        5203  +
 "hyper 0.14.29",
        5204  +
 "once_cell",
        5205  +
 "regex-lite",
        5206  +
 "tokio",
        5207  +
 "tracing",
        5208  +
]
        5209  +
        5210  +
[[package]]
        5211  +
name = "aws-sdk-licensemanager"
        5212  +
version = "1.30.0"
        5213  +
dependencies = [
        5214  +
 "aws-config",
        5215  +
 "aws-credential-types 1.2.0",
        5216  +
 "aws-runtime 1.2.2",
        5217  +
 "aws-smithy-async 1.2.1",
        5218  +
 "aws-smithy-http 0.60.8",
        5219  +
 "aws-smithy-json 0.60.7",
        5220  +
 "aws-smithy-runtime 1.5.7",
        5221  +
 "aws-smithy-runtime-api 1.6.3",
        5222  +
 "aws-smithy-types 1.2.0",
        5223  +
 "aws-types 1.3.1",
        5224  +
 "bytes",
        5225  +
 "http 0.2.12",
        5226  +
 "once_cell",
        5227  +
 "regex-lite",
        5228  +
 "tokio",
        5229  +
 "tracing",
        5230  +
]
        5231  +
        5232  +
[[package]]
        5233  +
name = "aws-sdk-licensemanagerlinuxsubscriptions"
        5234  +
version = "1.30.0"
        5235  +
dependencies = [
        5236  +
 "aws-config",
        5237  +
 "aws-credential-types 1.2.0",
        5238  +
 "aws-runtime 1.2.2",
        5239  +
 "aws-smithy-async 1.2.1",
        5240  +
 "aws-smithy-http 0.60.8",
        5241  +
 "aws-smithy-json 0.60.7",
        5242  +
 "aws-smithy-runtime 1.5.7",
        5243  +
 "aws-smithy-runtime-api 1.6.3",
        5244  +
 "aws-smithy-types 1.2.0",
        5245  +
 "aws-types 1.3.1",
        5246  +
 "bytes",
        5247  +
 "http 0.2.12",
        5248  +
 "once_cell",
        5249  +
 "regex-lite",
        5250  +
 "tokio",
        5251  +
 "tracing",
        5252  +
]
        5253  +
        5254  +
[[package]]
        5255  +
name = "aws-sdk-licensemanagerusersubscriptions"
        5256  +
version = "1.30.0"
        5257  +
dependencies = [
        5258  +
 "aws-config",
        5259  +
 "aws-credential-types 1.2.0",
        5260  +
 "aws-runtime 1.2.2",
        5261  +
 "aws-smithy-async 1.2.1",
        5262  +
 "aws-smithy-http 0.60.8",
        5263  +
 "aws-smithy-json 0.60.7",
        5264  +
 "aws-smithy-runtime 1.5.7",
        5265  +
 "aws-smithy-runtime-api 1.6.3",
        5266  +
 "aws-smithy-types 1.2.0",
        5267  +
 "aws-types 1.3.1",
        5268  +
 "bytes",
        5269  +
 "http 0.2.12",
        5270  +
 "once_cell",
        5271  +
 "regex-lite",
        5272  +
 "tokio",
        5273  +
 "tracing",
        5274  +
]
        5275  +
        5276  +
[[package]]
        5277  +
name = "aws-sdk-lightsail"
        5278  +
version = "1.34.0"
        5279  +
dependencies = [
        5280  +
 "aws-config",
        5281  +
 "aws-credential-types 1.2.0",
        5282  +
 "aws-runtime 1.2.2",
        5283  +
 "aws-smithy-async 1.2.1",
        5284  +
 "aws-smithy-http 0.60.8",
        5285  +
 "aws-smithy-json 0.60.7",
        5286  +
 "aws-smithy-runtime 1.5.7",
        5287  +
 "aws-smithy-runtime-api 1.6.3",
        5288  +
 "aws-smithy-types 1.2.0",
        5289  +
 "aws-types 1.3.1",
        5290  +
 "bytes",
        5291  +
 "http 0.2.12",
        5292  +
 "once_cell",
        5293  +
 "regex-lite",
        5294  +
 "tokio",
        5295  +
 "tracing",
        5296  +
]
        5297  +
        5298  +
[[package]]
        5299  +
name = "aws-sdk-location"
        5300  +
version = "1.33.0"
        5301  +
dependencies = [
        5302  +
 "aws-config",
        5303  +
 "aws-credential-types 1.2.0",
        5304  +
 "aws-runtime 1.2.2",
        5305  +
 "aws-smithy-async 1.2.1",
        5306  +
 "aws-smithy-http 0.60.8",
        5307  +
 "aws-smithy-json 0.60.7",
        5308  +
 "aws-smithy-runtime 1.5.7",
        5309  +
 "aws-smithy-runtime-api 1.6.3",
        5310  +
 "aws-smithy-types 1.2.0",
        5311  +
 "aws-types 1.3.1",
        5312  +
 "bytes",
        5313  +
 "http 0.2.12",
        5314  +
 "once_cell",
        5315  +
 "regex-lite",
        5316  +
 "tokio",
        5317  +
 "tracing",
        5318  +
]
        5319  +
        5320  +
[[package]]
        5321  +
name = "aws-sdk-lookoutequipment"
        5322  +
version = "1.32.0"
        5323  +
dependencies = [
        5324  +
 "aws-config",
        5325  +
 "aws-credential-types 1.2.0",
        5326  +
 "aws-runtime 1.2.2",
        5327  +
 "aws-smithy-async 1.2.1",
        5328  +
 "aws-smithy-http 0.60.8",
        5329  +
 "aws-smithy-json 0.60.7",
        5330  +
 "aws-smithy-runtime 1.5.7",
        5331  +
 "aws-smithy-runtime-api 1.6.3",
        5332  +
 "aws-smithy-types 1.2.0",
        5333  +
 "aws-types 1.3.1",
        5334  +
 "bytes",
        5335  +
 "fastrand 2.0.2",
        5336  +
 "http 0.2.12",
        5337  +
 "once_cell",
        5338  +
 "regex-lite",
        5339  +
 "tokio",
        5340  +
 "tracing",
        5341  +
]
        5342  +
        5343  +
[[package]]
        5344  +
name = "aws-sdk-lookoutmetrics"
        5345  +
version = "1.30.0"
        5346  +
dependencies = [
        5347  +
 "aws-config",
        5348  +
 "aws-credential-types 1.2.0",
        5349  +
 "aws-runtime 1.2.2",
        5350  +
 "aws-smithy-async 1.2.1",
        5351  +
 "aws-smithy-http 0.60.8",
        5352  +
 "aws-smithy-json 0.60.7",
        5353  +
 "aws-smithy-runtime 1.5.7",
        5354  +
 "aws-smithy-runtime-api 1.6.3",
        5355  +
 "aws-smithy-types 1.2.0",
        5356  +
 "aws-types 1.3.1",
        5357  +
 "bytes",
        5358  +
 "http 0.2.12",
        5359  +
 "once_cell",
        5360  +
 "regex-lite",
        5361  +
 "tokio",
        5362  +
 "tracing",
        5363  +
]
        5364  +
        5365  +
[[package]]
        5366  +
name = "aws-sdk-lookoutvision"
        5367  +
version = "1.30.0"
        5368  +
dependencies = [
        5369  +
 "aws-config",
        5370  +
 "aws-credential-types 1.2.0",
        5371  +
 "aws-runtime 1.2.2",
        5372  +
 "aws-smithy-async 1.2.1",
        5373  +
 "aws-smithy-http 0.60.8",
        5374  +
 "aws-smithy-json 0.60.7",
        5375  +
 "aws-smithy-runtime 1.5.7",
        5376  +
 "aws-smithy-runtime-api 1.6.3",
        5377  +
 "aws-smithy-types 1.2.0",
        5378  +
 "aws-types 1.3.1",
        5379  +
 "bytes",
        5380  +
 "fastrand 2.0.2",
        5381  +
 "http 0.2.12",
        5382  +
 "once_cell",
        5383  +
 "regex-lite",
        5384  +
 "tokio",
        5385  +
 "tracing",
        5386  +
]
        5387  +
        5388  +
[[package]]
        5389  +
name = "aws-sdk-m2"
        5390  +
version = "1.31.0"
        5391  +
dependencies = [
        5392  +
 "aws-config",
        5393  +
 "aws-credential-types 1.2.0",
        5394  +
 "aws-runtime 1.2.2",
        5395  +
 "aws-smithy-async 1.2.1",
        5396  +
 "aws-smithy-http 0.60.8",
        5397  +
 "aws-smithy-json 0.60.7",
        5398  +
 "aws-smithy-runtime 1.5.7",
        5399  +
 "aws-smithy-runtime-api 1.6.3",
        5400  +
 "aws-smithy-types 1.2.0",
        5401  +
 "aws-types 1.3.1",
        5402  +
 "bytes",
        5403  +
 "fastrand 2.0.2",
        5404  +
 "http 0.2.12",
        5405  +
 "once_cell",
        5406  +
 "regex-lite",
        5407  +
 "tokio",
        5408  +
 "tracing",
        5409  +
]
        5410  +
        5411  +
[[package]]
        5412  +
name = "aws-sdk-machinelearning"
        5413  +
version = "1.30.0"
        5414  +
dependencies = [
        5415  +
 "aws-config",
        5416  +
 "aws-credential-types 1.2.0",
        5417  +
 "aws-runtime 1.2.2",
        5418  +
 "aws-smithy-async 1.2.1",
        5419  +
 "aws-smithy-http 0.60.8",
        5420  +
 "aws-smithy-json 0.60.7",
        5421  +
 "aws-smithy-runtime 1.5.7",
        5422  +
 "aws-smithy-runtime-api 1.6.3",
        5423  +
 "aws-smithy-types 1.2.0",
        5424  +
 "aws-types 1.3.1",
        5425  +
 "bytes",
        5426  +
 "http 0.2.12",
        5427  +
 "once_cell",
        5428  +
 "regex-lite",
        5429  +
 "tokio",
        5430  +
 "tracing",
        5431  +
]
        5432  +
        5433  +
[[package]]
        5434  +
name = "aws-sdk-macie2"
        5435  +
version = "1.31.0"
        5436  +
dependencies = [
        5437  +
 "aws-config",
        5438  +
 "aws-credential-types 1.2.0",
        5439  +
 "aws-runtime 1.2.2",
        5440  +
 "aws-smithy-async 1.2.1",
        5441  +
 "aws-smithy-http 0.60.8",
        5442  +
 "aws-smithy-json 0.60.7",
        5443  +
 "aws-smithy-runtime 1.5.7",
        5444  +
 "aws-smithy-runtime-api 1.6.3",
        5445  +
 "aws-smithy-types 1.2.0",
        5446  +
 "aws-types 1.3.1",
        5447  +
 "bytes",
        5448  +
 "fastrand 2.0.2",
        5449  +
 "http 0.2.12",
        5450  +
 "once_cell",
        5451  +
 "regex-lite",
        5452  +
 "tokio",
        5453  +
 "tracing",
        5454  +
]
        5455  +
        5456  +
[[package]]
        5457  +
name = "aws-sdk-mailmanager"
        5458  +
version = "1.5.0"
        5459  +
dependencies = [
        5460  +
 "aws-config",
        5461  +
 "aws-credential-types 1.2.0",
        5462  +
 "aws-runtime 1.2.2",
        5463  +
 "aws-smithy-async 1.2.1",
        5464  +
 "aws-smithy-http 0.60.8",
        5465  +
 "aws-smithy-json 0.60.7",
        5466  +
 "aws-smithy-runtime 1.5.7",
        5467  +
 "aws-smithy-runtime-api 1.6.3",
        5468  +
 "aws-smithy-types 1.2.0",
        5469  +
 "aws-types 1.3.1",
        5470  +
 "bytes",
        5471  +
 "fastrand 2.0.2",
        5472  +
 "http 0.2.12",
        5473  +
 "once_cell",
        5474  +
 "regex-lite",
        5475  +
 "tokio",
        5476  +
 "tracing",
        5477  +
]
        5478  +
        5479  +
[[package]]
        5480  +
name = "aws-sdk-managedblockchain"
        5481  +
version = "1.30.0"
        5482  +
dependencies = [
        5483  +
 "aws-config",
        5484  +
 "aws-credential-types 1.2.0",
        5485  +
 "aws-runtime 1.2.2",
        5486  +
 "aws-smithy-async 1.2.1",
        5487  +
 "aws-smithy-http 0.60.8",
        5488  +
 "aws-smithy-json 0.60.7",
        5489  +
 "aws-smithy-runtime 1.5.7",
        5490  +
 "aws-smithy-runtime-api 1.6.3",
        5491  +
 "aws-smithy-types 1.2.0",
        5492  +
 "aws-types 1.3.1",
        5493  +
 "bytes",
        5494  +
 "fastrand 2.0.2",
        5495  +
 "http 0.2.12",
        5496  +
 "once_cell",
        5497  +
 "regex-lite",
        5498  +
 "tokio",
        5499  +
 "tracing",
        5500  +
]
        5501  +
        5502  +
[[package]]
        5503  +
name = "aws-sdk-managedblockchainquery"
        5504  +
version = "1.33.0"
        5505  +
dependencies = [
        5506  +
 "aws-config",
        5507  +
 "aws-credential-types 1.2.0",
        5508  +
 "aws-runtime 1.2.2",
        5509  +
 "aws-smithy-async 1.2.1",
        5510  +
 "aws-smithy-http 0.60.8",
        5511  +
 "aws-smithy-json 0.60.7",
        5512  +
 "aws-smithy-runtime 1.5.7",
        5513  +
 "aws-smithy-runtime-api 1.6.3",
        5514  +
 "aws-smithy-types 1.2.0",
        5515  +
 "aws-types 1.3.1",
        5516  +
 "bytes",
        5517  +
 "http 0.2.12",
        5518  +
 "once_cell",
        5519  +
 "regex-lite",
        5520  +
 "tokio",
        5521  +
 "tracing",
        5522  +
]
        5523  +
        5524  +
[[package]]
        5525  +
name = "aws-sdk-marketplaceagreement"
        5526  +
version = "1.27.0"
        5527  +
dependencies = [
        5528  +
 "aws-config",
        5529  +
 "aws-credential-types 1.2.0",
        5530  +
 "aws-runtime 1.2.2",
        5531  +
 "aws-smithy-async 1.2.1",
        5532  +
 "aws-smithy-http 0.60.8",
        5533  +
 "aws-smithy-json 0.60.7",
        5534  +
 "aws-smithy-runtime 1.5.7",
        5535  +
 "aws-smithy-runtime-api 1.6.3",
        5536  +
 "aws-smithy-types 1.2.0",
        5537  +
 "aws-types 1.3.1",
        5538  +
 "bytes",
        5539  +
 "http 0.2.12",
        5540  +
 "once_cell",
        5541  +
 "regex-lite",
        5542  +
 "tokio",
        5543  +
 "tracing",
        5544  +
]
        5545  +
        5546  +
[[package]]
        5547  +
name = "aws-sdk-marketplacecatalog"
        5548  +
version = "1.34.0"
        5549  +
dependencies = [
        5550  +
 "aws-config",
        5551  +
 "aws-credential-types 1.2.0",
        5552  +
 "aws-runtime 1.2.2",
        5553  +
 "aws-smithy-async 1.2.1",
        5554  +
 "aws-smithy-http 0.60.8",
        5555  +
 "aws-smithy-json 0.60.7",
        5556  +
 "aws-smithy-runtime 1.5.7",
        5557  +
 "aws-smithy-runtime-api 1.6.3",
        5558  +
 "aws-smithy-types 1.2.0",
        5559  +
 "aws-types 1.3.1",
        5560  +
 "bytes",
        5561  +
 "fastrand 2.0.2",
        5562  +
 "http 0.2.12",
        5563  +
 "once_cell",
        5564  +
 "regex-lite",
        5565  +
 "tokio",
        5566  +
 "tracing",
        5567  +
]
        5568  +
        5569  +
[[package]]
        5570  +
name = "aws-sdk-marketplacecommerceanalytics"
        5571  +
version = "1.30.0"
        5572  +
dependencies = [
        5573  +
 "aws-config",
        5574  +
 "aws-credential-types 1.2.0",
        5575  +
 "aws-runtime 1.2.2",
        5576  +
 "aws-smithy-async 1.2.1",
        5577  +
 "aws-smithy-http 0.60.8",
        5578  +
 "aws-smithy-json 0.60.7",
        5579  +
 "aws-smithy-runtime 1.5.7",
        5580  +
 "aws-smithy-runtime-api 1.6.3",
        5581  +
 "aws-smithy-types 1.2.0",
        5582  +
 "aws-types 1.3.1",
        5583  +
 "bytes",
        5584  +
 "http 0.2.12",
        5585  +
 "once_cell",
        5586  +
 "regex-lite",
        5587  +
 "tokio",
        5588  +
 "tracing",
        5589  +
]
        5590  +
        5591  +
[[package]]
        5592  +
name = "aws-sdk-marketplacedeployment"
        5593  +
version = "1.27.0"
        5594  +
dependencies = [
        5595  +
 "aws-config",
        5596  +
 "aws-credential-types 1.2.0",
        5597  +
 "aws-runtime 1.2.2",
        5598  +
 "aws-smithy-async 1.2.1",
        5599  +
 "aws-smithy-http 0.60.8",
        5600  +
 "aws-smithy-json 0.60.7",
        5601  +
 "aws-smithy-runtime 1.5.7",
        5602  +
 "aws-smithy-runtime-api 1.6.3",
        5603  +
 "aws-smithy-types 1.2.0",
        5604  +
 "aws-types 1.3.1",
        5605  +
 "bytes",
        5606  +
 "fastrand 2.0.2",
        5607  +
 "http 0.2.12",
        5608  +
 "once_cell",
        5609  +
 "regex-lite",
        5610  +
 "tokio",
        5611  +
 "tracing",
        5612  +
]
        5613  +
        5614  +
[[package]]
        5615  +
name = "aws-sdk-marketplaceentitlement"
        5616  +
version = "1.31.0"
        5617  +
dependencies = [
        5618  +
 "aws-config",
        5619  +
 "aws-credential-types 1.2.0",
        5620  +
 "aws-runtime 1.2.2",
        5621  +
 "aws-smithy-async 1.2.1",
        5622  +
 "aws-smithy-http 0.60.8",
        5623  +
 "aws-smithy-json 0.60.7",
        5624  +
 "aws-smithy-runtime 1.5.7",
        5625  +
 "aws-smithy-runtime-api 1.6.3",
        5626  +
 "aws-smithy-types 1.2.0",
        5627  +
 "aws-types 1.3.1",
        5628  +
 "bytes",
        5629  +
 "http 0.2.12",
        5630  +
 "once_cell",
        5631  +
 "regex-lite",
        5632  +
 "tokio",
        5633  +
 "tracing",
        5634  +
]
        5635  +
        5636  +
[[package]]
        5637  +
name = "aws-sdk-marketplacemetering"
        5638  +
version = "1.30.0"
        5639  +
dependencies = [
        5640  +
 "aws-config",
        5641  +
 "aws-credential-types 1.2.0",
        5642  +
 "aws-runtime 1.2.2",
        5643  +
 "aws-smithy-async 1.2.1",
        5644  +
 "aws-smithy-http 0.60.8",
        5645  +
 "aws-smithy-json 0.60.7",
        5646  +
 "aws-smithy-runtime 1.5.7",
        5647  +
 "aws-smithy-runtime-api 1.6.3",
        5648  +
 "aws-smithy-types 1.2.0",
        5649  +
 "aws-types 1.3.1",
        5650  +
 "bytes",
        5651  +
 "http 0.2.12",
        5652  +
 "once_cell",
        5653  +
 "regex-lite",
        5654  +
 "tokio",
        5655  +
 "tracing",
        5656  +
]
        5657  +
        5658  +
[[package]]
        5659  +
name = "aws-sdk-mediaconnect"
        5660  +
version = "1.31.0"
        5661  +
dependencies = [
        5662  +
 "aws-config",
        5663  +
 "aws-credential-types 1.2.0",
        5664  +
 "aws-runtime 1.2.2",
        5665  +
 "aws-smithy-async 1.2.1",
        5666  +
 "aws-smithy-http 0.60.8",
        5667  +
 "aws-smithy-json 0.60.7",
        5668  +
 "aws-smithy-runtime 1.5.7",
        5669  +
 "aws-smithy-runtime-api 1.6.3",
        5670  +
 "aws-smithy-types 1.2.0",
        5671  +
 "aws-types 1.3.1",
        5672  +
 "bytes",
        5673  +
 "http 0.2.12",
        5674  +
 "once_cell",
        5675  +
 "regex-lite",
        5676  +
 "tokio",
        5677  +
 "tracing",
        5678  +
]
        5679  +
        5680  +
[[package]]
        5681  +
name = "aws-sdk-mediaconvert"
        5682  +
version = "1.33.0"
        5683  +
dependencies = [
        5684  +
 "aws-config",
        5685  +
 "aws-credential-types 1.2.0",
        5686  +
 "aws-runtime 1.2.2",
        5687  +
 "aws-smithy-async 1.2.1",
        5688  +
 "aws-smithy-http 0.60.8",
        5689  +
 "aws-smithy-json 0.60.7",
        5690  +
 "aws-smithy-runtime 1.5.7",
        5691  +
 "aws-smithy-runtime-api 1.6.3",
        5692  +
 "aws-smithy-types 1.2.0",
        5693  +
 "aws-types 1.3.1",
        5694  +
 "bytes",
        5695  +
 "fastrand 2.0.2",
        5696  +
 "http 0.2.12",
        5697  +
 "once_cell",
        5698  +
 "regex-lite",
        5699  +
 "tokio",
        5700  +
 "tracing",
        5701  +
]
        5702  +
        5703  +
[[package]]
        5704  +
name = "aws-sdk-medialive"
        5705  +
version = "1.36.0"
        5706  +
dependencies = [
        5707  +
 "aws-config",
        5708  +
 "aws-credential-types 1.2.0",
        5709  +
 "aws-runtime 1.2.2",
        5710  +
 "aws-smithy-async 1.2.1",
        5711  +
 "aws-smithy-http 0.60.8",
        5712  +
 "aws-smithy-json 0.60.7",
        5713  +
 "aws-smithy-runtime 1.5.7",
        5714  +
 "aws-smithy-runtime-api 1.6.3",
        5715  +
 "aws-smithy-types 1.2.0",
        5716  +
 "aws-types 1.3.1",
        5717  +
 "bytes",
        5718  +
 "fastrand 2.0.2",
        5719  +
 "http 0.2.12",
        5720  +
 "once_cell",
        5721  +
 "regex-lite",
        5722  +
 "tokio",
        5723  +
 "tracing",
        5724  +
]
        5725  +
        5726  +
[[package]]
        5727  +
name = "aws-sdk-mediapackage"
        5728  +
version = "1.30.0"
        5729  +
dependencies = [
        5730  +
 "aws-config",
        5731  +
 "aws-credential-types 1.2.0",
        5732  +
 "aws-runtime 1.2.2",
        5733  +
 "aws-smithy-async 1.2.1",
        5734  +
 "aws-smithy-http 0.60.8",
        5735  +
 "aws-smithy-json 0.60.7",
        5736  +
 "aws-smithy-runtime 1.5.7",
        5737  +
 "aws-smithy-runtime-api 1.6.3",
        5738  +
 "aws-smithy-types 1.2.0",
        5739  +
 "aws-types 1.3.1",
        5740  +
 "bytes",
        5741  +
 "http 0.2.12",
        5742  +
 "once_cell",
        5743  +
 "regex-lite",
        5744  +
 "tokio",
        5745  +
 "tracing",
        5746  +
]
        5747  +
        5748  +
[[package]]
        5749  +
name = "aws-sdk-mediapackagev2"
        5750  +
version = "1.32.0"
        5751  +
dependencies = [
        5752  +
 "aws-config",
        5753  +
 "aws-credential-types 1.2.0",
        5754  +
 "aws-runtime 1.2.2",
        5755  +
 "aws-smithy-async 1.2.1",
        5756  +
 "aws-smithy-http 0.60.8",
        5757  +
 "aws-smithy-json 0.60.7",
        5758  +
 "aws-smithy-runtime 1.5.7",
        5759  +
 "aws-smithy-runtime-api 1.6.3",
        5760  +
 "aws-smithy-types 1.2.0",
        5761  +
 "aws-types 1.3.1",
        5762  +
 "bytes",
        5763  +
 "fastrand 2.0.2",
        5764  +
 "http 0.2.12",
        5765  +
 "once_cell",
        5766  +
 "regex-lite",
        5767  +
 "tokio",
        5768  +
 "tracing",
        5769  +
]
        5770  +
        5771  +
[[package]]
        5772  +
name = "aws-sdk-mediapackagevod"
        5773  +
version = "1.30.0"
        5774  +
dependencies = [
        5775  +
 "aws-config",
        5776  +
 "aws-credential-types 1.2.0",
        5777  +
 "aws-runtime 1.2.2",
        5778  +
 "aws-smithy-async 1.2.1",
        5779  +
 "aws-smithy-http 0.60.8",
        5780  +
 "aws-smithy-json 0.60.7",
        5781  +
 "aws-smithy-runtime 1.5.7",
        5782  +
 "aws-smithy-runtime-api 1.6.3",
        5783  +
 "aws-smithy-types 1.2.0",
        5784  +
 "aws-types 1.3.1",
        5785  +
 "bytes",
        5786  +
 "http 0.2.12",
        5787  +
 "once_cell",
        5788  +
 "regex-lite",
        5789  +
 "tokio",
        5790  +
 "tracing",
        5791  +
]
        5792  +
        5793  +
[[package]]
        5794  +
name = "aws-sdk-mediastore"
        5795  +
version = "1.30.0"
        5796  +
dependencies = [
        5797  +
 "aws-config",
        5798  +
 "aws-credential-types 1.2.0",
        5799  +
 "aws-runtime 1.2.2",
        5800  +
 "aws-smithy-async 1.2.1",
        5801  +
 "aws-smithy-http 0.60.8",
        5802  +
 "aws-smithy-json 0.60.7",
        5803  +
 "aws-smithy-runtime 1.5.7",
        5804  +
 "aws-smithy-runtime-api 1.6.3",
        5805  +
 "aws-smithy-types 1.2.0",
        5806  +
 "aws-types 1.3.1",
        5807  +
 "bytes",
        5808  +
 "http 0.2.12",
        5809  +
 "once_cell",
        5810  +
 "regex-lite",
        5811  +
 "tokio",
        5812  +
 "tracing",
        5813  +
]
        5814  +
        5815  +
[[package]]
        5816  +
name = "aws-sdk-mediastoredata"
        5817  +
version = "1.30.0"
        5818  +
dependencies = [
        5819  +
 "aws-config",
        5820  +
 "aws-credential-types 1.2.0",
        5821  +
 "aws-runtime 1.2.2",
        5822  +
 "aws-sigv4 1.2.2",
        5823  +
 "aws-smithy-async 1.2.1",
        5824  +
 "aws-smithy-http 0.60.8",
        5825  +
 "aws-smithy-json 0.60.7",
        5826  +
 "aws-smithy-runtime 1.5.7",
        5827  +
 "aws-smithy-runtime-api 1.6.3",
        5828  +
 "aws-smithy-types 1.2.0",
        5829  +
 "aws-types 1.3.1",
        5830  +
 "bytes",
        5831  +
 "http 0.2.12",
        5832  +
 "once_cell",
        5833  +
 "regex-lite",
        5834  +
 "tokio",
        5835  +
 "tracing",
        5836  +
]
        5837  +
        5838  +
[[package]]
        5839  +
name = "aws-sdk-mediatailor"
        5840  +
version = "1.32.0"
        5841  +
dependencies = [
        5842  +
 "aws-config",
        5843  +
 "aws-credential-types 1.2.0",
        5844  +
 "aws-runtime 1.2.2",
        5845  +
 "aws-smithy-async 1.2.1",
        5846  +
 "aws-smithy-http 0.60.8",
        5847  +
 "aws-smithy-json 0.60.7",
        5848  +
 "aws-smithy-runtime 1.5.7",
        5849  +
 "aws-smithy-runtime-api 1.6.3",
        5850  +
 "aws-smithy-types 1.2.0",
        5851  +
 "aws-types 1.3.1",
        5852  +
 "bytes",
        5853  +
 "http 0.2.12",
        5854  +
 "once_cell",
        5855  +
 "regex-lite",
        5856  +
 "tokio",
        5857  +
 "tracing",
        5858  +
]
        5859  +
        5860  +
[[package]]
        5861  +
name = "aws-sdk-medicalimaging"
        5862  +
version = "1.32.0"
        5863  +
dependencies = [
        5864  +
 "aws-config",
        5865  +
 "aws-credential-types 1.2.0",
        5866  +
 "aws-runtime 1.2.2",
        5867  +
 "aws-smithy-async 1.2.1",
        5868  +
 "aws-smithy-http 0.60.8",
        5869  +
 "aws-smithy-json 0.60.7",
        5870  +
 "aws-smithy-runtime 1.5.7",
        5871  +
 "aws-smithy-runtime-api 1.6.3",
        5872  +
 "aws-smithy-types 1.2.0",
        5873  +
 "aws-types 1.3.1",
        5874  +
 "bytes",
        5875  +
 "fastrand 2.0.2",
        5876  +
 "http 0.2.12",
        5877  +
 "once_cell",
        5878  +
 "regex-lite",
        5879  +
 "tokio",
        5880  +
 "tracing",
        5881  +
]
        5882  +
        5883  +
[[package]]
        5884  +
name = "aws-sdk-memorydb"
        5885  +
version = "1.30.0"
        5886  +
dependencies = [
        5887  +
 "aws-config",
        5888  +
 "aws-credential-types 1.2.0",
        5889  +
 "aws-runtime 1.2.2",
        5890  +
 "aws-smithy-async 1.2.1",
        5891  +
 "aws-smithy-http 0.60.8",
        5892  +
 "aws-smithy-json 0.60.7",
        5893  +
 "aws-smithy-runtime 1.5.7",
        5894  +
 "aws-smithy-runtime-api 1.6.3",
        5895  +
 "aws-smithy-types 1.2.0",
        5896  +
 "aws-types 1.3.1",
        5897  +
 "bytes",
        5898  +
 "http 0.2.12",
        5899  +
 "once_cell",
        5900  +
 "regex-lite",
        5901  +
 "tokio",
        5902  +
 "tracing",
        5903  +
]
        5904  +
        5905  +
[[package]]
        5906  +
name = "aws-sdk-mgn"
        5907  +
version = "1.30.0"
        5908  +
dependencies = [
        5909  +
 "aws-config",
        5910  +
 "aws-credential-types 1.2.0",
        5911  +
 "aws-runtime 1.2.2",
        5912  +
 "aws-smithy-async 1.2.1",
        5913  +
 "aws-smithy-http 0.60.8",
        5914  +
 "aws-smithy-json 0.60.7",
        5915  +
 "aws-smithy-runtime 1.5.7",
        5916  +
 "aws-smithy-runtime-api 1.6.3",
        5917  +
 "aws-smithy-types 1.2.0",
        5918  +
 "aws-types 1.3.1",
        5919  +
 "bytes",
        5920  +
 "fastrand 2.0.2",
        5921  +
 "http 0.2.12",
        5922  +
 "once_cell",
        5923  +
 "regex-lite",
        5924  +
 "tokio",
        5925  +
 "tracing",
        5926  +
]
        5927  +
        5928  +
[[package]]
        5929  +
name = "aws-sdk-migrationhub"
        5930  +
version = "1.30.0"
        5931  +
dependencies = [
        5932  +
 "aws-config",
        5933  +
 "aws-credential-types 1.2.0",
        5934  +
 "aws-runtime 1.2.2",
        5935  +
 "aws-smithy-async 1.2.1",
        5936  +
 "aws-smithy-http 0.60.8",
        5937  +
 "aws-smithy-json 0.60.7",
        5938  +
 "aws-smithy-runtime 1.5.7",
        5939  +
 "aws-smithy-runtime-api 1.6.3",
        5940  +
 "aws-smithy-types 1.2.0",
        5941  +
 "aws-types 1.3.1",
        5942  +
 "bytes",
        5943  +
 "http 0.2.12",
        5944  +
 "once_cell",
        5945  +
 "regex-lite",
        5946  +
 "tokio",
        5947  +
 "tracing",
        5948  +
]
        5949  +
        5950  +
[[package]]
        5951  +
name = "aws-sdk-migrationhubconfig"
        5952  +
version = "1.30.0"
        5953  +
dependencies = [
        5954  +
 "aws-config",
        5955  +
 "aws-credential-types 1.2.0",
        5956  +
 "aws-runtime 1.2.2",
        5957  +
 "aws-smithy-async 1.2.1",
        5958  +
 "aws-smithy-http 0.60.8",
        5959  +
 "aws-smithy-json 0.60.7",
        5960  +
 "aws-smithy-runtime 1.5.7",
        5961  +
 "aws-smithy-runtime-api 1.6.3",
        5962  +
 "aws-smithy-types 1.2.0",
        5963  +
 "aws-types 1.3.1",
        5964  +
 "bytes",
        5965  +
 "http 0.2.12",
        5966  +
 "once_cell",
        5967  +
 "regex-lite",
        5968  +
 "tokio",
        5969  +
 "tracing",
        5970  +
]
        5971  +
        5972  +
[[package]]
        5973  +
name = "aws-sdk-migrationhuborchestrator"
        5974  +
version = "1.31.0"
        5975  +
dependencies = [
        5976  +
 "aws-config",
        5977  +
 "aws-credential-types 1.2.0",
        5978  +
 "aws-runtime 1.2.2",
        5979  +
 "aws-smithy-async 1.2.1",
        5980  +
 "aws-smithy-http 0.60.8",
        5981  +
 "aws-smithy-json 0.60.7",
        5982  +
 "aws-smithy-runtime 1.5.7",
        5983  +
 "aws-smithy-runtime-api 1.6.3",
        5984  +
 "aws-smithy-types 1.2.0",
        5985  +
 "aws-types 1.3.1",
        5986  +
 "bytes",
        5987  +
 "fastrand 2.0.2",
        5988  +
 "http 0.2.12",
        5989  +
 "once_cell",
        5990  +
 "regex-lite",
        5991  +
 "tokio",
        5992  +
 "tracing",
        5993  +
]
        5994  +
        5995  +
[[package]]
        5996  +
name = "aws-sdk-migrationhubrefactorspaces"
        5997  +
version = "1.30.0"
        5998  +
dependencies = [
        5999  +
 "aws-config",
        6000  +
 "aws-credential-types 1.2.0",
        6001  +
 "aws-runtime 1.2.2",
        6002  +
 "aws-smithy-async 1.2.1",
        6003  +
 "aws-smithy-http 0.60.8",
        6004  +
 "aws-smithy-json 0.60.7",
        6005  +
 "aws-smithy-runtime 1.5.7",
        6006  +
 "aws-smithy-runtime-api 1.6.3",
        6007  +
 "aws-smithy-types 1.2.0",
        6008  +
 "aws-types 1.3.1",
        6009  +
 "bytes",
        6010  +
 "fastrand 2.0.2",
        6011  +
 "http 0.2.12",
        6012  +
 "once_cell",
        6013  +
 "regex-lite",
        6014  +
 "tokio",
        6015  +
 "tracing",
        6016  +
]
        6017  +
        6018  +
[[package]]
        6019  +
name = "aws-sdk-migrationhubstrategy"
        6020  +
version = "1.30.0"
        6021  +
dependencies = [
        6022  +
 "aws-config",
        6023  +
 "aws-credential-types 1.2.0",
        6024  +
 "aws-runtime 1.2.2",
        6025  +
 "aws-smithy-async 1.2.1",
        6026  +
 "aws-smithy-http 0.60.8",
        6027  +
 "aws-smithy-json 0.60.7",
        6028  +
 "aws-smithy-runtime 1.5.7",
        6029  +
 "aws-smithy-runtime-api 1.6.3",
        6030  +
 "aws-smithy-types 1.2.0",
        6031  +
 "aws-types 1.3.1",
        6032  +
 "bytes",
        6033  +
 "http 0.2.12",
        6034  +
 "once_cell",
        6035  +
 "regex-lite",
        6036  +
 "tokio",
        6037  +
 "tracing",
        6038  +
]
        6039  +
        6040  +
[[package]]
        6041  +
name = "aws-sdk-mobile"
        6042  +
version = "1.30.0"
        6043  +
dependencies = [
        6044  +
 "aws-config",
        6045  +
 "aws-credential-types 1.2.0",
        6046  +
 "aws-runtime 1.2.2",
        6047  +
 "aws-smithy-async 1.2.1",
        6048  +
 "aws-smithy-http 0.60.8",
        6049  +
 "aws-smithy-json 0.60.7",
        6050  +
 "aws-smithy-runtime 1.5.7",
        6051  +
 "aws-smithy-runtime-api 1.6.3",
        6052  +
 "aws-smithy-types 1.2.0",
        6053  +
 "aws-types 1.3.1",
        6054  +
 "bytes",
        6055  +
 "http 0.2.12",
        6056  +
 "once_cell",
        6057  +
 "regex-lite",
        6058  +
 "tokio",
        6059  +
 "tracing",
        6060  +
]
        6061  +
        6062  +
[[package]]
        6063  +
name = "aws-sdk-mq"
        6064  +
version = "1.30.0"
        6065  +
dependencies = [
        6066  +
 "aws-config",
        6067  +
 "aws-credential-types 1.2.0",
        6068  +
 "aws-runtime 1.2.2",
        6069  +
 "aws-smithy-async 1.2.1",
        6070  +
 "aws-smithy-http 0.60.8",
        6071  +
 "aws-smithy-json 0.60.7",
        6072  +
 "aws-smithy-runtime 1.5.7",
        6073  +
 "aws-smithy-runtime-api 1.6.3",
        6074  +
 "aws-smithy-types 1.2.0",
        6075  +
 "aws-types 1.3.1",
        6076  +
 "bytes",
        6077  +
 "fastrand 2.0.2",
        6078  +
 "http 0.2.12",
        6079  +
 "once_cell",
        6080  +
 "regex-lite",
        6081  +
 "tokio",
        6082  +
 "tracing",
        6083  +
]
        6084  +
        6085  +
[[package]]
        6086  +
name = "aws-sdk-mturk"
        6087  +
version = "1.30.0"
        6088  +
dependencies = [
        6089  +
 "aws-config",
        6090  +
 "aws-credential-types 1.2.0",
        6091  +
 "aws-runtime 1.2.2",
        6092  +
 "aws-smithy-async 1.2.1",
        6093  +
 "aws-smithy-http 0.60.8",
        6094  +
 "aws-smithy-json 0.60.7",
        6095  +
 "aws-smithy-runtime 1.5.7",
        6096  +
 "aws-smithy-runtime-api 1.6.3",
        6097  +
 "aws-smithy-types 1.2.0",
        6098  +
 "aws-types 1.3.1",
        6099  +
 "bytes",
        6100  +
 "http 0.2.12",
        6101  +
 "once_cell",
        6102  +
 "regex-lite",
        6103  +
 "tokio",
        6104  +
 "tracing",
        6105  +
]
        6106  +
        6107  +
[[package]]
        6108  +
name = "aws-sdk-mwaa"
        6109  +
version = "1.33.0"
        6110  +
dependencies = [
        6111  +
 "aws-config",
        6112  +
 "aws-credential-types 1.2.0",
        6113  +
 "aws-runtime 1.2.2",
        6114  +
 "aws-smithy-async 1.2.1",
        6115  +
 "aws-smithy-http 0.60.8",
        6116  +
 "aws-smithy-json 0.60.7",
        6117  +
 "aws-smithy-runtime 1.5.7",
        6118  +
 "aws-smithy-runtime-api 1.6.3",
        6119  +
 "aws-smithy-types 1.2.0",
        6120  +
 "aws-types 1.3.1",
        6121  +
 "bytes",
        6122  +
 "http 0.2.12",
        6123  +
 "once_cell",
        6124  +
 "regex-lite",
        6125  +
 "tokio",
        6126  +
 "tracing",
        6127  +
]
        6128  +
        6129  +
[[package]]
        6130  +
name = "aws-sdk-neptune"
        6131  +
version = "1.31.0"
        6132  +
dependencies = [
        6133  +
 "aws-config",
        6134  +
 "aws-credential-types 1.2.0",
        6135  +
 "aws-runtime 1.2.2",
        6136  +
 "aws-smithy-async 1.2.1",
        6137  +
 "aws-smithy-http 0.60.8",
        6138  +
 "aws-smithy-json 0.60.7",
        6139  +
 "aws-smithy-query",
        6140  +
 "aws-smithy-runtime 1.5.7",
        6141  +
 "aws-smithy-runtime-api 1.6.3",
        6142  +
 "aws-smithy-types 1.2.0",
        6143  +
 "aws-smithy-xml 0.60.8",
        6144  +
 "aws-types 1.3.1",
        6145  +
 "http 0.2.12",
        6146  +
 "once_cell",
        6147  +
 "regex-lite",
        6148  +
 "tokio",
        6149  +
 "tracing",
        6150  +
]
        6151  +
        6152  +
[[package]]
        6153  +
name = "aws-sdk-neptunedata"
        6154  +
version = "1.30.0"
        6155  +
dependencies = [
        6156  +
 "aws-config",
        6157  +
 "aws-credential-types 1.2.0",
        6158  +
 "aws-runtime 1.2.2",
        6159  +
 "aws-smithy-async 1.2.1",
        6160  +
 "aws-smithy-http 0.60.8",
        6161  +
 "aws-smithy-json 0.60.7",
        6162  +
 "aws-smithy-runtime 1.5.7",
        6163  +
 "aws-smithy-runtime-api 1.6.3",
        6164  +
 "aws-smithy-types 1.2.0",
        6165  +
 "aws-types 1.3.1",
        6166  +
 "bytes",
        6167  +
 "http 0.2.12",
        6168  +
 "once_cell",
        6169  +
 "regex-lite",
        6170  +
 "tokio",
        6171  +
 "tracing",
        6172  +
]
        6173  +
        6174  +
[[package]]
        6175  +
name = "aws-sdk-neptunegraph"
        6176  +
version = "1.27.0"
        6177  +
dependencies = [
        6178  +
 "aws-config",
        6179  +
 "aws-credential-types 1.2.0",
        6180  +
 "aws-runtime 1.2.2",
        6181  +
 "aws-smithy-async 1.2.1",
        6182  +
 "aws-smithy-http 0.60.8",
        6183  +
 "aws-smithy-json 0.60.7",
        6184  +
 "aws-smithy-runtime 1.5.7",
        6185  +
 "aws-smithy-runtime-api 1.6.3",
        6186  +
 "aws-smithy-types 1.2.0",
        6187  +
 "aws-types 1.3.1",
        6188  +
 "bytes",
        6189  +
 "http 0.2.12",
        6190  +
 "once_cell",
        6191  +
 "regex-lite",
        6192  +
 "tokio",
        6193  +
 "tracing",
        6194  +
]
        6195  +
        6196  +
[[package]]
        6197  +
name = "aws-sdk-networkfirewall"
        6198  +
version = "1.30.0"
        6199  +
dependencies = [
        6200  +
 "aws-config",
        6201  +
 "aws-credential-types 1.2.0",
        6202  +
 "aws-runtime 1.2.2",
        6203  +
 "aws-smithy-async 1.2.1",
        6204  +
 "aws-smithy-http 0.60.8",
        6205  +
 "aws-smithy-json 0.60.7",
        6206  +
 "aws-smithy-runtime 1.5.7",
        6207  +
 "aws-smithy-runtime-api 1.6.3",
        6208  +
 "aws-smithy-types 1.2.0",
        6209  +
 "aws-types 1.3.1",
        6210  +
 "bytes",
        6211  +
 "http 0.2.12",
        6212  +
 "once_cell",
        6213  +
 "regex-lite",
        6214  +
 "tokio",
        6215  +
 "tracing",
        6216  +
]
        6217  +
        6218  +
[[package]]
        6219  +
name = "aws-sdk-networkmanager"
        6220  +
version = "1.30.0"
        6221  +
dependencies = [
        6222  +
 "aws-config",
        6223  +
 "aws-credential-types 1.2.0",
        6224  +
 "aws-runtime 1.2.2",
        6225  +
 "aws-smithy-async 1.2.1",
        6226  +
 "aws-smithy-http 0.60.8",
        6227  +
 "aws-smithy-json 0.60.7",
        6228  +
 "aws-smithy-runtime 1.5.7",
        6229  +
 "aws-smithy-runtime-api 1.6.3",
        6230  +
 "aws-smithy-types 1.2.0",
        6231  +
 "aws-types 1.3.1",
        6232  +
 "bytes",
        6233  +
 "fastrand 2.0.2",
        6234  +
 "http 0.2.12",
        6235  +
 "once_cell",
        6236  +
 "regex-lite",
        6237  +
 "tokio",
        6238  +
 "tracing",
        6239  +
]
        6240  +
        6241  +
[[package]]
        6242  +
name = "aws-sdk-networkmonitor"
        6243  +
version = "1.21.0"
        6244  +
dependencies = [
        6245  +
 "aws-config",
        6246  +
 "aws-credential-types 1.2.0",
        6247  +
 "aws-runtime 1.2.2",
        6248  +
 "aws-smithy-async 1.2.1",
        6249  +
 "aws-smithy-http 0.60.8",
        6250  +
 "aws-smithy-json 0.60.7",
        6251  +
 "aws-smithy-runtime 1.5.7",
        6252  +
 "aws-smithy-runtime-api 1.6.3",
        6253  +
 "aws-smithy-types 1.2.0",
        6254  +
 "aws-types 1.3.1",
        6255  +
 "bytes",
        6256  +
 "fastrand 2.0.2",
        6257  +
 "http 0.2.12",
        6258  +
 "once_cell",
        6259  +
 "regex-lite",
        6260  +
 "tokio",
        6261  +
 "tracing",
        6262  +
]
        6263  +
        6264  +
[[package]]
        6265  +
name = "aws-sdk-nimble"
        6266  +
version = "1.30.0"
        6267  +
dependencies = [
        6268  +
 "aws-config",
        6269  +
 "aws-credential-types 1.2.0",
        6270  +
 "aws-runtime 1.2.2",
        6271  +
 "aws-smithy-async 1.2.1",
        6272  +
 "aws-smithy-http 0.60.8",
        6273  +
 "aws-smithy-json 0.60.7",
        6274  +
 "aws-smithy-runtime 1.5.7",
        6275  +
 "aws-smithy-runtime-api 1.6.3",
        6276  +
 "aws-smithy-types 1.2.0",
        6277  +
 "aws-types 1.3.1",
        6278  +
 "bytes",
        6279  +
 "fastrand 2.0.2",
        6280  +
 "http 0.2.12",
        6281  +
 "once_cell",
        6282  +
 "regex-lite",
        6283  +
 "tokio",
        6284  +
 "tracing",
        6285  +
]
        6286  +
        6287  +
[[package]]
        6288  +
name = "aws-sdk-oam"
        6289  +
version = "1.32.0"
        6290  +
dependencies = [
        6291  +
 "aws-config",
        6292  +
 "aws-credential-types 1.2.0",
        6293  +
 "aws-runtime 1.2.2",
        6294  +
 "aws-smithy-async 1.2.1",
        6295  +
 "aws-smithy-http 0.60.8",
        6296  +
 "aws-smithy-json 0.60.7",
        6297  +
 "aws-smithy-runtime 1.5.7",
        6298  +
 "aws-smithy-runtime-api 1.6.3",
        6299  +
 "aws-smithy-types 1.2.0",
        6300  +
 "aws-types 1.3.1",
        6301  +
 "bytes",
        6302  +
 "http 0.2.12",
        6303  +
 "once_cell",
        6304  +
 "regex-lite",
        6305  +
 "tokio",
        6306  +
 "tracing",
        6307  +
]
        6308  +
        6309  +
[[package]]
        6310  +
name = "aws-sdk-omics"
        6311  +
version = "1.32.0"
        6312  +
dependencies = [
        6313  +
 "aws-config",
        6314  +
 "aws-credential-types 1.2.0",
        6315  +
 "aws-runtime 1.2.2",
        6316  +
 "aws-sigv4 1.2.2",
        6317  +
 "aws-smithy-async 1.2.1",
        6318  +
 "aws-smithy-http 0.60.8",
        6319  +
 "aws-smithy-json 0.60.7",
        6320  +
 "aws-smithy-runtime 1.5.7",
        6321  +
 "aws-smithy-runtime-api 1.6.3",
        6322  +
 "aws-smithy-types 1.2.0",
        6323  +
 "aws-types 1.3.1",
        6324  +
 "bytes",
        6325  +
 "fastrand 2.0.2",
        6326  +
 "http 0.2.12",
        6327  +
 "once_cell",
        6328  +
 "regex-lite",
        6329  +
 "tokio",
        6330  +
 "tracing",
        6331  +
]
        6332  +
        6333  +
[[package]]
        6334  +
name = "aws-sdk-opensearch"
        6335  +
version = "1.35.0"
        6336  +
dependencies = [
        6337  +
 "aws-config",
        6338  +
 "aws-credential-types 1.2.0",
        6339  +
 "aws-runtime 1.2.2",
        6340  +
 "aws-smithy-async 1.2.1",
        6341  +
 "aws-smithy-http 0.60.8",
        6342  +
 "aws-smithy-json 0.60.7",
        6343  +
 "aws-smithy-runtime 1.5.7",
        6344  +
 "aws-smithy-runtime-api 1.6.3",
        6345  +
 "aws-smithy-types 1.2.0",
        6346  +
 "aws-types 1.3.1",
        6347  +
 "bytes",
        6348  +
 "http 0.2.12",
        6349  +
 "once_cell",
        6350  +
 "regex-lite",
        6351  +
 "tokio",
        6352  +
 "tracing",
        6353  +
]
        6354  +
        6355  +
[[package]]
        6356  +
name = "aws-sdk-opensearchserverless"
        6357  +
version = "1.31.0"
        6358  +
dependencies = [
        6359  +
 "aws-config",
        6360  +
 "aws-credential-types 1.2.0",
        6361  +
 "aws-runtime 1.2.2",
        6362  +
 "aws-smithy-async 1.2.1",
        6363  +
 "aws-smithy-http 0.60.8",
        6364  +
 "aws-smithy-json 0.60.7",
        6365  +
 "aws-smithy-runtime 1.5.7",
        6366  +
 "aws-smithy-runtime-api 1.6.3",
        6367  +
 "aws-smithy-types 1.2.0",
        6368  +
 "aws-types 1.3.1",
        6369  +
 "bytes",
        6370  +
 "fastrand 2.0.2",
        6371  +
 "http 0.2.12",
        6372  +
 "once_cell",
        6373  +
 "regex-lite",
        6374  +
 "tokio",
        6375  +
 "tracing",
        6376  +
]
        6377  +
        6378  +
[[package]]
        6379  +
name = "aws-sdk-opsworks"
        6380  +
version = "1.30.0"
        6381  +
dependencies = [
        6382  +
 "aws-config",
        6383  +
 "aws-credential-types 1.2.0",
        6384  +
 "aws-runtime 1.2.2",
        6385  +
 "aws-smithy-async 1.2.1",
        6386  +
 "aws-smithy-http 0.60.8",
        6387  +
 "aws-smithy-json 0.60.7",
        6388  +
 "aws-smithy-runtime 1.5.7",
        6389  +
 "aws-smithy-runtime-api 1.6.3",
        6390  +
 "aws-smithy-types 1.2.0",
        6391  +
 "aws-types 1.3.1",
        6392  +
 "bytes",
        6393  +
 "http 0.2.12",
        6394  +
 "once_cell",
        6395  +
 "regex-lite",
        6396  +
 "tokio",
        6397  +
 "tracing",
        6398  +
]
        6399  +
        6400  +
[[package]]
        6401  +
name = "aws-sdk-opsworkscm"
        6402  +
version = "1.30.0"
        6403  +
dependencies = [
        6404  +
 "aws-config",
        6405  +
 "aws-credential-types 1.2.0",
        6406  +
 "aws-runtime 1.2.2",
        6407  +
 "aws-smithy-async 1.2.1",
        6408  +
 "aws-smithy-http 0.60.8",
        6409  +
 "aws-smithy-json 0.60.7",
        6410  +
 "aws-smithy-runtime 1.5.7",
        6411  +
 "aws-smithy-runtime-api 1.6.3",
        6412  +
 "aws-smithy-types 1.2.0",
        6413  +
 "aws-types 1.3.1",
        6414  +
 "bytes",
        6415  +
 "http 0.2.12",
        6416  +
 "once_cell",
        6417  +
 "regex-lite",
        6418  +
 "tokio",
        6419  +
 "tracing",
        6420  +
]
        6421  +
        6422  +
[[package]]
        6423  +
name = "aws-sdk-organizations"
        6424  +
version = "1.32.0"
        6425  +
dependencies = [
        6426  +
 "aws-config",
        6427  +
 "aws-credential-types 1.2.0",
        6428  +
 "aws-runtime 1.2.2",
        6429  +
 "aws-smithy-async 1.2.1",
        6430  +
 "aws-smithy-http 0.60.8",
        6431  +
 "aws-smithy-json 0.60.7",
        6432  +
 "aws-smithy-runtime 1.5.7",
        6433  +
 "aws-smithy-runtime-api 1.6.3",
        6434  +
 "aws-smithy-types 1.2.0",
        6435  +
 "aws-types 1.3.1",
        6436  +
 "bytes",
        6437  +
 "http 0.2.12",
        6438  +
 "once_cell",
        6439  +
 "regex-lite",
        6440  +
 "tokio",
        6441  +
 "tracing",
        6442  +
]
        6443  +
        6444  +
[[package]]
        6445  +
name = "aws-sdk-osis"
        6446  +
version = "1.31.0"
        6447  +
dependencies = [
        6448  +
 "aws-config",
        6449  +
 "aws-credential-types 1.2.0",
        6450  +
 "aws-runtime 1.2.2",
        6451  +
 "aws-smithy-async 1.2.1",
        6452  +
 "aws-smithy-http 0.60.8",
        6453  +
 "aws-smithy-json 0.60.7",
        6454  +
 "aws-smithy-runtime 1.5.7",
        6455  +
 "aws-smithy-runtime-api 1.6.3",
        6456  +
 "aws-smithy-types 1.2.0",
        6457  +
 "aws-types 1.3.1",
        6458  +
 "bytes",
        6459  +
 "http 0.2.12",
        6460  +
 "once_cell",
        6461  +
 "regex-lite",
        6462  +
 "tokio",
        6463  +
 "tracing",
        6464  +
]
        6465  +
        6466  +
[[package]]
        6467  +
name = "aws-sdk-outposts"
        6468  +
version = "1.32.0"
        6469  +
dependencies = [
        6470  +
 "aws-config",
        6471  +
 "aws-credential-types 1.2.0",
        6472  +
 "aws-runtime 1.2.2",
        6473  +
 "aws-smithy-async 1.2.1",
        6474  +
 "aws-smithy-http 0.60.8",
        6475  +
 "aws-smithy-json 0.60.7",
        6476  +
 "aws-smithy-runtime 1.5.7",
        6477  +
 "aws-smithy-runtime-api 1.6.3",
        6478  +
 "aws-smithy-types 1.2.0",
        6479  +
 "aws-types 1.3.1",
        6480  +
 "bytes",
        6481  +
 "http 0.2.12",
        6482  +
 "once_cell",
        6483  +
 "regex-lite",
        6484  +
 "tokio",
        6485  +
 "tracing",
        6486  +
]
        6487  +
        6488  +
[[package]]
        6489  +
name = "aws-sdk-panorama"
        6490  +
version = "1.30.0"
        6491  +
dependencies = [
        6492  +
 "aws-config",
        6493  +
 "aws-credential-types 1.2.0",
        6494  +
 "aws-runtime 1.2.2",
        6495  +
 "aws-smithy-async 1.2.1",
        6496  +
 "aws-smithy-http 0.60.8",
        6497  +
 "aws-smithy-json 0.60.7",
        6498  +
 "aws-smithy-runtime 1.5.7",
        6499  +
 "aws-smithy-runtime-api 1.6.3",
        6500  +
 "aws-smithy-types 1.2.0",
        6501  +
 "aws-types 1.3.1",
        6502  +
 "bytes",
        6503  +
 "http 0.2.12",
        6504  +
 "once_cell",
        6505  +
 "regex-lite",
        6506  +
 "tokio",
        6507  +
 "tracing",
        6508  +
]
        6509  +
        6510  +
[[package]]
        6511  +
name = "aws-sdk-paymentcryptography"
        6512  +
version = "1.32.0"
        6513  +
dependencies = [
        6514  +
 "aws-config",
        6515  +
 "aws-credential-types 1.2.0",
        6516  +
 "aws-runtime 1.2.2",
        6517  +
 "aws-smithy-async 1.2.1",
        6518  +
 "aws-smithy-http 0.60.8",
        6519  +
 "aws-smithy-json 0.60.7",
        6520  +
 "aws-smithy-runtime 1.5.7",
        6521  +
 "aws-smithy-runtime-api 1.6.3",
        6522  +
 "aws-smithy-types 1.2.0",
        6523  +
 "aws-types 1.3.1",
        6524  +
 "bytes",
        6525  +
 "http 0.2.12",
        6526  +
 "once_cell",
        6527  +
 "regex-lite",
        6528  +
 "tokio",
        6529  +
 "tracing",
        6530  +
]
        6531  +
        6532  +
[[package]]
        6533  +
name = "aws-sdk-paymentcryptographydata"
        6534  +
version = "1.31.0"
        6535  +
dependencies = [
        6536  +
 "aws-config",
        6537  +
 "aws-credential-types 1.2.0",
        6538  +
 "aws-runtime 1.2.2",
        6539  +
 "aws-smithy-async 1.2.1",
        6540  +
 "aws-smithy-http 0.60.8",
        6541  +
 "aws-smithy-json 0.60.7",
        6542  +
 "aws-smithy-runtime 1.5.7",
        6543  +
 "aws-smithy-runtime-api 1.6.3",
        6544  +
 "aws-smithy-types 1.2.0",
        6545  +
 "aws-types 1.3.1",
        6546  +
 "bytes",
        6547  +
 "http 0.2.12",
        6548  +
 "once_cell",
        6549  +
 "regex-lite",
        6550  +
 "tokio",
        6551  +
 "tracing",
        6552  +
]
        6553  +
        6554  +
[[package]]
        6555  +
name = "aws-sdk-pcaconnectorad"
        6556  +
version = "1.30.0"
        6557  +
dependencies = [
        6558  +
 "aws-config",
        6559  +
 "aws-credential-types 1.2.0",
        6560  +
 "aws-runtime 1.2.2",
        6561  +
 "aws-smithy-async 1.2.1",
        6562  +
 "aws-smithy-http 0.60.8",
        6563  +
 "aws-smithy-json 0.60.7",
        6564  +
 "aws-smithy-runtime 1.5.7",
        6565  +
 "aws-smithy-runtime-api 1.6.3",
        6566  +
 "aws-smithy-types 1.2.0",
        6567  +
 "aws-types 1.3.1",
        6568  +
 "bytes",
        6569  +
 "fastrand 2.0.2",
        6570  +
 "http 0.2.12",
        6571  +
 "once_cell",
        6572  +
 "regex-lite",
        6573  +
 "tokio",
        6574  +
 "tracing",
        6575  +
]
        6576  +
        6577  +
[[package]]
        6578  +
name = "aws-sdk-personalize"
        6579  +
version = "1.32.0"
        6580  +
dependencies = [
        6581  +
 "aws-config",
        6582  +
 "aws-credential-types 1.2.0",
        6583  +
 "aws-runtime 1.2.2",
        6584  +
 "aws-smithy-async 1.2.1",
        6585  +
 "aws-smithy-http 0.60.8",
        6586  +
 "aws-smithy-json 0.60.7",
        6587  +
 "aws-smithy-runtime 1.5.7",
        6588  +
 "aws-smithy-runtime-api 1.6.3",
        6589  +
 "aws-smithy-types 1.2.0",
        6590  +
 "aws-types 1.3.1",
        6591  +
 "bytes",
        6592  +
 "http 0.2.12",
        6593  +
 "once_cell",
        6594  +
 "regex-lite",
        6595  +
 "tokio",
        6596  +
 "tracing",
        6597  +
]
        6598  +
        6599  +
[[package]]
        6600  +
name = "aws-sdk-personalizeevents"
        6601  +
version = "1.30.0"
        6602  +
dependencies = [
        6603  +
 "aws-config",
        6604  +
 "aws-credential-types 1.2.0",
        6605  +
 "aws-runtime 1.2.2",
        6606  +
 "aws-smithy-async 1.2.1",
        6607  +
 "aws-smithy-http 0.60.8",
        6608  +
 "aws-smithy-json 0.60.7",
        6609  +
 "aws-smithy-runtime 1.5.7",
        6610  +
 "aws-smithy-runtime-api 1.6.3",
        6611  +
 "aws-smithy-types 1.2.0",
        6612  +
 "aws-types 1.3.1",
        6613  +
 "bytes",
        6614  +
 "http 0.2.12",
        6615  +
 "once_cell",
        6616  +
 "regex-lite",
        6617  +
 "tokio",
        6618  +
 "tracing",
        6619  +
]
        6620  +
        6621  +
[[package]]
        6622  +
name = "aws-sdk-personalizeruntime"
        6623  +
version = "1.30.0"
        6624  +
dependencies = [
        6625  +
 "aws-config",
        6626  +
 "aws-credential-types 1.2.0",
        6627  +
 "aws-runtime 1.2.2",
        6628  +
 "aws-smithy-async 1.2.1",
        6629  +
 "aws-smithy-http 0.60.8",
        6630  +
 "aws-smithy-json 0.60.7",
        6631  +
 "aws-smithy-runtime 1.5.7",
        6632  +
 "aws-smithy-runtime-api 1.6.3",
        6633  +
 "aws-smithy-types 1.2.0",
        6634  +
 "aws-types 1.3.1",
        6635  +
 "bytes",
        6636  +
 "http 0.2.12",
        6637  +
 "once_cell",
        6638  +
 "regex-lite",
        6639  +
 "tokio",
        6640  +
 "tracing",
        6641  +
]
        6642  +
        6643  +
[[package]]
        6644  +
name = "aws-sdk-pi"
        6645  +
version = "1.31.0"
        6646  +
dependencies = [
        6647  +
 "aws-config",
        6648  +
 "aws-credential-types 1.2.0",
        6649  +
 "aws-runtime 1.2.2",
        6650  +
 "aws-smithy-async 1.2.1",
        6651  +
 "aws-smithy-http 0.60.8",
        6652  +
 "aws-smithy-json 0.60.7",
        6653  +
 "aws-smithy-runtime 1.5.7",
        6654  +
 "aws-smithy-runtime-api 1.6.3",
        6655  +
 "aws-smithy-types 1.2.0",
        6656  +
 "aws-types 1.3.1",
        6657  +
 "bytes",
        6658  +
 "http 0.2.12",
        6659  +
 "once_cell",
        6660  +
 "regex-lite",
        6661  +
 "tokio",
        6662  +
 "tracing",
        6663  +
]
        6664  +
        6665  +
[[package]]
        6666  +
name = "aws-sdk-pinpoint"
        6667  +
version = "1.32.0"
        6668  +
dependencies = [
        6669  +
 "aws-config",
        6670  +
 "aws-credential-types 1.2.0",
        6671  +
 "aws-runtime 1.2.2",
        6672  +
 "aws-smithy-async 1.2.1",
        6673  +
 "aws-smithy-http 0.60.8",
        6674  +
 "aws-smithy-json 0.60.7",
        6675  +
 "aws-smithy-runtime 1.5.7",
        6676  +
 "aws-smithy-runtime-api 1.6.3",
        6677  +
 "aws-smithy-types 1.2.0",
        6678  +
 "aws-types 1.3.1",
        6679  +
 "bytes",
        6680  +
 "http 0.2.12",
        6681  +
 "once_cell",
        6682  +
 "regex-lite",
        6683  +
 "tokio",
        6684  +
 "tracing",
        6685  +
]
        6686  +
        6687  +
[[package]]
        6688  +
name = "aws-sdk-pinpointemail"
        6689  +
version = "1.30.0"
        6690  +
dependencies = [
        6691  +
 "aws-config",
        6692  +
 "aws-credential-types 1.2.0",
        6693  +
 "aws-runtime 1.2.2",
        6694  +
 "aws-smithy-async 1.2.1",
        6695  +
 "aws-smithy-http 0.60.8",
        6696  +
 "aws-smithy-json 0.60.7",
        6697  +
 "aws-smithy-runtime 1.5.7",
        6698  +
 "aws-smithy-runtime-api 1.6.3",
        6699  +
 "aws-smithy-types 1.2.0",
        6700  +
 "aws-types 1.3.1",
        6701  +
 "bytes",
        6702  +
 "http 0.2.12",
        6703  +
 "once_cell",
        6704  +
 "regex-lite",
        6705  +
 "tokio",
        6706  +
 "tracing",
        6707  +
]
        6708  +
        6709  +
[[package]]
        6710  +
name = "aws-sdk-pinpointsmsvoice"
        6711  +
version = "1.30.0"
        6712  +
dependencies = [
        6713  +
 "aws-config",
        6714  +
 "aws-credential-types 1.2.0",
        6715  +
 "aws-runtime 1.2.2",
        6716  +
 "aws-smithy-async 1.2.1",
        6717  +
 "aws-smithy-http 0.60.8",
        6718  +
 "aws-smithy-json 0.60.7",
        6719  +
 "aws-smithy-runtime 1.5.7",
        6720  +
 "aws-smithy-runtime-api 1.6.3",
        6721  +
 "aws-smithy-types 1.2.0",
        6722  +
 "aws-types 1.3.1",
        6723  +
 "bytes",
        6724  +
 "http 0.2.12",
        6725  +
 "once_cell",
        6726  +
 "regex-lite",
        6727  +
 "tokio",
        6728  +
 "tracing",
        6729  +
]
        6730  +
        6731  +
[[package]]
        6732  +
name = "aws-sdk-pinpointsmsvoicev2"
        6733  +
version = "1.31.0"
        6734  +
dependencies = [
        6735  +
 "aws-config",
        6736  +
 "aws-credential-types 1.2.0",
        6737  +
 "aws-runtime 1.2.2",
        6738  +
 "aws-smithy-async 1.2.1",
        6739  +
 "aws-smithy-http 0.60.8",
        6740  +
 "aws-smithy-json 0.60.7",
        6741  +
 "aws-smithy-runtime 1.5.7",
        6742  +
 "aws-smithy-runtime-api 1.6.3",
        6743  +
 "aws-smithy-types 1.2.0",
        6744  +
 "aws-types 1.3.1",
        6745  +
 "bytes",
        6746  +
 "fastrand 2.0.2",
        6747  +
 "http 0.2.12",
        6748  +
 "once_cell",
        6749  +
 "regex-lite",
        6750  +
 "tokio",
        6751  +
 "tracing",
        6752  +
]
        6753  +
        6754  +
[[package]]
        6755  +
name = "aws-sdk-pipes"
        6756  +
version = "1.32.0"
        6757  +
dependencies = [
        6758  +
 "aws-config",
        6759  +
 "aws-credential-types 1.2.0",
        6760  +
 "aws-runtime 1.2.2",
        6761  +
 "aws-smithy-async 1.2.1",
        6762  +
 "aws-smithy-http 0.60.8",
        6763  +
 "aws-smithy-json 0.60.7",
        6764  +
 "aws-smithy-runtime 1.5.7",
        6765  +
 "aws-smithy-runtime-api 1.6.3",
        6766  +
 "aws-smithy-types 1.2.0",
        6767  +
 "aws-types 1.3.1",
        6768  +
 "bytes",
        6769  +
 "http 0.2.12",
        6770  +
 "once_cell",
        6771  +
 "regex-lite",
        6772  +
 "tokio",
        6773  +
 "tracing",
        6774  +
]
        6775  +
        6776  +
[[package]]
        6777  +
name = "aws-sdk-polly"
        6778  +
version = "1.31.0"
        6779  +
dependencies = [
        6780  +
 "aws-config",
        6781  +
 "aws-credential-types 1.2.0",
        6782  +
 "aws-runtime 1.2.2",
        6783  +
 "aws-sigv4 1.2.2",
        6784  +
 "aws-smithy-async 1.2.1",
        6785  +
 "aws-smithy-http 0.60.8",
        6786  +
 "aws-smithy-json 0.60.7",
        6787  +
 "aws-smithy-protocol-test 0.60.7",
        6788  +
 "aws-smithy-runtime 1.5.7",
        6789  +
 "aws-smithy-runtime-api 1.6.3",
        6790  +
 "aws-smithy-types 1.2.0",
        6791  +
 "aws-types 1.3.1",
        6792  +
 "bytes",
        6793  +
 "futures-util",
        6794  +
 "http 0.2.12",
        6795  +
 "once_cell",
        6796  +
 "regex-lite",
        6797  +
 "serde_json",
        6798  +
 "tokio",
        6799  +
 "tracing",
        6800  +
 "tracing-subscriber",
        6801  +
]
        6802  +
        6803  +
[[package]]
        6804  +
name = "aws-sdk-pricing"
        6805  +
version = "1.32.0"
        6806  +
dependencies = [
        6807  +
 "aws-config",
        6808  +
 "aws-credential-types 1.2.0",
        6809  +
 "aws-runtime 1.2.2",
        6810  +
 "aws-smithy-async 1.2.1",
        6811  +
 "aws-smithy-http 0.60.8",
        6812  +
 "aws-smithy-json 0.60.7",
        6813  +
 "aws-smithy-runtime 1.5.7",
        6814  +
 "aws-smithy-runtime-api 1.6.3",
        6815  +
 "aws-smithy-types 1.2.0",
        6816  +
 "aws-types 1.3.1",
        6817  +
 "bytes",
        6818  +
 "http 0.2.12",
        6819  +
 "once_cell",
        6820  +
 "regex-lite",
        6821  +
 "tokio",
        6822  +
 "tracing",
        6823  +
]
        6824  +
        6825  +
[[package]]
        6826  +
name = "aws-sdk-privatenetworks"
        6827  +
version = "1.30.0"
        6828  +
dependencies = [
        6829  +
 "aws-config",
        6830  +
 "aws-credential-types 1.2.0",
        6831  +
 "aws-runtime 1.2.2",
        6832  +
 "aws-smithy-async 1.2.1",
        6833  +
 "aws-smithy-http 0.60.8",
        6834  +
 "aws-smithy-json 0.60.7",
        6835  +
 "aws-smithy-runtime 1.5.7",
        6836  +
 "aws-smithy-runtime-api 1.6.3",
        6837  +
 "aws-smithy-types 1.2.0",
        6838  +
 "aws-types 1.3.1",
        6839  +
 "bytes",
        6840  +
 "http 0.2.12",
        6841  +
 "once_cell",
        6842  +
 "regex-lite",
        6843  +
 "tokio",
        6844  +
 "tracing",
        6845  +
]
        6846  +
        6847  +
[[package]]
        6848  +
name = "aws-sdk-proton"
        6849  +
version = "1.30.0"
        6850  +
dependencies = [
        6851  +
 "aws-config",
        6852  +
 "aws-credential-types 1.2.0",
        6853  +
 "aws-runtime 1.2.2",
        6854  +
 "aws-smithy-async 1.2.1",
        6855  +
 "aws-smithy-http 0.60.8",
        6856  +
 "aws-smithy-json 0.60.7",
        6857  +
 "aws-smithy-runtime 1.5.7",
        6858  +
 "aws-smithy-runtime-api 1.6.3",
        6859  +
 "aws-smithy-types 1.2.0",
        6860  +
 "aws-types 1.3.1",
        6861  +
 "bytes",
        6862  +
 "fastrand 2.0.2",
        6863  +
 "http 0.2.12",
        6864  +
 "once_cell",
        6865  +
 "regex-lite",
        6866  +
 "tokio",
        6867  +
 "tracing",
        6868  +
]
        6869  +
        6870  +
[[package]]
        6871  +
name = "aws-sdk-qbusiness"
        6872  +
version = "1.30.0"
        6873  +
dependencies = [
        6874  +
 "aws-config",
        6875  +
 "aws-credential-types 1.2.0",
        6876  +
 "aws-runtime 1.2.2",
        6877  +
 "aws-sigv4 1.2.2",
        6878  +
 "aws-smithy-async 1.2.1",
        6879  +
 "aws-smithy-eventstream 0.60.4",
        6880  +
 "aws-smithy-http 0.60.8",
        6881  +
 "aws-smithy-json 0.60.7",
        6882  +
 "aws-smithy-runtime 1.5.7",
        6883  +
 "aws-smithy-runtime-api 1.6.3",
        6884  +
 "aws-smithy-types 1.2.0",
        6885  +
 "aws-types 1.3.1",
        6886  +
 "bytes",
        6887  +
 "fastrand 2.0.2",
        6888  +
 "http 0.2.12",
        6889  +
 "hyper 0.14.29",
        6890  +
 "once_cell",
        6891  +
 "regex-lite",
        6892  +
 "tokio",
        6893  +
 "tracing",
        6894  +
]
        6895  +
        6896  +
[[package]]
        6897  +
name = "aws-sdk-qconnect"
        6898  +
version = "1.32.0"
        6899  +
dependencies = [
        6900  +
 "aws-config",
        6901  +
 "aws-credential-types 1.2.0",
        6902  +
 "aws-runtime 1.2.2",
        6903  +
 "aws-smithy-async 1.2.1",
        6904  +
 "aws-smithy-http 0.60.8",
        6905  +
 "aws-smithy-json 0.60.7",
        6906  +
 "aws-smithy-runtime 1.5.7",
        6907  +
 "aws-smithy-runtime-api 1.6.3",
        6908  +
 "aws-smithy-types 1.2.0",
        6909  +
 "aws-types 1.3.1",
        6910  +
 "bytes",
        6911  +
 "fastrand 2.0.2",
        6912  +
 "http 0.2.12",
        6913  +
 "once_cell",
        6914  +
 "regex-lite",
        6915  +
 "tokio",
        6916  +
 "tracing",
        6917  +
]
        6918  +
        6919  +
[[package]]
        6920  +
name = "aws-sdk-qldb"
        6921  +
version = "1.30.0"
        6922  +
dependencies = [
        6923  +
 "aws-config",
        6924  +
 "aws-credential-types 1.2.0",
        6925  +
 "aws-runtime 1.2.2",
        6926  +
 "aws-smithy-async 1.2.1",
        6927  +
 "aws-smithy-http 0.60.8",
        6928  +
 "aws-smithy-json 0.60.7",
        6929  +
 "aws-smithy-runtime 1.5.7",
        6930  +
 "aws-smithy-runtime-api 1.6.3",
        6931  +
 "aws-smithy-types 1.2.0",
        6932  +
 "aws-types 1.3.1",
        6933  +
 "bytes",
        6934  +
 "http 0.2.12",
        6935  +
 "once_cell",
        6936  +
 "regex-lite",
        6937  +
 "tokio",
        6938  +
 "tracing",
        6939  +
]
        6940  +
        6941  +
[[package]]
        6942  +
name = "aws-sdk-qldbsession"
        6943  +
version = "1.30.0"
        6944  +
dependencies = [
        6945  +
 "aws-config",
        6946  +
 "aws-credential-types 1.2.0",
        6947  +
 "aws-runtime 1.2.2",
        6948  +
 "aws-smithy-async 1.2.1",
        6949  +
 "aws-smithy-http 0.60.8",
        6950  +
 "aws-smithy-json 0.60.7",
        6951  +
 "aws-smithy-protocol-test 0.60.7",
        6952  +
 "aws-smithy-runtime 1.5.7",
        6953  +
 "aws-smithy-runtime-api 1.6.3",
        6954  +
 "aws-smithy-types 1.2.0",
        6955  +
 "aws-types 1.3.1",
        6956  +
 "bytes",
        6957  +
 "futures-util",
        6958  +
 "http 0.2.12",
        6959  +
 "once_cell",
        6960  +
 "regex-lite",
        6961  +
 "serde_json",
        6962  +
 "tokio",
        6963  +
 "tracing",
        6964  +
 "tracing-subscriber",
        6965  +
]
        6966  +
        6967  +
[[package]]
        6968  +
name = "aws-sdk-quicksight"
        6969  +
version = "1.37.0"
        6970  +
dependencies = [
        6971  +
 "aws-config",
        6972  +
 "aws-credential-types 1.2.0",
        6973  +
 "aws-runtime 1.2.2",
        6974  +
 "aws-smithy-async 1.2.1",
        6975  +
 "aws-smithy-http 0.60.8",
        6976  +
 "aws-smithy-json 0.60.7",
        6977  +
 "aws-smithy-runtime 1.5.7",
        6978  +
 "aws-smithy-runtime-api 1.6.3",
        6979  +
 "aws-smithy-types 1.2.0",
        6980  +
 "aws-types 1.3.1",
        6981  +
 "bytes",
        6982  +
 "http 0.2.12",
        6983  +
 "once_cell",
        6984  +
 "regex-lite",
        6985  +
 "tokio",
        6986  +
 "tracing",
        6987  +
]
        6988  +
        6989  +
[[package]]
        6990  +
name = "aws-sdk-ram"
        6991  +
version = "1.30.0"
        6992  +
dependencies = [
        6993  +
 "aws-config",
        6994  +
 "aws-credential-types 1.2.0",
        6995  +
 "aws-runtime 1.2.2",
        6996  +
 "aws-smithy-async 1.2.1",
        6997  +
 "aws-smithy-http 0.60.8",
        6998  +
 "aws-smithy-json 0.60.7",
        6999  +
 "aws-smithy-runtime 1.5.7",
        7000  +
 "aws-smithy-runtime-api 1.6.3",
        7001  +
 "aws-smithy-types 1.2.0",
        7002  +
 "aws-types 1.3.1",
        7003  +
 "bytes",
        7004  +
 "http 0.2.12",
        7005  +
 "once_cell",
        7006  +
 "regex-lite",
        7007  +
 "tokio",
        7008  +
 "tracing",
        7009  +
]
        7010  +
        7011  +
[[package]]
        7012  +
name = "aws-sdk-rbin"
        7013  +
version = "1.31.0"
        7014  +
dependencies = [
        7015  +
 "aws-config",
        7016  +
 "aws-credential-types 1.2.0",
        7017  +
 "aws-runtime 1.2.2",
        7018  +
 "aws-smithy-async 1.2.1",
        7019  +
 "aws-smithy-http 0.60.8",
        7020  +
 "aws-smithy-json 0.60.7",
        7021  +
 "aws-smithy-runtime 1.5.7",
        7022  +
 "aws-smithy-runtime-api 1.6.3",
        7023  +
 "aws-smithy-types 1.2.0",
        7024  +
 "aws-types 1.3.1",
        7025  +
 "bytes",
        7026  +
 "http 0.2.12",
        7027  +
 "once_cell",
        7028  +
 "regex-lite",
        7029  +
 "tokio",
        7030  +
 "tracing",
        7031  +
]
        7032  +
        7033  +
[[package]]
        7034  +
name = "aws-sdk-rds"
        7035  +
version = "1.40.0"
        7036  +
dependencies = [
        7037  +
 "aws-config",
        7038  +
 "aws-credential-types 1.2.0",
        7039  +
 "aws-runtime 1.2.2",
        7040  +
 "aws-smithy-async 1.2.1",
        7041  +
 "aws-smithy-http 0.60.8",
        7042  +
 "aws-smithy-json 0.60.7",
        7043  +
 "aws-smithy-query",
        7044  +
 "aws-smithy-runtime 1.5.7",
        7045  +
 "aws-smithy-runtime-api 1.6.3",
        7046  +
 "aws-smithy-types 1.2.0",
        7047  +
 "aws-smithy-xml 0.60.8",
        7048  +
 "aws-types 1.3.1",
        7049  +
 "http 0.2.12",
        7050  +
 "once_cell",
        7051  +
 "regex-lite",
        7052  +
 "tokio",
        7053  +
 "tracing",
        7054  +
]
        7055  +
        7056  +
[[package]]
        7057  +
name = "aws-sdk-rdsdata"
        7058  +
version = "1.30.0"
        7059  +
dependencies = [
        7060  +
 "aws-config",
        7061  +
 "aws-credential-types 1.2.0",
        7062  +
 "aws-runtime 1.2.2",
        7063  +
 "aws-smithy-async 1.2.1",
        7064  +
 "aws-smithy-http 0.60.8",
        7065  +
 "aws-smithy-json 0.60.7",
        7066  +
 "aws-smithy-runtime 1.5.7",
        7067  +
 "aws-smithy-runtime-api 1.6.3",
        7068  +
 "aws-smithy-types 1.2.0",
        7069  +
 "aws-types 1.3.1",
        7070  +
 "bytes",
        7071  +
 "http 0.2.12",
        7072  +
 "once_cell",
        7073  +
 "regex-lite",
        7074  +
 "tokio",
        7075  +
 "tracing",
        7076  +
]
        7077  +
        7078  +
[[package]]
        7079  +
name = "aws-sdk-redshift"
        7080  +
version = "1.31.0"
        7081  +
dependencies = [
        7082  +
 "aws-config",
        7083  +
 "aws-credential-types 1.2.0",
        7084  +
 "aws-runtime 1.2.2",
        7085  +
 "aws-smithy-async 1.2.1",
        7086  +
 "aws-smithy-http 0.60.8",
        7087  +
 "aws-smithy-json 0.60.7",
        7088  +
 "aws-smithy-query",
        7089  +
 "aws-smithy-runtime 1.5.7",
        7090  +
 "aws-smithy-runtime-api 1.6.3",
        7091  +
 "aws-smithy-types 1.2.0",
        7092  +
 "aws-smithy-xml 0.60.8",
        7093  +
 "aws-types 1.3.1",
        7094  +
 "http 0.2.12",
        7095  +
 "once_cell",
        7096  +
 "regex-lite",
        7097  +
 "tokio",
        7098  +
 "tracing",
        7099  +
]
        7100  +
        7101  +
[[package]]
        7102  +
name = "aws-sdk-redshiftdata"
        7103  +
version = "1.30.0"
        7104  +
dependencies = [
        7105  +
 "aws-config",
        7106  +
 "aws-credential-types 1.2.0",
        7107  +
 "aws-runtime 1.2.2",
        7108  +
 "aws-smithy-async 1.2.1",
        7109  +
 "aws-smithy-http 0.60.8",
        7110  +
 "aws-smithy-json 0.60.7",
        7111  +
 "aws-smithy-runtime 1.5.7",
        7112  +
 "aws-smithy-runtime-api 1.6.3",
        7113  +
 "aws-smithy-types 1.2.0",
        7114  +
 "aws-types 1.3.1",
        7115  +
 "bytes",
        7116  +
 "fastrand 2.0.2",
        7117  +
 "http 0.2.12",
        7118  +
 "once_cell",
        7119  +
 "regex-lite",
        7120  +
 "tokio",
        7121  +
 "tracing",
        7122  +
]
        7123  +
        7124  +
[[package]]
        7125  +
name = "aws-sdk-redshiftserverless"
        7126  +
version = "1.32.0"
        7127  +
dependencies = [
        7128  +
 "aws-config",
        7129  +
 "aws-credential-types 1.2.0",
        7130  +
 "aws-runtime 1.2.2",
        7131  +
 "aws-smithy-async 1.2.1",
        7132  +
 "aws-smithy-http 0.60.8",
        7133  +
 "aws-smithy-json 0.60.7",
        7134  +
 "aws-smithy-runtime 1.5.7",
        7135  +
 "aws-smithy-runtime-api 1.6.3",
        7136  +
 "aws-smithy-types 1.2.0",
        7137  +
 "aws-types 1.3.1",
        7138  +
 "bytes",
        7139  +
 "http 0.2.12",
        7140  +
 "once_cell",
        7141  +
 "regex-lite",
        7142  +
 "tokio",
        7143  +
 "tracing",
        7144  +
]
        7145  +
        7146  +
[[package]]
        7147  +
name = "aws-sdk-rekognition"
        7148  +
version = "1.32.0"
        7149  +
dependencies = [
        7150  +
 "aws-config",
        7151  +
 "aws-credential-types 1.2.0",
        7152  +
 "aws-runtime 1.2.2",
        7153  +
 "aws-smithy-async 1.2.1",
        7154  +
 "aws-smithy-http 0.60.8",
        7155  +
 "aws-smithy-json 0.60.7",
        7156  +
 "aws-smithy-runtime 1.5.7",
        7157  +
 "aws-smithy-runtime-api 1.6.3",
        7158  +
 "aws-smithy-types 1.2.0",
        7159  +
 "aws-types 1.3.1",
        7160  +
 "bytes",
        7161  +
 "fastrand 2.0.2",
        7162  +
 "http 0.2.12",
        7163  +
 "once_cell",
        7164  +
 "regex-lite",
        7165  +
 "tokio",
        7166  +
 "tracing",
        7167  +
]
        7168  +
        7169  +
[[package]]
        7170  +
name = "aws-sdk-repostspace"
        7171  +
version = "1.28.0"
        7172  +
dependencies = [
        7173  +
 "aws-config",
        7174  +
 "aws-credential-types 1.2.0",
        7175  +
 "aws-runtime 1.2.2",
        7176  +
 "aws-smithy-async 1.2.1",
        7177  +
 "aws-smithy-http 0.60.8",
        7178  +
 "aws-smithy-json 0.60.7",
        7179  +
 "aws-smithy-runtime 1.5.7",
        7180  +
 "aws-smithy-runtime-api 1.6.3",
        7181  +
 "aws-smithy-types 1.2.0",
        7182  +
 "aws-types 1.3.1",
        7183  +
 "bytes",
        7184  +
 "http 0.2.12",
        7185  +
 "once_cell",
        7186  +
 "regex-lite",
        7187  +
 "tokio",
        7188  +
 "tracing",
        7189  +
]
        7190  +
        7191  +
[[package]]
        7192  +
name = "aws-sdk-resiliencehub"
        7193  +
version = "1.30.0"
        7194  +
dependencies = [
        7195  +
 "aws-config",
        7196  +
 "aws-credential-types 1.2.0",
        7197  +
 "aws-runtime 1.2.2",
        7198  +
 "aws-smithy-async 1.2.1",
        7199  +
 "aws-smithy-http 0.60.8",
        7200  +
 "aws-smithy-json 0.60.7",
        7201  +
 "aws-smithy-runtime 1.5.7",
        7202  +
 "aws-smithy-runtime-api 1.6.3",
        7203  +
 "aws-smithy-types 1.2.0",
        7204  +
 "aws-types 1.3.1",
        7205  +
 "bytes",
        7206  +
 "fastrand 2.0.2",
        7207  +
 "http 0.2.12",
        7208  +
 "once_cell",
        7209  +
 "regex-lite",
        7210  +
 "tokio",
        7211  +
 "tracing",
        7212  +
]
        7213  +
        7214  +
[[package]]
        7215  +
name = "aws-sdk-resourceexplorer2"
        7216  +
version = "1.31.0"
        7217  +
dependencies = [
        7218  +
 "aws-config",
        7219  +
 "aws-credential-types 1.2.0",
        7220  +
 "aws-runtime 1.2.2",
        7221  +
 "aws-smithy-async 1.2.1",
        7222  +
 "aws-smithy-http 0.60.8",
        7223  +
 "aws-smithy-json 0.60.7",
        7224  +
 "aws-smithy-runtime 1.5.7",
        7225  +
 "aws-smithy-runtime-api 1.6.3",
        7226  +
 "aws-smithy-types 1.2.0",
        7227  +
 "aws-types 1.3.1",
        7228  +
 "bytes",
        7229  +
 "fastrand 2.0.2",
        7230  +
 "http 0.2.12",
        7231  +
 "once_cell",
        7232  +
 "regex-lite",
        7233  +
 "tokio",
        7234  +
 "tracing",
        7235  +
]
        7236  +
        7237  +
[[package]]
        7238  +
name = "aws-sdk-resourcegroups"
        7239  +
version = "1.31.0"
        7240  +
dependencies = [
        7241  +
 "aws-config",
        7242  +
 "aws-credential-types 1.2.0",
        7243  +
 "aws-runtime 1.2.2",
        7244  +
 "aws-smithy-async 1.2.1",
        7245  +
 "aws-smithy-http 0.60.8",
        7246  +
 "aws-smithy-json 0.60.7",
        7247  +
 "aws-smithy-runtime 1.5.7",
        7248  +
 "aws-smithy-runtime-api 1.6.3",
        7249  +
 "aws-smithy-types 1.2.0",
        7250  +
 "aws-types 1.3.1",
        7251  +
 "bytes",
        7252  +
 "http 0.2.12",
        7253  +
 "once_cell",
        7254  +
 "regex-lite",
        7255  +
 "tokio",
        7256  +
 "tracing",
        7257  +
]
        7258  +
        7259  +
[[package]]
        7260  +
name = "aws-sdk-resourcegroupstagging"
        7261  +
version = "1.30.0"
        7262  +
dependencies = [
        7263  +
 "aws-config",
        7264  +
 "aws-credential-types 1.2.0",
        7265  +
 "aws-runtime 1.2.2",
        7266  +
 "aws-smithy-async 1.2.1",
        7267  +
 "aws-smithy-http 0.60.8",
        7268  +
 "aws-smithy-json 0.60.7",
        7269  +
 "aws-smithy-runtime 1.5.7",
        7270  +
 "aws-smithy-runtime-api 1.6.3",
        7271  +
 "aws-smithy-types 1.2.0",
        7272  +
 "aws-types 1.3.1",
        7273  +
 "bytes",
        7274  +
 "http 0.2.12",
        7275  +
 "once_cell",
        7276  +
 "regex-lite",
        7277  +
 "tokio",
        7278  +
 "tracing",
        7279  +
]
        7280  +
        7281  +
[[package]]
        7282  +
name = "aws-sdk-robomaker"
        7283  +
version = "1.30.0"
        7284  +
dependencies = [
        7285  +
 "aws-config",
        7286  +
 "aws-credential-types 1.2.0",
        7287  +
 "aws-runtime 1.2.2",
        7288  +
 "aws-smithy-async 1.2.1",
        7289  +
 "aws-smithy-http 0.60.8",
        7290  +
 "aws-smithy-json 0.60.7",
        7291  +
 "aws-smithy-runtime 1.5.7",
        7292  +
 "aws-smithy-runtime-api 1.6.3",
        7293  +
 "aws-smithy-types 1.2.0",
        7294  +
 "aws-types 1.3.1",
        7295  +
 "bytes",
        7296  +
 "fastrand 2.0.2",
        7297  +
 "http 0.2.12",
        7298  +
 "once_cell",
        7299  +
 "regex-lite",
        7300  +
 "tokio",
        7301  +
 "tracing",
        7302  +
]
        7303  +
        7304  +
[[package]]
        7305  +
name = "aws-sdk-rolesanywhere"
        7306  +
version = "1.33.0"
        7307  +
dependencies = [
        7308  +
 "aws-config",
        7309  +
 "aws-credential-types 1.2.0",
        7310  +
 "aws-runtime 1.2.2",
        7311  +
 "aws-smithy-async 1.2.1",
        7312  +
 "aws-smithy-http 0.60.8",
        7313  +
 "aws-smithy-json 0.60.7",
        7314  +
 "aws-smithy-runtime 1.5.7",
        7315  +
 "aws-smithy-runtime-api 1.6.3",
        7316  +
 "aws-smithy-types 1.2.0",
        7317  +
 "aws-types 1.3.1",
        7318  +
 "bytes",
        7319  +
 "http 0.2.12",
        7320  +
 "once_cell",
        7321  +
 "regex-lite",
        7322  +
 "tokio",
        7323  +
 "tracing",
        7324  +
]
        7325  +
        7326  +
[[package]]
        7327  +
name = "aws-sdk-route53"
        7328  +
version = "1.31.0"
        7329  +
dependencies = [
        7330  +
 "aws-config",
        7331  +
 "aws-credential-types 1.2.0",
        7332  +
 "aws-runtime 1.2.2",
        7333  +
 "aws-smithy-async 1.2.1",
        7334  +
 "aws-smithy-http 0.60.8",
        7335  +
 "aws-smithy-json 0.60.7",
        7336  +
 "aws-smithy-runtime 1.5.7",
        7337  +
 "aws-smithy-runtime-api 1.6.3",
        7338  +
 "aws-smithy-types 1.2.0",
        7339  +
 "aws-smithy-xml 0.60.8",
        7340  +
 "aws-types 1.3.1",
        7341  +
 "http 0.2.12",
        7342  +
 "once_cell",
        7343  +
 "pretty_assertions",
        7344  +
 "regex-lite",
        7345  +
 "tokio",
        7346  +
 "tracing",
        7347  +
]
        7348  +
        7349  +
[[package]]
        7350  +
name = "aws-sdk-route53domains"
        7351  +
version = "1.31.0"
        7352  +
dependencies = [
        7353  +
 "aws-config",
        7354  +
 "aws-credential-types 1.2.0",
        7355  +
 "aws-runtime 1.2.2",
        7356  +
 "aws-smithy-async 1.2.1",
        7357  +
 "aws-smithy-http 0.60.8",
        7358  +
 "aws-smithy-json 0.60.7",
        7359  +
 "aws-smithy-runtime 1.5.7",
        7360  +
 "aws-smithy-runtime-api 1.6.3",
        7361  +
 "aws-smithy-types 1.2.0",
        7362  +
 "aws-types 1.3.1",
        7363  +
 "bytes",
        7364  +
 "http 0.2.12",
        7365  +
 "once_cell",
        7366  +
 "regex-lite",
        7367  +
 "tokio",
        7368  +
 "tracing",
        7369  +
]
        7370  +
        7371  +
[[package]]
        7372  +
name = "aws-sdk-route53profiles"
        7373  +
version = "1.9.0"
        7374  +
dependencies = [
        7375  +
 "aws-config",
        7376  +
 "aws-credential-types 1.2.0",
        7377  +
 "aws-runtime 1.2.2",
        7378  +
 "aws-smithy-async 1.2.1",
        7379  +
 "aws-smithy-http 0.60.8",
        7380  +
 "aws-smithy-json 0.60.7",
        7381  +
 "aws-smithy-runtime 1.5.7",
        7382  +
 "aws-smithy-runtime-api 1.6.3",
        7383  +
 "aws-smithy-types 1.2.0",
        7384  +
 "aws-types 1.3.1",
        7385  +
 "bytes",
        7386  +
 "fastrand 2.0.2",
        7387  +
 "http 0.2.12",
        7388  +
 "once_cell",
        7389  +
 "regex-lite",
        7390  +
 "tokio",
        7391  +
 "tracing",
        7392  +
]
        7393  +
        7394  +
[[package]]
        7395  +
name = "aws-sdk-route53recoverycluster"
        7396  +
version = "1.30.0"
        7397  +
dependencies = [
        7398  +
 "aws-config",
        7399  +
 "aws-credential-types 1.2.0",
        7400  +
 "aws-runtime 1.2.2",
        7401  +
 "aws-smithy-async 1.2.1",
        7402  +
 "aws-smithy-http 0.60.8",
        7403  +
 "aws-smithy-json 0.60.7",
        7404  +
 "aws-smithy-runtime 1.5.7",
        7405  +
 "aws-smithy-runtime-api 1.6.3",
        7406  +
 "aws-smithy-types 1.2.0",
        7407  +
 "aws-types 1.3.1",
        7408  +
 "bytes",
        7409  +
 "http 0.2.12",
        7410  +
 "once_cell",
        7411  +
 "regex-lite",
        7412  +
 "tokio",
        7413  +
 "tracing",
        7414  +
]
        7415  +
        7416  +
[[package]]
        7417  +
name = "aws-sdk-route53recoverycontrolconfig"
        7418  +
version = "1.30.0"
        7419  +
dependencies = [
        7420  +
 "aws-config",
        7421  +
 "aws-credential-types 1.2.0",
        7422  +
 "aws-runtime 1.2.2",
        7423  +
 "aws-smithy-async 1.2.1",
        7424  +
 "aws-smithy-http 0.60.8",
        7425  +
 "aws-smithy-json 0.60.7",
        7426  +
 "aws-smithy-runtime 1.5.7",
        7427  +
 "aws-smithy-runtime-api 1.6.3",
        7428  +
 "aws-smithy-types 1.2.0",
        7429  +
 "aws-types 1.3.1",
        7430  +
 "bytes",
        7431  +
 "fastrand 2.0.2",
        7432  +
 "http 0.2.12",
        7433  +
 "once_cell",
        7434  +
 "regex-lite",
        7435  +
 "tokio",
        7436  +
 "tracing",
        7437  +
]
        7438  +
        7439  +
[[package]]
        7440  +
name = "aws-sdk-route53recoveryreadiness"
        7441  +
version = "1.30.0"
        7442  +
dependencies = [
        7443  +
 "aws-config",
        7444  +
 "aws-credential-types 1.2.0",
        7445  +
 "aws-runtime 1.2.2",
        7446  +
 "aws-smithy-async 1.2.1",
        7447  +
 "aws-smithy-http 0.60.8",
        7448  +
 "aws-smithy-json 0.60.7",
        7449  +
 "aws-smithy-runtime 1.5.7",
        7450  +
 "aws-smithy-runtime-api 1.6.3",
        7451  +
 "aws-smithy-types 1.2.0",
        7452  +
 "aws-types 1.3.1",
        7453  +
 "bytes",
        7454  +
 "http 0.2.12",
        7455  +
 "once_cell",
        7456  +
 "regex-lite",
        7457  +
 "tokio",
        7458  +
 "tracing",
        7459  +
]
        7460  +
        7461  +
[[package]]
        7462  +
name = "aws-sdk-route53resolver"
        7463  +
version = "1.33.0"
        7464  +
dependencies = [
        7465  +
 "aws-config",
        7466  +
 "aws-credential-types 1.2.0",
        7467  +
 "aws-runtime 1.2.2",
        7468  +
 "aws-smithy-async 1.2.1",
        7469  +
 "aws-smithy-http 0.60.8",
        7470  +
 "aws-smithy-json 0.60.7",
        7471  +
 "aws-smithy-runtime 1.5.7",
        7472  +
 "aws-smithy-runtime-api 1.6.3",
        7473  +
 "aws-smithy-types 1.2.0",
        7474  +
 "aws-types 1.3.1",
        7475  +
 "bytes",
        7476  +
 "fastrand 2.0.2",
        7477  +
 "http 0.2.12",
        7478  +
 "once_cell",
        7479  +
 "regex-lite",
        7480  +
 "tokio",
        7481  +
 "tracing",
        7482  +
]
        7483  +
        7484  +
[[package]]
        7485  +
name = "aws-sdk-rum"
        7486  +
version = "1.30.0"
        7487  +
dependencies = [
        7488  +
 "aws-config",
        7489  +
 "aws-credential-types 1.2.0",
        7490  +
 "aws-runtime 1.2.2",
        7491  +
 "aws-smithy-async 1.2.1",
        7492  +
 "aws-smithy-http 0.60.8",
        7493  +
 "aws-smithy-json 0.60.7",
        7494  +
 "aws-smithy-runtime 1.5.7",
        7495  +
 "aws-smithy-runtime-api 1.6.3",
        7496  +
 "aws-smithy-types 1.2.0",
        7497  +
 "aws-types 1.3.1",
        7498  +
 "bytes",
        7499  +
 "http 0.2.12",
        7500  +
 "once_cell",
        7501  +
 "regex-lite",
        7502  +
 "tokio",
        7503  +
 "tracing",
        7504  +
]
        7505  +
        7506  +
[[package]]
        7507  +
name = "aws-sdk-s3"
        7508  +
version = "1.35.0"
        7509  +
dependencies = [
        7510  +
 "ahash",
        7511  +
 "async-std",
        7512  +
 "aws-config",
        7513  +
 "aws-credential-types 1.2.0",
        7514  +
 "aws-runtime 1.2.2",
        7515  +
 "aws-sigv4 1.2.2",
        7516  +
 "aws-smithy-async 1.2.1",
        7517  +
 "aws-smithy-checksums 0.60.9",
        7518  +
 "aws-smithy-eventstream 0.60.4",
        7519  +
 "aws-smithy-experimental",
        7520  +
 "aws-smithy-http 0.60.8",
        7521  +
 "aws-smithy-json 0.60.7",
        7522  +
 "aws-smithy-protocol-test 0.60.7",
        7523  +
 "aws-smithy-runtime 1.5.7",
        7524  +
 "aws-smithy-runtime-api 1.6.3",
        7525  +
 "aws-smithy-types 1.2.0",
        7526  +
 "aws-smithy-xml 0.60.8",
        7527  +
 "aws-types 1.3.1",
        7528  +
 "bytes",
        7529  +
 "bytes-utils",
        7530  +
 "fastrand 2.0.2",
        7531  +
 "futures-util",
        7532  +
 "hdrhistogram",
        7533  +
 "hex",
        7534  +
 "hmac",
        7535  +
 "http 0.2.12",
        7536  +
 "http-body 0.4.6",
        7537  +
 "lru",
        7538  +
 "once_cell",
        7539  +
 "percent-encoding",
        7540  +
 "pretty_assertions",
        7541  +
 "regex-lite",
        7542  +
 "serde_json",
        7543  +
 "sha2",
        7544  +
 "smol",
        7545  +
 "tempfile",
        7546  +
 "tokio",
        7547  +
 "tracing",
        7548  +
 "tracing-appender",
        7549  +
 "tracing-subscriber",
        7550  +
 "tracing-test",
        7551  +
 "url",
        7552  +
]
        7553  +
        7554  +
[[package]]
        7555  +
name = "aws-sdk-s3"
        7556  +
version = "1.35.0"
        7557  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        7558  +
checksum = "2ce9a2c2942ae463c652e8295f9258ceb8312bd5313732e50066bdd6615b50f3"
        7559  +
dependencies = [
        7560  +
 "ahash",
        7561  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7562  +
 "aws-runtime 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        7563  +
 "aws-sigv4 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
        7564  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7565  +
 "aws-smithy-checksums 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
        7566  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        7567  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7568  +
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7569  +
 "aws-smithy-runtime 1.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
        7570  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        7571  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        7572  +
 "aws-smithy-xml 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        7573  +
 "aws-types 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
        7574  +
 "bytes",
        7575  +
 "fastrand 2.0.2",
        7576  +
 "hex",
        7577  +
 "hmac",
        7578  +
 "http 0.2.12",
        7579  +
 "http-body 0.4.6",
        7580  +
 "lru",
        7581  +
 "once_cell",
        7582  +
 "percent-encoding",
        7583  +
 "regex-lite",
        7584  +
 "sha2",
        7585  +
 "tracing",
        7586  +
 "url",
        7587  +
]
        7588  +
        7589  +
[[package]]
        7590  +
name = "aws-sdk-s3control"
        7591  +
version = "1.32.0"
        7592  +
dependencies = [
        7593  +
 "aws-config",
        7594  +
 "aws-credential-types 1.2.0",
        7595  +
 "aws-runtime 1.2.2",
        7596  +
 "aws-smithy-async 1.2.1",
        7597  +
 "aws-smithy-http 0.60.8",
        7598  +
 "aws-smithy-json 0.60.7",
        7599  +
 "aws-smithy-protocol-test 0.60.7",
        7600  +
 "aws-smithy-runtime 1.5.7",
        7601  +
 "aws-smithy-runtime-api 1.6.3",
        7602  +
 "aws-smithy-types 1.2.0",
        7603  +
 "aws-smithy-xml 0.60.8",
        7604  +
 "aws-types 1.3.1",
        7605  +
 "fastrand 2.0.2",
        7606  +
 "futures-util",
        7607  +
 "http 0.2.12",
        7608  +
 "md-5",
        7609  +
 "once_cell",
        7610  +
 "regex-lite",
        7611  +
 "serde_json",
        7612  +
 "tokio",
        7613  +
 "tracing",
        7614  +
 "tracing-subscriber",
        7615  +
 "url",
        7616  +
]
        7617  +
        7618  +
[[package]]
        7619  +
name = "aws-sdk-s3outposts"
        7620  +
version = "1.30.0"
        7621  +
dependencies = [
        7622  +
 "aws-config",
        7623  +
 "aws-credential-types 1.2.0",
        7624  +
 "aws-runtime 1.2.2",
        7625  +
 "aws-smithy-async 1.2.1",
        7626  +
 "aws-smithy-http 0.60.8",
        7627  +
 "aws-smithy-json 0.60.7",
        7628  +
 "aws-smithy-runtime 1.5.7",
        7629  +
 "aws-smithy-runtime-api 1.6.3",
        7630  +
 "aws-smithy-types 1.2.0",
        7631  +
 "aws-types 1.3.1",
        7632  +
 "bytes",
        7633  +
 "http 0.2.12",
        7634  +
 "once_cell",
        7635  +
 "regex-lite",
        7636  +
 "tokio",
        7637  +
 "tracing",
        7638  +
]
        7639  +
        7640  +
[[package]]
        7641  +
name = "aws-sdk-sagemaker"
        7642  +
version = "1.51.0"
        7643  +
dependencies = [
        7644  +
 "aws-config",
        7645  +
 "aws-credential-types 1.2.0",
        7646  +
 "aws-runtime 1.2.2",
        7647  +
 "aws-smithy-async 1.2.1",
        7648  +
 "aws-smithy-http 0.60.8",
        7649  +
 "aws-smithy-json 0.60.7",
        7650  +
 "aws-smithy-runtime 1.5.7",
        7651  +
 "aws-smithy-runtime-api 1.6.3",
        7652  +
 "aws-smithy-types 1.2.0",
        7653  +
 "aws-types 1.3.1",
        7654  +
 "bytes",
        7655  +
 "fastrand 2.0.2",
        7656  +
 "http 0.2.12",
        7657  +
 "once_cell",
        7658  +
 "regex-lite",
        7659  +
 "tokio",
        7660  +
 "tracing",
        7661  +
]
        7662  +
        7663  +
[[package]]
        7664  +
name = "aws-sdk-sagemakera2iruntime"
        7665  +
version = "1.30.0"
        7666  +
dependencies = [
        7667  +
 "aws-config",
        7668  +
 "aws-credential-types 1.2.0",
        7669  +
 "aws-runtime 1.2.2",
        7670  +
 "aws-smithy-async 1.2.1",
        7671  +
 "aws-smithy-http 0.60.8",
        7672  +
 "aws-smithy-json 0.60.7",
        7673  +
 "aws-smithy-runtime 1.5.7",
        7674  +
 "aws-smithy-runtime-api 1.6.3",
        7675  +
 "aws-smithy-types 1.2.0",
        7676  +
 "aws-types 1.3.1",
        7677  +
 "bytes",
        7678  +
 "http 0.2.12",
        7679  +
 "once_cell",
        7680  +
 "regex-lite",
        7681  +
 "tokio",
        7682  +
 "tracing",
        7683  +
]
        7684  +
        7685  +
[[package]]
        7686  +
name = "aws-sdk-sagemakeredge"
        7687  +
version = "1.30.0"
        7688  +
dependencies = [
        7689  +
 "aws-config",
        7690  +
 "aws-credential-types 1.2.0",
        7691  +
 "aws-runtime 1.2.2",
        7692  +
 "aws-smithy-async 1.2.1",
        7693  +
 "aws-smithy-http 0.60.8",
        7694  +
 "aws-smithy-json 0.60.7",
        7695  +
 "aws-smithy-runtime 1.5.7",
        7696  +
 "aws-smithy-runtime-api 1.6.3",
        7697  +
 "aws-smithy-types 1.2.0",
        7698  +
 "aws-types 1.3.1",
        7699  +
 "bytes",
        7700  +
 "http 0.2.12",
        7701  +
 "once_cell",
        7702  +
 "regex-lite",
        7703  +
 "tokio",
        7704  +
 "tracing",
        7705  +
]
        7706  +
        7707  +
[[package]]
        7708  +
name = "aws-sdk-sagemakerfeaturestoreruntime"
        7709  +
version = "1.31.0"
        7710  +
dependencies = [
        7711  +
 "aws-config",
        7712  +
 "aws-credential-types 1.2.0",
        7713  +
 "aws-runtime 1.2.2",
        7714  +
 "aws-smithy-async 1.2.1",
        7715  +
 "aws-smithy-http 0.60.8",
        7716  +
 "aws-smithy-json 0.60.7",
        7717  +
 "aws-smithy-runtime 1.5.7",
        7718  +
 "aws-smithy-runtime-api 1.6.3",
        7719  +
 "aws-smithy-types 1.2.0",
        7720  +
 "aws-types 1.3.1",
        7721  +
 "bytes",
        7722  +
 "http 0.2.12",
        7723  +
 "once_cell",
        7724  +
 "regex-lite",
        7725  +
 "tokio",
        7726  +
 "tracing",
        7727  +
]
        7728  +
        7729  +
[[package]]
        7730  +
name = "aws-sdk-sagemakergeospatial"
        7731  +
version = "1.30.0"
        7732  +
dependencies = [
        7733  +
 "aws-config",
        7734  +
 "aws-credential-types 1.2.0",
        7735  +
 "aws-runtime 1.2.2",
        7736  +
 "aws-smithy-async 1.2.1",
        7737  +
 "aws-smithy-http 0.60.8",
        7738  +
 "aws-smithy-json 0.60.7",
        7739  +
 "aws-smithy-runtime 1.5.7",
        7740  +
 "aws-smithy-runtime-api 1.6.3",
        7741  +
 "aws-smithy-types 1.2.0",
        7742  +
 "aws-types 1.3.1",
        7743  +
 "bytes",
        7744  +
 "fastrand 2.0.2",
        7745  +
 "http 0.2.12",
        7746  +
 "once_cell",
        7747  +
 "regex-lite",
        7748  +
 "tokio",
        7749  +
 "tracing",
        7750  +
]
        7751  +
        7752  +
[[package]]
        7753  +
name = "aws-sdk-sagemakermetrics"
        7754  +
version = "1.30.0"
        7755  +
dependencies = [
        7756  +
 "aws-config",
        7757  +
 "aws-credential-types 1.2.0",
        7758  +
 "aws-runtime 1.2.2",
        7759  +
 "aws-smithy-async 1.2.1",
        7760  +
 "aws-smithy-http 0.60.8",
        7761  +
 "aws-smithy-json 0.60.7",
        7762  +
 "aws-smithy-runtime 1.5.7",
        7763  +
 "aws-smithy-runtime-api 1.6.3",
        7764  +
 "aws-smithy-types 1.2.0",
        7765  +
 "aws-types 1.3.1",
        7766  +
 "bytes",
        7767  +
 "http 0.2.12",
        7768  +
 "once_cell",
        7769  +
 "regex-lite",
        7770  +
 "tokio",
        7771  +
 "tracing",
        7772  +
]
        7773  +
        7774  +
[[package]]
        7775  +
name = "aws-sdk-sagemakerruntime"
        7776  +
version = "1.31.0"
        7777  +
dependencies = [
        7778  +
 "aws-config",
        7779  +
 "aws-credential-types 1.2.0",
        7780  +
 "aws-runtime 1.2.2",
        7781  +
 "aws-smithy-async 1.2.1",
        7782  +
 "aws-smithy-eventstream 0.60.4",
        7783  +
 "aws-smithy-http 0.60.8",
        7784  +
 "aws-smithy-json 0.60.7",
        7785  +
 "aws-smithy-runtime 1.5.7",
        7786  +
 "aws-smithy-runtime-api 1.6.3",
        7787  +
 "aws-smithy-types 1.2.0",
        7788  +
 "aws-types 1.3.1",
        7789  +
 "bytes",
        7790  +
 "http 0.2.12",
        7791  +
 "once_cell",
        7792  +
 "regex-lite",
        7793  +
 "tokio",
        7794  +
 "tracing",
        7795  +
]
        7796  +
        7797  +
[[package]]
        7798  +
name = "aws-sdk-savingsplans"
        7799  +
version = "1.31.0"
        7800  +
dependencies = [
        7801  +
 "aws-config",
        7802  +
 "aws-credential-types 1.2.0",
        7803  +
 "aws-runtime 1.2.2",
        7804  +
 "aws-smithy-async 1.2.1",
        7805  +
 "aws-smithy-http 0.60.8",
        7806  +
 "aws-smithy-json 0.60.7",
        7807  +
 "aws-smithy-runtime 1.5.7",
        7808  +
 "aws-smithy-runtime-api 1.6.3",
        7809  +
 "aws-smithy-types 1.2.0",
        7810  +
 "aws-types 1.3.1",
        7811  +
 "bytes",
        7812  +
 "fastrand 2.0.2",
        7813  +
 "http 0.2.12",
        7814  +
 "once_cell",
        7815  +
 "regex-lite",
        7816  +
 "tokio",
        7817  +
 "tracing",
        7818  +
]
        7819  +
        7820  +
[[package]]
        7821  +
name = "aws-sdk-scheduler"
        7822  +
version = "1.30.0"
        7823  +
dependencies = [
        7824  +
 "aws-config",
        7825  +
 "aws-credential-types 1.2.0",
        7826  +
 "aws-runtime 1.2.2",
        7827  +
 "aws-smithy-async 1.2.1",
        7828  +
 "aws-smithy-http 0.60.8",
        7829  +
 "aws-smithy-json 0.60.7",
        7830  +
 "aws-smithy-runtime 1.5.7",
        7831  +
 "aws-smithy-runtime-api 1.6.3",
        7832  +
 "aws-smithy-types 1.2.0",
        7833  +
 "aws-types 1.3.1",
        7834  +
 "bytes",
        7835  +
 "fastrand 2.0.2",
        7836  +
 "http 0.2.12",
        7837  +
 "once_cell",
        7838  +
 "regex-lite",
        7839  +
 "tokio",
        7840  +
 "tracing",
        7841  +
]
        7842  +
        7843  +
[[package]]
        7844  +
name = "aws-sdk-schemas"
        7845  +
version = "1.30.0"
        7846  +
dependencies = [
        7847  +
 "aws-config",
        7848  +
 "aws-credential-types 1.2.0",
        7849  +
 "aws-runtime 1.2.2",
        7850  +
 "aws-smithy-async 1.2.1",
        7851  +
 "aws-smithy-http 0.60.8",
        7852  +
 "aws-smithy-json 0.60.7",
        7853  +
 "aws-smithy-runtime 1.5.7",
        7854  +
 "aws-smithy-runtime-api 1.6.3",
        7855  +
 "aws-smithy-types 1.2.0",
        7856  +
 "aws-types 1.3.1",
        7857  +
 "bytes",
        7858  +
 "fastrand 2.0.2",
        7859  +
 "http 0.2.12",
        7860  +
 "once_cell",
        7861  +
 "regex-lite",
        7862  +
 "tokio",
        7863  +
 "tracing",
        7864  +
]
        7865  +
        7866  +
[[package]]
        7867  +
name = "aws-sdk-secretsmanager"
        7868  +
version = "1.33.0"
        7869  +
dependencies = [
        7870  +
 "aws-config",
        7871  +
 "aws-credential-types 1.2.0",
        7872  +
 "aws-runtime 1.2.2",
        7873  +
 "aws-smithy-async 1.2.1",
        7874  +
 "aws-smithy-http 0.60.8",
        7875  +
 "aws-smithy-json 0.60.7",
        7876  +
 "aws-smithy-runtime 1.5.7",
        7877  +
 "aws-smithy-runtime-api 1.6.3",
        7878  +
 "aws-smithy-types 1.2.0",
        7879  +
 "aws-types 1.3.1",
        7880  +
 "bytes",
        7881  +
 "fastrand 2.0.2",
        7882  +
 "http 0.2.12",
        7883  +
 "once_cell",
        7884  +
 "regex-lite",
        7885  +
 "tokio",
        7886  +
 "tracing",
        7887  +
]
        7888  +
        7889  +
[[package]]
        7890  +
name = "aws-sdk-securityhub"
        7891  +
version = "1.32.0"
        7892  +
dependencies = [
        7893  +
 "aws-config",
        7894  +
 "aws-credential-types 1.2.0",
        7895  +
 "aws-runtime 1.2.2",
        7896  +
 "aws-smithy-async 1.2.1",
        7897  +
 "aws-smithy-http 0.60.8",
        7898  +
 "aws-smithy-json 0.60.7",
        7899  +
 "aws-smithy-runtime 1.5.7",
        7900  +
 "aws-smithy-runtime-api 1.6.3",
        7901  +
 "aws-smithy-types 1.2.0",
        7902  +
 "aws-types 1.3.1",
        7903  +
 "bytes",
        7904  +
 "http 0.2.12",
        7905  +
 "once_cell",
        7906  +
 "regex-lite",
        7907  +
 "tokio",
        7908  +
 "tracing",
        7909  +
]
        7910  +
        7911  +
[[package]]
        7912  +
name = "aws-sdk-securitylake"
        7913  +
version = "1.31.0"
        7914  +
dependencies = [
        7915  +
 "aws-config",
        7916  +
 "aws-credential-types 1.2.0",
        7917  +
 "aws-runtime 1.2.2",
        7918  +
 "aws-smithy-async 1.2.1",
        7919  +
 "aws-smithy-http 0.60.8",
        7920  +
 "aws-smithy-json 0.60.7",
        7921  +
 "aws-smithy-runtime 1.5.7",
        7922  +
 "aws-smithy-runtime-api 1.6.3",
        7923  +
 "aws-smithy-types 1.2.0",
        7924  +
 "aws-types 1.3.1",
        7925  +
 "bytes",
        7926  +
 "http 0.2.12",
        7927  +
 "once_cell",
        7928  +
 "regex-lite",
        7929  +
 "tokio",
        7930  +
 "tracing",
        7931  +
]
        7932  +
        7933  +
[[package]]
        7934  +
name = "aws-sdk-serverlessapplicationrepository"
        7935  +
version = "1.30.0"
        7936  +
dependencies = [
        7937  +
 "aws-config",
        7938  +
 "aws-credential-types 1.2.0",
        7939  +
 "aws-runtime 1.2.2",
        7940  +
 "aws-smithy-async 1.2.1",
        7941  +
 "aws-smithy-http 0.60.8",
        7942  +
 "aws-smithy-json 0.60.7",
        7943  +
 "aws-smithy-runtime 1.5.7",
        7944  +
 "aws-smithy-runtime-api 1.6.3",
        7945  +
 "aws-smithy-types 1.2.0",
        7946  +
 "aws-types 1.3.1",
        7947  +
 "bytes",
        7948  +
 "http 0.2.12",
        7949  +
 "once_cell",
        7950  +
 "regex-lite",
        7951  +
 "tokio",
        7952  +
 "tracing",
        7953  +
]
        7954  +
        7955  +
[[package]]
        7956  +
name = "aws-sdk-servicecatalog"
        7957  +
version = "1.31.0"
        7958  +
dependencies = [
        7959  +
 "aws-config",
        7960  +
 "aws-credential-types 1.2.0",
        7961  +
 "aws-runtime 1.2.2",
        7962  +
 "aws-smithy-async 1.2.1",
        7963  +
 "aws-smithy-http 0.60.8",
        7964  +
 "aws-smithy-json 0.60.7",
        7965  +
 "aws-smithy-runtime 1.5.7",
        7966  +
 "aws-smithy-runtime-api 1.6.3",
        7967  +
 "aws-smithy-types 1.2.0",
        7968  +
 "aws-types 1.3.1",
        7969  +
 "bytes",
        7970  +
 "fastrand 2.0.2",
        7971  +
 "http 0.2.12",
        7972  +
 "once_cell",
        7973  +
 "regex-lite",
        7974  +
 "tokio",
        7975  +
 "tracing",
        7976  +
]
        7977  +
        7978  +
[[package]]
        7979  +
name = "aws-sdk-servicecatalogappregistry"
        7980  +
version = "1.30.0"
        7981  +
dependencies = [
        7982  +
 "aws-config",
        7983  +
 "aws-credential-types 1.2.0",
        7984  +
 "aws-runtime 1.2.2",
        7985  +
 "aws-smithy-async 1.2.1",
        7986  +
 "aws-smithy-http 0.60.8",
        7987  +
 "aws-smithy-json 0.60.7",
        7988  +
 "aws-smithy-runtime 1.5.7",
        7989  +
 "aws-smithy-runtime-api 1.6.3",
        7990  +
 "aws-smithy-types 1.2.0",
        7991  +
 "aws-types 1.3.1",
        7992  +
 "bytes",
        7993  +
 "fastrand 2.0.2",
        7994  +
 "http 0.2.12",
        7995  +
 "once_cell",
        7996  +
 "regex-lite",
        7997  +
 "tokio",
        7998  +
 "tracing",
        7999  +
]
        8000  +
        8001  +
[[package]]
        8002  +
name = "aws-sdk-servicediscovery"
        8003  +
version = "1.30.0"
        8004  +
dependencies = [
        8005  +
 "aws-config",
        8006  +
 "aws-credential-types 1.2.0",
        8007  +
 "aws-runtime 1.2.2",
        8008  +
 "aws-smithy-async 1.2.1",
        8009  +
 "aws-smithy-http 0.60.8",
        8010  +
 "aws-smithy-json 0.60.7",
        8011  +
 "aws-smithy-runtime 1.5.7",
        8012  +
 "aws-smithy-runtime-api 1.6.3",
        8013  +
 "aws-smithy-types 1.2.0",
        8014  +
 "aws-types 1.3.1",
        8015  +
 "bytes",
        8016  +
 "fastrand 2.0.2",
        8017  +
 "http 0.2.12",
        8018  +
 "once_cell",
        8019  +
 "regex-lite",
        8020  +
 "tokio",
        8021  +
 "tracing",
        8022  +
]
        8023  +
        8024  +
[[package]]
        8025  +
name = "aws-sdk-servicequotas"
        8026  +
version = "1.30.0"
        8027  +
dependencies = [
        8028  +
 "aws-config",
        8029  +
 "aws-credential-types 1.2.0",
        8030  +
 "aws-runtime 1.2.2",
        8031  +
 "aws-smithy-async 1.2.1",
        8032  +
 "aws-smithy-http 0.60.8",
        8033  +
 "aws-smithy-json 0.60.7",
        8034  +
 "aws-smithy-runtime 1.5.7",
        8035  +
 "aws-smithy-runtime-api 1.6.3",
        8036  +
 "aws-smithy-types 1.2.0",
        8037  +
 "aws-types 1.3.1",
        8038  +
 "bytes",
        8039  +
 "http 0.2.12",
        8040  +
 "once_cell",
        8041  +
 "regex-lite",
        8042  +
 "tokio",
        8043  +
 "tracing",
        8044  +
]
        8045  +
        8046  +
[[package]]
        8047  +
name = "aws-sdk-ses"
        8048  +
version = "1.30.0"
        8049  +
dependencies = [
        8050  +
 "aws-config",
        8051  +
 "aws-credential-types 1.2.0",
        8052  +
 "aws-runtime 1.2.2",
        8053  +
 "aws-smithy-async 1.2.1",
        8054  +
 "aws-smithy-http 0.60.8",
        8055  +
 "aws-smithy-json 0.60.7",
        8056  +
 "aws-smithy-query",
        8057  +
 "aws-smithy-runtime 1.5.7",
        8058  +
 "aws-smithy-runtime-api 1.6.3",
        8059  +
 "aws-smithy-types 1.2.0",
        8060  +
 "aws-smithy-xml 0.60.8",
        8061  +
 "aws-types 1.3.1",
        8062  +
 "http 0.2.12",
        8063  +
 "once_cell",
        8064  +
 "regex-lite",
        8065  +
 "tokio",
        8066  +
 "tracing",
        8067  +
]
        8068  +
        8069  +
[[package]]
        8070  +
name = "aws-sdk-sesv2"
        8071  +
version = "1.32.0"
        8072  +
dependencies = [
        8073  +
 "aws-config",
        8074  +
 "aws-credential-types 1.2.0",
        8075  +
 "aws-runtime 1.2.2",
        8076  +
 "aws-smithy-async 1.2.1",
        8077  +
 "aws-smithy-http 0.60.8",
        8078  +
 "aws-smithy-json 0.60.7",
        8079  +
 "aws-smithy-runtime 1.5.7",
        8080  +
 "aws-smithy-runtime-api 1.6.3",
        8081  +
 "aws-smithy-types 1.2.0",
        8082  +
 "aws-types 1.3.1",
        8083  +
 "bytes",
        8084  +
 "http 0.2.12",
        8085  +
 "once_cell",
        8086  +
 "regex-lite",
        8087  +
 "tokio",
        8088  +
 "tracing",
        8089  +
]
        8090  +
        8091  +
[[package]]
        8092  +
name = "aws-sdk-sfn"
        8093  +
version = "1.31.0"
        8094  +
dependencies = [
        8095  +
 "aws-config",
        8096  +
 "aws-credential-types 1.2.0",
        8097  +
 "aws-runtime 1.2.2",
        8098  +
 "aws-smithy-async 1.2.1",
        8099  +
 "aws-smithy-http 0.60.8",
        8100  +
 "aws-smithy-json 0.60.7",
        8101  +
 "aws-smithy-runtime 1.5.7",
        8102  +
 "aws-smithy-runtime-api 1.6.3",
        8103  +
 "aws-smithy-types 1.2.0",
        8104  +
 "aws-types 1.3.1",
        8105  +
 "bytes",
        8106  +
 "fastrand 2.0.2",
        8107  +
 "http 0.2.12",
        8108  +
 "once_cell",
        8109  +
 "regex-lite",
        8110  +
 "tokio",
        8111  +
 "tracing",
        8112  +
]
        8113  +
        8114  +
[[package]]
        8115  +
name = "aws-sdk-shield"
        8116  +
version = "1.30.0"
        8117  +
dependencies = [
        8118  +
 "aws-config",
        8119  +
 "aws-credential-types 1.2.0",
        8120  +
 "aws-runtime 1.2.2",
        8121  +
 "aws-smithy-async 1.2.1",
        8122  +
 "aws-smithy-http 0.60.8",
        8123  +
 "aws-smithy-json 0.60.7",
        8124  +
 "aws-smithy-runtime 1.5.7",
        8125  +
 "aws-smithy-runtime-api 1.6.3",
        8126  +
 "aws-smithy-types 1.2.0",
        8127  +
 "aws-types 1.3.1",
        8128  +
 "bytes",
        8129  +
 "http 0.2.12",
        8130  +
 "once_cell",
        8131  +
 "regex-lite",
        8132  +
 "tokio",
        8133  +
 "tracing",
        8134  +
]
        8135  +
        8136  +
[[package]]
        8137  +
name = "aws-sdk-signer"
        8138  +
version = "1.30.0"
        8139  +
dependencies = [
        8140  +
 "aws-config",
        8141  +
 "aws-credential-types 1.2.0",
        8142  +
 "aws-runtime 1.2.2",
        8143  +
 "aws-smithy-async 1.2.1",
        8144  +
 "aws-smithy-http 0.60.8",
        8145  +
 "aws-smithy-json 0.60.7",
        8146  +
 "aws-smithy-runtime 1.5.7",
        8147  +
 "aws-smithy-runtime-api 1.6.3",
        8148  +
 "aws-smithy-types 1.2.0",
        8149  +
 "aws-types 1.3.1",
        8150  +
 "bytes",
        8151  +
 "fastrand 2.0.2",
        8152  +
 "http 0.2.12",
        8153  +
 "once_cell",
        8154  +
 "regex-lite",
        8155  +
 "tokio",
        8156  +
 "tracing",
        8157  +
]
        8158  +
        8159  +
[[package]]
        8160  +
name = "aws-sdk-simspaceweaver"
        8161  +
version = "1.30.0"
        8162  +
dependencies = [
        8163  +
 "aws-config",
        8164  +
 "aws-credential-types 1.2.0",
        8165  +
 "aws-runtime 1.2.2",
        8166  +
 "aws-smithy-async 1.2.1",
        8167  +
 "aws-smithy-http 0.60.8",
        8168  +
 "aws-smithy-json 0.60.7",
        8169  +
 "aws-smithy-runtime 1.5.7",
        8170  +
 "aws-smithy-runtime-api 1.6.3",
        8171  +
 "aws-smithy-types 1.2.0",
        8172  +
 "aws-types 1.3.1",
        8173  +
 "bytes",
        8174  +
 "fastrand 2.0.2",
        8175  +
 "http 0.2.12",
        8176  +
 "once_cell",
        8177  +
 "regex-lite",
        8178  +
 "tokio",
        8179  +
 "tracing",
        8180  +
]
        8181  +
        8182  +
[[package]]
        8183  +
name = "aws-sdk-sms"
        8184  +
version = "1.30.0"
        8185  +
dependencies = [
        8186  +
 "aws-config",
        8187  +
 "aws-credential-types 1.2.0",
        8188  +
 "aws-runtime 1.2.2",
        8189  +
 "aws-smithy-async 1.2.1",
        8190  +
 "aws-smithy-http 0.60.8",
        8191  +
 "aws-smithy-json 0.60.7",
        8192  +
 "aws-smithy-runtime 1.5.7",
        8193  +
 "aws-smithy-runtime-api 1.6.3",
        8194  +
 "aws-smithy-types 1.2.0",
        8195  +
 "aws-types 1.3.1",
        8196  +
 "bytes",
        8197  +
 "http 0.2.12",
        8198  +
 "once_cell",
        8199  +
 "regex-lite",
        8200  +
 "tokio",
        8201  +
 "tracing",
        8202  +
]
        8203  +
        8204  +
[[package]]
        8205  +
name = "aws-sdk-snowball"
        8206  +
version = "1.30.0"
        8207  +
dependencies = [
        8208  +
 "aws-config",
        8209  +
 "aws-credential-types 1.2.0",
        8210  +
 "aws-runtime 1.2.2",
        8211  +
 "aws-smithy-async 1.2.1",
        8212  +
 "aws-smithy-http 0.60.8",
        8213  +
 "aws-smithy-json 0.60.7",
        8214  +
 "aws-smithy-runtime 1.5.7",
        8215  +
 "aws-smithy-runtime-api 1.6.3",
        8216  +
 "aws-smithy-types 1.2.0",
        8217  +
 "aws-types 1.3.1",
        8218  +
 "bytes",
        8219  +
 "http 0.2.12",
        8220  +
 "once_cell",
        8221  +
 "regex-lite",
        8222  +
 "tokio",
        8223  +
 "tracing",
        8224  +
]
        8225  +
        8226  +
[[package]]
        8227  +
name = "aws-sdk-snowdevicemanagement"
        8228  +
version = "1.30.0"
        8229  +
dependencies = [
        8230  +
 "aws-config",
        8231  +
 "aws-credential-types 1.2.0",
        8232  +
 "aws-runtime 1.2.2",
        8233  +
 "aws-smithy-async 1.2.1",
        8234  +
 "aws-smithy-http 0.60.8",
        8235  +
 "aws-smithy-json 0.60.7",
        8236  +
 "aws-smithy-runtime 1.5.7",
        8237  +
 "aws-smithy-runtime-api 1.6.3",
        8238  +
 "aws-smithy-types 1.2.0",
        8239  +
 "aws-types 1.3.1",
        8240  +
 "bytes",
        8241  +
 "fastrand 2.0.2",
        8242  +
 "http 0.2.12",
        8243  +
 "once_cell",
        8244  +
 "regex-lite",
        8245  +
 "tokio",
        8246  +
 "tracing",
        8247  +
]
        8248  +
        8249  +
[[package]]
        8250  +
name = "aws-sdk-sns"
        8251  +
version = "1.31.0"
        8252  +
dependencies = [
        8253  +
 "aws-config",
        8254  +
 "aws-credential-types 1.2.0",
        8255  +
 "aws-runtime 1.2.2",
        8256  +
 "aws-smithy-async 1.2.1",
        8257  +
 "aws-smithy-http 0.60.8",
        8258  +
 "aws-smithy-json 0.60.7",
        8259  +
 "aws-smithy-query",
        8260  +
 "aws-smithy-runtime 1.5.7",
        8261  +
 "aws-smithy-runtime-api 1.6.3",
        8262  +
 "aws-smithy-types 1.2.0",
        8263  +
 "aws-smithy-xml 0.60.8",
        8264  +
 "aws-types 1.3.1",
        8265  +
 "http 0.2.12",
        8266  +
 "once_cell",
        8267  +
 "regex-lite",
        8268  +
 "tokio",
        8269  +
 "tracing",
        8270  +
]
        8271  +
        8272  +
[[package]]
        8273  +
name = "aws-sdk-sqs"
        8274  +
version = "1.30.0"
        8275  +
dependencies = [
        8276  +
 "aws-config",
        8277  +
 "aws-credential-types 1.2.0",
        8278  +
 "aws-runtime 1.2.2",
        8279  +
 "aws-smithy-async 1.2.1",
        8280  +
 "aws-smithy-http 0.60.8",
        8281  +
 "aws-smithy-json 0.60.7",
        8282  +
 "aws-smithy-runtime 1.5.7",
        8283  +
 "aws-smithy-runtime-api 1.6.3",
        8284  +
 "aws-smithy-types 1.2.0",
        8285  +
 "aws-types 1.3.1",
        8286  +
 "bytes",
        8287  +
 "http 0.2.12",
        8288  +
 "once_cell",
        8289  +
 "regex-lite",
        8290  +
 "tokio",
        8291  +
 "tracing",
        8292  +
]
        8293  +
        8294  +
[[package]]
        8295  +
name = "aws-sdk-ssm"
        8296  +
version = "1.33.0"
        8297  +
dependencies = [
        8298  +
 "aws-config",
        8299  +
 "aws-credential-types 1.2.0",
        8300  +
 "aws-runtime 1.2.2",
        8301  +
 "aws-smithy-async 1.2.1",
        8302  +
 "aws-smithy-http 0.60.8",
        8303  +
 "aws-smithy-json 0.60.7",
        8304  +
 "aws-smithy-runtime 1.5.7",
        8305  +
 "aws-smithy-runtime-api 1.6.3",
        8306  +
 "aws-smithy-types 1.2.0",
        8307  +
 "aws-types 1.3.1",
        8308  +
 "bytes",
        8309  +
 "fastrand 2.0.2",
        8310  +
 "http 0.2.12",
        8311  +
 "once_cell",
        8312  +
 "regex-lite",
        8313  +
 "tokio",
        8314  +
 "tracing",
        8315  +
]
        8316  +
        8317  +
[[package]]
        8318  +
name = "aws-sdk-ssmcontacts"
        8319  +
version = "1.30.0"
        8320  +
dependencies = [
        8321  +
 "aws-config",
        8322  +
 "aws-credential-types 1.2.0",
        8323  +
 "aws-runtime 1.2.2",
        8324  +
 "aws-smithy-async 1.2.1",
        8325  +
 "aws-smithy-http 0.60.8",
        8326  +
 "aws-smithy-json 0.60.7",
        8327  +
 "aws-smithy-runtime 1.5.7",
        8328  +
 "aws-smithy-runtime-api 1.6.3",
        8329  +
 "aws-smithy-types 1.2.0",
        8330  +
 "aws-types 1.3.1",
        8331  +
 "bytes",
        8332  +
 "fastrand 2.0.2",
        8333  +
 "http 0.2.12",
        8334  +
 "once_cell",
        8335  +
 "regex-lite",
        8336  +
 "tokio",
        8337  +
 "tracing",
        8338  +
]
        8339  +
        8340  +
[[package]]
        8341  +
name = "aws-sdk-ssmincidents"
        8342  +
version = "1.30.0"
        8343  +
dependencies = [
        8344  +
 "aws-config",
        8345  +
 "aws-credential-types 1.2.0",
        8346  +
 "aws-runtime 1.2.2",
        8347  +
 "aws-smithy-async 1.2.1",
        8348  +
 "aws-smithy-http 0.60.8",
        8349  +
 "aws-smithy-json 0.60.7",
        8350  +
 "aws-smithy-runtime 1.5.7",
        8351  +
 "aws-smithy-runtime-api 1.6.3",
        8352  +
 "aws-smithy-types 1.2.0",
        8353  +
 "aws-types 1.3.1",
        8354  +
 "bytes",
        8355  +
 "fastrand 2.0.2",
        8356  +
 "http 0.2.12",
        8357  +
 "once_cell",
        8358  +
 "regex-lite",
        8359  +
 "tokio",
        8360  +
 "tracing",
        8361  +
]
        8362  +
        8363  +
[[package]]
        8364  +
name = "aws-sdk-ssmsap"
        8365  +
version = "1.31.0"
        8366  +
dependencies = [
        8367  +
 "aws-config",
        8368  +
 "aws-credential-types 1.2.0",
        8369  +
 "aws-runtime 1.2.2",
        8370  +
 "aws-smithy-async 1.2.1",
        8371  +
 "aws-smithy-http 0.60.8",
        8372  +
 "aws-smithy-json 0.60.7",
        8373  +
 "aws-smithy-runtime 1.5.7",
        8374  +
 "aws-smithy-runtime-api 1.6.3",
        8375  +
 "aws-smithy-types 1.2.0",
        8376  +
 "aws-types 1.3.1",
        8377  +
 "bytes",
        8378  +
 "http 0.2.12",
        8379  +
 "once_cell",
        8380  +
 "regex-lite",
        8381  +
 "tokio",
        8382  +
 "tracing",
        8383  +
]
        8384  +
        8385  +
[[package]]
        8386  +
name = "aws-sdk-sso"
        8387  +
version = "1.30.0"
        8388  +
dependencies = [
        8389  +
 "aws-credential-types 1.2.0",
        8390  +
 "aws-runtime 1.2.2",
        8391  +
 "aws-smithy-async 1.2.1",
        8392  +
 "aws-smithy-http 0.60.8",
        8393  +
 "aws-smithy-json 0.60.7",
        8394  +
 "aws-smithy-runtime 1.5.7",
        8395  +
 "aws-smithy-runtime-api 1.6.3",
        8396  +
 "aws-smithy-types 1.2.0",
        8397  +
 "aws-types 1.3.1",
        8398  +
 "bytes",
        8399  +
 "http 0.2.12",
        8400  +
 "once_cell",
        8401  +
 "regex-lite",
        8402  +
 "tokio",
        8403  +
 "tracing",
        8404  +
]
        8405  +
        8406  +
[[package]]
        8407  +
name = "aws-sdk-ssoadmin"
        8408  +
version = "1.30.0"
        8409  +
dependencies = [
        8410  +
 "aws-config",
        8411  +
 "aws-credential-types 1.2.0",
        8412  +
 "aws-runtime 1.2.2",
        8413  +
 "aws-smithy-async 1.2.1",
        8414  +
 "aws-smithy-http 0.60.8",
        8415  +
 "aws-smithy-json 0.60.7",
        8416  +
 "aws-smithy-runtime 1.5.7",
        8417  +
 "aws-smithy-runtime-api 1.6.3",
        8418  +
 "aws-smithy-types 1.2.0",
        8419  +
 "aws-types 1.3.1",
        8420  +
 "bytes",
        8421  +
 "fastrand 2.0.2",
        8422  +
 "http 0.2.12",
        8423  +
 "once_cell",
        8424  +
 "regex-lite",
        8425  +
 "tokio",
        8426  +
 "tracing",
        8427  +
]
        8428  +
        8429  +
[[package]]
        8430  +
name = "aws-sdk-ssooidc"
        8431  +
version = "1.31.0"
        8432  +
dependencies = [
        8433  +
 "aws-credential-types 1.2.0",
        8434  +
 "aws-runtime 1.2.2",
        8435  +
 "aws-smithy-async 1.2.1",
        8436  +
 "aws-smithy-http 0.60.8",
        8437  +
 "aws-smithy-json 0.60.7",
        8438  +
 "aws-smithy-runtime 1.5.7",
        8439  +
 "aws-smithy-runtime-api 1.6.3",
        8440  +
 "aws-smithy-types 1.2.0",
        8441  +
 "aws-types 1.3.1",
        8442  +
 "bytes",
        8443  +
 "http 0.2.12",
        8444  +
 "once_cell",
        8445  +
 "regex-lite",
        8446  +
 "tokio",
        8447  +
 "tracing",
        8448  +
]
        8449  +
        8450  +
[[package]]
        8451  +
name = "aws-sdk-storagegateway"
        8452  +
version = "1.33.0"
        8453  +
dependencies = [
        8454  +
 "aws-config",
        8455  +
 "aws-credential-types 1.2.0",
        8456  +
 "aws-runtime 1.2.2",
        8457  +
 "aws-smithy-async 1.2.1",
        8458  +
 "aws-smithy-http 0.60.8",
        8459  +
 "aws-smithy-json 0.60.7",
        8460  +
 "aws-smithy-runtime 1.5.7",
        8461  +
 "aws-smithy-runtime-api 1.6.3",
        8462  +
 "aws-smithy-types 1.2.0",
        8463  +
 "aws-types 1.3.1",
        8464  +
 "bytes",
        8465  +
 "http 0.2.12",
        8466  +
 "once_cell",
        8467  +
 "regex-lite",
        8468  +
 "tokio",
        8469  +
 "tracing",
        8470  +
]
        8471  +
        8472  +
[[package]]
        8473  +
name = "aws-sdk-sts"
        8474  +
version = "1.30.0"
        8475  +
dependencies = [
        8476  +
 "aws-credential-types 1.2.0",
        8477  +
 "aws-runtime 1.2.2",
        8478  +
 "aws-smithy-async 1.2.1",
        8479  +
 "aws-smithy-http 0.60.8",
        8480  +
 "aws-smithy-json 0.60.7",
        8481  +
 "aws-smithy-protocol-test 0.60.7",
        8482  +
 "aws-smithy-query",
        8483  +
 "aws-smithy-runtime 1.5.7",
        8484  +
 "aws-smithy-runtime-api 1.6.3",
        8485  +
 "aws-smithy-types 1.2.0",
        8486  +
 "aws-smithy-xml 0.60.8",
        8487  +
 "aws-types 1.3.1",
        8488  +
 "futures-util",
        8489  +
 "http 0.2.12",
        8490  +
 "once_cell",
        8491  +
 "regex-lite",
        8492  +
 "serde_json",
        8493  +
 "tokio",
        8494  +
 "tracing",
        8495  +
 "tracing-subscriber",
        8496  +
]
        8497  +
        8498  +
[[package]]
        8499  +
name = "aws-sdk-supplychain"
        8500  +
version = "1.21.0"
        8501  +
dependencies = [
        8502  +
 "aws-config",
        8503  +
 "aws-credential-types 1.2.0",
        8504  +
 "aws-runtime 1.2.2",
        8505  +
 "aws-smithy-async 1.2.1",
        8506  +
 "aws-smithy-http 0.60.8",
        8507  +
 "aws-smithy-json 0.60.7",
        8508  +
 "aws-smithy-runtime 1.5.7",
        8509  +
 "aws-smithy-runtime-api 1.6.3",
        8510  +
 "aws-smithy-types 1.2.0",
        8511  +
 "aws-types 1.3.1",
        8512  +
 "bytes",
        8513  +
 "fastrand 2.0.2",
        8514  +
 "http 0.2.12",
        8515  +
 "once_cell",
        8516  +
 "regex-lite",
        8517  +
 "tokio",
        8518  +
 "tracing",
        8519  +
]
        8520  +
        8521  +
[[package]]
        8522  +
name = "aws-sdk-support"
        8523  +
version = "1.31.0"
        8524  +
dependencies = [
        8525  +
 "aws-config",
        8526  +
 "aws-credential-types 1.2.0",
        8527  +
 "aws-runtime 1.2.2",
        8528  +
 "aws-smithy-async 1.2.1",
        8529  +
 "aws-smithy-http 0.60.8",
        8530  +
 "aws-smithy-json 0.60.7",
        8531  +
 "aws-smithy-runtime 1.5.7",
        8532  +
 "aws-smithy-runtime-api 1.6.3",
        8533  +
 "aws-smithy-types 1.2.0",
        8534  +
 "aws-types 1.3.1",
        8535  +
 "bytes",
        8536  +
 "http 0.2.12",
        8537  +
 "once_cell",
        8538  +
 "regex-lite",
        8539  +
 "tokio",
        8540  +
 "tracing",
        8541  +
]
        8542  +
        8543  +
[[package]]
        8544  +
name = "aws-sdk-supportapp"
        8545  +
version = "1.30.0"
        8546  +
dependencies = [
        8547  +
 "aws-config",
        8548  +
 "aws-credential-types 1.2.0",
        8549  +
 "aws-runtime 1.2.2",
        8550  +
 "aws-smithy-async 1.2.1",
        8551  +
 "aws-smithy-http 0.60.8",
        8552  +
 "aws-smithy-json 0.60.7",
        8553  +
 "aws-smithy-runtime 1.5.7",
        8554  +
 "aws-smithy-runtime-api 1.6.3",
        8555  +
 "aws-smithy-types 1.2.0",
        8556  +
 "aws-types 1.3.1",
        8557  +
 "bytes",
        8558  +
 "http 0.2.12",
        8559  +
 "once_cell",
        8560  +
 "regex-lite",
        8561  +
 "tokio",
        8562  +
 "tracing",
        8563  +
]
        8564  +
        8565  +
[[package]]
        8566  +
name = "aws-sdk-swf"
        8567  +
version = "1.31.0"
        8568  +
dependencies = [
        8569  +
 "aws-config",
        8570  +
 "aws-credential-types 1.2.0",
        8571  +
 "aws-runtime 1.2.2",
        8572  +
 "aws-smithy-async 1.2.1",
        8573  +
 "aws-smithy-http 0.60.8",
        8574  +
 "aws-smithy-json 0.60.7",
        8575  +
 "aws-smithy-runtime 1.5.7",
        8576  +
 "aws-smithy-runtime-api 1.6.3",
        8577  +
 "aws-smithy-types 1.2.0",
        8578  +
 "aws-types 1.3.1",
        8579  +
 "bytes",
        8580  +
 "http 0.2.12",
        8581  +
 "once_cell",
        8582  +
 "regex-lite",
        8583  +
 "tokio",
        8584  +
 "tracing",
        8585  +
]
        8586  +
        8587  +
[[package]]
        8588  +
name = "aws-sdk-synthetics"
        8589  +
version = "1.30.0"
        8590  +
dependencies = [
        8591  +
 "aws-config",
        8592  +
 "aws-credential-types 1.2.0",
        8593  +
 "aws-runtime 1.2.2",
        8594  +
 "aws-smithy-async 1.2.1",
        8595  +
 "aws-smithy-http 0.60.8",
        8596  +
 "aws-smithy-json 0.60.7",
        8597  +
 "aws-smithy-runtime 1.5.7",
        8598  +
 "aws-smithy-runtime-api 1.6.3",
        8599  +
 "aws-smithy-types 1.2.0",
        8600  +
 "aws-types 1.3.1",
        8601  +
 "bytes",
        8602  +
 "http 0.2.12",
        8603  +
 "once_cell",
        8604  +
 "regex-lite",
        8605  +
 "tokio",
        8606  +
 "tracing",
        8607  +
]
        8608  +
        8609  +
[[package]]
        8610  +
name = "aws-sdk-taxsettings"
        8611  +
version = "1.1.0"
        8612  +
dependencies = [
        8613  +
 "aws-config",
        8614  +
 "aws-credential-types 1.2.0",
        8615  +
 "aws-runtime 1.2.2",
        8616  +
 "aws-smithy-async 1.2.1",
        8617  +
 "aws-smithy-http 0.60.8",
        8618  +
 "aws-smithy-json 0.60.7",
        8619  +
 "aws-smithy-runtime 1.5.7",
        8620  +
 "aws-smithy-runtime-api 1.6.3",
        8621  +
 "aws-smithy-types 1.2.0",
        8622  +
 "aws-types 1.3.1",
        8623  +
 "bytes",
        8624  +
 "http 0.2.12",
        8625  +
 "once_cell",
        8626  +
 "regex-lite",
        8627  +
 "tokio",
        8628  +
 "tracing",
        8629  +
]
        8630  +
        8631  +
[[package]]
        8632  +
name = "aws-sdk-textract"
        8633  +
version = "1.30.0"
        8634  +
dependencies = [
        8635  +
 "aws-config",
        8636  +
 "aws-credential-types 1.2.0",
        8637  +
 "aws-runtime 1.2.2",
        8638  +
 "aws-smithy-async 1.2.1",
        8639  +
 "aws-smithy-http 0.60.8",
        8640  +
 "aws-smithy-json 0.60.7",
        8641  +
 "aws-smithy-runtime 1.5.7",
        8642  +
 "aws-smithy-runtime-api 1.6.3",
        8643  +
 "aws-smithy-types 1.2.0",
        8644  +
 "aws-types 1.3.1",
        8645  +
 "bytes",
        8646  +
 "fastrand 2.0.2",
        8647  +
 "http 0.2.12",
        8648  +
 "once_cell",
        8649  +
 "regex-lite",
        8650  +
 "tokio",
        8651  +
 "tracing",
        8652  +
]
        8653  +
        8654  +
[[package]]
        8655  +
name = "aws-sdk-timestreaminfluxdb"
        8656  +
version = "1.13.0"
        8657  +
dependencies = [
        8658  +
 "aws-config",
        8659  +
 "aws-credential-types 1.2.0",
        8660  +
 "aws-runtime 1.2.2",
        8661  +
 "aws-smithy-async 1.2.1",
        8662  +
 "aws-smithy-http 0.60.8",
        8663  +
 "aws-smithy-json 0.60.7",
        8664  +
 "aws-smithy-runtime 1.5.7",
        8665  +
 "aws-smithy-runtime-api 1.6.3",
        8666  +
 "aws-smithy-types 1.2.0",
        8667  +
 "aws-types 1.3.1",
        8668  +
 "bytes",
        8669  +
 "http 0.2.12",
        8670  +
 "once_cell",
        8671  +
 "regex-lite",
        8672  +
 "tokio",
        8673  +
 "tracing",
        8674  +
]
        8675  +
        8676  +
[[package]]
        8677  +
name = "aws-sdk-timestreamquery"
        8678  +
version = "1.31.0"
        8679  +
dependencies = [
        8680  +
 "aws-config",
        8681  +
 "aws-credential-types 1.2.0",
        8682  +
 "aws-runtime 1.2.2",
        8683  +
 "aws-smithy-async 1.2.1",
        8684  +
 "aws-smithy-http 0.60.8",
        8685  +
 "aws-smithy-json 0.60.7",
        8686  +
 "aws-smithy-protocol-test 0.60.7",
        8687  +
 "aws-smithy-runtime 1.5.7",
        8688  +
 "aws-smithy-runtime-api 1.6.3",
        8689  +
 "aws-smithy-types 1.2.0",
        8690  +
 "aws-types 1.3.1",
        8691  +
 "bytes",
        8692  +
 "fastrand 2.0.2",
        8693  +
 "futures-util",
        8694  +
 "http 0.2.12",
        8695  +
 "once_cell",
        8696  +
 "regex-lite",
        8697  +
 "serde_json",
        8698  +
 "tokio",
        8699  +
 "tracing",
        8700  +
 "tracing-subscriber",
        8701  +
]
        8702  +
        8703  +
[[package]]
        8704  +
name = "aws-sdk-timestreamwrite"
        8705  +
version = "1.30.0"
        8706  +
dependencies = [
        8707  +
 "aws-config",
        8708  +
 "aws-credential-types 1.2.0",
        8709  +
 "aws-runtime 1.2.2",
        8710  +
 "aws-smithy-async 1.2.1",
        8711  +
 "aws-smithy-http 0.60.8",
        8712  +
 "aws-smithy-json 0.60.7",
        8713  +
 "aws-smithy-runtime 1.5.7",
        8714  +
 "aws-smithy-runtime-api 1.6.3",
        8715  +
 "aws-smithy-types 1.2.0",
        8716  +
 "aws-types 1.3.1",
        8717  +
 "bytes",
        8718  +
 "fastrand 2.0.2",
        8719  +
 "http 0.2.12",
        8720  +
 "once_cell",
        8721  +
 "regex-lite",
        8722  +
 "tokio",
        8723  +
 "tracing",
        8724  +
]
        8725  +
        8726  +
[[package]]
        8727  +
name = "aws-sdk-tnb"
        8728  +
version = "1.30.0"
        8729  +
dependencies = [
        8730  +
 "aws-config",
        8731  +
 "aws-credential-types 1.2.0",
        8732  +
 "aws-runtime 1.2.2",
        8733  +
 "aws-smithy-async 1.2.1",
        8734  +
 "aws-smithy-http 0.60.8",
        8735  +
 "aws-smithy-json 0.60.7",
        8736  +
 "aws-smithy-runtime 1.5.7",
        8737  +
 "aws-smithy-runtime-api 1.6.3",
        8738  +
 "aws-smithy-types 1.2.0",
        8739  +
 "aws-types 1.3.1",
        8740  +
 "bytes",
        8741  +
 "http 0.2.12",
        8742  +
 "once_cell",
        8743  +
 "regex-lite",
        8744  +
 "tokio",
        8745  +
 "tracing",
        8746  +
]
        8747  +
        8748  +
[[package]]
        8749  +
name = "aws-sdk-transcribe"
        8750  +
version = "1.31.0"
        8751  +
dependencies = [
        8752  +
 "aws-config",
        8753  +
 "aws-credential-types 1.2.0",
        8754  +
 "aws-runtime 1.2.2",
        8755  +
 "aws-smithy-async 1.2.1",
        8756  +
 "aws-smithy-http 0.60.8",
        8757  +
 "aws-smithy-json 0.60.7",
        8758  +
 "aws-smithy-runtime 1.5.7",
        8759  +
 "aws-smithy-runtime-api 1.6.3",
        8760  +
 "aws-smithy-types 1.2.0",
        8761  +
 "aws-types 1.3.1",
        8762  +
 "bytes",
        8763  +
 "http 0.2.12",
        8764  +
 "once_cell",
        8765  +
 "regex-lite",
        8766  +
 "tokio",
        8767  +
 "tracing",
        8768  +
]
        8769  +
        8770  +
[[package]]
        8771  +
name = "aws-sdk-transcribestreaming"
        8772  +
version = "1.30.0"
        8773  +
dependencies = [
        8774  +
 "async-stream",
        8775  +
 "aws-config",
        8776  +
 "aws-credential-types 1.2.0",
        8777  +
 "aws-runtime 1.2.2",
        8778  +
 "aws-sigv4 1.2.2",
        8779  +
 "aws-smithy-async 1.2.1",
        8780  +
 "aws-smithy-eventstream 0.60.4",
        8781  +
 "aws-smithy-http 0.60.8",
        8782  +
 "aws-smithy-json 0.60.7",
        8783  +
 "aws-smithy-protocol-test 0.60.7",
        8784  +
 "aws-smithy-runtime 1.5.7",
        8785  +
 "aws-smithy-runtime-api 1.6.3",
        8786  +
 "aws-smithy-types 1.2.0",
        8787  +
 "aws-types 1.3.1",
        8788  +
 "bytes",
        8789  +
 "futures-core",
        8790  +
 "futures-util",
        8791  +
 "hound",
        8792  +
 "http 0.2.12",
        8793  +
 "hyper 0.14.29",
        8794  +
 "once_cell",
        8795  +
 "regex-lite",
        8796  +
 "serde_json",
        8797  +
 "tokio",
        8798  +
 "tracing",
        8799  +
 "tracing-subscriber",
        8800  +
]
        8801  +
        8802  +
[[package]]
        8803  +
name = "aws-sdk-transfer"
        8804  +
version = "1.34.0"
        8805  +
dependencies = [
        8806  +
 "aws-config",
        8807  +
 "aws-credential-types 1.2.0",
        8808  +
 "aws-runtime 1.2.2",
        8809  +
 "aws-smithy-async 1.2.1",
        8810  +
 "aws-smithy-http 0.60.8",
        8811  +
 "aws-smithy-json 0.60.7",
        8812  +
 "aws-smithy-runtime 1.5.7",
        8813  +
 "aws-smithy-runtime-api 1.6.3",
        8814  +
 "aws-smithy-types 1.2.0",
        8815  +
 "aws-types 1.3.1",
        8816  +
 "bytes",
        8817  +
 "http 0.2.12",
        8818  +
 "once_cell",
        8819  +
 "regex-lite",
        8820  +
 "tokio",
        8821  +
 "tracing",
        8822  +
]
        8823  +
        8824  +
[[package]]
        8825  +
name = "aws-sdk-translate"
        8826  +
version = "1.30.0"
        8827  +
dependencies = [
        8828  +
 "aws-config",
        8829  +
 "aws-credential-types 1.2.0",
        8830  +
 "aws-runtime 1.2.2",
        8831  +
 "aws-smithy-async 1.2.1",
        8832  +
 "aws-smithy-http 0.60.8",
        8833  +
 "aws-smithy-json 0.60.7",
        8834  +
 "aws-smithy-runtime 1.5.7",
        8835  +
 "aws-smithy-runtime-api 1.6.3",
        8836  +
 "aws-smithy-types 1.2.0",
        8837  +
 "aws-types 1.3.1",
        8838  +
 "bytes",
        8839  +
 "fastrand 2.0.2",
        8840  +
 "http 0.2.12",
        8841  +
 "once_cell",
        8842  +
 "regex-lite",
        8843  +
 "tokio",
        8844  +
 "tracing",
        8845  +
]
        8846  +
        8847  +
[[package]]
        8848  +
name = "aws-sdk-trustedadvisor"
        8849  +
version = "1.31.0"
        8850  +
dependencies = [
        8851  +
 "aws-config",
        8852  +
 "aws-credential-types 1.2.0",
        8853  +
 "aws-runtime 1.2.2",
        8854  +
 "aws-smithy-async 1.2.1",
        8855  +
 "aws-smithy-http 0.60.8",
        8856  +
 "aws-smithy-json 0.60.7",
        8857  +
 "aws-smithy-runtime 1.5.7",
        8858  +
 "aws-smithy-runtime-api 1.6.3",
        8859  +
 "aws-smithy-types 1.2.0",
        8860  +
 "aws-types 1.3.1",
        8861  +
 "bytes",
        8862  +
 "http 0.2.12",
        8863  +
 "once_cell",
        8864  +
 "regex-lite",
        8865  +
 "tokio",
        8866  +
 "tracing",
        8867  +
]
        8868  +
        8869  +
[[package]]
        8870  +
name = "aws-sdk-verifiedpermissions"
        8871  +
version = "1.36.0"
        8872  +
dependencies = [
        8873  +
 "aws-config",
        8874  +
 "aws-credential-types 1.2.0",
        8875  +
 "aws-runtime 1.2.2",
        8876  +
 "aws-smithy-async 1.2.1",
        8877  +
 "aws-smithy-http 0.60.8",
        8878  +
 "aws-smithy-json 0.60.7",
        8879  +
 "aws-smithy-runtime 1.5.7",
        8880  +
 "aws-smithy-runtime-api 1.6.3",
        8881  +
 "aws-smithy-types 1.2.0",
        8882  +
 "aws-types 1.3.1",
        8883  +
 "bytes",
        8884  +
 "fastrand 2.0.2",
        8885  +
 "http 0.2.12",
        8886  +
 "once_cell",
        8887  +
 "regex-lite",
        8888  +
 "tokio",
        8889  +
 "tracing",
        8890  +
]
        8891  +
        8892  +
[[package]]
        8893  +
name = "aws-sdk-voiceid"
        8894  +
version = "1.30.0"
        8895  +
dependencies = [
        8896  +
 "aws-config",
        8897  +
 "aws-credential-types 1.2.0",
        8898  +
 "aws-runtime 1.2.2",
        8899  +
 "aws-smithy-async 1.2.1",
        8900  +
 "aws-smithy-http 0.60.8",
        8901  +
 "aws-smithy-json 0.60.7",
        8902  +
 "aws-smithy-runtime 1.5.7",
        8903  +
 "aws-smithy-runtime-api 1.6.3",
        8904  +
 "aws-smithy-types 1.2.0",
        8905  +
 "aws-types 1.3.1",
        8906  +
 "bytes",
        8907  +
 "fastrand 2.0.2",
        8908  +
 "http 0.2.12",
        8909  +
 "once_cell",
        8910  +
 "regex-lite",
        8911  +
 "tokio",
        8912  +
 "tracing",
        8913  +
]
        8914  +
        8915  +
[[package]]
        8916  +
name = "aws-sdk-vpclattice"
        8917  +
version = "1.31.0"
        8918  +
dependencies = [
        8919  +
 "aws-config",
        8920  +
 "aws-credential-types 1.2.0",
        8921  +
 "aws-runtime 1.2.2",
        8922  +
 "aws-smithy-async 1.2.1",
        8923  +
 "aws-smithy-http 0.60.8",
        8924  +
 "aws-smithy-json 0.60.7",
        8925  +
 "aws-smithy-runtime 1.5.7",
        8926  +
 "aws-smithy-runtime-api 1.6.3",
        8927  +
 "aws-smithy-types 1.2.0",
        8928  +
 "aws-types 1.3.1",
        8929  +
 "bytes",
        8930  +
 "fastrand 2.0.2",
        8931  +
 "http 0.2.12",
        8932  +
 "once_cell",
        8933  +
 "regex-lite",
        8934  +
 "tokio",
        8935  +
 "tracing",
        8936  +
]
        8937  +
        8938  +
[[package]]
        8939  +
name = "aws-sdk-waf"
        8940  +
version = "1.30.0"
        8941  +
dependencies = [
        8942  +
 "aws-config",
        8943  +
 "aws-credential-types 1.2.0",
        8944  +
 "aws-runtime 1.2.2",
        8945  +
 "aws-smithy-async 1.2.1",
        8946  +
 "aws-smithy-http 0.60.8",
        8947  +
 "aws-smithy-json 0.60.7",
        8948  +
 "aws-smithy-runtime 1.5.7",
        8949  +
 "aws-smithy-runtime-api 1.6.3",
        8950  +
 "aws-smithy-types 1.2.0",
        8951  +
 "aws-types 1.3.1",
        8952  +
 "bytes",
        8953  +
 "http 0.2.12",
        8954  +
 "once_cell",
        8955  +
 "regex-lite",
        8956  +
 "tokio",
        8957  +
 "tracing",
        8958  +
]
        8959  +
        8960  +
[[package]]
        8961  +
name = "aws-sdk-wafregional"
        8962  +
version = "1.30.0"
        8963  +
dependencies = [
        8964  +
 "aws-config",
        8965  +
 "aws-credential-types 1.2.0",
        8966  +
 "aws-runtime 1.2.2",
        8967  +
 "aws-smithy-async 1.2.1",
        8968  +
 "aws-smithy-http 0.60.8",
        8969  +
 "aws-smithy-json 0.60.7",
        8970  +
 "aws-smithy-runtime 1.5.7",
        8971  +
 "aws-smithy-runtime-api 1.6.3",
        8972  +
 "aws-smithy-types 1.2.0",
        8973  +
 "aws-types 1.3.1",
        8974  +
 "bytes",
        8975  +
 "http 0.2.12",
        8976  +
 "once_cell",
        8977  +
 "regex-lite",
        8978  +
 "tokio",
        8979  +
 "tracing",
        8980  +
]
        8981  +
        8982  +
[[package]]
        8983  +
name = "aws-sdk-wafv2"
        8984  +
version = "1.34.0"
        8985  +
dependencies = [
        8986  +
 "aws-config",
        8987  +
 "aws-credential-types 1.2.0",
        8988  +
 "aws-runtime 1.2.2",
        8989  +
 "aws-smithy-async 1.2.1",
        8990  +
 "aws-smithy-http 0.60.8",
        8991  +
 "aws-smithy-json 0.60.7",
        8992  +
 "aws-smithy-runtime 1.5.7",
        8993  +
 "aws-smithy-runtime-api 1.6.3",
        8994  +
 "aws-smithy-types 1.2.0",
        8995  +
 "aws-types 1.3.1",
        8996  +
 "bytes",
        8997  +
 "http 0.2.12",
        8998  +
 "once_cell",
        8999  +
 "regex-lite",
        9000  +
 "tokio",
        9001  +
 "tracing",
        9002  +
]
        9003  +
        9004  +
[[package]]
        9005  +
name = "aws-sdk-wellarchitected"
        9006  +
version = "1.31.0"
        9007  +
dependencies = [
        9008  +
 "aws-config",
        9009  +
 "aws-credential-types 1.2.0",
        9010  +
 "aws-runtime 1.2.2",
        9011  +
 "aws-smithy-async 1.2.1",
        9012  +
 "aws-smithy-http 0.60.8",
        9013  +
 "aws-smithy-json 0.60.7",
        9014  +
 "aws-smithy-runtime 1.5.7",
        9015  +
 "aws-smithy-runtime-api 1.6.3",
        9016  +
 "aws-smithy-types 1.2.0",
        9017  +
 "aws-types 1.3.1",
        9018  +
 "bytes",
        9019  +
 "fastrand 2.0.2",
        9020  +
 "http 0.2.12",
        9021  +
 "once_cell",
        9022  +
 "regex-lite",
        9023  +
 "tokio",
        9024  +
 "tracing",
        9025  +
]
        9026  +
        9027  +
[[package]]
        9028  +
name = "aws-sdk-wisdom"
        9029  +
version = "1.31.0"
        9030  +
dependencies = [
        9031  +
 "aws-config",
        9032  +
 "aws-credential-types 1.2.0",
        9033  +
 "aws-runtime 1.2.2",
        9034  +
 "aws-smithy-async 1.2.1",
        9035  +
 "aws-smithy-http 0.60.8",
        9036  +
 "aws-smithy-json 0.60.7",
        9037  +
 "aws-smithy-runtime 1.5.7",
        9038  +
 "aws-smithy-runtime-api 1.6.3",
        9039  +
 "aws-smithy-types 1.2.0",
        9040  +
 "aws-types 1.3.1",
        9041  +
 "bytes",
        9042  +
 "fastrand 2.0.2",
        9043  +
 "http 0.2.12",
        9044  +
 "once_cell",
        9045  +
 "regex-lite",
        9046  +
 "tokio",
        9047  +
 "tracing",
        9048  +
]
        9049  +
        9050  +
[[package]]
        9051  +
name = "aws-sdk-workdocs"
        9052  +
version = "1.30.0"
        9053  +
dependencies = [
        9054  +
 "aws-config",
        9055  +
 "aws-credential-types 1.2.0",
        9056  +
 "aws-runtime 1.2.2",
        9057  +
 "aws-smithy-async 1.2.1",
        9058  +
 "aws-smithy-http 0.60.8",
        9059  +
 "aws-smithy-json 0.60.7",
        9060  +
 "aws-smithy-runtime 1.5.7",
        9061  +
 "aws-smithy-runtime-api 1.6.3",
        9062  +
 "aws-smithy-types 1.2.0",
        9063  +
 "aws-types 1.3.1",
        9064  +
 "bytes",
        9065  +
 "http 0.2.12",
        9066  +
 "once_cell",
        9067  +
 "regex-lite",
        9068  +
 "tokio",
        9069  +
 "tracing",
        9070  +
]
        9071  +
        9072  +
[[package]]
        9073  +
name = "aws-sdk-worklink"
        9074  +
version = "1.30.0"
        9075  +
dependencies = [
        9076  +
 "aws-config",
        9077  +
 "aws-credential-types 1.2.0",
        9078  +
 "aws-runtime 1.2.2",
        9079  +
 "aws-smithy-async 1.2.1",
        9080  +
 "aws-smithy-http 0.60.8",
        9081  +
 "aws-smithy-json 0.60.7",
        9082  +
 "aws-smithy-runtime 1.5.7",
        9083  +
 "aws-smithy-runtime-api 1.6.3",
        9084  +
 "aws-smithy-types 1.2.0",
        9085  +
 "aws-types 1.3.1",
        9086  +
 "bytes",
        9087  +
 "http 0.2.12",
        9088  +
 "once_cell",
        9089  +
 "regex-lite",
        9090  +
 "tokio",
        9091  +
 "tracing",
        9092  +
]
        9093  +
        9094  +
[[package]]
        9095  +
name = "aws-sdk-workmail"
        9096  +
version = "1.30.0"
        9097  +
dependencies = [
        9098  +
 "aws-config",
        9099  +
 "aws-credential-types 1.2.0",
        9100  +
 "aws-runtime 1.2.2",
        9101  +
 "aws-smithy-async 1.2.1",
        9102  +
 "aws-smithy-http 0.60.8",
        9103  +
 "aws-smithy-json 0.60.7",
        9104  +
 "aws-smithy-runtime 1.5.7",
        9105  +
 "aws-smithy-runtime-api 1.6.3",
        9106  +
 "aws-smithy-types 1.2.0",
        9107  +
 "aws-types 1.3.1",
        9108  +
 "bytes",
        9109  +
 "fastrand 2.0.2",
        9110  +
 "http 0.2.12",
        9111  +
 "once_cell",
        9112  +
 "regex-lite",
        9113  +
 "tokio",
        9114  +
 "tracing",
        9115  +
]
        9116  +
        9117  +
[[package]]
        9118  +
name = "aws-sdk-workmailmessageflow"
        9119  +
version = "1.30.0"
        9120  +
dependencies = [
        9121  +
 "aws-config",
        9122  +
 "aws-credential-types 1.2.0",
        9123  +
 "aws-runtime 1.2.2",
        9124  +
 "aws-smithy-async 1.2.1",
        9125  +
 "aws-smithy-http 0.60.8",
        9126  +
 "aws-smithy-json 0.60.7",
        9127  +
 "aws-smithy-runtime 1.5.7",
        9128  +
 "aws-smithy-runtime-api 1.6.3",
        9129  +
 "aws-smithy-types 1.2.0",
        9130  +
 "aws-types 1.3.1",
        9131  +
 "bytes",
        9132  +
 "http 0.2.12",
        9133  +
 "once_cell",
        9134  +
 "regex-lite",
        9135  +
 "tokio",
        9136  +
 "tracing",
        9137  +
]
        9138  +
        9139  +
[[package]]
        9140  +
name = "aws-sdk-workspaces"
        9141  +
version = "1.31.0"
        9142  +
dependencies = [
        9143  +
 "aws-config",
        9144  +
 "aws-credential-types 1.2.0",
        9145  +
 "aws-runtime 1.2.2",
        9146  +
 "aws-smithy-async 1.2.1",
        9147  +
 "aws-smithy-http 0.60.8",
        9148  +
 "aws-smithy-json 0.60.7",
        9149  +
 "aws-smithy-runtime 1.5.7",
        9150  +
 "aws-smithy-runtime-api 1.6.3",
        9151  +
 "aws-smithy-types 1.2.0",
        9152  +
 "aws-types 1.3.1",
        9153  +
 "bytes",
        9154  +
 "http 0.2.12",
        9155  +
 "once_cell",
        9156  +
 "regex-lite",
        9157  +
 "tokio",
        9158  +
 "tracing",
        9159  +
]
        9160  +
        9161  +
[[package]]
        9162  +
name = "aws-sdk-workspacesthinclient"
        9163  +
version = "1.30.0"
        9164  +
dependencies = [
        9165  +
 "aws-config",
        9166  +
 "aws-credential-types 1.2.0",
        9167  +
 "aws-runtime 1.2.2",
        9168  +
 "aws-smithy-async 1.2.1",
        9169  +
 "aws-smithy-http 0.60.8",
        9170  +
 "aws-smithy-json 0.60.7",
        9171  +
 "aws-smithy-runtime 1.5.7",
        9172  +
 "aws-smithy-runtime-api 1.6.3",
        9173  +
 "aws-smithy-types 1.2.0",
        9174  +
 "aws-types 1.3.1",
        9175  +
 "bytes",
        9176  +
 "fastrand 2.0.2",
        9177  +
 "http 0.2.12",
        9178  +
 "once_cell",
        9179  +
 "regex-lite",
        9180  +
 "tokio",
        9181  +
 "tracing",
        9182  +
]
        9183  +
        9184  +
[[package]]
        9185  +
name = "aws-sdk-workspacesweb"
        9186  +
version = "1.31.0"
        9187  +
dependencies = [
        9188  +
 "aws-config",
        9189  +
 "aws-credential-types 1.2.0",
        9190  +
 "aws-runtime 1.2.2",
        9191  +
 "aws-smithy-async 1.2.1",
        9192  +
 "aws-smithy-http 0.60.8",
        9193  +
 "aws-smithy-json 0.60.7",
        9194  +
 "aws-smithy-runtime 1.5.7",
        9195  +
 "aws-smithy-runtime-api 1.6.3",
        9196  +
 "aws-smithy-types 1.2.0",
        9197  +
 "aws-types 1.3.1",
        9198  +
 "bytes",
        9199  +
 "fastrand 2.0.2",
        9200  +
 "http 0.2.12",
        9201  +
 "once_cell",
        9202  +
 "regex-lite",
        9203  +
 "tokio",
        9204  +
 "tracing",
        9205  +
]
        9206  +
        9207  +
[[package]]
        9208  +
name = "aws-sdk-xray"
        9209  +
version = "1.30.0"
        9210  +
dependencies = [
        9211  +
 "aws-config",
        9212  +
 "aws-credential-types 1.2.0",
        9213  +
 "aws-runtime 1.2.2",
        9214  +
 "aws-smithy-async 1.2.1",
        9215  +
 "aws-smithy-http 0.60.8",
        9216  +
 "aws-smithy-json 0.60.7",
        9217  +
 "aws-smithy-runtime 1.5.7",
        9218  +
 "aws-smithy-runtime-api 1.6.3",
        9219  +
 "aws-smithy-types 1.2.0",
        9220  +
 "aws-types 1.3.1",
        9221  +
 "bytes",
        9222  +
 "http 0.2.12",
        9223  +
 "once_cell",
        9224  +
 "regex-lite",
        9225  +
 "tokio",
        9226  +
 "tracing",
        9227  +
]
        9228  +
        9229  +
[[package]]
        9230  +
name = "aws-sig-auth"
        9231  +
version = "0.60.3"
        9232  +
        9233  +
[[package]]
        9234  +
name = "aws-sigv4"
        9235  +
version = "1.2.2"
        9236  +
dependencies = [
        9237  +
 "aws-credential-types 1.2.0",
        9238  +
 "aws-smithy-eventstream 0.60.4",
        9239  +
 "aws-smithy-http 0.60.8",
        9240  +
 "aws-smithy-runtime-api 1.6.3",
        9241  +
 "aws-smithy-types 1.2.0",
        9242  +
 "bytes",
        9243  +
 "criterion",
        9244  +
 "crypto-bigint 0.5.5",
        9245  +
 "form_urlencoded",
        9246  +
 "hex",
        9247  +
 "hex-literal",
        9248  +
 "hmac",
        9249  +
 "http 0.2.12",
        9250  +
 "http 1.1.0",
        9251  +
 "httparse",
        9252  +
 "libfuzzer-sys",
        9253  +
 "once_cell",
        9254  +
 "p256",
        9255  +
 "percent-encoding",
        9256  +
 "pretty_assertions",
        9257  +
 "proptest",
        9258  +
 "ring",
        9259  +
 "serde",
        9260  +
 "serde_derive",
        9261  +
 "serde_json",
        9262  +
 "sha2",
        9263  +
 "subtle",
        9264  +
 "time",
        9265  +
 "tracing",
        9266  +
 "zeroize",
        9267  +
]
        9268  +
        9269  +
[[package]]
        9270  +
name = "aws-sigv4"
        9271  +
version = "1.2.2"
        9272  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9273  +
checksum = "31eed8d45759b2c5fe7fd304dd70739060e9e0de509209036eabea14d0720cce"
        9274  +
dependencies = [
        9275  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9276  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        9277  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9278  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        9279  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9280  +
 "bytes",
        9281  +
 "crypto-bigint 0.5.5",
        9282  +
 "form_urlencoded",
        9283  +
 "hex",
        9284  +
 "hmac",
        9285  +
 "http 0.2.12",
        9286  +
 "http 1.1.0",
        9287  +
 "once_cell",
        9288  +
 "p256",
        9289  +
 "percent-encoding",
        9290  +
 "ring",
        9291  +
 "sha2",
        9292  +
 "subtle",
        9293  +
 "time",
        9294  +
 "tracing",
        9295  +
 "zeroize",
        9296  +
]
        9297  +
        9298  +
[[package]]
        9299  +
name = "aws-smithy-async"
        9300  +
version = "1.2.1"
        9301  +
dependencies = [
        9302  +
 "futures-util",
        9303  +
 "pin-project-lite",
        9304  +
 "pin-utils",
        9305  +
 "tokio",
        9306  +
 "tokio-test",
        9307  +
]
        9308  +
        9309  +
[[package]]
        9310  +
name = "aws-smithy-async"
        9311  +
version = "1.2.1"
        9312  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9313  +
checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
        9314  +
dependencies = [
        9315  +
 "futures-util",
        9316  +
 "pin-project-lite",
        9317  +
 "tokio",
        9318  +
]
        9319  +
        9320  +
[[package]]
        9321  +
name = "aws-smithy-checksums"
        9322  +
version = "0.60.9"
        9323  +
dependencies = [
        9324  +
 "aws-smithy-http 0.60.8",
        9325  +
 "aws-smithy-types 1.2.0",
        9326  +
 "bytes",
        9327  +
 "bytes-utils",
        9328  +
 "crc32c",
        9329  +
 "crc32fast",
        9330  +
 "hex",
        9331  +
 "http 0.2.12",
        9332  +
 "http-body 0.4.6",
        9333  +
 "md-5",
        9334  +
 "pin-project-lite",
        9335  +
 "pretty_assertions",
        9336  +
 "sha1",
        9337  +
 "sha2",
        9338  +
 "tokio",
        9339  +
 "tracing",
        9340  +
 "tracing-test",
        9341  +
]
        9342  +
        9343  +
[[package]]
        9344  +
name = "aws-smithy-checksums"
        9345  +
version = "0.60.9"
        9346  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9347  +
checksum = "6242d6a54d3b4b83458f4abd7057ba93c4419dc71e8217e9acd3a748d656d99e"
        9348  +
dependencies = [
        9349  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9350  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9351  +
 "bytes",
        9352  +
 "crc32c",
        9353  +
 "crc32fast",
        9354  +
 "hex",
        9355  +
 "http 0.2.12",
        9356  +
 "http-body 0.4.6",
        9357  +
 "md-5",
        9358  +
 "pin-project-lite",
        9359  +
 "sha1",
        9360  +
 "sha2",
        9361  +
 "tracing",
        9362  +
]
        9363  +
        9364  +
[[package]]
        9365  +
name = "aws-smithy-client"
        9366  +
version = "0.60.3"
        9367  +
        9368  +
[[package]]
        9369  +
name = "aws-smithy-compression"
        9370  +
version = "0.0.1"
        9371  +
dependencies = [
        9372  +
 "aws-smithy-runtime-api 1.6.3",
        9373  +
 "aws-smithy-types 1.2.0",
        9374  +
 "bytes",
        9375  +
 "bytes-utils",
        9376  +
 "flate2",
        9377  +
 "http 0.2.12",
        9378  +
 "http 1.1.0",
        9379  +
 "http-body 0.4.6",
        9380  +
 "http-body 1.0.0",
        9381  +
 "http-body-util",
        9382  +
 "pin-project-lite",
        9383  +
 "pretty_assertions",
        9384  +
 "tokio",
        9385  +
 "tracing",
        9386  +
]
        9387  +
        9388  +
[[package]]
        9389  +
name = "aws-smithy-eventstream"
        9390  +
version = "0.60.4"
        9391  +
dependencies = [
        9392  +
 "arbitrary",
        9393  +
 "aws-smithy-types 1.2.0",
        9394  +
 "bytes",
        9395  +
 "bytes-utils",
        9396  +
 "crc32fast",
        9397  +
 "derive_arbitrary",
        9398  +
]
        9399  +
        9400  +
[[package]]
        9401  +
name = "aws-smithy-eventstream"
        9402  +
version = "0.60.4"
        9403  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9404  +
checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
        9405  +
dependencies = [
        9406  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9407  +
 "bytes",
        9408  +
 "crc32fast",
        9409  +
]
        9410  +
        9411  +
[[package]]
        9412  +
name = "aws-smithy-experimental"
        9413  +
version = "0.1.1"
        9414  +
dependencies = [
        9415  +
 "aws-smithy-async 1.2.1",
        9416  +
 "aws-smithy-runtime 1.5.7",
        9417  +
 "aws-smithy-runtime-api 1.6.3",
        9418  +
 "aws-smithy-types 1.2.0",
        9419  +
 "h2 0.4.5",
        9420  +
 "http 1.1.0",
        9421  +
 "hyper 1.3.1",
        9422  +
 "hyper-rustls 0.27.2",
        9423  +
 "hyper-util",
        9424  +
 "once_cell",
        9425  +
 "pin-project-lite",
        9426  +
 "rustls 0.23.9",
        9427  +
 "tokio",
        9428  +
 "tower",
        9429  +
 "tracing",
        9430  +
]
        9431  +
        9432  +
[[package]]
        9433  +
name = "aws-smithy-http"
        9434  +
version = "0.60.8"
        9435  +
dependencies = [
        9436  +
 "async-stream",
        9437  +
 "aws-smithy-eventstream 0.60.4",
        9438  +
 "aws-smithy-runtime-api 1.6.3",
        9439  +
 "aws-smithy-types 1.2.0",
        9440  +
 "bytes",
        9441  +
 "bytes-utils",
        9442  +
 "futures-core",
        9443  +
 "futures-util",
        9444  +
 "http 0.2.12",
        9445  +
 "http-body 0.4.6",
        9446  +
 "hyper 0.14.29",
        9447  +
 "once_cell",
        9448  +
 "percent-encoding",
        9449  +
 "pin-project-lite",
        9450  +
 "pin-utils",
        9451  +
 "proptest",
        9452  +
 "tokio",
        9453  +
 "tracing",
        9454  +
]
        9455  +
        9456  +
[[package]]
        9457  +
name = "aws-smithy-http"
        9458  +
version = "0.60.8"
        9459  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9460  +
checksum = "4a7de001a1b9a25601016d8057ea16e31a45fdca3751304c8edf4ad72e706c08"
        9461  +
dependencies = [
        9462  +
 "aws-smithy-eventstream 0.60.4 (registry+https://github.com/rust-lang/crates.io-index)",
        9463  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        9464  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9465  +
 "bytes",
        9466  +
 "bytes-utils",
        9467  +
 "futures-core",
        9468  +
 "http 0.2.12",
        9469  +
 "http-body 0.4.6",
        9470  +
 "once_cell",
        9471  +
 "percent-encoding",
        9472  +
 "pin-project-lite",
        9473  +
 "pin-utils",
        9474  +
 "tracing",
        9475  +
]
        9476  +
        9477  +
[[package]]
        9478  +
name = "aws-smithy-http-auth"
        9479  +
version = "0.60.3"
        9480  +
        9481  +
[[package]]
        9482  +
name = "aws-smithy-http-tower"
        9483  +
version = "0.60.3"
        9484  +
        9485  +
[[package]]
        9486  +
name = "aws-smithy-json"
        9487  +
version = "0.60.7"
        9488  +
dependencies = [
        9489  +
 "aws-smithy-types 1.2.0",
        9490  +
 "proptest",
        9491  +
 "serde_json",
        9492  +
]
        9493  +
        9494  +
[[package]]
        9495  +
name = "aws-smithy-json"
        9496  +
version = "0.60.7"
        9497  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9498  +
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
        9499  +
dependencies = [
        9500  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9501  +
]
        9502  +
        9503  +
[[package]]
        9504  +
name = "aws-smithy-mocks-experimental"
        9505  +
version = "0.2.1"
        9506  +
dependencies = [
        9507  +
 "aws-sdk-s3 1.35.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9508  +
 "aws-smithy-runtime-api 1.6.3",
        9509  +
 "aws-smithy-types 1.2.0",
        9510  +
 "tokio",
        9511  +
]
        9512  +
        9513  +
[[package]]
        9514  +
name = "aws-smithy-protocol-test"
        9515  +
version = "0.60.7"
        9516  +
dependencies = [
        9517  +
 "assert-json-diff",
        9518  +
 "aws-smithy-runtime-api 1.6.3",
        9519  +
 "http 0.2.12",
        9520  +
 "pretty_assertions",
        9521  +
 "regex-lite",
        9522  +
 "roxmltree",
        9523  +
 "serde_json",
        9524  +
 "thiserror",
        9525  +
]
        9526  +
        9527  +
[[package]]
        9528  +
name = "aws-smithy-protocol-test"
        9529  +
version = "0.60.7"
        9530  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9531  +
checksum = "a31e8279cb24640c7349f2bda6ca818d5fcc85129386bd73c1d0999430d6ddf2"
        9532  +
dependencies = [
        9533  +
 "assert-json-diff",
        9534  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        9535  +
 "http 0.2.12",
        9536  +
 "pretty_assertions",
        9537  +
 "regex-lite",
        9538  +
 "roxmltree",
        9539  +
 "serde_json",
        9540  +
 "thiserror",
        9541  +
]
        9542  +
        9543  +
[[package]]
        9544  +
name = "aws-smithy-query"
        9545  +
version = "0.60.7"
        9546  +
dependencies = [
        9547  +
 "aws-smithy-types 1.2.0",
        9548  +
 "urlencoding",
        9549  +
]
        9550  +
        9551  +
[[package]]
        9552  +
name = "aws-smithy-runtime"
        9553  +
version = "1.5.7"
        9554  +
dependencies = [
        9555  +
 "approx",
        9556  +
 "aws-smithy-async 1.2.1",
        9557  +
 "aws-smithy-http 0.60.8",
        9558  +
 "aws-smithy-protocol-test 0.60.7",
        9559  +
 "aws-smithy-runtime-api 1.6.3",
        9560  +
 "aws-smithy-types 1.2.0",
        9561  +
 "bytes",
        9562  +
 "fastrand 2.0.2",
        9563  +
 "futures-util",
        9564  +
 "h2 0.3.26",
        9565  +
 "http 0.2.12",
        9566  +
 "http 1.1.0",
        9567  +
 "http-body 0.4.6",
        9568  +
 "http-body 1.0.0",
        9569  +
 "httparse",
        9570  +
 "hyper 0.14.29",
        9571  +
 "hyper-rustls 0.24.2",
        9572  +
 "indexmap",
        9573  +
 "once_cell",
        9574  +
 "pin-project-lite",
        9575  +
 "pin-utils",
        9576  +
 "pretty_assertions",
        9577  +
 "rustls 0.21.12",
        9578  +
 "serde",
        9579  +
 "serde_json",
        9580  +
 "tokio",
        9581  +
 "tracing",
        9582  +
 "tracing-subscriber",
        9583  +
 "tracing-test",
        9584  +
]
        9585  +
        9586  +
[[package]]
        9587  +
name = "aws-smithy-runtime"
        9588  +
version = "1.5.7"
        9589  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9590  +
checksum = "8508de54f34b8feca6638466c2bd2de9d1df5bf79c578de9a649b72d644006b3"
        9591  +
dependencies = [
        9592  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9593  +
 "aws-smithy-http 0.60.8 (registry+https://github.com/rust-lang/crates.io-index)",
        9594  +
 "aws-smithy-protocol-test 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
        9595  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        9596  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9597  +
 "bytes",
        9598  +
 "fastrand 2.0.2",
        9599  +
 "h2 0.3.26",
        9600  +
 "http 0.2.12",
        9601  +
 "http-body 0.4.6",
        9602  +
 "http-body 1.0.0",
        9603  +
 "httparse",
        9604  +
 "hyper 0.14.29",
        9605  +
 "hyper-rustls 0.24.2",
        9606  +
 "indexmap",
        9607  +
 "once_cell",
        9608  +
 "pin-project-lite",
        9609  +
 "pin-utils",
        9610  +
 "rustls 0.21.12",
        9611  +
 "serde",
        9612  +
 "serde_json",
        9613  +
 "tokio",
        9614  +
 "tracing",
        9615  +
 "tracing-subscriber",
        9616  +
]
        9617  +
        9618  +
[[package]]
        9619  +
name = "aws-smithy-runtime-api"
        9620  +
version = "1.6.3"
        9621  +
dependencies = [
        9622  +
 "aws-smithy-async 1.2.1",
        9623  +
 "aws-smithy-types 1.2.0",
        9624  +
 "bytes",
        9625  +
 "http 0.2.12",
        9626  +
 "http 1.1.0",
        9627  +
 "pin-project-lite",
        9628  +
 "proptest",
        9629  +
 "tokio",
        9630  +
 "tracing",
        9631  +
 "zeroize",
        9632  +
]
        9633  +
        9634  +
[[package]]
        9635  +
name = "aws-smithy-runtime-api"
        9636  +
version = "1.6.3"
        9637  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9638  +
checksum = "aa6dbabc7629fab4e4467f95f119c2e1a9b00b44c893affa98e23b040a0e2567"
        9639  +
dependencies = [
        9640  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9641  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9642  +
 "bytes",
        9643  +
 "http 0.2.12",
        9644  +
 "http 1.1.0",
        9645  +
 "pin-project-lite",
        9646  +
 "tokio",
        9647  +
 "tracing",
        9648  +
 "zeroize",
        9649  +
]
        9650  +
        9651  +
[[package]]
        9652  +
name = "aws-smithy-types"
        9653  +
version = "1.2.0"
        9654  +
dependencies = [
        9655  +
 "base64 0.13.1",
        9656  +
 "base64-simd",
        9657  +
 "bytes",
        9658  +
 "bytes-utils",
        9659  +
 "ciborium",
        9660  +
 "criterion",
        9661  +
 "futures-core",
        9662  +
 "http 0.2.12",
        9663  +
 "http 1.1.0",
        9664  +
 "http-body 0.4.6",
        9665  +
 "http-body 1.0.0",
        9666  +
 "http-body-util",
        9667  +
 "hyper 0.14.29",
        9668  +
 "itoa",
        9669  +
 "lazy_static",
        9670  +
 "num-integer",
        9671  +
 "pin-project-lite",
        9672  +
 "pin-utils",
        9673  +
 "proptest",
        9674  +
 "rand",
        9675  +
 "ryu",
        9676  +
 "serde",
        9677  +
 "serde_json",
        9678  +
 "tempfile",
        9679  +
 "time",
        9680  +
 "tokio",
        9681  +
 "tokio-stream",
        9682  +
 "tokio-util",
        9683  +
]
        9684  +
        9685  +
[[package]]
        9686  +
name = "aws-smithy-types"
        9687  +
version = "1.2.0"
        9688  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9689  +
checksum = "cfe321a6b21f5d8eabd0ade9c55d3d0335f3c3157fc2b3e87f05f34b539e4df5"
        9690  +
dependencies = [
        9691  +
 "base64-simd",
        9692  +
 "bytes",
        9693  +
 "bytes-utils",
        9694  +
 "futures-core",
        9695  +
 "http 0.2.12",
        9696  +
 "http 1.1.0",
        9697  +
 "http-body 0.4.6",
        9698  +
 "http-body 1.0.0",
        9699  +
 "http-body-util",
        9700  +
 "itoa",
        9701  +
 "num-integer",
        9702  +
 "pin-project-lite",
        9703  +
 "pin-utils",
        9704  +
 "ryu",
        9705  +
 "serde",
        9706  +
 "time",
        9707  +
 "tokio",
        9708  +
 "tokio-util",
        9709  +
]
        9710  +
        9711  +
[[package]]
        9712  +
name = "aws-smithy-types-convert"
        9713  +
version = "0.60.8"
        9714  +
dependencies = [
        9715  +
 "aws-smithy-async 1.2.1",
        9716  +
 "aws-smithy-types 1.2.0",
        9717  +
 "chrono",
        9718  +
 "futures-core",
        9719  +
 "time",
        9720  +
]
        9721  +
        9722  +
[[package]]
        9723  +
name = "aws-smithy-wasm"
        9724  +
version = "0.1.2"
        9725  +
dependencies = [
        9726  +
 "aws-smithy-http 0.60.8",
        9727  +
 "aws-smithy-runtime-api 1.6.3",
        9728  +
 "aws-smithy-types 1.2.0",
        9729  +
 "bytes",
        9730  +
 "http 1.1.0",
        9731  +
 "tracing",
        9732  +
 "wasi 0.12.1+wasi-0.2.0",
        9733  +
]
        9734  +
        9735  +
[[package]]
        9736  +
name = "aws-smithy-xml"
        9737  +
version = "0.60.8"
        9738  +
dependencies = [
        9739  +
 "aws-smithy-protocol-test 0.60.7",
        9740  +
 "base64 0.13.1",
        9741  +
 "proptest",
        9742  +
 "xmlparser",
        9743  +
]
        9744  +
        9745  +
[[package]]
        9746  +
name = "aws-smithy-xml"
        9747  +
version = "0.60.8"
        9748  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9749  +
checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
        9750  +
dependencies = [
        9751  +
 "xmlparser",
        9752  +
]
        9753  +
        9754  +
[[package]]
        9755  +
name = "aws-types"
        9756  +
version = "1.3.1"
        9757  +
dependencies = [
        9758  +
 "aws-credential-types 1.2.0",
        9759  +
 "aws-smithy-async 1.2.1",
        9760  +
 "aws-smithy-runtime 1.5.7",
        9761  +
 "aws-smithy-runtime-api 1.6.3",
        9762  +
 "aws-smithy-types 1.2.0",
        9763  +
 "http 0.2.12",
        9764  +
 "hyper-rustls 0.24.2",
        9765  +
 "rustc_version",
        9766  +
 "tempfile",
        9767  +
 "tokio",
        9768  +
 "tracing",
        9769  +
 "tracing-test",
        9770  +
]
        9771  +
        9772  +
[[package]]
        9773  +
name = "aws-types"
        9774  +
version = "1.3.1"
        9775  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9776  +
checksum = "6f734808d43702a67e57d478a12e227d4d038d0b90c9005a78c87890d3805922"
        9777  +
dependencies = [
        9778  +
 "aws-credential-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9779  +
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
        9780  +
 "aws-smithy-runtime-api 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
        9781  +
 "aws-smithy-types 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
        9782  +
 "http 0.2.12",
        9783  +
 "rustc_version",
        9784  +
 "tracing",
        9785  +
]
        9786  +
        9787  +
[[package]]
        9788  +
name = "backtrace"
        9789  +
version = "0.3.72"
        9790  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9791  +
checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11"
        9792  +
dependencies = [
        9793  +
 "addr2line",
        9794  +
 "cc",
        9795  +
 "cfg-if",
        9796  +
 "libc",
        9797  +
 "miniz_oxide",
        9798  +
 "object",
        9799  +
 "rustc-demangle",
        9800  +
]
        9801  +
        9802  +
[[package]]
        9803  +
name = "base16ct"
        9804  +
version = "0.1.1"
        9805  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9806  +
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
        9807  +
        9808  +
[[package]]
        9809  +
name = "base64"
        9810  +
version = "0.13.1"
        9811  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9812  +
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
        9813  +
        9814  +
[[package]]
        9815  +
name = "base64"
        9816  +
version = "0.21.7"
        9817  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9818  +
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
        9819  +
        9820  +
[[package]]
        9821  +
name = "base64"
        9822  +
version = "0.22.1"
        9823  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9824  +
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
        9825  +
        9826  +
[[package]]
        9827  +
name = "base64-simd"
        9828  +
version = "0.8.0"
        9829  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9830  +
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
        9831  +
dependencies = [
        9832  +
 "outref",
        9833  +
 "vsimd",
        9834  +
]
        9835  +
        9836  +
[[package]]
        9837  +
name = "base64ct"
        9838  +
version = "1.6.0"
        9839  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9840  +
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
        9841  +
        9842  +
[[package]]
        9843  +
name = "bindgen"
        9844  +
version = "0.69.4"
        9845  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9846  +
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
        9847  +
dependencies = [
        9848  +
 "bitflags 2.5.0",
        9849  +
 "cexpr",
        9850  +
 "clang-sys",
        9851  +
 "itertools 0.12.1",
        9852  +
 "lazy_static",
        9853  +
 "lazycell",
        9854  +
 "log",
        9855  +
 "prettyplease",
        9856  +
 "proc-macro2",
        9857  +
 "quote",
        9858  +
 "regex",
        9859  +
 "rustc-hash",
        9860  +
 "shlex",
        9861  +
 "syn 2.0.66",
        9862  +
 "which",
        9863  +
]
        9864  +
        9865  +
[[package]]
        9866  +
name = "bit-set"
        9867  +
version = "0.5.3"
        9868  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9869  +
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
        9870  +
dependencies = [
        9871  +
 "bit-vec",
        9872  +
]
        9873  +
        9874  +
[[package]]
        9875  +
name = "bit-vec"
        9876  +
version = "0.6.3"
        9877  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9878  +
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
        9879  +
        9880  +
[[package]]
        9881  +
name = "bitflags"
        9882  +
version = "1.3.2"
        9883  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9884  +
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
        9885  +
        9886  +
[[package]]
        9887  +
name = "bitflags"
        9888  +
version = "2.5.0"
        9889  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9890  +
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
        9891  +
        9892  +
[[package]]
        9893  +
name = "block-buffer"
        9894  +
version = "0.10.4"
        9895  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9896  +
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
        9897  +
dependencies = [
        9898  +
 "generic-array",
        9899  +
]
        9900  +
        9901  +
[[package]]
        9902  +
name = "blocking"
        9903  +
version = "1.6.1"
        9904  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9905  +
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
        9906  +
dependencies = [
        9907  +
 "async-channel 2.3.1",
        9908  +
 "async-task",
        9909  +
 "futures-io",
        9910  +
 "futures-lite 2.3.0",
        9911  +
 "piper",
        9912  +
]
        9913  +
        9914  +
[[package]]
        9915  +
name = "bumpalo"
        9916  +
version = "3.16.0"
        9917  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9918  +
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
        9919  +
        9920  +
[[package]]
        9921  +
name = "byteorder"
        9922  +
version = "1.5.0"
        9923  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9924  +
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
        9925  +
        9926  +
[[package]]
        9927  +
name = "bytes"
        9928  +
version = "1.6.0"
        9929  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9930  +
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
        9931  +
        9932  +
[[package]]
        9933  +
name = "bytes-utils"
        9934  +
version = "0.1.4"
        9935  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9936  +
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
        9937  +
dependencies = [
        9938  +
 "bytes",
        9939  +
 "either",
        9940  +
]
        9941  +
        9942  +
[[package]]
        9943  +
name = "cast"
        9944  +
version = "0.3.0"
        9945  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9946  +
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
        9947  +
        9948  +
[[package]]
        9949  +
name = "cc"
        9950  +
version = "1.0.99"
        9951  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9952  +
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
        9953  +
dependencies = [
        9954  +
 "jobserver",
        9955  +
 "libc",
        9956  +
 "once_cell",
        9957  +
]
        9958  +
        9959  +
[[package]]
        9960  +
name = "cexpr"
        9961  +
version = "0.6.0"
        9962  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9963  +
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
        9964  +
dependencies = [
        9965  +
 "nom",
        9966  +
]
        9967  +
        9968  +
[[package]]
        9969  +
name = "cfg-if"
        9970  +
version = "1.0.0"
        9971  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9972  +
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
        9973  +
        9974  +
[[package]]
        9975  +
name = "chrono"
        9976  +
version = "0.4.38"
        9977  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9978  +
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
        9979  +
dependencies = [
        9980  +
 "num-traits",
        9981  +
]
        9982  +
        9983  +
[[package]]
        9984  +
name = "ciborium"
        9985  +
version = "0.2.2"
        9986  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9987  +
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
        9988  +
dependencies = [
        9989  +
 "ciborium-io",
        9990  +
 "ciborium-ll",
        9991  +
 "serde",
        9992  +
]
        9993  +
        9994  +
[[package]]
        9995  +
name = "ciborium-io"
        9996  +
version = "0.2.2"
        9997  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        9998  +
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
        9999  +
       10000  +
[[package]]
       10001  +
name = "ciborium-ll"
       10002  +
version = "0.2.2"
       10003  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10004  +
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
       10005  +
dependencies = [
       10006  +
 "ciborium-io",
       10007  +
 "half",
       10008  +
]
       10009  +
       10010  +
[[package]]
       10011  +
name = "clang-sys"
       10012  +
version = "1.8.1"
       10013  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10014  +
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
       10015  +
dependencies = [
       10016  +
 "glob",
       10017  +
 "libc",
       10018  +
 "libloading",
       10019  +
]
       10020  +
       10021  +
[[package]]
       10022  +
name = "clap"
       10023  +
version = "4.5.7"
       10024  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10025  +
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
       10026  +
dependencies = [
       10027  +
 "clap_builder",
       10028  +
]
       10029  +
       10030  +
[[package]]
       10031  +
name = "clap_builder"
       10032  +
version = "4.5.7"
       10033  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10034  +
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
       10035  +
dependencies = [
       10036  +
 "anstyle",
       10037  +
 "clap_lex",
       10038  +
]
       10039  +
       10040  +
[[package]]
       10041  +
name = "clap_lex"
       10042  +
version = "0.7.1"
       10043  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10044  +
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
       10045  +
       10046  +
[[package]]
       10047  +
name = "cmake"
       10048  +
version = "0.1.50"
       10049  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10050  +
checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
       10051  +
dependencies = [
       10052  +
 "cc",
       10053  +
]
       10054  +
       10055  +
[[package]]
       10056  +
name = "concurrent-queue"
       10057  +
version = "2.5.0"
       10058  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10059  +
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
       10060  +
dependencies = [
       10061  +
 "crossbeam-utils",
       10062  +
]
       10063  +
       10064  +
[[package]]
       10065  +
name = "const-oid"
       10066  +
version = "0.9.6"
       10067  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10068  +
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
       10069  +
       10070  +
[[package]]
       10071  +
name = "core-foundation"
       10072  +
version = "0.9.4"
       10073  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10074  +
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
       10075  +
dependencies = [
       10076  +
 "core-foundation-sys",
       10077  +
 "libc",
       10078  +
]
       10079  +
       10080  +
[[package]]
       10081  +
name = "core-foundation-sys"
       10082  +
version = "0.8.6"
       10083  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10084  +
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
       10085  +
       10086  +
[[package]]
       10087  +
name = "cpufeatures"
       10088  +
version = "0.2.12"
       10089  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10090  +
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
       10091  +
dependencies = [
       10092  +
 "libc",
       10093  +
]
       10094  +
       10095  +
[[package]]
       10096  +
name = "crc32c"
       10097  +
version = "0.6.5"
       10098  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10099  +
checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
       10100  +
dependencies = [
       10101  +
 "rustc_version",
       10102  +
]
       10103  +
       10104  +
[[package]]
       10105  +
name = "crc32fast"
       10106  +
version = "1.4.2"
       10107  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10108  +
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
       10109  +
dependencies = [
       10110  +
 "cfg-if",
       10111  +
]
       10112  +
       10113  +
[[package]]
       10114  +
name = "criterion"
       10115  +
version = "0.5.1"
       10116  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10117  +
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
       10118  +
dependencies = [
       10119  +
 "anes",
       10120  +
 "cast",
       10121  +
 "ciborium",
       10122  +
 "clap",
       10123  +
 "criterion-plot",
       10124  +
 "is-terminal",
       10125  +
 "itertools 0.10.5",
       10126  +
 "num-traits",
       10127  +
 "once_cell",
       10128  +
 "oorandom",
       10129  +
 "plotters",
       10130  +
 "rayon",
       10131  +
 "regex",
       10132  +
 "serde",
       10133  +
 "serde_derive",
       10134  +
 "serde_json",
       10135  +
 "tinytemplate",
       10136  +
 "walkdir",
       10137  +
]
       10138  +
       10139  +
[[package]]
       10140  +
name = "criterion-plot"
       10141  +
version = "0.5.0"
       10142  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10143  +
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
       10144  +
dependencies = [
       10145  +
 "cast",
       10146  +
 "itertools 0.10.5",
       10147  +
]
       10148  +
       10149  +
[[package]]
       10150  +
name = "crossbeam-channel"
       10151  +
version = "0.5.13"
       10152  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10153  +
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
       10154  +
dependencies = [
       10155  +
 "crossbeam-utils",
       10156  +
]
       10157  +
       10158  +
[[package]]
       10159  +
name = "crossbeam-deque"
       10160  +
version = "0.8.5"
       10161  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10162  +
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
       10163  +
dependencies = [
       10164  +
 "crossbeam-epoch",
       10165  +
 "crossbeam-utils",
       10166  +
]
       10167  +
       10168  +
[[package]]
       10169  +
name = "crossbeam-epoch"
       10170  +
version = "0.9.18"
       10171  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10172  +
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
       10173  +
dependencies = [
       10174  +
 "crossbeam-utils",
       10175  +
]
       10176  +
       10177  +
[[package]]
       10178  +
name = "crossbeam-utils"
       10179  +
version = "0.8.20"
       10180  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10181  +
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
       10182  +
       10183  +
[[package]]
       10184  +
name = "crunchy"
       10185  +
version = "0.2.2"
       10186  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10187  +
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
       10188  +
       10189  +
[[package]]
       10190  +
name = "crypto-bigint"
       10191  +
version = "0.4.9"
       10192  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10193  +
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
       10194  +
dependencies = [
       10195  +
 "generic-array",
       10196  +
 "rand_core",
       10197  +
 "subtle",
       10198  +
 "zeroize",
       10199  +
]
       10200  +
       10201  +
[[package]]
       10202  +
name = "crypto-bigint"
       10203  +
version = "0.5.5"
       10204  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10205  +
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
       10206  +
dependencies = [
       10207  +
 "rand_core",
       10208  +
 "subtle",
       10209  +
]
       10210  +
       10211  +
[[package]]
       10212  +
name = "crypto-common"
       10213  +
version = "0.1.6"
       10214  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10215  +
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
       10216  +
dependencies = [
       10217  +
 "generic-array",
       10218  +
 "typenum",
       10219  +
]
       10220  +
       10221  +
[[package]]
       10222  +
name = "der"
       10223  +
version = "0.6.1"
       10224  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10225  +
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
       10226  +
dependencies = [
       10227  +
 "const-oid",
       10228  +
 "zeroize",
       10229  +
]
       10230  +
       10231  +
[[package]]
       10232  +
name = "deranged"
       10233  +
version = "0.3.11"
       10234  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10235  +
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
       10236  +
dependencies = [
       10237  +
 "powerfmt",
       10238  +
]
       10239  +
       10240  +
[[package]]
       10241  +
name = "derive_arbitrary"
       10242  +
version = "1.3.2"
       10243  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10244  +
checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611"
       10245  +
dependencies = [
       10246  +
 "proc-macro2",
       10247  +
 "quote",
       10248  +
 "syn 2.0.66",
       10249  +
]
       10250  +
       10251  +
[[package]]
       10252  +
name = "diff"
       10253  +
version = "0.1.13"
       10254  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10255  +
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
       10256  +
       10257  +
[[package]]
       10258  +
name = "digest"
       10259  +
version = "0.10.7"
       10260  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10261  +
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
       10262  +
dependencies = [
       10263  +
 "block-buffer",
       10264  +
 "crypto-common",
       10265  +
 "subtle",
       10266  +
]
       10267  +
       10268  +
[[package]]
       10269  +
name = "displaydoc"
       10270  +
version = "0.2.4"
       10271  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10272  +
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
       10273  +
dependencies = [
       10274  +
 "proc-macro2",
       10275  +
 "quote",
       10276  +
 "syn 2.0.66",
       10277  +
]
       10278  +
       10279  +
[[package]]
       10280  +
name = "dunce"
       10281  +
version = "1.0.4"
       10282  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10283  +
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
       10284  +
       10285  +
[[package]]
       10286  +
name = "ecdsa"
       10287  +
version = "0.14.8"
       10288  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10289  +
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
       10290  +
dependencies = [
       10291  +
 "der",
       10292  +
 "elliptic-curve",
       10293  +
 "rfc6979",
       10294  +
 "signature",
       10295  +
]
       10296  +
       10297  +
[[package]]
       10298  +
name = "either"
       10299  +
version = "1.12.0"
       10300  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10301  +
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
       10302  +
       10303  +
[[package]]
       10304  +
name = "elliptic-curve"
       10305  +
version = "0.12.3"
       10306  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10307  +
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
       10308  +
dependencies = [
       10309  +
 "base16ct",
       10310  +
 "crypto-bigint 0.4.9",
       10311  +
 "der",
       10312  +
 "digest",
       10313  +
 "ff",
       10314  +
 "generic-array",
       10315  +
 "group",
       10316  +
 "pkcs8",
       10317  +
 "rand_core",
       10318  +
 "sec1",
       10319  +
 "subtle",
       10320  +
 "zeroize",
       10321  +
]
       10322  +
       10323  +
[[package]]
       10324  +
name = "equivalent"
       10325  +
version = "1.0.1"
       10326  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10327  +
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
       10328  +
       10329  +
[[package]]
       10330  +
name = "errno"
       10331  +
version = "0.3.9"
       10332  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10333  +
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
       10334  +
dependencies = [
       10335  +
 "libc",
       10336  +
 "windows-sys 0.52.0",
       10337  +
]
       10338  +
       10339  +
[[package]]
       10340  +
name = "event-listener"
       10341  +
version = "2.5.3"
       10342  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10343  +
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
       10344  +
       10345  +
[[package]]
       10346  +
name = "event-listener"
       10347  +
version = "3.1.0"
       10348  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10349  +
checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
       10350  +
dependencies = [
       10351  +
 "concurrent-queue",
       10352  +
 "parking",
       10353  +
 "pin-project-lite",
       10354  +
]
       10355  +
       10356  +
[[package]]
       10357  +
name = "event-listener"
       10358  +
version = "5.3.1"
       10359  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10360  +
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
       10361  +
dependencies = [
       10362  +
 "concurrent-queue",
       10363  +
 "parking",
       10364  +
 "pin-project-lite",
       10365  +
]
       10366  +
       10367  +
[[package]]
       10368  +
name = "event-listener-strategy"
       10369  +
version = "0.5.2"
       10370  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10371  +
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
       10372  +
dependencies = [
       10373  +
 "event-listener 5.3.1",
       10374  +
 "pin-project-lite",
       10375  +
]
       10376  +
       10377  +
[[package]]
       10378  +
name = "extend"
       10379  +
version = "0.1.2"
       10380  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10381  +
checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
       10382  +
dependencies = [
       10383  +
 "proc-macro-error",
       10384  +
 "proc-macro2",
       10385  +
 "quote",
       10386  +
 "syn 1.0.109",
       10387  +
]
       10388  +
       10389  +
[[package]]
       10390  +
name = "fastrand"
       10391  +
version = "1.9.0"
       10392  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10393  +
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
       10394  +
dependencies = [
       10395  +
 "instant",
       10396  +
]
       10397  +
       10398  +
[[package]]
       10399  +
name = "fastrand"
       10400  +
version = "2.0.2"
       10401  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10402  +
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
       10403  +
       10404  +
[[package]]
       10405  +
name = "ff"
       10406  +
version = "0.12.1"
       10407  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10408  +
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
       10409  +
dependencies = [
       10410  +
 "rand_core",
       10411  +
 "subtle",
       10412  +
]
       10413  +
       10414  +
[[package]]
       10415  +
name = "flate2"
       10416  +
version = "1.0.30"
       10417  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10418  +
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
       10419  +
dependencies = [
       10420  +
 "crc32fast",
       10421  +
 "miniz_oxide",
       10422  +
]
       10423  +
       10424  +
[[package]]
       10425  +
name = "fnv"
       10426  +
version = "1.0.7"
       10427  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10428  +
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
       10429  +
       10430  +
[[package]]
       10431  +
name = "form_urlencoded"
       10432  +
version = "1.2.1"
       10433  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10434  +
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
       10435  +
dependencies = [
       10436  +
 "percent-encoding",
       10437  +
]
       10438  +
       10439  +
[[package]]
       10440  +
name = "fs_extra"
       10441  +
version = "1.3.0"
       10442  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10443  +
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
       10444  +
       10445  +
[[package]]
       10446  +
name = "futures-channel"
       10447  +
version = "0.3.30"
       10448  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10449  +
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
       10450  +
dependencies = [
       10451  +
 "futures-core",
       10452  +
]
       10453  +
       10454  +
[[package]]
       10455  +
name = "futures-core"
       10456  +
version = "0.3.30"
       10457  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10458  +
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
       10459  +
       10460  +
[[package]]
       10461  +
name = "futures-io"
       10462  +
version = "0.3.30"
       10463  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10464  +
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
       10465  +
       10466  +
[[package]]
       10467  +
name = "futures-lite"
       10468  +
version = "1.13.0"
       10469  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10470  +
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
       10471  +
dependencies = [
       10472  +
 "fastrand 1.9.0",
       10473  +
 "futures-core",
       10474  +
 "futures-io",
       10475  +
 "memchr",
       10476  +
 "parking",
       10477  +
 "pin-project-lite",
       10478  +
 "waker-fn",
       10479  +
]
       10480  +
       10481  +
[[package]]
       10482  +
name = "futures-lite"
       10483  +
version = "2.3.0"
       10484  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10485  +
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
       10486  +
dependencies = [
       10487  +
 "fastrand 2.0.2",
       10488  +
 "futures-core",
       10489  +
 "futures-io",
       10490  +
 "parking",
       10491  +
 "pin-project-lite",
       10492  +
]
       10493  +
       10494  +
[[package]]
       10495  +
name = "futures-macro"
       10496  +
version = "0.3.30"
       10497  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10498  +
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
       10499  +
dependencies = [
       10500  +
 "proc-macro2",
       10501  +
 "quote",
       10502  +
 "syn 2.0.66",
       10503  +
]
       10504  +
       10505  +
[[package]]
       10506  +
name = "futures-sink"
       10507  +
version = "0.3.30"
       10508  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10509  +
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
       10510  +
       10511  +
[[package]]
       10512  +
name = "futures-task"
       10513  +
version = "0.3.30"
       10514  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10515  +
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
       10516  +
       10517  +
[[package]]
       10518  +
name = "futures-util"
       10519  +
version = "0.3.30"
       10520  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10521  +
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
       10522  +
dependencies = [
       10523  +
 "futures-core",
       10524  +
 "futures-macro",
       10525  +
 "futures-task",
       10526  +
 "pin-project-lite",
       10527  +
 "pin-utils",
       10528  +
 "slab",
       10529  +
]
       10530  +
       10531  +
[[package]]
       10532  +
name = "generic-array"
       10533  +
version = "0.14.7"
       10534  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10535  +
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
       10536  +
dependencies = [
       10537  +
 "typenum",
       10538  +
 "version_check",
       10539  +
]
       10540  +
       10541  +
[[package]]
       10542  +
name = "getrandom"
       10543  +
version = "0.2.15"
       10544  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10545  +
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
       10546  +
dependencies = [
       10547  +
 "cfg-if",
       10548  +
 "libc",
       10549  +
 "wasi 0.11.0+wasi-snapshot-preview1",
       10550  +
]
       10551  +
       10552  +
[[package]]
       10553  +
name = "gimli"
       10554  +
version = "0.29.0"
       10555  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10556  +
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
       10557  +
       10558  +
[[package]]
       10559  +
name = "glob"
       10560  +
version = "0.3.1"
       10561  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10562  +
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
       10563  +
       10564  +
[[package]]
       10565  +
name = "gloo-timers"
       10566  +
version = "0.2.6"
       10567  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10568  +
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
       10569  +
dependencies = [
       10570  +
 "futures-channel",
       10571  +
 "futures-core",
       10572  +
 "js-sys",
       10573  +
 "wasm-bindgen",
       10574  +
]
       10575  +
       10576  +
[[package]]
       10577  +
name = "group"
       10578  +
version = "0.12.1"
       10579  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10580  +
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
       10581  +
dependencies = [
       10582  +
 "ff",
       10583  +
 "rand_core",
       10584  +
 "subtle",
       10585  +
]
       10586  +
       10587  +
[[package]]
       10588  +
name = "h2"
       10589  +
version = "0.3.26"
       10590  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10591  +
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
       10592  +
dependencies = [
       10593  +
 "bytes",
       10594  +
 "fnv",
       10595  +
 "futures-core",
       10596  +
 "futures-sink",
       10597  +
 "futures-util",
       10598  +
 "http 0.2.12",
       10599  +
 "indexmap",
       10600  +
 "slab",
       10601  +
 "tokio",
       10602  +
 "tokio-util",
       10603  +
 "tracing",
       10604  +
]
       10605  +
       10606  +
[[package]]
       10607  +
name = "h2"
       10608  +
version = "0.4.5"
       10609  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10610  +
checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab"
       10611  +
dependencies = [
       10612  +
 "atomic-waker",
       10613  +
 "bytes",
       10614  +
 "fnv",
       10615  +
 "futures-core",
       10616  +
 "futures-sink",
       10617  +
 "http 1.1.0",
       10618  +
 "indexmap",
       10619  +
 "slab",
       10620  +
 "tokio",
       10621  +
 "tokio-util",
       10622  +
 "tracing",
       10623  +
]
       10624  +
       10625  +
[[package]]
       10626  +
name = "half"
       10627  +
version = "2.4.1"
       10628  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10629  +
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
       10630  +
dependencies = [
       10631  +
 "cfg-if",
       10632  +
 "crunchy",
       10633  +
]
       10634  +
       10635  +
[[package]]
       10636  +
name = "hashbrown"
       10637  +
version = "0.14.5"
       10638  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10639  +
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
       10640  +
dependencies = [
       10641  +
 "ahash",
       10642  +
 "allocator-api2",
       10643  +
]
       10644  +
       10645  +
[[package]]
       10646  +
name = "hdrhistogram"
       10647  +
version = "7.5.4"
       10648  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10649  +
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
       10650  +
dependencies = [
       10651  +
 "base64 0.21.7",
       10652  +
 "byteorder",
       10653  +
 "crossbeam-channel",
       10654  +
 "flate2",
       10655  +
 "nom",
       10656  +
 "num-traits",
       10657  +
]
       10658  +
       10659  +
[[package]]
       10660  +
name = "hermit-abi"
       10661  +
version = "0.3.9"
       10662  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10663  +
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
       10664  +
       10665  +
[[package]]
       10666  +
name = "hex"
       10667  +
version = "0.4.3"
       10668  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10669  +
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
       10670  +
       10671  +
[[package]]
       10672  +
name = "hex-literal"
       10673  +
version = "0.4.1"
       10674  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10675  +
checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
       10676  +
       10677  +
[[package]]
       10678  +
name = "hmac"
       10679  +
version = "0.12.1"
       10680  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10681  +
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
       10682  +
dependencies = [
       10683  +
 "digest",
       10684  +
]
       10685  +
       10686  +
[[package]]
       10687  +
name = "home"
       10688  +
version = "0.5.9"
       10689  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10690  +
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
       10691  +
dependencies = [
       10692  +
 "windows-sys 0.52.0",
       10693  +
]
       10694  +
       10695  +
[[package]]
       10696  +
name = "hound"
       10697  +
version = "3.5.1"
       10698  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10699  +
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
       10700  +
       10701  +
[[package]]
       10702  +
name = "http"
       10703  +
version = "0.2.12"
       10704  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10705  +
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
       10706  +
dependencies = [
       10707  +
 "bytes",
       10708  +
 "fnv",
       10709  +
 "itoa",
       10710  +
]
       10711  +
       10712  +
[[package]]
       10713  +
name = "http"
       10714  +
version = "1.1.0"
       10715  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10716  +
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
       10717  +
dependencies = [
       10718  +
 "bytes",
       10719  +
 "fnv",
       10720  +
 "itoa",
       10721  +
]
       10722  +
       10723  +
[[package]]
       10724  +
name = "http-body"
       10725  +
version = "0.4.6"
       10726  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10727  +
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
       10728  +
dependencies = [
       10729  +
 "bytes",
       10730  +
 "http 0.2.12",
       10731  +
 "pin-project-lite",
       10732  +
]
       10733  +
       10734  +
[[package]]
       10735  +
name = "http-body"
       10736  +
version = "1.0.0"
       10737  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10738  +
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
       10739  +
dependencies = [
       10740  +
 "bytes",
       10741  +
 "http 1.1.0",
       10742  +
]
       10743  +
       10744  +
[[package]]
       10745  +
name = "http-body-util"
       10746  +
version = "0.1.2"
       10747  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10748  +
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
       10749  +
dependencies = [
       10750  +
 "bytes",
       10751  +
 "futures-util",
       10752  +
 "http 1.1.0",
       10753  +
 "http-body 1.0.0",
       10754  +
 "pin-project-lite",
       10755  +
]
       10756  +
       10757  +
[[package]]
       10758  +
name = "httparse"
       10759  +
version = "1.8.0"
       10760  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10761  +
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
       10762  +
       10763  +
[[package]]
       10764  +
name = "httpdate"
       10765  +
version = "1.0.3"
       10766  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10767  +
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
       10768  +
       10769  +
[[package]]
       10770  +
name = "hyper"
       10771  +
version = "0.14.29"
       10772  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10773  +
checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
       10774  +
dependencies = [
       10775  +
 "bytes",
       10776  +
 "futures-channel",
       10777  +
 "futures-core",
       10778  +
 "futures-util",
       10779  +
 "h2 0.3.26",
       10780  +
 "http 0.2.12",
       10781  +
 "http-body 0.4.6",
       10782  +
 "httparse",
       10783  +
 "httpdate",
       10784  +
 "itoa",
       10785  +
 "pin-project-lite",
       10786  +
 "socket2 0.5.7",
       10787  +
 "tokio",
       10788  +
 "tower-service",
       10789  +
 "tracing",
       10790  +
 "want",
       10791  +
]
       10792  +
       10793  +
[[package]]
       10794  +
name = "hyper"
       10795  +
version = "1.3.1"
       10796  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10797  +
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
       10798  +
dependencies = [
       10799  +
 "bytes",
       10800  +
 "futures-channel",
       10801  +
 "futures-util",
       10802  +
 "h2 0.4.5",
       10803  +
 "http 1.1.0",
       10804  +
 "http-body 1.0.0",
       10805  +
 "httparse",
       10806  +
 "itoa",
       10807  +
 "pin-project-lite",
       10808  +
 "smallvec",
       10809  +
 "tokio",
       10810  +
 "want",
       10811  +
]
       10812  +
       10813  +
[[package]]
       10814  +
name = "hyper-rustls"
       10815  +
version = "0.24.2"
       10816  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10817  +
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
       10818  +
dependencies = [
       10819  +
 "futures-util",
       10820  +
 "http 0.2.12",
       10821  +
 "hyper 0.14.29",
       10822  +
 "log",
       10823  +
 "rustls 0.21.12",
       10824  +
 "rustls-native-certs 0.6.3",
       10825  +
 "tokio",
       10826  +
 "tokio-rustls 0.24.1",
       10827  +
 "webpki-roots",
       10828  +
]
       10829  +
       10830  +
[[package]]
       10831  +
name = "hyper-rustls"
       10832  +
version = "0.27.2"
       10833  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10834  +
checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
       10835  +
dependencies = [
       10836  +
 "futures-util",
       10837  +
 "http 1.1.0",
       10838  +
 "hyper 1.3.1",
       10839  +
 "hyper-util",
       10840  +
 "rustls 0.23.9",
       10841  +
 "rustls-native-certs 0.7.0",
       10842  +
 "rustls-pki-types",
       10843  +
 "tokio",
       10844  +
 "tokio-rustls 0.26.0",
       10845  +
 "tower-service",
       10846  +
]
       10847  +
       10848  +
[[package]]
       10849  +
name = "hyper-util"
       10850  +
version = "0.1.5"
       10851  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10852  +
checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56"
       10853  +
dependencies = [
       10854  +
 "bytes",
       10855  +
 "futures-channel",
       10856  +
 "futures-util",
       10857  +
 "http 1.1.0",
       10858  +
 "http-body 1.0.0",
       10859  +
 "hyper 1.3.1",
       10860  +
 "pin-project-lite",
       10861  +
 "socket2 0.5.7",
       10862  +
 "tokio",
       10863  +
 "tower",
       10864  +
 "tower-service",
       10865  +
 "tracing",
       10866  +
]
       10867  +
       10868  +
[[package]]
       10869  +
name = "icu_collections"
       10870  +
version = "1.5.0"
       10871  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10872  +
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
       10873  +
dependencies = [
       10874  +
 "displaydoc",
       10875  +
 "yoke",
       10876  +
 "zerofrom",
       10877  +
 "zerovec",
       10878  +
]
       10879  +
       10880  +
[[package]]
       10881  +
name = "icu_locid"
       10882  +
version = "1.5.0"
       10883  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10884  +
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
       10885  +
dependencies = [
       10886  +
 "displaydoc",
       10887  +
 "litemap",
       10888  +
 "tinystr",
       10889  +
 "writeable",
       10890  +
 "zerovec",
       10891  +
]
       10892  +
       10893  +
[[package]]
       10894  +
name = "icu_locid_transform"
       10895  +
version = "1.5.0"
       10896  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10897  +
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
       10898  +
dependencies = [
       10899  +
 "displaydoc",
       10900  +
 "icu_locid",
       10901  +
 "icu_locid_transform_data",
       10902  +
 "icu_provider",
       10903  +
 "tinystr",
       10904  +
 "zerovec",
       10905  +
]
       10906  +
       10907  +
[[package]]
       10908  +
name = "icu_locid_transform_data"
       10909  +
version = "1.5.0"
       10910  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10911  +
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
       10912  +
       10913  +
[[package]]
       10914  +
name = "icu_normalizer"
       10915  +
version = "1.5.0"
       10916  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10917  +
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
       10918  +
dependencies = [
       10919  +
 "displaydoc",
       10920  +
 "icu_collections",
       10921  +
 "icu_normalizer_data",
       10922  +
 "icu_properties",
       10923  +
 "icu_provider",
       10924  +
 "smallvec",
       10925  +
 "utf16_iter",
       10926  +
 "utf8_iter",
       10927  +
 "write16",
       10928  +
 "zerovec",
       10929  +
]
       10930  +
       10931  +
[[package]]
       10932  +
name = "icu_normalizer_data"
       10933  +
version = "1.5.0"
       10934  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10935  +
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
       10936  +
       10937  +
[[package]]
       10938  +
name = "icu_properties"
       10939  +
version = "1.5.0"
       10940  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10941  +
checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036"
       10942  +
dependencies = [
       10943  +
 "displaydoc",
       10944  +
 "icu_collections",
       10945  +
 "icu_locid_transform",
       10946  +
 "icu_properties_data",
       10947  +
 "icu_provider",
       10948  +
 "tinystr",
       10949  +
 "zerovec",
       10950  +
]
       10951  +
       10952  +
[[package]]
       10953  +
name = "icu_properties_data"
       10954  +
version = "1.5.0"
       10955  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10956  +
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
       10957  +
       10958  +
[[package]]
       10959  +
name = "icu_provider"
       10960  +
version = "1.5.0"
       10961  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10962  +
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
       10963  +
dependencies = [
       10964  +
 "displaydoc",
       10965  +
 "icu_locid",
       10966  +
 "icu_provider_macros",
       10967  +
 "stable_deref_trait",
       10968  +
 "tinystr",
       10969  +
 "writeable",
       10970  +
 "yoke",
       10971  +
 "zerofrom",
       10972  +
 "zerovec",
       10973  +
]
       10974  +
       10975  +
[[package]]
       10976  +
name = "icu_provider_macros"
       10977  +
version = "1.5.0"
       10978  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10979  +
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
       10980  +
dependencies = [
       10981  +
 "proc-macro2",
       10982  +
 "quote",
       10983  +
 "syn 2.0.66",
       10984  +
]
       10985  +
       10986  +
[[package]]
       10987  +
name = "idna"
       10988  +
version = "1.0.0"
       10989  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       10990  +
checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed"
       10991  +
dependencies = [
       10992  +
 "icu_normalizer",
       10993  +
 "icu_properties",
       10994  +
 "smallvec",
       10995  +
 "utf8_iter",
       10996  +
]
       10997  +
       10998  +
[[package]]
       10999  +
name = "indexmap"
       11000  +
version = "2.2.6"
       11001  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11002  +
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
       11003  +
dependencies = [
       11004  +
 "equivalent",
       11005  +
 "hashbrown",
       11006  +
 "serde",
       11007  +
]
       11008  +
       11009  +
[[package]]
       11010  +
name = "instant"
       11011  +
version = "0.1.13"
       11012  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11013  +
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
       11014  +
dependencies = [
       11015  +
 "cfg-if",
       11016  +
]
       11017  +
       11018  +
[[package]]
       11019  +
name = "io-lifetimes"
       11020  +
version = "1.0.11"
       11021  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11022  +
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
       11023  +
dependencies = [
       11024  +
 "hermit-abi",
       11025  +
 "libc",
       11026  +
 "windows-sys 0.48.0",
       11027  +
]
       11028  +
       11029  +
[[package]]
       11030  +
name = "is-terminal"
       11031  +
version = "0.4.12"
       11032  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11033  +
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
       11034  +
dependencies = [
       11035  +
 "hermit-abi",
       11036  +
 "libc",
       11037  +
 "windows-sys 0.52.0",
       11038  +
]
       11039  +
       11040  +
[[package]]
       11041  +
name = "itertools"
       11042  +
version = "0.10.5"
       11043  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11044  +
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
       11045  +
dependencies = [
       11046  +
 "either",
       11047  +
]
       11048  +
       11049  +
[[package]]
       11050  +
name = "itertools"
       11051  +
version = "0.12.1"
       11052  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11053  +
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
       11054  +
dependencies = [
       11055  +
 "either",
       11056  +
]
       11057  +
       11058  +
[[package]]
       11059  +
name = "itoa"
       11060  +
version = "1.0.11"
       11061  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11062  +
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
       11063  +
       11064  +
[[package]]
       11065  +
name = "jobserver"
       11066  +
version = "0.1.31"
       11067  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11068  +
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
       11069  +
dependencies = [
       11070  +
 "libc",
       11071  +
]
       11072  +
       11073  +
[[package]]
       11074  +
name = "js-sys"
       11075  +
version = "0.3.69"
       11076  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11077  +
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
       11078  +
dependencies = [
       11079  +
 "wasm-bindgen",
       11080  +
]
       11081  +
       11082  +
[[package]]
       11083  +
name = "kv-log-macro"
       11084  +
version = "1.0.7"
       11085  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11086  +
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
       11087  +
dependencies = [
       11088  +
 "log",
       11089  +
]
       11090  +
       11091  +
[[package]]
       11092  +
name = "lazy_static"
       11093  +
version = "1.4.0"
       11094  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11095  +
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
       11096  +
       11097  +
[[package]]
       11098  +
name = "lazycell"
       11099  +
version = "1.3.0"
       11100  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11101  +
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
       11102  +
       11103  +
[[package]]
       11104  +
name = "libc"
       11105  +
version = "0.2.155"
       11106  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11107  +
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
       11108  +
       11109  +
[[package]]
       11110  +
name = "libfuzzer-sys"
       11111  +
version = "0.4.7"
       11112  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11113  +
checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
       11114  +
dependencies = [
       11115  +
 "arbitrary",
       11116  +
 "cc",
       11117  +
 "once_cell",
       11118  +
]
       11119  +
       11120  +
[[package]]
       11121  +
name = "libloading"
       11122  +
version = "0.8.3"
       11123  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11124  +
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
       11125  +
dependencies = [
       11126  +
 "cfg-if",
       11127  +
 "windows-targets 0.52.5",
       11128  +
]
       11129  +
       11130  +
[[package]]
       11131  +
name = "libm"
       11132  +
version = "0.2.8"
       11133  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11134  +
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
       11135  +
       11136  +
[[package]]
       11137  +
name = "linux-raw-sys"
       11138  +
version = "0.3.8"
       11139  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11140  +
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
       11141  +
       11142  +
[[package]]
       11143  +
name = "linux-raw-sys"
       11144  +
version = "0.4.14"
       11145  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11146  +
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
       11147  +
       11148  +
[[package]]
       11149  +
name = "litemap"
       11150  +
version = "0.7.3"
       11151  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11152  +
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
       11153  +
       11154  +
[[package]]
       11155  +
name = "lock_api"
       11156  +
version = "0.4.12"
       11157  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11158  +
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
       11159  +
dependencies = [
       11160  +
 "autocfg",
       11161  +
 "scopeguard",
       11162  +
]
       11163  +
       11164  +
[[package]]
       11165  +
name = "log"
       11166  +
version = "0.4.21"
       11167  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11168  +
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
       11169  +
dependencies = [
       11170  +
 "value-bag",
       11171  +
]
       11172  +
       11173  +
[[package]]
       11174  +
name = "lru"
       11175  +
version = "0.12.3"
       11176  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11177  +
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
       11178  +
dependencies = [
       11179  +
 "hashbrown",
       11180  +
]
       11181  +
       11182  +
[[package]]
       11183  +
name = "matchers"
       11184  +
version = "0.1.0"
       11185  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11186  +
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
       11187  +
dependencies = [
       11188  +
 "regex-automata 0.1.10",
       11189  +
]
       11190  +
       11191  +
[[package]]
       11192  +
name = "md-5"
       11193  +
version = "0.10.6"
       11194  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11195  +
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
       11196  +
dependencies = [
       11197  +
 "cfg-if",
       11198  +
 "digest",
       11199  +
]
       11200  +
       11201  +
[[package]]
       11202  +
name = "memchr"
       11203  +
version = "2.7.2"
       11204  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11205  +
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
       11206  +
       11207  +
[[package]]
       11208  +
name = "minimal-lexical"
       11209  +
version = "0.2.1"
       11210  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11211  +
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
       11212  +
       11213  +
[[package]]
       11214  +
name = "miniz_oxide"
       11215  +
version = "0.7.3"
       11216  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11217  +
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
       11218  +
dependencies = [
       11219  +
 "adler",
       11220  +
]
       11221  +
       11222  +
[[package]]
       11223  +
name = "mio"
       11224  +
version = "0.8.11"
       11225  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11226  +
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
       11227  +
dependencies = [
       11228  +
 "libc",
       11229  +
 "wasi 0.11.0+wasi-snapshot-preview1",
       11230  +
 "windows-sys 0.48.0",
       11231  +
]
       11232  +
       11233  +
[[package]]
       11234  +
name = "mirai-annotations"
       11235  +
version = "1.12.0"
       11236  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11237  +
checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
       11238  +
       11239  +
[[package]]
       11240  +
name = "nom"
       11241  +
version = "7.1.3"
       11242  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11243  +
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
       11244  +
dependencies = [
       11245  +
 "memchr",
       11246  +
 "minimal-lexical",
       11247  +
]
       11248  +
       11249  +
[[package]]
       11250  +
name = "nu-ansi-term"
       11251  +
version = "0.46.0"
       11252  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11253  +
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
       11254  +
dependencies = [
       11255  +
 "overload",
       11256  +
 "winapi",
       11257  +
]
       11258  +
       11259  +
[[package]]
       11260  +
name = "num-conv"
       11261  +
version = "0.1.0"
       11262  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11263  +
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
       11264  +
       11265  +
[[package]]
       11266  +
name = "num-integer"
       11267  +
version = "0.1.46"
       11268  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11269  +
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
       11270  +
dependencies = [
       11271  +
 "num-traits",
       11272  +
]
       11273  +
       11274  +
[[package]]
       11275  +
name = "num-traits"
       11276  +
version = "0.2.19"
       11277  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11278  +
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
       11279  +
dependencies = [
       11280  +
 "autocfg",
       11281  +
 "libm",
       11282  +
]
       11283  +
       11284  +
[[package]]
       11285  +
name = "num_cpus"
       11286  +
version = "1.16.0"
       11287  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11288  +
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
       11289  +
dependencies = [
       11290  +
 "hermit-abi",
       11291  +
 "libc",
       11292  +
]
       11293  +
       11294  +
[[package]]
       11295  +
name = "object"
       11296  +
version = "0.35.0"
       11297  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11298  +
checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
       11299  +
dependencies = [
       11300  +
 "memchr",
       11301  +
]
       11302  +
       11303  +
[[package]]
       11304  +
name = "once_cell"
       11305  +
version = "1.19.0"
       11306  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11307  +
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
       11308  +
       11309  +
[[package]]
       11310  +
name = "oorandom"
       11311  +
version = "11.1.3"
       11312  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11313  +
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
       11314  +
       11315  +
[[package]]
       11316  +
name = "openssl-probe"
       11317  +
version = "0.1.5"
       11318  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11319  +
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
       11320  +
       11321  +
[[package]]
       11322  +
name = "outref"
       11323  +
version = "0.5.1"
       11324  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11325  +
checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
       11326  +
       11327  +
[[package]]
       11328  +
name = "overload"
       11329  +
version = "0.1.1"
       11330  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11331  +
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
       11332  +
       11333  +
[[package]]
       11334  +
name = "p256"
       11335  +
version = "0.11.1"
       11336  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11337  +
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
       11338  +
dependencies = [
       11339  +
 "ecdsa",
       11340  +
 "elliptic-curve",
       11341  +
 "sha2",
       11342  +
]
       11343  +
       11344  +
[[package]]
       11345  +
name = "parking"
       11346  +
version = "2.2.0"
       11347  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11348  +
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
       11349  +
       11350  +
[[package]]
       11351  +
name = "parking_lot"
       11352  +
version = "0.12.3"
       11353  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11354  +
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
       11355  +
dependencies = [
       11356  +
 "lock_api",
       11357  +
 "parking_lot_core",
       11358  +
]
       11359  +
       11360  +
[[package]]
       11361  +
name = "parking_lot_core"
       11362  +
version = "0.9.10"
       11363  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11364  +
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
       11365  +
dependencies = [
       11366  +
 "cfg-if",
       11367  +
 "libc",
       11368  +
 "redox_syscall",
       11369  +
 "smallvec",
       11370  +
 "windows-targets 0.52.5",
       11371  +
]
       11372  +
       11373  +
[[package]]
       11374  +
name = "paste"
       11375  +
version = "1.0.15"
       11376  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11377  +
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
       11378  +
       11379  +
[[package]]
       11380  +
name = "percent-encoding"
       11381  +
version = "2.3.1"
       11382  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11383  +
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
       11384  +
       11385  +
[[package]]
       11386  +
name = "pin-project"
       11387  +
version = "1.1.5"
       11388  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11389  +
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
       11390  +
dependencies = [
       11391  +
 "pin-project-internal",
       11392  +
]
       11393  +
       11394  +
[[package]]
       11395  +
name = "pin-project-internal"
       11396  +
version = "1.1.5"
       11397  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11398  +
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
       11399  +
dependencies = [
       11400  +
 "proc-macro2",
       11401  +
 "quote",
       11402  +
 "syn 2.0.66",
       11403  +
]
       11404  +
       11405  +
[[package]]
       11406  +
name = "pin-project-lite"
       11407  +
version = "0.2.14"
       11408  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11409  +
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
       11410  +
       11411  +
[[package]]
       11412  +
name = "pin-utils"
       11413  +
version = "0.1.0"
       11414  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11415  +
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
       11416  +
       11417  +
[[package]]
       11418  +
name = "piper"
       11419  +
version = "0.2.3"
       11420  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11421  +
checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391"
       11422  +
dependencies = [
       11423  +
 "atomic-waker",
       11424  +
 "fastrand 2.0.2",
       11425  +
 "futures-io",
       11426  +
]
       11427  +
       11428  +
[[package]]
       11429  +
name = "pkcs8"
       11430  +
version = "0.9.0"
       11431  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11432  +
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
       11433  +
dependencies = [
       11434  +
 "der",
       11435  +
 "spki",
       11436  +
]
       11437  +
       11438  +
[[package]]
       11439  +
name = "plotters"
       11440  +
version = "0.3.6"
       11441  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11442  +
checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
       11443  +
dependencies = [
       11444  +
 "num-traits",
       11445  +
 "plotters-backend",
       11446  +
 "plotters-svg",
       11447  +
 "wasm-bindgen",
       11448  +
 "web-sys",
       11449  +
]
       11450  +
       11451  +
[[package]]
       11452  +
name = "plotters-backend"
       11453  +
version = "0.3.6"
       11454  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11455  +
checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
       11456  +
       11457  +
[[package]]
       11458  +
name = "plotters-svg"
       11459  +
version = "0.3.6"
       11460  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11461  +
checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
       11462  +
dependencies = [
       11463  +
 "plotters-backend",
       11464  +
]
       11465  +
       11466  +
[[package]]
       11467  +
name = "polling"
       11468  +
version = "2.8.0"
       11469  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11470  +
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
       11471  +
dependencies = [
       11472  +
 "autocfg",
       11473  +
 "bitflags 1.3.2",
       11474  +
 "cfg-if",
       11475  +
 "concurrent-queue",
       11476  +
 "libc",
       11477  +
 "log",
       11478  +
 "pin-project-lite",
       11479  +
 "windows-sys 0.48.0",
       11480  +
]
       11481  +
       11482  +
[[package]]
       11483  +
name = "polling"
       11484  +
version = "3.7.1"
       11485  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11486  +
checksum = "5e6a007746f34ed64099e88783b0ae369eaa3da6392868ba262e2af9b8fbaea1"
       11487  +
dependencies = [
       11488  +
 "cfg-if",
       11489  +
 "concurrent-queue",
       11490  +
 "hermit-abi",
       11491  +
 "pin-project-lite",
       11492  +
 "rustix 0.38.34",
       11493  +
 "tracing",
       11494  +
 "windows-sys 0.52.0",
       11495  +
]
       11496  +
       11497  +
[[package]]
       11498  +
name = "powerfmt"
       11499  +
version = "0.2.0"
       11500  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11501  +
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
       11502  +
       11503  +
[[package]]
       11504  +
name = "ppv-lite86"
       11505  +
version = "0.2.17"
       11506  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11507  +
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
       11508  +
       11509  +
[[package]]
       11510  +
name = "pretty_assertions"
       11511  +
version = "1.4.0"
       11512  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11513  +
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
       11514  +
dependencies = [
       11515  +
 "diff",
       11516  +
 "yansi",
       11517  +
]
       11518  +
       11519  +
[[package]]
       11520  +
name = "prettyplease"
       11521  +
version = "0.2.20"
       11522  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11523  +
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
       11524  +
dependencies = [
       11525  +
 "proc-macro2",
       11526  +
 "syn 2.0.66",
       11527  +
]
       11528  +
       11529  +
[[package]]
       11530  +
name = "proc-macro-error"
       11531  +
version = "1.0.4"
       11532  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11533  +
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
       11534  +
dependencies = [
       11535  +
 "proc-macro-error-attr",
       11536  +
 "proc-macro2",
       11537  +
 "quote",
       11538  +
 "syn 1.0.109",
       11539  +
 "version_check",
       11540  +
]
       11541  +
       11542  +
[[package]]
       11543  +
name = "proc-macro-error-attr"
       11544  +
version = "1.0.4"
       11545  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11546  +
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
       11547  +
dependencies = [
       11548  +
 "proc-macro2",
       11549  +
 "quote",
       11550  +
 "version_check",
       11551  +
]
       11552  +
       11553  +
[[package]]
       11554  +
name = "proc-macro2"
       11555  +
version = "1.0.85"
       11556  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11557  +
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
       11558  +
dependencies = [
       11559  +
 "unicode-ident",
       11560  +
]
       11561  +
       11562  +
[[package]]
       11563  +
name = "proptest"
       11564  +
version = "1.4.0"
       11565  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11566  +
checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf"
       11567  +
dependencies = [
       11568  +
 "bit-set",
       11569  +
 "bit-vec",
       11570  +
 "bitflags 2.5.0",
       11571  +
 "lazy_static",
       11572  +
 "num-traits",
       11573  +
 "rand",
       11574  +
 "rand_chacha",
       11575  +
 "rand_xorshift",
       11576  +
 "regex-syntax 0.8.4",
       11577  +
 "rusty-fork",
       11578  +
 "tempfile",
       11579  +
 "unarray",
       11580  +
]
       11581  +
       11582  +
[[package]]
       11583  +
name = "quick-error"
       11584  +
version = "1.2.3"
       11585  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11586  +
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
       11587  +
       11588  +
[[package]]
       11589  +
name = "quote"
       11590  +
version = "1.0.36"
       11591  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11592  +
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
       11593  +
dependencies = [
       11594  +
 "proc-macro2",
       11595  +
]
       11596  +
       11597  +
[[package]]
       11598  +
name = "rand"
       11599  +
version = "0.8.5"
       11600  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11601  +
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
       11602  +
dependencies = [
       11603  +
 "libc",
       11604  +
 "rand_chacha",
       11605  +
 "rand_core",
       11606  +
]
       11607  +
       11608  +
[[package]]
       11609  +
name = "rand_chacha"
       11610  +
version = "0.3.1"
       11611  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11612  +
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
       11613  +
dependencies = [
       11614  +
 "ppv-lite86",
       11615  +
 "rand_core",
       11616  +
]
       11617  +
       11618  +
[[package]]
       11619  +
name = "rand_core"
       11620  +
version = "0.6.4"
       11621  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11622  +
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
       11623  +
dependencies = [
       11624  +
 "getrandom",
       11625  +
]
       11626  +
       11627  +
[[package]]
       11628  +
name = "rand_xorshift"
       11629  +
version = "0.3.0"
       11630  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11631  +
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
       11632  +
dependencies = [
       11633  +
 "rand_core",
       11634  +
]
       11635  +
       11636  +
[[package]]
       11637  +
name = "rayon"
       11638  +
version = "1.10.0"
       11639  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11640  +
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
       11641  +
dependencies = [
       11642  +
 "either",
       11643  +
 "rayon-core",
       11644  +
]
       11645  +
       11646  +
[[package]]
       11647  +
name = "rayon-core"
       11648  +
version = "1.12.1"
       11649  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11650  +
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
       11651  +
dependencies = [
       11652  +
 "crossbeam-deque",
       11653  +
 "crossbeam-utils",
       11654  +
]
       11655  +
       11656  +
[[package]]
       11657  +
name = "redox_syscall"
       11658  +
version = "0.5.1"
       11659  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11660  +
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
       11661  +
dependencies = [
       11662  +
 "bitflags 2.5.0",
       11663  +
]
       11664  +
       11665  +
[[package]]
       11666  +
name = "regex"
       11667  +
version = "1.10.5"
       11668  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11669  +
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
       11670  +
dependencies = [
       11671  +
 "aho-corasick",
       11672  +
 "memchr",
       11673  +
 "regex-automata 0.4.7",
       11674  +
 "regex-syntax 0.8.4",
       11675  +
]
       11676  +
       11677  +
[[package]]
       11678  +
name = "regex-automata"
       11679  +
version = "0.1.10"
       11680  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11681  +
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
       11682  +
dependencies = [
       11683  +
 "regex-syntax 0.6.29",
       11684  +
]
       11685  +
       11686  +
[[package]]
       11687  +
name = "regex-automata"
       11688  +
version = "0.4.7"
       11689  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11690  +
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
       11691  +
dependencies = [
       11692  +
 "aho-corasick",
       11693  +
 "memchr",
       11694  +
 "regex-syntax 0.8.4",
       11695  +
]
       11696  +
       11697  +
[[package]]
       11698  +
name = "regex-lite"
       11699  +
version = "0.1.6"
       11700  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11701  +
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
       11702  +
       11703  +
[[package]]
       11704  +
name = "regex-syntax"
       11705  +
version = "0.6.29"
       11706  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11707  +
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
       11708  +
       11709  +
[[package]]
       11710  +
name = "regex-syntax"
       11711  +
version = "0.8.4"
       11712  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11713  +
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
       11714  +
       11715  +
[[package]]
       11716  +
name = "rfc6979"
       11717  +
version = "0.3.1"
       11718  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11719  +
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
       11720  +
dependencies = [
       11721  +
 "crypto-bigint 0.4.9",
       11722  +
 "hmac",
       11723  +
 "zeroize",
       11724  +
]
       11725  +
       11726  +
[[package]]
       11727  +
name = "ring"
       11728  +
version = "0.17.8"
       11729  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11730  +
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
       11731  +
dependencies = [
       11732  +
 "cc",
       11733  +
 "cfg-if",
       11734  +
 "getrandom",
       11735  +
 "libc",
       11736  +
 "spin",
       11737  +
 "untrusted",
       11738  +
 "windows-sys 0.52.0",
       11739  +
]
       11740  +
       11741  +
[[package]]
       11742  +
name = "roxmltree"
       11743  +
version = "0.14.1"
       11744  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11745  +
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
       11746  +
dependencies = [
       11747  +
 "xmlparser",
       11748  +
]
       11749  +
       11750  +
[[package]]
       11751  +
name = "rustc-demangle"
       11752  +
version = "0.1.24"
       11753  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11754  +
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
       11755  +
       11756  +
[[package]]
       11757  +
name = "rustc-hash"
       11758  +
version = "1.1.0"
       11759  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11760  +
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
       11761  +
       11762  +
[[package]]
       11763  +
name = "rustc_version"
       11764  +
version = "0.4.0"
       11765  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11766  +
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
       11767  +
dependencies = [
       11768  +
 "semver",
       11769  +
]
       11770  +
       11771  +
[[package]]
       11772  +
name = "rustix"
       11773  +
version = "0.37.27"
       11774  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11775  +
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
       11776  +
dependencies = [
       11777  +
 "bitflags 1.3.2",
       11778  +
 "errno",
       11779  +
 "io-lifetimes",
       11780  +
 "libc",
       11781  +
 "linux-raw-sys 0.3.8",
       11782  +
 "windows-sys 0.48.0",
       11783  +
]
       11784  +
       11785  +
[[package]]
       11786  +
name = "rustix"
       11787  +
version = "0.38.34"
       11788  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11789  +
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
       11790  +
dependencies = [
       11791  +
 "bitflags 2.5.0",
       11792  +
 "errno",
       11793  +
 "libc",
       11794  +
 "linux-raw-sys 0.4.14",
       11795  +
 "windows-sys 0.52.0",
       11796  +
]
       11797  +
       11798  +
[[package]]
       11799  +
name = "rustls"
       11800  +
version = "0.21.12"
       11801  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11802  +
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
       11803  +
dependencies = [
       11804  +
 "log",
       11805  +
 "ring",
       11806  +
 "rustls-webpki 0.101.7",
       11807  +
 "sct",
       11808  +
]
       11809  +
       11810  +
[[package]]
       11811  +
name = "rustls"
       11812  +
version = "0.23.9"
       11813  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11814  +
checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b"
       11815  +
dependencies = [
       11816  +
 "aws-lc-rs",
       11817  +
 "once_cell",
       11818  +
 "ring",
       11819  +
 "rustls-pki-types",
       11820  +
 "rustls-webpki 0.102.4",
       11821  +
 "subtle",
       11822  +
 "zeroize",
       11823  +
]
       11824  +
       11825  +
[[package]]
       11826  +
name = "rustls-native-certs"
       11827  +
version = "0.6.3"
       11828  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11829  +
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
       11830  +
dependencies = [
       11831  +
 "openssl-probe",
       11832  +
 "rustls-pemfile 1.0.4",
       11833  +
 "schannel",
       11834  +
 "security-framework",
       11835  +
]
       11836  +
       11837  +
[[package]]
       11838  +
name = "rustls-native-certs"
       11839  +
version = "0.7.0"
       11840  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11841  +
checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792"
       11842  +
dependencies = [
       11843  +
 "openssl-probe",
       11844  +
 "rustls-pemfile 2.1.2",
       11845  +
 "rustls-pki-types",
       11846  +
 "schannel",
       11847  +
 "security-framework",
       11848  +
]
       11849  +
       11850  +
[[package]]
       11851  +
name = "rustls-pemfile"
       11852  +
version = "1.0.4"
       11853  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11854  +
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
       11855  +
dependencies = [
       11856  +
 "base64 0.21.7",
       11857  +
]
       11858  +
       11859  +
[[package]]
       11860  +
name = "rustls-pemfile"
       11861  +
version = "2.1.2"
       11862  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11863  +
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
       11864  +
dependencies = [
       11865  +
 "base64 0.22.1",
       11866  +
 "rustls-pki-types",
       11867  +
]
       11868  +
       11869  +
[[package]]
       11870  +
name = "rustls-pki-types"
       11871  +
version = "1.7.0"
       11872  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11873  +
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
       11874  +
       11875  +
[[package]]
       11876  +
name = "rustls-webpki"
       11877  +
version = "0.101.7"
       11878  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11879  +
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
       11880  +
dependencies = [
       11881  +
 "ring",
       11882  +
 "untrusted",
       11883  +
]
       11884  +
       11885  +
[[package]]
       11886  +
name = "rustls-webpki"
       11887  +
version = "0.102.4"
       11888  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11889  +
checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e"
       11890  +
dependencies = [
       11891  +
 "aws-lc-rs",
       11892  +
 "ring",
       11893  +
 "rustls-pki-types",
       11894  +
 "untrusted",
       11895  +
]
       11896  +
       11897  +
[[package]]
       11898  +
name = "rusty-fork"
       11899  +
version = "0.3.0"
       11900  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11901  +
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
       11902  +
dependencies = [
       11903  +
 "fnv",
       11904  +
 "quick-error",
       11905  +
 "tempfile",
       11906  +
 "wait-timeout",
       11907  +
]
       11908  +
       11909  +
[[package]]
       11910  +
name = "ryu"
       11911  +
version = "1.0.18"
       11912  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11913  +
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
       11914  +
       11915  +
[[package]]
       11916  +
name = "same-file"
       11917  +
version = "1.0.6"
       11918  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11919  +
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
       11920  +
dependencies = [
       11921  +
 "winapi-util",
       11922  +
]
       11923  +
       11924  +
[[package]]
       11925  +
name = "schannel"
       11926  +
version = "0.1.23"
       11927  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11928  +
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
       11929  +
dependencies = [
       11930  +
 "windows-sys 0.52.0",
       11931  +
]
       11932  +
       11933  +
[[package]]
       11934  +
name = "scopeguard"
       11935  +
version = "1.2.0"
       11936  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11937  +
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
       11938  +
       11939  +
[[package]]
       11940  +
name = "sct"
       11941  +
version = "0.7.1"
       11942  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11943  +
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
       11944  +
dependencies = [
       11945  +
 "ring",
       11946  +
 "untrusted",
       11947  +
]
       11948  +
       11949  +
[[package]]
       11950  +
name = "sec1"
       11951  +
version = "0.3.0"
       11952  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11953  +
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
       11954  +
dependencies = [
       11955  +
 "base16ct",
       11956  +
 "der",
       11957  +
 "generic-array",
       11958  +
 "pkcs8",
       11959  +
 "subtle",
       11960  +
 "zeroize",
       11961  +
]
       11962  +
       11963  +
[[package]]
       11964  +
name = "security-framework"
       11965  +
version = "2.11.0"
       11966  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11967  +
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
       11968  +
dependencies = [
       11969  +
 "bitflags 2.5.0",
       11970  +
 "core-foundation",
       11971  +
 "core-foundation-sys",
       11972  +
 "libc",
       11973  +
 "security-framework-sys",
       11974  +
]
       11975  +
       11976  +
[[package]]
       11977  +
name = "security-framework-sys"
       11978  +
version = "2.11.0"
       11979  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11980  +
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
       11981  +
dependencies = [
       11982  +
 "core-foundation-sys",
       11983  +
 "libc",
       11984  +
]
       11985  +
       11986  +
[[package]]
       11987  +
name = "semver"
       11988  +
version = "1.0.23"
       11989  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11990  +
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
       11991  +
       11992  +
[[package]]
       11993  +
name = "serde"
       11994  +
version = "1.0.203"
       11995  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       11996  +
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
       11997  +
dependencies = [
       11998  +
 "serde_derive",
       11999  +
]
       12000  +
       12001  +
[[package]]
       12002  +
name = "serde_derive"
       12003  +
version = "1.0.203"
       12004  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12005  +
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
       12006  +
dependencies = [
       12007  +
 "proc-macro2",
       12008  +
 "quote",
       12009  +
 "syn 2.0.66",
       12010  +
]
       12011  +
       12012  +
[[package]]
       12013  +
name = "serde_json"
       12014  +
version = "1.0.117"
       12015  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12016  +
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
       12017  +
dependencies = [
       12018  +
 "indexmap",
       12019  +
 "itoa",
       12020  +
 "ryu",
       12021  +
 "serde",
       12022  +
]
       12023  +
       12024  +
[[package]]
       12025  +
name = "sha1"
       12026  +
version = "0.10.6"
       12027  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12028  +
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
       12029  +
dependencies = [
       12030  +
 "cfg-if",
       12031  +
 "cpufeatures",
       12032  +
 "digest",
       12033  +
]
       12034  +
       12035  +
[[package]]
       12036  +
name = "sha2"
       12037  +
version = "0.10.8"
       12038  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12039  +
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
       12040  +
dependencies = [
       12041  +
 "cfg-if",
       12042  +
 "cpufeatures",
       12043  +
 "digest",
       12044  +
]
       12045  +
       12046  +
[[package]]
       12047  +
name = "sharded-slab"
       12048  +
version = "0.1.7"
       12049  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12050  +
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
       12051  +
dependencies = [
       12052  +
 "lazy_static",
       12053  +
]
       12054  +
       12055  +
[[package]]
       12056  +
name = "shlex"
       12057  +
version = "1.3.0"
       12058  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12059  +
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
       12060  +
       12061  +
[[package]]
       12062  +
name = "signal-hook-registry"
       12063  +
version = "1.4.2"
       12064  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12065  +
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
       12066  +
dependencies = [
       12067  +
 "libc",
       12068  +
]
       12069  +
       12070  +
[[package]]
       12071  +
name = "signature"
       12072  +
version = "1.6.4"
       12073  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12074  +
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
       12075  +
dependencies = [
       12076  +
 "digest",
       12077  +
 "rand_core",
       12078  +
]
       12079  +
       12080  +
[[package]]
       12081  +
name = "slab"
       12082  +
version = "0.4.9"
       12083  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12084  +
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
       12085  +
dependencies = [
       12086  +
 "autocfg",
       12087  +
]
       12088  +
       12089  +
[[package]]
       12090  +
name = "smallvec"
       12091  +
version = "1.13.2"
       12092  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12093  +
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
       12094  +
       12095  +
[[package]]
       12096  +
name = "smol"
       12097  +
version = "1.3.0"
       12098  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12099  +
checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
       12100  +
dependencies = [
       12101  +
 "async-channel 1.9.0",
       12102  +
 "async-executor",
       12103  +
 "async-fs",
       12104  +
 "async-io 1.13.0",
       12105  +
 "async-lock 2.8.0",
       12106  +
 "async-net",
       12107  +
 "async-process",
       12108  +
 "blocking",
       12109  +
 "futures-lite 1.13.0",
       12110  +
]
       12111  +
       12112  +
[[package]]
       12113  +
name = "socket2"
       12114  +
version = "0.4.10"
       12115  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12116  +
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
       12117  +
dependencies = [
       12118  +
 "libc",
       12119  +
 "winapi",
       12120  +
]
       12121  +
       12122  +
[[package]]
       12123  +
name = "socket2"
       12124  +
version = "0.5.7"
       12125  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12126  +
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
       12127  +
dependencies = [
       12128  +
 "libc",
       12129  +
 "windows-sys 0.52.0",
       12130  +
]
       12131  +
       12132  +
[[package]]
       12133  +
name = "spin"
       12134  +
version = "0.9.8"
       12135  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12136  +
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
       12137  +
       12138  +
[[package]]
       12139  +
name = "spki"
       12140  +
version = "0.6.0"
       12141  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12142  +
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
       12143  +
dependencies = [
       12144  +
 "base64ct",
       12145  +
 "der",
       12146  +
]
       12147  +
       12148  +
[[package]]
       12149  +
name = "stable_deref_trait"
       12150  +
version = "1.2.0"
       12151  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12152  +
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
       12153  +
       12154  +
[[package]]
       12155  +
name = "subtle"
       12156  +
version = "2.5.0"
       12157  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12158  +
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
       12159  +
       12160  +
[[package]]
       12161  +
name = "syn"
       12162  +
version = "1.0.109"
       12163  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12164  +
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
       12165  +
dependencies = [
       12166  +
 "proc-macro2",
       12167  +
 "quote",
       12168  +
 "unicode-ident",
       12169  +
]
       12170  +
       12171  +
[[package]]
       12172  +
name = "syn"
       12173  +
version = "2.0.66"
       12174  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12175  +
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
       12176  +
dependencies = [
       12177  +
 "proc-macro2",
       12178  +
 "quote",
       12179  +
 "unicode-ident",
       12180  +
]
       12181  +
       12182  +
[[package]]
       12183  +
name = "synstructure"
       12184  +
version = "0.13.1"
       12185  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12186  +
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
       12187  +
dependencies = [
       12188  +
 "proc-macro2",
       12189  +
 "quote",
       12190  +
 "syn 2.0.66",
       12191  +
]
       12192  +
       12193  +
[[package]]
       12194  +
name = "tempfile"
       12195  +
version = "3.10.1"
       12196  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12197  +
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
       12198  +
dependencies = [
       12199  +
 "cfg-if",
       12200  +
 "fastrand 2.0.2",
       12201  +
 "rustix 0.38.34",
       12202  +
 "windows-sys 0.52.0",
       12203  +
]
       12204  +
       12205  +
[[package]]
       12206  +
name = "thiserror"
       12207  +
version = "1.0.61"
       12208  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12209  +
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
       12210  +
dependencies = [
       12211  +
 "thiserror-impl",
       12212  +
]
       12213  +
       12214  +
[[package]]
       12215  +
name = "thiserror-impl"
       12216  +
version = "1.0.61"
       12217  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12218  +
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
       12219  +
dependencies = [
       12220  +
 "proc-macro2",
       12221  +
 "quote",
       12222  +
 "syn 2.0.66",
       12223  +
]
       12224  +
       12225  +
[[package]]
       12226  +
name = "thread_local"
       12227  +
version = "1.1.8"
       12228  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12229  +
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
       12230  +
dependencies = [
       12231  +
 "cfg-if",
       12232  +
 "once_cell",
       12233  +
]
       12234  +
       12235  +
[[package]]
       12236  +
name = "time"
       12237  +
version = "0.3.36"
       12238  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12239  +
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
       12240  +
dependencies = [
       12241  +
 "deranged",
       12242  +
 "itoa",
       12243  +
 "num-conv",
       12244  +
 "powerfmt",
       12245  +
 "serde",
       12246  +
 "time-core",
       12247  +
 "time-macros",
       12248  +
]
       12249  +
       12250  +
[[package]]
       12251  +
name = "time-core"
       12252  +
version = "0.1.2"
       12253  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12254  +
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
       12255  +
       12256  +
[[package]]
       12257  +
name = "time-macros"
       12258  +
version = "0.2.18"
       12259  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12260  +
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
       12261  +
dependencies = [
       12262  +
 "num-conv",
       12263  +
 "time-core",
       12264  +
]
       12265  +
       12266  +
[[package]]
       12267  +
name = "tinystr"
       12268  +
version = "0.7.6"
       12269  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12270  +
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
       12271  +
dependencies = [
       12272  +
 "displaydoc",
       12273  +
 "zerovec",
       12274  +
]
       12275  +
       12276  +
[[package]]
       12277  +
name = "tinytemplate"
       12278  +
version = "1.2.1"
       12279  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12280  +
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
       12281  +
dependencies = [
       12282  +
 "serde",
       12283  +
 "serde_json",
       12284  +
]
       12285  +
       12286  +
[[package]]
       12287  +
name = "tokio"
       12288  +
version = "1.38.0"
       12289  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12290  +
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
       12291  +
dependencies = [
       12292  +
 "backtrace",
       12293  +
 "bytes",
       12294  +
 "libc",
       12295  +
 "mio",
       12296  +
 "num_cpus",
       12297  +
 "parking_lot",
       12298  +
 "pin-project-lite",
       12299  +
 "signal-hook-registry",
       12300  +
 "socket2 0.5.7",
       12301  +
 "tokio-macros",
       12302  +
 "windows-sys 0.48.0",
       12303  +
]
       12304  +
       12305  +
[[package]]
       12306  +
name = "tokio-macros"
       12307  +
version = "2.3.0"
       12308  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12309  +
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
       12310  +
dependencies = [
       12311  +
 "proc-macro2",
       12312  +
 "quote",
       12313  +
 "syn 2.0.66",
       12314  +
]
       12315  +
       12316  +
[[package]]
       12317  +
name = "tokio-rustls"
       12318  +
version = "0.24.1"
       12319  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12320  +
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
       12321  +
dependencies = [
       12322  +
 "rustls 0.21.12",
       12323  +
 "tokio",
       12324  +
]
       12325  +
       12326  +
[[package]]
       12327  +
name = "tokio-rustls"
       12328  +
version = "0.26.0"
       12329  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12330  +
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
       12331  +
dependencies = [
       12332  +
 "rustls 0.23.9",
       12333  +
 "rustls-pki-types",
       12334  +
 "tokio",
       12335  +
]
       12336  +
       12337  +
[[package]]
       12338  +
name = "tokio-stream"
       12339  +
version = "0.1.15"
       12340  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12341  +
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
       12342  +
dependencies = [
       12343  +
 "futures-core",
       12344  +
 "pin-project-lite",
       12345  +
 "tokio",
       12346  +
]
       12347  +
       12348  +
[[package]]
       12349  +
name = "tokio-test"
       12350  +
version = "0.4.4"
       12351  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12352  +
checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
       12353  +
dependencies = [
       12354  +
 "async-stream",
       12355  +
 "bytes",
       12356  +
 "futures-core",
       12357  +
 "tokio",
       12358  +
 "tokio-stream",
       12359  +
]
       12360  +
       12361  +
[[package]]
       12362  +
name = "tokio-util"
       12363  +
version = "0.7.11"
       12364  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12365  +
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
       12366  +
dependencies = [
       12367  +
 "bytes",
       12368  +
 "futures-core",
       12369  +
 "futures-sink",
       12370  +
 "pin-project-lite",
       12371  +
 "tokio",
       12372  +
]
       12373  +
       12374  +
[[package]]
       12375  +
name = "tower"
       12376  +
version = "0.4.13"
       12377  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12378  +
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
       12379  +
dependencies = [
       12380  +
 "futures-core",
       12381  +
 "futures-util",
       12382  +
 "pin-project",
       12383  +
 "pin-project-lite",
       12384  +
 "tokio",
       12385  +
 "tower-layer",
       12386  +
 "tower-service",
       12387  +
 "tracing",
       12388  +
]
       12389  +
       12390  +
[[package]]
       12391  +
name = "tower-layer"
       12392  +
version = "0.3.2"
       12393  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12394  +
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
       12395  +
       12396  +
[[package]]
       12397  +
name = "tower-service"
       12398  +
version = "0.3.2"
       12399  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12400  +
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
       12401  +
       12402  +
[[package]]
       12403  +
name = "tracing"
       12404  +
version = "0.1.40"
       12405  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12406  +
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
       12407  +
dependencies = [
       12408  +
 "log",
       12409  +
 "pin-project-lite",
       12410  +
 "tracing-attributes",
       12411  +
 "tracing-core",
       12412  +
]
       12413  +
       12414  +
[[package]]
       12415  +
name = "tracing-appender"
       12416  +
version = "0.2.3"
       12417  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12418  +
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
       12419  +
dependencies = [
       12420  +
 "crossbeam-channel",
       12421  +
 "thiserror",
       12422  +
 "time",
       12423  +
 "tracing-subscriber",
       12424  +
]
       12425  +
       12426  +
[[package]]
       12427  +
name = "tracing-attributes"
       12428  +
version = "0.1.27"
       12429  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12430  +
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
       12431  +
dependencies = [
       12432  +
 "proc-macro2",
       12433  +
 "quote",
       12434  +
 "syn 2.0.66",
       12435  +
]
       12436  +
       12437  +
[[package]]
       12438  +
name = "tracing-core"
       12439  +
version = "0.1.32"
       12440  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12441  +
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
       12442  +
dependencies = [
       12443  +
 "once_cell",
       12444  +
 "valuable",
       12445  +
]
       12446  +
       12447  +
[[package]]
       12448  +
name = "tracing-log"
       12449  +
version = "0.2.0"
       12450  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12451  +
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
       12452  +
dependencies = [
       12453  +
 "log",
       12454  +
 "once_cell",
       12455  +
 "tracing-core",
       12456  +
]
       12457  +
       12458  +
[[package]]
       12459  +
name = "tracing-serde"
       12460  +
version = "0.1.3"
       12461  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12462  +
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
       12463  +
dependencies = [
       12464  +
 "serde",
       12465  +
 "tracing-core",
       12466  +
]
       12467  +
       12468  +
[[package]]
       12469  +
name = "tracing-subscriber"
       12470  +
version = "0.3.18"
       12471  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12472  +
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
       12473  +
dependencies = [
       12474  +
 "matchers",
       12475  +
 "nu-ansi-term",
       12476  +
 "once_cell",
       12477  +
 "regex",
       12478  +
 "serde",
       12479  +
 "serde_json",
       12480  +
 "sharded-slab",
       12481  +
 "smallvec",
       12482  +
 "thread_local",
       12483  +
 "tracing",
       12484  +
 "tracing-core",
       12485  +
 "tracing-log",
       12486  +
 "tracing-serde",
       12487  +
]
       12488  +
       12489  +
[[package]]
       12490  +
name = "tracing-test"
       12491  +
version = "0.2.5"
       12492  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12493  +
checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
       12494  +
dependencies = [
       12495  +
 "tracing-core",
       12496  +
 "tracing-subscriber",
       12497  +
 "tracing-test-macro",
       12498  +
]
       12499  +
       12500  +
[[package]]
       12501  +
name = "tracing-test-macro"
       12502  +
version = "0.2.5"
       12503  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12504  +
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
       12505  +
dependencies = [
       12506  +
 "quote",
       12507  +
 "syn 2.0.66",
       12508  +
]
       12509  +
       12510  +
[[package]]
       12511  +
name = "try-lock"
       12512  +
version = "0.2.5"
       12513  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12514  +
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
       12515  +
       12516  +
[[package]]
       12517  +
name = "typenum"
       12518  +
version = "1.17.0"
       12519  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12520  +
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
       12521  +
       12522  +
[[package]]
       12523  +
name = "unarray"
       12524  +
version = "0.1.4"
       12525  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12526  +
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
       12527  +
       12528  +
[[package]]
       12529  +
name = "unicode-ident"
       12530  +
version = "1.0.12"
       12531  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12532  +
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
       12533  +
       12534  +
[[package]]
       12535  +
name = "untrusted"
       12536  +
version = "0.9.0"
       12537  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12538  +
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
       12539  +
       12540  +
[[package]]
       12541  +
name = "url"
       12542  +
version = "2.5.1"
       12543  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12544  +
checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56"
       12545  +
dependencies = [
       12546  +
 "form_urlencoded",
       12547  +
 "idna",
       12548  +
 "percent-encoding",
       12549  +
]
       12550  +
       12551  +
[[package]]
       12552  +
name = "urlencoding"
       12553  +
version = "2.1.3"
       12554  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12555  +
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
       12556  +
       12557  +
[[package]]
       12558  +
name = "utf16_iter"
       12559  +
version = "1.0.5"
       12560  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12561  +
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
       12562  +
       12563  +
[[package]]
       12564  +
name = "utf8_iter"
       12565  +
version = "1.0.4"
       12566  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12567  +
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
       12568  +
       12569  +
[[package]]
       12570  +
name = "uuid"
       12571  +
version = "1.8.0"
       12572  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12573  +
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
       12574  +
       12575  +
[[package]]
       12576  +
name = "valuable"
       12577  +
version = "0.1.0"
       12578  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12579  +
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
       12580  +
       12581  +
[[package]]
       12582  +
name = "value-bag"
       12583  +
version = "1.9.0"
       12584  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12585  +
checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
       12586  +
       12587  +
[[package]]
       12588  +
name = "version_check"
       12589  +
version = "0.9.4"
       12590  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12591  +
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
       12592  +
       12593  +
[[package]]
       12594  +
name = "vsimd"
       12595  +
version = "0.8.0"
       12596  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12597  +
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
       12598  +
       12599  +
[[package]]
       12600  +
name = "wait-timeout"
       12601  +
version = "0.2.0"
       12602  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12603  +
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
       12604  +
dependencies = [
       12605  +
 "libc",
       12606  +
]
       12607  +
       12608  +
[[package]]
       12609  +
name = "waker-fn"
       12610  +
version = "1.2.0"
       12611  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12612  +
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
       12613  +
       12614  +
[[package]]
       12615  +
name = "walkdir"
       12616  +
version = "2.5.0"
       12617  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12618  +
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
       12619  +
dependencies = [
       12620  +
 "same-file",
       12621  +
 "winapi-util",
       12622  +
]
       12623  +
       12624  +
[[package]]
       12625  +
name = "want"
       12626  +
version = "0.3.1"
       12627  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12628  +
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
       12629  +
dependencies = [
       12630  +
 "try-lock",
       12631  +
]
       12632  +
       12633  +
[[package]]
       12634  +
name = "wasi"
       12635  +
version = "0.11.0+wasi-snapshot-preview1"
       12636  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12637  +
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
       12638  +
       12639  +
[[package]]
       12640  +
name = "wasi"
       12641  +
version = "0.12.1+wasi-0.2.0"
       12642  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12643  +
checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
       12644  +
dependencies = [
       12645  +
 "wit-bindgen",
       12646  +
]
       12647  +
       12648  +
[[package]]
       12649  +
name = "wasm-bindgen"
       12650  +
version = "0.2.92"
       12651  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12652  +
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
       12653  +
dependencies = [
       12654  +
 "cfg-if",
       12655  +
 "wasm-bindgen-macro",
       12656  +
]
       12657  +
       12658  +
[[package]]
       12659  +
name = "wasm-bindgen-backend"
       12660  +
version = "0.2.92"
       12661  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12662  +
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
       12663  +
dependencies = [
       12664  +
 "bumpalo",
       12665  +
 "log",
       12666  +
 "once_cell",
       12667  +
 "proc-macro2",
       12668  +
 "quote",
       12669  +
 "syn 2.0.66",
       12670  +
 "wasm-bindgen-shared",
       12671  +
]
       12672  +
       12673  +
[[package]]
       12674  +
name = "wasm-bindgen-futures"
       12675  +
version = "0.4.42"
       12676  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12677  +
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
       12678  +
dependencies = [
       12679  +
 "cfg-if",
       12680  +
 "js-sys",
       12681  +
 "wasm-bindgen",
       12682  +
 "web-sys",
       12683  +
]
       12684  +
       12685  +
[[package]]
       12686  +
name = "wasm-bindgen-macro"
       12687  +
version = "0.2.92"
       12688  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12689  +
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
       12690  +
dependencies = [
       12691  +
 "quote",
       12692  +
 "wasm-bindgen-macro-support",
       12693  +
]
       12694  +
       12695  +
[[package]]
       12696  +
name = "wasm-bindgen-macro-support"
       12697  +
version = "0.2.92"
       12698  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12699  +
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
       12700  +
dependencies = [
       12701  +
 "proc-macro2",
       12702  +
 "quote",
       12703  +
 "syn 2.0.66",
       12704  +
 "wasm-bindgen-backend",
       12705  +
 "wasm-bindgen-shared",
       12706  +
]
       12707  +
       12708  +
[[package]]
       12709  +
name = "wasm-bindgen-shared"
       12710  +
version = "0.2.92"
       12711  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12712  +
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
       12713  +
       12714  +
[[package]]
       12715  +
name = "web-sys"
       12716  +
version = "0.3.69"
       12717  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12718  +
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
       12719  +
dependencies = [
       12720  +
 "js-sys",
       12721  +
 "wasm-bindgen",
       12722  +
]
       12723  +
       12724  +
[[package]]
       12725  +
name = "webpki-roots"
       12726  +
version = "0.25.4"
       12727  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12728  +
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
       12729  +
       12730  +
[[package]]
       12731  +
name = "which"
       12732  +
version = "4.4.2"
       12733  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12734  +
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
       12735  +
dependencies = [
       12736  +
 "either",
       12737  +
 "home",
       12738  +
 "once_cell",
       12739  +
 "rustix 0.38.34",
       12740  +
]
       12741  +
       12742  +
[[package]]
       12743  +
name = "winapi"
       12744  +
version = "0.3.9"
       12745  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12746  +
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
       12747  +
dependencies = [
       12748  +
 "winapi-i686-pc-windows-gnu",
       12749  +
 "winapi-x86_64-pc-windows-gnu",
       12750  +
]
       12751  +
       12752  +
[[package]]
       12753  +
name = "winapi-i686-pc-windows-gnu"
       12754  +
version = "0.4.0"
       12755  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12756  +
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
       12757  +
       12758  +
[[package]]
       12759  +
name = "winapi-util"
       12760  +
version = "0.1.8"
       12761  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12762  +
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
       12763  +
dependencies = [
       12764  +
 "windows-sys 0.52.0",
       12765  +
]
       12766  +
       12767  +
[[package]]
       12768  +
name = "winapi-x86_64-pc-windows-gnu"
       12769  +
version = "0.4.0"
       12770  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12771  +
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
       12772  +
       12773  +
[[package]]
       12774  +
name = "windows-sys"
       12775  +
version = "0.48.0"
       12776  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12777  +
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
       12778  +
dependencies = [
       12779  +
 "windows-targets 0.48.5",
       12780  +
]
       12781  +
       12782  +
[[package]]
       12783  +
name = "windows-sys"
       12784  +
version = "0.52.0"
       12785  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12786  +
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
       12787  +
dependencies = [
       12788  +
 "windows-targets 0.52.5",
       12789  +
]
       12790  +
       12791  +
[[package]]
       12792  +
name = "windows-targets"
       12793  +
version = "0.48.5"
       12794  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12795  +
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
       12796  +
dependencies = [
       12797  +
 "windows_aarch64_gnullvm 0.48.5",
       12798  +
 "windows_aarch64_msvc 0.48.5",
       12799  +
 "windows_i686_gnu 0.48.5",
       12800  +
 "windows_i686_msvc 0.48.5",
       12801  +
 "windows_x86_64_gnu 0.48.5",
       12802  +
 "windows_x86_64_gnullvm 0.48.5",
       12803  +
 "windows_x86_64_msvc 0.48.5",
       12804  +
]
       12805  +
       12806  +
[[package]]
       12807  +
name = "windows-targets"
       12808  +
version = "0.52.5"
       12809  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12810  +
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
       12811  +
dependencies = [
       12812  +
 "windows_aarch64_gnullvm 0.52.5",
       12813  +
 "windows_aarch64_msvc 0.52.5",
       12814  +
 "windows_i686_gnu 0.52.5",
       12815  +
 "windows_i686_gnullvm",
       12816  +
 "windows_i686_msvc 0.52.5",
       12817  +
 "windows_x86_64_gnu 0.52.5",
       12818  +
 "windows_x86_64_gnullvm 0.52.5",
       12819  +
 "windows_x86_64_msvc 0.52.5",
       12820  +
]
       12821  +
       12822  +
[[package]]
       12823  +
name = "windows_aarch64_gnullvm"
       12824  +
version = "0.48.5"
       12825  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12826  +
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
       12827  +
       12828  +
[[package]]
       12829  +
name = "windows_aarch64_gnullvm"
       12830  +
version = "0.52.5"
       12831  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12832  +
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
       12833  +
       12834  +
[[package]]
       12835  +
name = "windows_aarch64_msvc"
       12836  +
version = "0.48.5"
       12837  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12838  +
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
       12839  +
       12840  +
[[package]]
       12841  +
name = "windows_aarch64_msvc"
       12842  +
version = "0.52.5"
       12843  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12844  +
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
       12845  +
       12846  +
[[package]]
       12847  +
name = "windows_i686_gnu"
       12848  +
version = "0.48.5"
       12849  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12850  +
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
       12851  +
       12852  +
[[package]]
       12853  +
name = "windows_i686_gnu"
       12854  +
version = "0.52.5"
       12855  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12856  +
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
       12857  +
       12858  +
[[package]]
       12859  +
name = "windows_i686_gnullvm"
       12860  +
version = "0.52.5"
       12861  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12862  +
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
       12863  +
       12864  +
[[package]]
       12865  +
name = "windows_i686_msvc"
       12866  +
version = "0.48.5"
       12867  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12868  +
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
       12869  +
       12870  +
[[package]]
       12871  +
name = "windows_i686_msvc"
       12872  +
version = "0.52.5"
       12873  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12874  +
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
       12875  +
       12876  +
[[package]]
       12877  +
name = "windows_x86_64_gnu"
       12878  +
version = "0.48.5"
       12879  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12880  +
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
       12881  +
       12882  +
[[package]]
       12883  +
name = "windows_x86_64_gnu"
       12884  +
version = "0.52.5"
       12885  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12886  +
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
       12887  +
       12888  +
[[package]]
       12889  +
name = "windows_x86_64_gnullvm"
       12890  +
version = "0.48.5"
       12891  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12892  +
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
       12893  +
       12894  +
[[package]]
       12895  +
name = "windows_x86_64_gnullvm"
       12896  +
version = "0.52.5"
       12897  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12898  +
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
       12899  +
       12900  +
[[package]]
       12901  +
name = "windows_x86_64_msvc"
       12902  +
version = "0.48.5"
       12903  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12904  +
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
       12905  +
       12906  +
[[package]]
       12907  +
name = "windows_x86_64_msvc"
       12908  +
version = "0.52.5"
       12909  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12910  +
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
       12911  +
       12912  +
[[package]]
       12913  +
name = "wit-bindgen"
       12914  +
version = "0.19.2"
       12915  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12916  +
checksum = "b37d270da94012e0ac490ac633ad5bdd76a10a3fb15069edb033c1b771ce931f"
       12917  +
dependencies = [
       12918  +
 "bitflags 2.5.0",
       12919  +
]
       12920  +
       12921  +
[[package]]
       12922  +
name = "write16"
       12923  +
version = "1.0.0"
       12924  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12925  +
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
       12926  +
       12927  +
[[package]]
       12928  +
name = "writeable"
       12929  +
version = "0.5.5"
       12930  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12931  +
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
       12932  +
       12933  +
[[package]]
       12934  +
name = "xmlparser"
       12935  +
version = "0.13.6"
       12936  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12937  +
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
       12938  +
       12939  +
[[package]]
       12940  +
name = "yansi"
       12941  +
version = "0.5.1"
       12942  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12943  +
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
       12944  +
       12945  +
[[package]]
       12946  +
name = "yoke"
       12947  +
version = "0.7.4"
       12948  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12949  +
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
       12950  +
dependencies = [
       12951  +
 "serde",
       12952  +
 "stable_deref_trait",
       12953  +
 "yoke-derive",
       12954  +
 "zerofrom",
       12955  +
]
       12956  +
       12957  +
[[package]]
       12958  +
name = "yoke-derive"
       12959  +
version = "0.7.4"
       12960  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12961  +
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
       12962  +
dependencies = [
       12963  +
 "proc-macro2",
       12964  +
 "quote",
       12965  +
 "syn 2.0.66",
       12966  +
 "synstructure",
       12967  +
]
       12968  +
       12969  +
[[package]]
       12970  +
name = "zerocopy"
       12971  +
version = "0.7.34"
       12972  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12973  +
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
       12974  +
dependencies = [
       12975  +
 "zerocopy-derive",
       12976  +
]
       12977  +
       12978  +
[[package]]
       12979  +
name = "zerocopy-derive"
       12980  +
version = "0.7.34"
       12981  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12982  +
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
       12983  +
dependencies = [
       12984  +
 "proc-macro2",
       12985  +
 "quote",
       12986  +
 "syn 2.0.66",
       12987  +
]
       12988  +
       12989  +
[[package]]
       12990  +
name = "zerofrom"
       12991  +
version = "0.1.4"
       12992  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       12993  +
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
       12994  +
dependencies = [
       12995  +
 "zerofrom-derive",
       12996  +
]
       12997  +
       12998  +
[[package]]
       12999  +
name = "zerofrom-derive"
       13000  +
version = "0.1.4"
       13001  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       13002  +
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
       13003  +
dependencies = [
       13004  +
 "proc-macro2",
       13005  +
 "quote",
       13006  +
 "syn 2.0.66",
       13007  +
 "synstructure",
       13008  +
]
       13009  +
       13010  +
[[package]]
       13011  +
name = "zeroize"
       13012  +
version = "1.8.1"
       13013  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       13014  +
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
       13015  +
dependencies = [
       13016  +
 "zeroize_derive",
       13017  +
]
       13018  +
       13019  +
[[package]]
       13020  +
name = "zeroize_derive"
       13021  +
version = "1.4.2"
       13022  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       13023  +
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
       13024  +
dependencies = [
       13025  +
 "proc-macro2",
       13026  +
 "quote",
       13027  +
 "syn 2.0.66",
       13028  +
]
       13029  +
       13030  +
[[package]]
       13031  +
name = "zerovec"
       13032  +
version = "0.10.2"
       13033  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       13034  +
checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c"
       13035  +
dependencies = [
       13036  +
 "yoke",
       13037  +
 "zerofrom",
       13038  +
 "zerovec-derive",
       13039  +
]
       13040  +
       13041  +
[[package]]
       13042  +
name = "zerovec-derive"
       13043  +
version = "0.10.2"
       13044  +
source = "registry+https://github.com/rust-lang/crates.io-index"
       13045  +
checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7"
       13046  +
dependencies = [
       13047  +
 "proc-macro2",
       13048  +
 "quote",
       13049  +
 "syn 2.0.66",
       13050  +
]