| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "allocator-api2" |
| 7 |
version = "0.2.21" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 10 |
|
| 11 |
[[package]] |
| 12 |
name = "atomic-waker" |
| 13 |
version = "1.1.2" |
| 14 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 |
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 16 |
|
| 17 |
[[package]] |
| 18 |
name = "autocfg" |
| 19 |
version = "1.5.0" |
| 20 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 21 |
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 22 |
|
| 23 |
[[package]] |
| 24 |
name = "aws-config" |
| 25 |
version = "1.8.15" |
| 26 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 27 |
checksum = "11493b0bad143270fb8ad284a096dd529ba91924c5409adeac856cc1bf047dbc" |
| 28 |
dependencies = [ |
| 29 |
"aws-credential-types", |
| 30 |
"aws-runtime", |
| 31 |
"aws-sdk-sso", |
| 32 |
"aws-sdk-ssooidc", |
| 33 |
"aws-sdk-sts", |
| 34 |
"aws-smithy-async", |
| 35 |
"aws-smithy-http", |
| 36 |
"aws-smithy-json", |
| 37 |
"aws-smithy-runtime", |
| 38 |
"aws-smithy-runtime-api", |
| 39 |
"aws-smithy-types", |
| 40 |
"aws-types", |
| 41 |
"bytes", |
| 42 |
"fastrand", |
| 43 |
"hex", |
| 44 |
"http 1.4.0", |
| 45 |
"sha1 0.10.6", |
| 46 |
"time", |
| 47 |
"tokio", |
| 48 |
"tracing", |
| 49 |
"url", |
| 50 |
"zeroize", |
| 51 |
] |
| 52 |
|
| 53 |
[[package]] |
| 54 |
name = "aws-credential-types" |
| 55 |
version = "1.2.14" |
| 56 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 |
checksum = "8f20799b373a1be121fe3005fba0c2090af9411573878f224df44b42727fcaf7" |
| 58 |
dependencies = [ |
| 59 |
"aws-smithy-async", |
| 60 |
"aws-smithy-runtime-api", |
| 61 |
"aws-smithy-types", |
| 62 |
"zeroize", |
| 63 |
] |
| 64 |
|
| 65 |
[[package]] |
| 66 |
name = "aws-lc-rs" |
| 67 |
version = "1.16.2" |
| 68 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 69 |
checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc" |
| 70 |
dependencies = [ |
| 71 |
"aws-lc-sys", |
| 72 |
"zeroize", |
| 73 |
] |
| 74 |
|
| 75 |
[[package]] |
| 76 |
name = "aws-lc-sys" |
| 77 |
version = "0.39.1" |
| 78 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 79 |
checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399" |
| 80 |
dependencies = [ |
| 81 |
"cc", |
| 82 |
"cmake", |
| 83 |
"dunce", |
| 84 |
"fs_extra", |
| 85 |
] |
| 86 |
|
| 87 |
[[package]] |
| 88 |
name = "aws-runtime" |
| 89 |
version = "1.7.3" |
| 90 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 91 |
checksum = "5dcd93c82209ac7413532388067dce79be5a8780c1786e5fae3df22e4dee2864" |
| 92 |
dependencies = [ |
| 93 |
"aws-credential-types", |
| 94 |
"aws-sigv4", |
| 95 |
"aws-smithy-async", |
| 96 |
"aws-smithy-eventstream", |
| 97 |
"aws-smithy-http", |
| 98 |
"aws-smithy-runtime", |
| 99 |
"aws-smithy-runtime-api", |
| 100 |
"aws-smithy-types", |
| 101 |
"aws-types", |
| 102 |
"bytes", |
| 103 |
"bytes-utils", |
| 104 |
"fastrand", |
| 105 |
"http 0.2.12", |
| 106 |
"http 1.4.0", |
| 107 |
"http-body 0.4.6", |
| 108 |
"http-body 1.0.1", |
| 109 |
"percent-encoding", |
| 110 |
"pin-project-lite", |
| 111 |
"tracing", |
| 112 |
"uuid", |
| 113 |
] |
| 114 |
|
| 115 |
[[package]] |
| 116 |
name = "aws-sdk-s3" |
| 117 |
version = "1.131.0" |
| 118 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 119 |
checksum = "fe1b8c5282bf859170836045296b3cd710b7573aceb909498366bb508a41058e" |
| 120 |
dependencies = [ |
| 121 |
"aws-credential-types", |
| 122 |
"aws-runtime", |
| 123 |
"aws-sigv4", |
| 124 |
"aws-smithy-async", |
| 125 |
"aws-smithy-checksums", |
| 126 |
"aws-smithy-eventstream", |
| 127 |
"aws-smithy-http", |
| 128 |
"aws-smithy-json", |
| 129 |
"aws-smithy-observability", |
| 130 |
"aws-smithy-runtime", |
| 131 |
"aws-smithy-runtime-api", |
| 132 |
"aws-smithy-types", |
| 133 |
"aws-smithy-xml", |
| 134 |
"aws-types", |
| 135 |
"bytes", |
| 136 |
"fastrand", |
| 137 |
"hex", |
| 138 |
"hmac 0.13.0", |
| 139 |
"http 0.2.12", |
| 140 |
"http 1.4.0", |
| 141 |
"http-body 1.0.1", |
| 142 |
"lru", |
| 143 |
"percent-encoding", |
| 144 |
"regex-lite", |
| 145 |
"sha2 0.11.0", |
| 146 |
"tracing", |
| 147 |
"url", |
| 148 |
] |
| 149 |
|
| 150 |
[[package]] |
| 151 |
name = "aws-sdk-sso" |
| 152 |
version = "1.97.0" |
| 153 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 154 |
checksum = "9aadc669e184501caaa6beafb28c6267fc1baef0810fb58f9b205485ca3f2567" |
| 155 |
dependencies = [ |
| 156 |
"aws-credential-types", |
| 157 |
"aws-runtime", |
| 158 |
"aws-smithy-async", |
| 159 |
"aws-smithy-http", |
| 160 |
"aws-smithy-json", |
| 161 |
"aws-smithy-observability", |
| 162 |
"aws-smithy-runtime", |
| 163 |
"aws-smithy-runtime-api", |
| 164 |
"aws-smithy-types", |
| 165 |
"aws-types", |
| 166 |
"bytes", |
| 167 |
"fastrand", |
| 168 |
"http 0.2.12", |
| 169 |
"http 1.4.0", |
| 170 |
"regex-lite", |
| 171 |
"tracing", |
| 172 |
] |
| 173 |
|
| 174 |
[[package]] |
| 175 |
name = "aws-sdk-ssooidc" |
| 176 |
version = "1.99.0" |
| 177 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 178 |
checksum = "1342a7db8f358d3de0aed2007a0b54e875458e39848d54cc1d46700b2bfcb0a8" |
| 179 |
dependencies = [ |
| 180 |
"aws-credential-types", |
| 181 |
"aws-runtime", |
| 182 |
"aws-smithy-async", |
| 183 |
"aws-smithy-http", |
| 184 |
"aws-smithy-json", |
| 185 |
"aws-smithy-observability", |
| 186 |
"aws-smithy-runtime", |
| 187 |
"aws-smithy-runtime-api", |
| 188 |
"aws-smithy-types", |
| 189 |
"aws-types", |
| 190 |
"bytes", |
| 191 |
"fastrand", |
| 192 |
"http 0.2.12", |
| 193 |
"http 1.4.0", |
| 194 |
"regex-lite", |
| 195 |
"tracing", |
| 196 |
] |
| 197 |
|
| 198 |
[[package]] |
| 199 |
name = "aws-sdk-sts" |
| 200 |
version = "1.101.0" |
| 201 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 202 |
checksum = "ab41ad64e4051ecabeea802d6a17845a91e83287e1dd249e6963ea1ba78c428a" |
| 203 |
dependencies = [ |
| 204 |
"aws-credential-types", |
| 205 |
"aws-runtime", |
| 206 |
"aws-smithy-async", |
| 207 |
"aws-smithy-http", |
| 208 |
"aws-smithy-json", |
| 209 |
"aws-smithy-observability", |
| 210 |
"aws-smithy-query", |
| 211 |
"aws-smithy-runtime", |
| 212 |
"aws-smithy-runtime-api", |
| 213 |
"aws-smithy-types", |
| 214 |
"aws-smithy-xml", |
| 215 |
"aws-types", |
| 216 |
"fastrand", |
| 217 |
"http 0.2.12", |
| 218 |
"http 1.4.0", |
| 219 |
"regex-lite", |
| 220 |
"tracing", |
| 221 |
] |
| 222 |
|
| 223 |
[[package]] |
| 224 |
name = "aws-sigv4" |
| 225 |
version = "1.4.3" |
| 226 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 227 |
checksum = "68dc0b907359b120170613b5c09ccc61304eac3998ff6274b97d93ee6490115a" |
| 228 |
dependencies = [ |
| 229 |
"aws-credential-types", |
| 230 |
"aws-smithy-eventstream", |
| 231 |
"aws-smithy-http", |
| 232 |
"aws-smithy-runtime-api", |
| 233 |
"aws-smithy-types", |
| 234 |
"bytes", |
| 235 |
"crypto-bigint 0.5.5", |
| 236 |
"form_urlencoded", |
| 237 |
"hex", |
| 238 |
"hmac 0.13.0", |
| 239 |
"http 0.2.12", |
| 240 |
"http 1.4.0", |
| 241 |
"p256", |
| 242 |
"percent-encoding", |
| 243 |
"ring", |
| 244 |
"sha2 0.11.0", |
| 245 |
"subtle", |
| 246 |
"time", |
| 247 |
"tracing", |
| 248 |
"zeroize", |
| 249 |
] |
| 250 |
|
| 251 |
[[package]] |
| 252 |
name = "aws-smithy-async" |
| 253 |
version = "1.2.14" |
| 254 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 255 |
checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc" |
| 256 |
dependencies = [ |
| 257 |
"futures-util", |
| 258 |
"pin-project-lite", |
| 259 |
"tokio", |
| 260 |
] |
| 261 |
|
| 262 |
[[package]] |
| 263 |
name = "aws-smithy-checksums" |
| 264 |
version = "0.64.7" |
| 265 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 266 |
checksum = "10efbbcec1e044b81600e2fc562a391951d291152d95b482d5b7e7132299d762" |
| 267 |
dependencies = [ |
| 268 |
"aws-smithy-http", |
| 269 |
"aws-smithy-types", |
| 270 |
"bytes", |
| 271 |
"crc-fast", |
| 272 |
"hex", |
| 273 |
"http 1.4.0", |
| 274 |
"http-body 1.0.1", |
| 275 |
"http-body-util", |
| 276 |
"md-5", |
| 277 |
"pin-project-lite", |
| 278 |
"sha1 0.11.0", |
| 279 |
"sha2 0.11.0", |
| 280 |
"tracing", |
| 281 |
] |
| 282 |
|
| 283 |
[[package]] |
| 284 |
name = "aws-smithy-eventstream" |
| 285 |
version = "0.60.20" |
| 286 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 287 |
checksum = "faf09d74e5e32f76b8762da505a3cd59303e367a664ca67295387baa8c1d7548" |
| 288 |
dependencies = [ |
| 289 |
"aws-smithy-types", |
| 290 |
"bytes", |
| 291 |
"crc32fast", |
| 292 |
] |
| 293 |
|
| 294 |
[[package]] |
| 295 |
name = "aws-smithy-http" |
| 296 |
version = "0.63.6" |
| 297 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 298 |
checksum = "ba1ab2dc1c2c3749ead27180d333c42f11be8b0e934058fb4b2258ee8dbe5231" |
| 299 |
dependencies = [ |
| 300 |
"aws-smithy-eventstream", |
| 301 |
"aws-smithy-runtime-api", |
| 302 |
"aws-smithy-types", |
| 303 |
"bytes", |
| 304 |
"bytes-utils", |
| 305 |
"futures-core", |
| 306 |
"futures-util", |
| 307 |
"http 1.4.0", |
| 308 |
"http-body 1.0.1", |
| 309 |
"http-body-util", |
| 310 |
"percent-encoding", |
| 311 |
"pin-project-lite", |
| 312 |
"pin-utils", |
| 313 |
"tracing", |
| 314 |
] |
| 315 |
|
| 316 |
[[package]] |
| 317 |
name = "aws-smithy-http-client" |
| 318 |
version = "1.1.12" |
| 319 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 320 |
checksum = "6a2f165a7feee6f263028b899d0a181987f4fa7179a6411a32a439fba7c5f769" |
| 321 |
dependencies = [ |
| 322 |
"aws-smithy-async", |
| 323 |
"aws-smithy-runtime-api", |
| 324 |
"aws-smithy-types", |
| 325 |
"h2 0.3.27", |
| 326 |
"h2 0.4.13", |
| 327 |
"http 0.2.12", |
| 328 |
"http 1.4.0", |
| 329 |
"http-body 0.4.6", |
| 330 |
"hyper 0.14.32", |
| 331 |
"hyper 1.9.0", |
| 332 |
"hyper-rustls 0.24.2", |
| 333 |
"hyper-rustls 0.27.7", |
| 334 |
"hyper-util", |
| 335 |
"pin-project-lite", |
| 336 |
"rustls 0.21.12", |
| 337 |
"rustls 0.23.37", |
| 338 |
"rustls-native-certs", |
| 339 |
"rustls-pki-types", |
| 340 |
"tokio", |
| 341 |
"tokio-rustls 0.26.4", |
| 342 |
"tower", |
| 343 |
"tracing", |
| 344 |
] |
| 345 |
|
| 346 |
[[package]] |
| 347 |
name = "aws-smithy-json" |
| 348 |
version = "0.62.5" |
| 349 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 350 |
checksum = "9648b0bb82a2eedd844052c6ad2a1a822d1f8e3adee5fbf668366717e428856a" |
| 351 |
dependencies = [ |
| 352 |
"aws-smithy-types", |
| 353 |
] |
| 354 |
|
| 355 |
[[package]] |
| 356 |
name = "aws-smithy-observability" |
| 357 |
version = "0.2.6" |
| 358 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 359 |
checksum = "a06c2315d173edbf1920da8ba3a7189695827002e4c0fc961973ab1c54abca9c" |
| 360 |
dependencies = [ |
| 361 |
"aws-smithy-runtime-api", |
| 362 |
] |
| 363 |
|
| 364 |
[[package]] |
| 365 |
name = "aws-smithy-query" |
| 366 |
version = "0.60.15" |
| 367 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 368 |
checksum = "1a56d79744fb3edb5d722ef79d86081e121d3b9422cb209eb03aea6aa4f21ebd" |
| 369 |
dependencies = [ |
| 370 |
"aws-smithy-types", |
| 371 |
"urlencoding", |
| 372 |
] |
| 373 |
|
| 374 |
[[package]] |
| 375 |
name = "aws-smithy-runtime" |
| 376 |
version = "1.11.1" |
| 377 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 378 |
checksum = "0504b1ab12debb5959e5165ee5fe97dd387e7aa7ea6a477bfd7635dfe769a4f5" |
| 379 |
dependencies = [ |
| 380 |
"aws-smithy-async", |
| 381 |
"aws-smithy-http", |
| 382 |
"aws-smithy-http-client", |
| 383 |
"aws-smithy-observability", |
| 384 |
"aws-smithy-runtime-api", |
| 385 |
"aws-smithy-types", |
| 386 |
"bytes", |
| 387 |
"fastrand", |
| 388 |
"http 0.2.12", |
| 389 |
"http 1.4.0", |
| 390 |
"http-body 0.4.6", |
| 391 |
"http-body 1.0.1", |
| 392 |
"http-body-util", |
| 393 |
"pin-project-lite", |
| 394 |
"pin-utils", |
| 395 |
"tokio", |
| 396 |
"tracing", |
| 397 |
] |
| 398 |
|
| 399 |
[[package]] |
| 400 |
name = "aws-smithy-runtime-api" |
| 401 |
version = "1.12.0" |
| 402 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 403 |
checksum = "b71a13df6ada0aafbf21a73bdfcdf9324cfa9df77d96b8446045be3cde61b42e" |
| 404 |
dependencies = [ |
| 405 |
"aws-smithy-async", |
| 406 |
"aws-smithy-runtime-api-macros", |
| 407 |
"aws-smithy-types", |
| 408 |
"bytes", |
| 409 |
"http 0.2.12", |
| 410 |
"http 1.4.0", |
| 411 |
"pin-project-lite", |
| 412 |
"tokio", |
| 413 |
"tracing", |
| 414 |
"zeroize", |
| 415 |
] |
| 416 |
|
| 417 |
[[package]] |
| 418 |
name = "aws-smithy-runtime-api-macros" |
| 419 |
version = "1.0.0" |
| 420 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 421 |
checksum = "8d7396fd9500589e62e460e987ecb671bad374934e55ec3b5f498cc7a8a8a7b7" |
| 422 |
dependencies = [ |
| 423 |
"proc-macro2", |
| 424 |
"quote", |
| 425 |
"syn", |
| 426 |
] |
| 427 |
|
| 428 |
[[package]] |
| 429 |
name = "aws-smithy-types" |
| 430 |
version = "1.4.7" |
| 431 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 432 |
checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c" |
| 433 |
dependencies = [ |
| 434 |
"base64-simd", |
| 435 |
"bytes", |
| 436 |
"bytes-utils", |
| 437 |
"futures-core", |
| 438 |
"http 0.2.12", |
| 439 |
"http 1.4.0", |
| 440 |
"http-body 0.4.6", |
| 441 |
"http-body 1.0.1", |
| 442 |
"http-body-util", |
| 443 |
"itoa", |
| 444 |
"num-integer", |
| 445 |
"pin-project-lite", |
| 446 |
"pin-utils", |
| 447 |
"ryu", |
| 448 |
"serde", |
| 449 |
"time", |
| 450 |
"tokio", |
| 451 |
"tokio-util", |
| 452 |
] |
| 453 |
|
| 454 |
[[package]] |
| 455 |
name = "aws-smithy-xml" |
| 456 |
version = "0.60.15" |
| 457 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 458 |
checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3" |
| 459 |
dependencies = [ |
| 460 |
"xmlparser", |
| 461 |
] |
| 462 |
|
| 463 |
[[package]] |
| 464 |
name = "aws-types" |
| 465 |
version = "1.3.15" |
| 466 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 467 |
checksum = "2f4bbcaa9304ea40902d3d5f42a0428d1bd895a2b0f6999436fb279ffddc58ac" |
| 468 |
dependencies = [ |
| 469 |
"aws-credential-types", |
| 470 |
"aws-smithy-async", |
| 471 |
"aws-smithy-runtime-api", |
| 472 |
"aws-smithy-types", |
| 473 |
"rustc_version", |
| 474 |
"tracing", |
| 475 |
] |
| 476 |
|
| 477 |
[[package]] |
| 478 |
name = "base16ct" |
| 479 |
version = "0.1.1" |
| 480 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 481 |
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" |
| 482 |
|
| 483 |
[[package]] |
| 484 |
name = "base64" |
| 485 |
version = "0.22.1" |
| 486 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 487 |
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 488 |
|
| 489 |
[[package]] |
| 490 |
name = "base64-simd" |
| 491 |
version = "0.8.0" |
| 492 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 493 |
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" |
| 494 |
dependencies = [ |
| 495 |
"outref", |
| 496 |
"vsimd", |
| 497 |
] |
| 498 |
|
| 499 |
[[package]] |
| 500 |
name = "base64ct" |
| 501 |
version = "1.8.3" |
| 502 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 503 |
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| 504 |
|
| 505 |
[[package]] |
| 506 |
name = "bitflags" |
| 507 |
version = "2.11.0" |
| 508 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 509 |
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 510 |
|
| 511 |
[[package]] |
| 512 |
name = "block-buffer" |
| 513 |
version = "0.10.4" |
| 514 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 515 |
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 516 |
dependencies = [ |
| 517 |
"generic-array", |
| 518 |
] |
| 519 |
|
| 520 |
[[package]] |
| 521 |
name = "block-buffer" |
| 522 |
version = "0.12.0" |
| 523 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 524 |
checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be" |
| 525 |
dependencies = [ |
| 526 |
"hybrid-array", |
| 527 |
] |
| 528 |
|
| 529 |
[[package]] |
| 530 |
name = "bumpalo" |
| 531 |
version = "3.20.2" |
| 532 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 533 |
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 534 |
|
| 535 |
[[package]] |
| 536 |
name = "bytes" |
| 537 |
version = "1.11.1" |
| 538 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 539 |
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 540 |
|
| 541 |
[[package]] |
| 542 |
name = "bytes-utils" |
| 543 |
version = "0.1.4" |
| 544 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 545 |
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" |
| 546 |
dependencies = [ |
| 547 |
"bytes", |
| 548 |
"either", |
| 549 |
] |
| 550 |
|
| 551 |
[[package]] |
| 552 |
name = "cc" |
| 553 |
version = "1.2.59" |
| 554 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 555 |
checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283" |
| 556 |
dependencies = [ |
| 557 |
"find-msvc-tools", |
| 558 |
"jobserver", |
| 559 |
"libc", |
| 560 |
"shlex", |
| 561 |
] |
| 562 |
|
| 563 |
[[package]] |
| 564 |
name = "cfg-if" |
| 565 |
version = "1.0.4" |
| 566 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 567 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 568 |
|
| 569 |
[[package]] |
| 570 |
name = "cmake" |
| 571 |
version = "0.1.58" |
| 572 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 573 |
checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" |
| 574 |
dependencies = [ |
| 575 |
"cc", |
| 576 |
] |
| 577 |
|
| 578 |
[[package]] |
| 579 |
name = "cmov" |
| 580 |
version = "0.5.3" |
| 581 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 582 |
checksum = "3f88a43d011fc4a6876cb7344703e297c71dda42494fee094d5f7c76bf13f746" |
| 583 |
|
| 584 |
[[package]] |
| 585 |
name = "const-oid" |
| 586 |
version = "0.9.6" |
| 587 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 588 |
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| 589 |
|
| 590 |
[[package]] |
| 591 |
name = "const-oid" |
| 592 |
version = "0.10.2" |
| 593 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 594 |
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c" |
| 595 |
|
| 596 |
[[package]] |
| 597 |
name = "core-foundation" |
| 598 |
version = "0.10.1" |
| 599 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 600 |
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 601 |
dependencies = [ |
| 602 |
"core-foundation-sys", |
| 603 |
"libc", |
| 604 |
] |
| 605 |
|
| 606 |
[[package]] |
| 607 |
name = "core-foundation-sys" |
| 608 |
version = "0.8.7" |
| 609 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 610 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 611 |
|
| 612 |
[[package]] |
| 613 |
name = "cpufeatures" |
| 614 |
version = "0.2.17" |
| 615 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 616 |
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 617 |
dependencies = [ |
| 618 |
"libc", |
| 619 |
] |
| 620 |
|
| 621 |
[[package]] |
| 622 |
name = "cpufeatures" |
| 623 |
version = "0.3.0" |
| 624 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 625 |
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201" |
| 626 |
dependencies = [ |
| 627 |
"libc", |
| 628 |
] |
| 629 |
|
| 630 |
[[package]] |
| 631 |
name = "crc" |
| 632 |
version = "3.3.0" |
| 633 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 634 |
checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" |
| 635 |
dependencies = [ |
| 636 |
"crc-catalog", |
| 637 |
] |
| 638 |
|
| 639 |
[[package]] |
| 640 |
name = "crc-catalog" |
| 641 |
version = "2.4.0" |
| 642 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 643 |
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
| 644 |
|
| 645 |
[[package]] |
| 646 |
name = "crc-fast" |
| 647 |
version = "1.9.0" |
| 648 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 649 |
checksum = "2fd92aca2c6001b1bf5ba0ff84ee74ec8501b52bbef0cac80bf25a6c1d87a83d" |
| 650 |
dependencies = [ |
| 651 |
"crc", |
| 652 |
"digest 0.10.7", |
| 653 |
"rustversion", |
| 654 |
"spin", |
| 655 |
] |
| 656 |
|
| 657 |
[[package]] |
| 658 |
name = "crc32fast" |
| 659 |
version = "1.5.0" |
| 660 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 661 |
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 662 |
dependencies = [ |
| 663 |
"cfg-if", |
| 664 |
] |
| 665 |
|
| 666 |
[[package]] |
| 667 |
name = "crypto-bigint" |
| 668 |
version = "0.4.9" |
| 669 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 670 |
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" |
| 671 |
dependencies = [ |
| 672 |
"generic-array", |
| 673 |
"rand_core", |
| 674 |
"subtle", |
| 675 |
"zeroize", |
| 676 |
] |
| 677 |
|
| 678 |
[[package]] |
| 679 |
name = "crypto-bigint" |
| 680 |
version = "0.5.5" |
| 681 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 682 |
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" |
| 683 |
dependencies = [ |
| 684 |
"rand_core", |
| 685 |
"subtle", |
| 686 |
] |
| 687 |
|
| 688 |
[[package]] |
| 689 |
name = "crypto-common" |
| 690 |
version = "0.1.7" |
| 691 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 692 |
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 693 |
dependencies = [ |
| 694 |
"generic-array", |
| 695 |
"typenum", |
| 696 |
] |
| 697 |
|
| 698 |
[[package]] |
| 699 |
name = "crypto-common" |
| 700 |
version = "0.2.1" |
| 701 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 702 |
checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710" |
| 703 |
dependencies = [ |
| 704 |
"hybrid-array", |
| 705 |
] |
| 706 |
|
| 707 |
[[package]] |
| 708 |
name = "ctutils" |
| 709 |
version = "0.4.2" |
| 710 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 711 |
checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e" |
| 712 |
dependencies = [ |
| 713 |
"cmov", |
| 714 |
] |
| 715 |
|
| 716 |
[[package]] |
| 717 |
name = "der" |
| 718 |
version = "0.6.1" |
| 719 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 720 |
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" |
| 721 |
dependencies = [ |
| 722 |
"const-oid 0.9.6", |
| 723 |
"zeroize", |
| 724 |
] |
| 725 |
|
| 726 |
[[package]] |
| 727 |
name = "deranged" |
| 728 |
version = "0.5.8" |
| 729 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 730 |
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| 731 |
dependencies = [ |
| 732 |
"powerfmt", |
| 733 |
] |
| 734 |
|
| 735 |
[[package]] |
| 736 |
name = "digest" |
| 737 |
version = "0.10.7" |
| 738 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 |
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 740 |
dependencies = [ |
| 741 |
"block-buffer 0.10.4", |
| 742 |
"crypto-common 0.1.7", |
| 743 |
"subtle", |
| 744 |
] |
| 745 |
|
| 746 |
[[package]] |
| 747 |
name = "digest" |
| 748 |
version = "0.11.3" |
| 749 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 750 |
checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2" |
| 751 |
dependencies = [ |
| 752 |
"block-buffer 0.12.0", |
| 753 |
"const-oid 0.10.2", |
| 754 |
"crypto-common 0.2.1", |
| 755 |
"ctutils", |
| 756 |
] |
| 757 |
|
| 758 |
[[package]] |
| 759 |
name = "displaydoc" |
| 760 |
version = "0.2.5" |
| 761 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 762 |
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 763 |
dependencies = [ |
| 764 |
"proc-macro2", |
| 765 |
"quote", |
| 766 |
"syn", |
| 767 |
] |
| 768 |
|
| 769 |
[[package]] |
| 770 |
name = "dunce" |
| 771 |
version = "1.0.5" |
| 772 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 773 |
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 774 |
|
| 775 |
[[package]] |
| 776 |
name = "ecdsa" |
| 777 |
version = "0.14.8" |
| 778 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 779 |
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" |
| 780 |
dependencies = [ |
| 781 |
"der", |
| 782 |
"elliptic-curve", |
| 783 |
"rfc6979", |
| 784 |
"signature", |
| 785 |
] |
| 786 |
|
| 787 |
[[package]] |
| 788 |
name = "either" |
| 789 |
version = "1.15.0" |
| 790 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 791 |
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 792 |
|
| 793 |
[[package]] |
| 794 |
name = "elliptic-curve" |
| 795 |
version = "0.12.3" |
| 796 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 797 |
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" |
| 798 |
dependencies = [ |
| 799 |
"base16ct", |
| 800 |
"crypto-bigint 0.4.9", |
| 801 |
"der", |
| 802 |
"digest 0.10.7", |
| 803 |
"ff", |
| 804 |
"generic-array", |
| 805 |
"group", |
| 806 |
"pkcs8", |
| 807 |
"rand_core", |
| 808 |
"sec1", |
| 809 |
"subtle", |
| 810 |
"zeroize", |
| 811 |
] |
| 812 |
|
| 813 |
[[package]] |
| 814 |
name = "equivalent" |
| 815 |
version = "1.0.2" |
| 816 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 818 |
|
| 819 |
[[package]] |
| 820 |
name = "errno" |
| 821 |
version = "0.3.14" |
| 822 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 823 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 824 |
dependencies = [ |
| 825 |
"libc", |
| 826 |
"windows-sys 0.61.2", |
| 827 |
] |
| 828 |
|
| 829 |
[[package]] |
| 830 |
name = "fastrand" |
| 831 |
version = "2.3.0" |
| 832 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 833 |
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 834 |
|
| 835 |
[[package]] |
| 836 |
name = "ff" |
| 837 |
version = "0.12.1" |
| 838 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 839 |
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" |
| 840 |
dependencies = [ |
| 841 |
"rand_core", |
| 842 |
"subtle", |
| 843 |
] |
| 844 |
|
| 845 |
[[package]] |
| 846 |
name = "find-msvc-tools" |
| 847 |
version = "0.1.9" |
| 848 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 849 |
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 850 |
|
| 851 |
[[package]] |
| 852 |
name = "fnv" |
| 853 |
version = "1.0.7" |
| 854 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 855 |
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 856 |
|
| 857 |
[[package]] |
| 858 |
name = "foldhash" |
| 859 |
version = "0.2.0" |
| 860 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 861 |
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 862 |
|
| 863 |
[[package]] |
| 864 |
name = "form_urlencoded" |
| 865 |
version = "1.2.2" |
| 866 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 867 |
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 868 |
dependencies = [ |
| 869 |
"percent-encoding", |
| 870 |
] |
| 871 |
|
| 872 |
[[package]] |
| 873 |
name = "fs_extra" |
| 874 |
version = "1.3.0" |
| 875 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 876 |
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 877 |
|
| 878 |
[[package]] |
| 879 |
name = "futures-channel" |
| 880 |
version = "0.3.32" |
| 881 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 882 |
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 883 |
dependencies = [ |
| 884 |
"futures-core", |
| 885 |
] |
| 886 |
|
| 887 |
[[package]] |
| 888 |
name = "futures-core" |
| 889 |
version = "0.3.32" |
| 890 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 891 |
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 892 |
|
| 893 |
[[package]] |
| 894 |
name = "futures-sink" |
| 895 |
version = "0.3.32" |
| 896 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 897 |
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 898 |
|
| 899 |
[[package]] |
| 900 |
name = "futures-task" |
| 901 |
version = "0.3.32" |
| 902 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 903 |
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 904 |
|
| 905 |
[[package]] |
| 906 |
name = "futures-util" |
| 907 |
version = "0.3.32" |
| 908 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 909 |
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 910 |
dependencies = [ |
| 911 |
"futures-core", |
| 912 |
"futures-task", |
| 913 |
"pin-project-lite", |
| 914 |
] |
| 915 |
|
| 916 |
[[package]] |
| 917 |
name = "generic-array" |
| 918 |
version = "0.14.7" |
| 919 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 920 |
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 921 |
dependencies = [ |
| 922 |
"typenum", |
| 923 |
"version_check", |
| 924 |
] |
| 925 |
|
| 926 |
[[package]] |
| 927 |
name = "getrandom" |
| 928 |
version = "0.2.17" |
| 929 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 930 |
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 931 |
dependencies = [ |
| 932 |
"cfg-if", |
| 933 |
"libc", |
| 934 |
"wasi", |
| 935 |
] |
| 936 |
|
| 937 |
[[package]] |
| 938 |
name = "getrandom" |
| 939 |
version = "0.3.4" |
| 940 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 941 |
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 942 |
dependencies = [ |
| 943 |
"cfg-if", |
| 944 |
"libc", |
| 945 |
"r-efi", |
| 946 |
"wasip2", |
| 947 |
] |
| 948 |
|
| 949 |
[[package]] |
| 950 |
name = "group" |
| 951 |
version = "0.12.1" |
| 952 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 953 |
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" |
| 954 |
dependencies = [ |
| 955 |
"ff", |
| 956 |
"rand_core", |
| 957 |
"subtle", |
| 958 |
] |
| 959 |
|
| 960 |
[[package]] |
| 961 |
name = "h2" |
| 962 |
version = "0.3.27" |
| 963 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 964 |
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" |
| 965 |
dependencies = [ |
| 966 |
"bytes", |
| 967 |
"fnv", |
| 968 |
"futures-core", |
| 969 |
"futures-sink", |
| 970 |
"futures-util", |
| 971 |
"http 0.2.12", |
| 972 |
"indexmap", |
| 973 |
"slab", |
| 974 |
"tokio", |
| 975 |
"tokio-util", |
| 976 |
"tracing", |
| 977 |
] |
| 978 |
|
| 979 |
[[package]] |
| 980 |
name = "h2" |
| 981 |
version = "0.4.13" |
| 982 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 983 |
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" |
| 984 |
dependencies = [ |
| 985 |
"atomic-waker", |
| 986 |
"bytes", |
| 987 |
"fnv", |
| 988 |
"futures-core", |
| 989 |
"futures-sink", |
| 990 |
"http 1.4.0", |
| 991 |
"indexmap", |
| 992 |
"slab", |
| 993 |
"tokio", |
| 994 |
"tokio-util", |
| 995 |
"tracing", |
| 996 |
] |
| 997 |
|
| 998 |
[[package]] |
| 999 |
name = "hashbrown" |
| 1000 |
version = "0.16.1" |
| 1001 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1002 |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 1003 |
dependencies = [ |
| 1004 |
"allocator-api2", |
| 1005 |
"equivalent", |
| 1006 |
"foldhash", |
| 1007 |
] |
| 1008 |
|
| 1009 |
[[package]] |
| 1010 |
name = "hex" |
| 1011 |
version = "0.4.3" |
| 1012 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1013 |
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 1014 |
|
| 1015 |
[[package]] |
| 1016 |
name = "hmac" |
| 1017 |
version = "0.12.1" |
| 1018 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1019 |
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 1020 |
dependencies = [ |
| 1021 |
"digest 0.10.7", |
| 1022 |
] |
| 1023 |
|
| 1024 |
[[package]] |
| 1025 |
name = "hmac" |
| 1026 |
version = "0.13.0" |
| 1027 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1028 |
checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f" |
| 1029 |
dependencies = [ |
| 1030 |
"digest 0.11.3", |
| 1031 |
] |
| 1032 |
|
| 1033 |
[[package]] |
| 1034 |
name = "http" |
| 1035 |
version = "0.2.12" |
| 1036 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1037 |
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
| 1038 |
dependencies = [ |
| 1039 |
"bytes", |
| 1040 |
"fnv", |
| 1041 |
"itoa", |
| 1042 |
] |
| 1043 |
|
| 1044 |
[[package]] |
| 1045 |
name = "http" |
| 1046 |
version = "1.4.0" |
| 1047 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1048 |
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 1049 |
dependencies = [ |
| 1050 |
"bytes", |
| 1051 |
"itoa", |
| 1052 |
] |
| 1053 |
|
| 1054 |
[[package]] |
| 1055 |
name = "http-body" |
| 1056 |
version = "0.4.6" |
| 1057 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1058 |
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
| 1059 |
dependencies = [ |
| 1060 |
"bytes", |
| 1061 |
"http 0.2.12", |
| 1062 |
"pin-project-lite", |
| 1063 |
] |
| 1064 |
|
| 1065 |
[[package]] |
| 1066 |
name = "http-body" |
| 1067 |
version = "1.0.1" |
| 1068 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1069 |
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 1070 |
dependencies = [ |
| 1071 |
"bytes", |
| 1072 |
"http 1.4.0", |
| 1073 |
] |
| 1074 |
|
| 1075 |
[[package]] |
| 1076 |
name = "http-body-util" |
| 1077 |
version = "0.1.3" |
| 1078 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1079 |
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 1080 |
dependencies = [ |
| 1081 |
"bytes", |
| 1082 |
"futures-core", |
| 1083 |
"http 1.4.0", |
| 1084 |
"http-body 1.0.1", |
| 1085 |
"pin-project-lite", |
| 1086 |
] |
| 1087 |
|
| 1088 |
[[package]] |
| 1089 |
name = "httparse" |
| 1090 |
version = "1.10.1" |
| 1091 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1092 |
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 1093 |
|
| 1094 |
[[package]] |
| 1095 |
name = "httpdate" |
| 1096 |
version = "1.0.3" |
| 1097 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1098 |
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 1099 |
|
| 1100 |
[[package]] |
| 1101 |
name = "hybrid-array" |
| 1102 |
version = "0.4.11" |
| 1103 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1104 |
checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5" |
| 1105 |
dependencies = [ |
| 1106 |
"typenum", |
| 1107 |
] |
| 1108 |
|
| 1109 |
[[package]] |
| 1110 |
name = "hyper" |
| 1111 |
version = "0.14.32" |
| 1112 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1113 |
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" |
| 1114 |
dependencies = [ |
| 1115 |
"bytes", |
| 1116 |
"futures-channel", |
| 1117 |
"futures-core", |
| 1118 |
"futures-util", |
| 1119 |
"h2 0.3.27", |
| 1120 |
"http 0.2.12", |
| 1121 |
"http-body 0.4.6", |
| 1122 |
"httparse", |
| 1123 |
"httpdate", |
| 1124 |
"itoa", |
| 1125 |
"pin-project-lite", |
| 1126 |
"socket2 0.5.10", |
| 1127 |
"tokio", |
| 1128 |
"tower-service", |
| 1129 |
"tracing", |
| 1130 |
"want", |
| 1131 |
] |
| 1132 |
|
| 1133 |
[[package]] |
| 1134 |
name = "hyper" |
| 1135 |
version = "1.9.0" |
| 1136 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1137 |
checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" |
| 1138 |
dependencies = [ |
| 1139 |
"atomic-waker", |
| 1140 |
"bytes", |
| 1141 |
"futures-channel", |
| 1142 |
"futures-core", |
| 1143 |
"h2 0.4.13", |
| 1144 |
"http 1.4.0", |
| 1145 |
"http-body 1.0.1", |
| 1146 |
"httparse", |
| 1147 |
"itoa", |
| 1148 |
"pin-project-lite", |
| 1149 |
"smallvec", |
| 1150 |
"tokio", |
| 1151 |
"want", |
| 1152 |
] |
| 1153 |
|
| 1154 |
[[package]] |
| 1155 |
name = "hyper-rustls" |
| 1156 |
version = "0.24.2" |
| 1157 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1158 |
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" |
| 1159 |
dependencies = [ |
| 1160 |
"futures-util", |
| 1161 |
"http 0.2.12", |
| 1162 |
"hyper 0.14.32", |
| 1163 |
"log", |
| 1164 |
"rustls 0.21.12", |
| 1165 |
"tokio", |
| 1166 |
"tokio-rustls 0.24.1", |
| 1167 |
] |
| 1168 |
|
| 1169 |
[[package]] |
| 1170 |
name = "hyper-rustls" |
| 1171 |
version = "0.27.7" |
| 1172 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1173 |
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 1174 |
dependencies = [ |
| 1175 |
"http 1.4.0", |
| 1176 |
"hyper 1.9.0", |
| 1177 |
"hyper-util", |
| 1178 |
"rustls 0.23.37", |
| 1179 |
"rustls-native-certs", |
| 1180 |
"rustls-pki-types", |
| 1181 |
"tokio", |
| 1182 |
"tokio-rustls 0.26.4", |
| 1183 |
"tower-service", |
| 1184 |
] |
| 1185 |
|
| 1186 |
[[package]] |
| 1187 |
name = "hyper-util" |
| 1188 |
version = "0.1.20" |
| 1189 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1190 |
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 1191 |
dependencies = [ |
| 1192 |
"base64", |
| 1193 |
"bytes", |
| 1194 |
"futures-channel", |
| 1195 |
"futures-util", |
| 1196 |
"http 1.4.0", |
| 1197 |
"http-body 1.0.1", |
| 1198 |
"hyper 1.9.0", |
| 1199 |
"ipnet", |
| 1200 |
"libc", |
| 1201 |
"percent-encoding", |
| 1202 |
"pin-project-lite", |
| 1203 |
"socket2 0.6.3", |
| 1204 |
"tokio", |
| 1205 |
"tower-service", |
| 1206 |
"tracing", |
| 1207 |
] |
| 1208 |
|
| 1209 |
[[package]] |
| 1210 |
name = "icu_collections" |
| 1211 |
version = "2.2.0" |
| 1212 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1213 |
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 1214 |
dependencies = [ |
| 1215 |
"displaydoc", |
| 1216 |
"potential_utf", |
| 1217 |
"utf8_iter", |
| 1218 |
"yoke", |
| 1219 |
"zerofrom", |
| 1220 |
"zerovec", |
| 1221 |
] |
| 1222 |
|
| 1223 |
[[package]] |
| 1224 |
name = "icu_locale_core" |
| 1225 |
version = "2.2.0" |
| 1226 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1227 |
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 1228 |
dependencies = [ |
| 1229 |
"displaydoc", |
| 1230 |
"litemap", |
| 1231 |
"tinystr", |
| 1232 |
"writeable", |
| 1233 |
"zerovec", |
| 1234 |
] |
| 1235 |
|
| 1236 |
[[package]] |
| 1237 |
name = "icu_normalizer" |
| 1238 |
version = "2.2.0" |
| 1239 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1240 |
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 1241 |
dependencies = [ |
| 1242 |
"icu_collections", |
| 1243 |
"icu_normalizer_data", |
| 1244 |
"icu_properties", |
| 1245 |
"icu_provider", |
| 1246 |
"smallvec", |
| 1247 |
"zerovec", |
| 1248 |
] |
| 1249 |
|
| 1250 |
[[package]] |
| 1251 |
name = "icu_normalizer_data" |
| 1252 |
version = "2.2.0" |
| 1253 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1254 |
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 1255 |
|
| 1256 |
[[package]] |
| 1257 |
name = "icu_properties" |
| 1258 |
version = "2.2.0" |
| 1259 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1260 |
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 1261 |
dependencies = [ |
| 1262 |
"icu_collections", |
| 1263 |
"icu_locale_core", |
| 1264 |
"icu_properties_data", |
| 1265 |
"icu_provider", |
| 1266 |
"zerotrie", |
| 1267 |
"zerovec", |
| 1268 |
] |
| 1269 |
|
| 1270 |
[[package]] |
| 1271 |
name = "icu_properties_data" |
| 1272 |
version = "2.2.0" |
| 1273 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1274 |
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 1275 |
|
| 1276 |
[[package]] |
| 1277 |
name = "icu_provider" |
| 1278 |
version = "2.2.0" |
| 1279 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1280 |
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 1281 |
dependencies = [ |
| 1282 |
"displaydoc", |
| 1283 |
"icu_locale_core", |
| 1284 |
"writeable", |
| 1285 |
"yoke", |
| 1286 |
"zerofrom", |
| 1287 |
"zerotrie", |
| 1288 |
"zerovec", |
| 1289 |
] |
| 1290 |
|
| 1291 |
[[package]] |
| 1292 |
name = "idna" |
| 1293 |
version = "1.1.0" |
| 1294 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1295 |
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 1296 |
dependencies = [ |
| 1297 |
"idna_adapter", |
| 1298 |
"smallvec", |
| 1299 |
"utf8_iter", |
| 1300 |
] |
| 1301 |
|
| 1302 |
[[package]] |
| 1303 |
name = "idna_adapter" |
| 1304 |
version = "1.2.1" |
| 1305 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1306 |
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 1307 |
dependencies = [ |
| 1308 |
"icu_normalizer", |
| 1309 |
"icu_properties", |
| 1310 |
] |
| 1311 |
|
| 1312 |
[[package]] |
| 1313 |
name = "indexmap" |
| 1314 |
version = "2.13.1" |
| 1315 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1316 |
checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff" |
| 1317 |
dependencies = [ |
| 1318 |
"equivalent", |
| 1319 |
"hashbrown", |
| 1320 |
] |
| 1321 |
|
| 1322 |
[[package]] |
| 1323 |
name = "ipnet" |
| 1324 |
version = "2.12.0" |
| 1325 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1326 |
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 1327 |
|
| 1328 |
[[package]] |
| 1329 |
name = "itoa" |
| 1330 |
version = "1.0.18" |
| 1331 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1332 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 1333 |
|
| 1334 |
[[package]] |
| 1335 |
name = "jobserver" |
| 1336 |
version = "0.1.34" |
| 1337 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1338 |
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| 1339 |
dependencies = [ |
| 1340 |
"getrandom 0.3.4", |
| 1341 |
"libc", |
| 1342 |
] |
| 1343 |
|
| 1344 |
[[package]] |
| 1345 |
name = "js-sys" |
| 1346 |
version = "0.3.94" |
| 1347 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1348 |
checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9" |
| 1349 |
dependencies = [ |
| 1350 |
"once_cell", |
| 1351 |
"wasm-bindgen", |
| 1352 |
] |
| 1353 |
|
| 1354 |
[[package]] |
| 1355 |
name = "libc" |
| 1356 |
version = "0.2.184" |
| 1357 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1358 |
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" |
| 1359 |
|
| 1360 |
[[package]] |
| 1361 |
name = "litemap" |
| 1362 |
version = "0.8.2" |
| 1363 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1364 |
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 1365 |
|
| 1366 |
[[package]] |
| 1367 |
name = "log" |
| 1368 |
version = "0.4.29" |
| 1369 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1370 |
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 1371 |
|
| 1372 |
[[package]] |
| 1373 |
name = "lru" |
| 1374 |
version = "0.16.3" |
| 1375 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1376 |
checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" |
| 1377 |
dependencies = [ |
| 1378 |
"hashbrown", |
| 1379 |
] |
| 1380 |
|
| 1381 |
[[package]] |
| 1382 |
name = "md-5" |
| 1383 |
version = "0.11.0" |
| 1384 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1385 |
checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98" |
| 1386 |
dependencies = [ |
| 1387 |
"cfg-if", |
| 1388 |
"digest 0.11.3", |
| 1389 |
] |
| 1390 |
|
| 1391 |
[[package]] |
| 1392 |
name = "mio" |
| 1393 |
version = "1.2.0" |
| 1394 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1395 |
checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" |
| 1396 |
dependencies = [ |
| 1397 |
"libc", |
| 1398 |
"wasi", |
| 1399 |
"windows-sys 0.61.2", |
| 1400 |
] |
| 1401 |
|
| 1402 |
[[package]] |
| 1403 |
name = "num-conv" |
| 1404 |
version = "0.2.1" |
| 1405 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1406 |
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" |
| 1407 |
|
| 1408 |
[[package]] |
| 1409 |
name = "num-integer" |
| 1410 |
version = "0.1.46" |
| 1411 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1412 |
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 1413 |
dependencies = [ |
| 1414 |
"num-traits", |
| 1415 |
] |
| 1416 |
|
| 1417 |
[[package]] |
| 1418 |
name = "num-traits" |
| 1419 |
version = "0.2.19" |
| 1420 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1421 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1422 |
dependencies = [ |
| 1423 |
"autocfg", |
| 1424 |
] |
| 1425 |
|
| 1426 |
[[package]] |
| 1427 |
name = "once_cell" |
| 1428 |
version = "1.21.4" |
| 1429 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1430 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 1431 |
|
| 1432 |
[[package]] |
| 1433 |
name = "openssl-probe" |
| 1434 |
version = "0.2.1" |
| 1435 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1436 |
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 1437 |
|
| 1438 |
[[package]] |
| 1439 |
name = "outref" |
| 1440 |
version = "0.5.2" |
| 1441 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1442 |
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" |
| 1443 |
|
| 1444 |
[[package]] |
| 1445 |
name = "p256" |
| 1446 |
version = "0.11.1" |
| 1447 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1448 |
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" |
| 1449 |
dependencies = [ |
| 1450 |
"ecdsa", |
| 1451 |
"elliptic-curve", |
| 1452 |
"sha2 0.10.9", |
| 1453 |
] |
| 1454 |
|
| 1455 |
[[package]] |
| 1456 |
name = "percent-encoding" |
| 1457 |
version = "2.3.2" |
| 1458 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1459 |
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 1460 |
|
| 1461 |
[[package]] |
| 1462 |
name = "pin-project-lite" |
| 1463 |
version = "0.2.17" |
| 1464 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1465 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 1466 |
|
| 1467 |
[[package]] |
| 1468 |
name = "pin-utils" |
| 1469 |
version = "0.1.0" |
| 1470 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1471 |
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1472 |
|
| 1473 |
[[package]] |
| 1474 |
name = "pkcs8" |
| 1475 |
version = "0.9.0" |
| 1476 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1477 |
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" |
| 1478 |
dependencies = [ |
| 1479 |
"der", |
| 1480 |
"spki", |
| 1481 |
] |
| 1482 |
|
| 1483 |
[[package]] |
| 1484 |
name = "potential_utf" |
| 1485 |
version = "0.1.5" |
| 1486 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1487 |
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 1488 |
dependencies = [ |
| 1489 |
"zerovec", |
| 1490 |
] |
| 1491 |
|
| 1492 |
[[package]] |
| 1493 |
name = "powerfmt" |
| 1494 |
version = "0.2.0" |
| 1495 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1496 |
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 1497 |
|
| 1498 |
[[package]] |
| 1499 |
name = "proc-macro2" |
| 1500 |
version = "1.0.106" |
| 1501 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1502 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 1503 |
dependencies = [ |
| 1504 |
"unicode-ident", |
| 1505 |
] |
| 1506 |
|
| 1507 |
[[package]] |
| 1508 |
name = "quote" |
| 1509 |
version = "1.0.45" |
| 1510 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1511 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 1512 |
dependencies = [ |
| 1513 |
"proc-macro2", |
| 1514 |
] |
| 1515 |
|
| 1516 |
[[package]] |
| 1517 |
name = "r-efi" |
| 1518 |
version = "5.3.0" |
| 1519 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1520 |
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 1521 |
|
| 1522 |
[[package]] |
| 1523 |
name = "rand_core" |
| 1524 |
version = "0.6.4" |
| 1525 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1526 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 1527 |
dependencies = [ |
| 1528 |
"getrandom 0.2.17", |
| 1529 |
] |
| 1530 |
|
| 1531 |
[[package]] |
| 1532 |
name = "regex-lite" |
| 1533 |
version = "0.1.9" |
| 1534 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1535 |
checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" |
| 1536 |
|
| 1537 |
[[package]] |
| 1538 |
name = "rfc6979" |
| 1539 |
version = "0.3.1" |
| 1540 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1541 |
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" |
| 1542 |
dependencies = [ |
| 1543 |
"crypto-bigint 0.4.9", |
| 1544 |
"hmac 0.12.1", |
| 1545 |
"zeroize", |
| 1546 |
] |
| 1547 |
|
| 1548 |
[[package]] |
| 1549 |
name = "ring" |
| 1550 |
version = "0.17.14" |
| 1551 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1552 |
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 1553 |
dependencies = [ |
| 1554 |
"cc", |
| 1555 |
"cfg-if", |
| 1556 |
"getrandom 0.2.17", |
| 1557 |
"libc", |
| 1558 |
"untrusted", |
| 1559 |
"windows-sys 0.52.0", |
| 1560 |
] |
| 1561 |
|
| 1562 |
[[package]] |
| 1563 |
name = "rustc_version" |
| 1564 |
version = "0.4.1" |
| 1565 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1566 |
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 1567 |
dependencies = [ |
| 1568 |
"semver", |
| 1569 |
] |
| 1570 |
|
| 1571 |
[[package]] |
| 1572 |
name = "rustls" |
| 1573 |
version = "0.21.12" |
| 1574 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1575 |
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" |
| 1576 |
dependencies = [ |
| 1577 |
"log", |
| 1578 |
"ring", |
| 1579 |
"rustls-webpki 0.101.7", |
| 1580 |
"sct", |
| 1581 |
] |
| 1582 |
|
| 1583 |
[[package]] |
| 1584 |
name = "rustls" |
| 1585 |
version = "0.23.37" |
| 1586 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1587 |
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" |
| 1588 |
dependencies = [ |
| 1589 |
"aws-lc-rs", |
| 1590 |
"once_cell", |
| 1591 |
"rustls-pki-types", |
| 1592 |
"rustls-webpki 0.103.13", |
| 1593 |
"subtle", |
| 1594 |
"zeroize", |
| 1595 |
] |
| 1596 |
|
| 1597 |
[[package]] |
| 1598 |
name = "rustls-native-certs" |
| 1599 |
version = "0.8.3" |
| 1600 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1601 |
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" |
| 1602 |
dependencies = [ |
| 1603 |
"openssl-probe", |
| 1604 |
"rustls-pki-types", |
| 1605 |
"schannel", |
| 1606 |
"security-framework", |
| 1607 |
] |
| 1608 |
|
| 1609 |
[[package]] |
| 1610 |
name = "rustls-pki-types" |
| 1611 |
version = "1.14.0" |
| 1612 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1613 |
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" |
| 1614 |
dependencies = [ |
| 1615 |
"zeroize", |
| 1616 |
] |
| 1617 |
|
| 1618 |
[[package]] |
| 1619 |
name = "rustls-webpki" |
| 1620 |
version = "0.101.7" |
| 1621 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1622 |
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" |
| 1623 |
dependencies = [ |
| 1624 |
"ring", |
| 1625 |
"untrusted", |
| 1626 |
] |
| 1627 |
|
| 1628 |
[[package]] |
| 1629 |
name = "rustls-webpki" |
| 1630 |
version = "0.103.13" |
| 1631 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1632 |
checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 1633 |
dependencies = [ |
| 1634 |
"aws-lc-rs", |
| 1635 |
"ring", |
| 1636 |
"rustls-pki-types", |
| 1637 |
"untrusted", |
| 1638 |
] |
| 1639 |
|
| 1640 |
[[package]] |
| 1641 |
name = "rustversion" |
| 1642 |
version = "1.0.22" |
| 1643 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1644 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 1645 |
|
| 1646 |
[[package]] |
| 1647 |
name = "ryu" |
| 1648 |
version = "1.0.23" |
| 1649 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1650 |
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 1651 |
|
| 1652 |
[[package]] |
| 1653 |
name = "s3-storage" |
| 1654 |
version = "0.1.1" |
| 1655 |
dependencies = [ |
| 1656 |
"aws-config", |
| 1657 |
"aws-sdk-s3", |
| 1658 |
"tokio", |
| 1659 |
"tracing", |
| 1660 |
] |
| 1661 |
|
| 1662 |
[[package]] |
| 1663 |
name = "schannel" |
| 1664 |
version = "0.1.29" |
| 1665 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1666 |
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| 1667 |
dependencies = [ |
| 1668 |
"windows-sys 0.61.2", |
| 1669 |
] |
| 1670 |
|
| 1671 |
[[package]] |
| 1672 |
name = "sct" |
| 1673 |
version = "0.7.1" |
| 1674 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1675 |
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" |
| 1676 |
dependencies = [ |
| 1677 |
"ring", |
| 1678 |
"untrusted", |
| 1679 |
] |
| 1680 |
|
| 1681 |
[[package]] |
| 1682 |
name = "sec1" |
| 1683 |
version = "0.3.0" |
| 1684 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1685 |
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" |
| 1686 |
dependencies = [ |
| 1687 |
"base16ct", |
| 1688 |
"der", |
| 1689 |
"generic-array", |
| 1690 |
"pkcs8", |
| 1691 |
"subtle", |
| 1692 |
"zeroize", |
| 1693 |
] |
| 1694 |
|
| 1695 |
[[package]] |
| 1696 |
name = "security-framework" |
| 1697 |
version = "3.7.0" |
| 1698 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1699 |
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 1700 |
dependencies = [ |
| 1701 |
"bitflags", |
| 1702 |
"core-foundation", |
| 1703 |
"core-foundation-sys", |
| 1704 |
"libc", |
| 1705 |
"security-framework-sys", |
| 1706 |
] |
| 1707 |
|
| 1708 |
[[package]] |
| 1709 |
name = "security-framework-sys" |
| 1710 |
version = "2.17.0" |
| 1711 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1712 |
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 1713 |
dependencies = [ |
| 1714 |
"core-foundation-sys", |
| 1715 |
"libc", |
| 1716 |
] |
| 1717 |
|
| 1718 |
[[package]] |
| 1719 |
name = "semver" |
| 1720 |
version = "1.0.28" |
| 1721 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1722 |
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 1723 |
|
| 1724 |
[[package]] |
| 1725 |
name = "serde" |
| 1726 |
version = "1.0.228" |
| 1727 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1728 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 1729 |
dependencies = [ |
| 1730 |
"serde_core", |
| 1731 |
"serde_derive", |
| 1732 |
] |
| 1733 |
|
| 1734 |
[[package]] |
| 1735 |
name = "serde_core" |
| 1736 |
version = "1.0.228" |
| 1737 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1738 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 1739 |
dependencies = [ |
| 1740 |
"serde_derive", |
| 1741 |
] |
| 1742 |
|
| 1743 |
[[package]] |
| 1744 |
name = "serde_derive" |
| 1745 |
version = "1.0.228" |
| 1746 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1747 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 1748 |
dependencies = [ |
| 1749 |
"proc-macro2", |
| 1750 |
"quote", |
| 1751 |
"syn", |
| 1752 |
] |
| 1753 |
|
| 1754 |
[[package]] |
| 1755 |
name = "sha1" |
| 1756 |
version = "0.10.6" |
| 1757 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1758 |
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 1759 |
dependencies = [ |
| 1760 |
"cfg-if", |
| 1761 |
"cpufeatures 0.2.17", |
| 1762 |
"digest 0.10.7", |
| 1763 |
] |
| 1764 |
|
| 1765 |
[[package]] |
| 1766 |
name = "sha1" |
| 1767 |
version = "0.11.0" |
| 1768 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1769 |
checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214" |
| 1770 |
dependencies = [ |
| 1771 |
"cfg-if", |
| 1772 |
"cpufeatures 0.3.0", |
| 1773 |
"digest 0.11.3", |
| 1774 |
] |
| 1775 |
|
| 1776 |
[[package]] |
| 1777 |
name = "sha2" |
| 1778 |
version = "0.10.9" |
| 1779 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1780 |
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 1781 |
dependencies = [ |
| 1782 |
"cfg-if", |
| 1783 |
"cpufeatures 0.2.17", |
| 1784 |
"digest 0.10.7", |
| 1785 |
] |
| 1786 |
|
| 1787 |
[[package]] |
| 1788 |
name = "sha2" |
| 1789 |
version = "0.11.0" |
| 1790 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1791 |
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4" |
| 1792 |
dependencies = [ |
| 1793 |
"cfg-if", |
| 1794 |
"cpufeatures 0.3.0", |
| 1795 |
"digest 0.11.3", |
| 1796 |
] |
| 1797 |
|
| 1798 |
[[package]] |
| 1799 |
name = "shlex" |
| 1800 |
version = "1.3.0" |
| 1801 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1802 |
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 1803 |
|
| 1804 |
[[package]] |
| 1805 |
name = "signal-hook-registry" |
| 1806 |
version = "1.4.8" |
| 1807 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1808 |
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1809 |
dependencies = [ |
| 1810 |
"errno", |
| 1811 |
"libc", |
| 1812 |
] |
| 1813 |
|
| 1814 |
[[package]] |
| 1815 |
name = "signature" |
| 1816 |
version = "1.6.4" |
| 1817 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1818 |
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" |
| 1819 |
dependencies = [ |
| 1820 |
"digest 0.10.7", |
| 1821 |
"rand_core", |
| 1822 |
] |
| 1823 |
|
| 1824 |
[[package]] |
| 1825 |
name = "slab" |
| 1826 |
version = "0.4.12" |
| 1827 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1828 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 1829 |
|
| 1830 |
[[package]] |
| 1831 |
name = "smallvec" |
| 1832 |
version = "1.15.1" |
| 1833 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1834 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1835 |
|
| 1836 |
[[package]] |
| 1837 |
name = "socket2" |
| 1838 |
version = "0.5.10" |
| 1839 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1840 |
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
| 1841 |
dependencies = [ |
| 1842 |
"libc", |
| 1843 |
"windows-sys 0.52.0", |
| 1844 |
] |
| 1845 |
|
| 1846 |
[[package]] |
| 1847 |
name = "socket2" |
| 1848 |
version = "0.6.3" |
| 1849 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1850 |
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| 1851 |
dependencies = [ |
| 1852 |
"libc", |
| 1853 |
"windows-sys 0.61.2", |
| 1854 |
] |
| 1855 |
|
| 1856 |
[[package]] |
| 1857 |
name = "spin" |
| 1858 |
version = "0.10.0" |
| 1859 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1860 |
checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" |
| 1861 |
|
| 1862 |
[[package]] |
| 1863 |
name = "spki" |
| 1864 |
version = "0.6.0" |
| 1865 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1866 |
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" |
| 1867 |
dependencies = [ |
| 1868 |
"base64ct", |
| 1869 |
"der", |
| 1870 |
] |
| 1871 |
|
| 1872 |
[[package]] |
| 1873 |
name = "stable_deref_trait" |
| 1874 |
version = "1.2.1" |
| 1875 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1876 |
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 1877 |
|
| 1878 |
[[package]] |
| 1879 |
name = "subtle" |
| 1880 |
version = "2.6.1" |
| 1881 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1882 |
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 1883 |
|
| 1884 |
[[package]] |
| 1885 |
name = "syn" |
| 1886 |
version = "2.0.117" |
| 1887 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1888 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 1889 |
dependencies = [ |
| 1890 |
"proc-macro2", |
| 1891 |
"quote", |
| 1892 |
"unicode-ident", |
| 1893 |
] |
| 1894 |
|
| 1895 |
[[package]] |
| 1896 |
name = "synstructure" |
| 1897 |
version = "0.13.2" |
| 1898 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1899 |
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 1900 |
dependencies = [ |
| 1901 |
"proc-macro2", |
| 1902 |
"quote", |
| 1903 |
"syn", |
| 1904 |
] |
| 1905 |
|
| 1906 |
[[package]] |
| 1907 |
name = "time" |
| 1908 |
version = "0.3.47" |
| 1909 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1910 |
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" |
| 1911 |
dependencies = [ |
| 1912 |
"deranged", |
| 1913 |
"num-conv", |
| 1914 |
"powerfmt", |
| 1915 |
"serde_core", |
| 1916 |
"time-core", |
| 1917 |
"time-macros", |
| 1918 |
] |
| 1919 |
|
| 1920 |
[[package]] |
| 1921 |
name = "time-core" |
| 1922 |
version = "0.1.8" |
| 1923 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1924 |
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" |
| 1925 |
|
| 1926 |
[[package]] |
| 1927 |
name = "time-macros" |
| 1928 |
version = "0.2.27" |
| 1929 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1930 |
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" |
| 1931 |
dependencies = [ |
| 1932 |
"num-conv", |
| 1933 |
"time-core", |
| 1934 |
] |
| 1935 |
|
| 1936 |
[[package]] |
| 1937 |
name = "tinystr" |
| 1938 |
version = "0.8.3" |
| 1939 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1940 |
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 1941 |
dependencies = [ |
| 1942 |
"displaydoc", |
| 1943 |
"zerovec", |
| 1944 |
] |
| 1945 |
|
| 1946 |
[[package]] |
| 1947 |
name = "tokio" |
| 1948 |
version = "1.51.0" |
| 1949 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1950 |
checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" |
| 1951 |
dependencies = [ |
| 1952 |
"bytes", |
| 1953 |
"libc", |
| 1954 |
"mio", |
| 1955 |
"pin-project-lite", |
| 1956 |
"signal-hook-registry", |
| 1957 |
"socket2 0.6.3", |
| 1958 |
"windows-sys 0.61.2", |
| 1959 |
] |
| 1960 |
|
| 1961 |
[[package]] |
| 1962 |
name = "tokio-rustls" |
| 1963 |
version = "0.24.1" |
| 1964 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1965 |
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" |
| 1966 |
dependencies = [ |
| 1967 |
"rustls 0.21.12", |
| 1968 |
"tokio", |
| 1969 |
] |
| 1970 |
|
| 1971 |
[[package]] |
| 1972 |
name = "tokio-rustls" |
| 1973 |
version = "0.26.4" |
| 1974 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1975 |
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 1976 |
dependencies = [ |
| 1977 |
"rustls 0.23.37", |
| 1978 |
"tokio", |
| 1979 |
] |
| 1980 |
|
| 1981 |
[[package]] |
| 1982 |
name = "tokio-util" |
| 1983 |
version = "0.7.18" |
| 1984 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1985 |
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 1986 |
dependencies = [ |
| 1987 |
"bytes", |
| 1988 |
"futures-core", |
| 1989 |
"futures-sink", |
| 1990 |
"pin-project-lite", |
| 1991 |
"tokio", |
| 1992 |
] |
| 1993 |
|
| 1994 |
[[package]] |
| 1995 |
name = "tower" |
| 1996 |
version = "0.5.3" |
| 1997 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1998 |
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 1999 |
dependencies = [ |
| 2000 |
"tower-layer", |
| 2001 |
"tower-service", |
| 2002 |
] |
| 2003 |
|
| 2004 |
[[package]] |
| 2005 |
name = "tower-layer" |
| 2006 |
version = "0.3.3" |
| 2007 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2008 |
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 2009 |
|
| 2010 |
[[package]] |
| 2011 |
name = "tower-service" |
| 2012 |
version = "0.3.3" |
| 2013 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2014 |
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 2015 |
|
| 2016 |
[[package]] |
| 2017 |
name = "tracing" |
| 2018 |
version = "0.1.44" |
| 2019 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2020 |
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 2021 |
dependencies = [ |
| 2022 |
"pin-project-lite", |
| 2023 |
"tracing-attributes", |
| 2024 |
"tracing-core", |
| 2025 |
] |
| 2026 |
|
| 2027 |
[[package]] |
| 2028 |
name = "tracing-attributes" |
| 2029 |
version = "0.1.31" |
| 2030 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2031 |
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 2032 |
dependencies = [ |
| 2033 |
"proc-macro2", |
| 2034 |
"quote", |
| 2035 |
"syn", |
| 2036 |
] |
| 2037 |
|
| 2038 |
[[package]] |
| 2039 |
name = "tracing-core" |
| 2040 |
version = "0.1.36" |
| 2041 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2042 |
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 2043 |
dependencies = [ |
| 2044 |
"once_cell", |
| 2045 |
] |
| 2046 |
|
| 2047 |
[[package]] |
| 2048 |
name = "try-lock" |
| 2049 |
version = "0.2.5" |
| 2050 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2051 |
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 2052 |
|
| 2053 |
[[package]] |
| 2054 |
name = "typenum" |
| 2055 |
version = "1.20.0" |
| 2056 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2057 |
checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" |
| 2058 |
|
| 2059 |
[[package]] |
| 2060 |
name = "unicode-ident" |
| 2061 |
version = "1.0.24" |
| 2062 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2063 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 2064 |
|
| 2065 |
[[package]] |
| 2066 |
name = "untrusted" |
| 2067 |
version = "0.9.0" |
| 2068 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2069 |
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 2070 |
|
| 2071 |
[[package]] |
| 2072 |
name = "url" |
| 2073 |
version = "2.5.8" |
| 2074 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2075 |
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 2076 |
dependencies = [ |
| 2077 |
"form_urlencoded", |
| 2078 |
"idna", |
| 2079 |
"percent-encoding", |
| 2080 |
"serde", |
| 2081 |
] |
| 2082 |
|
| 2083 |
[[package]] |
| 2084 |
name = "urlencoding" |
| 2085 |
version = "2.1.3" |
| 2086 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2087 |
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 2088 |
|
| 2089 |
[[package]] |
| 2090 |
name = "utf8_iter" |
| 2091 |
version = "1.0.4" |
| 2092 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2093 |
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 2094 |
|
| 2095 |
[[package]] |
| 2096 |
name = "uuid" |
| 2097 |
version = "1.23.0" |
| 2098 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2099 |
checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" |
| 2100 |
dependencies = [ |
| 2101 |
"js-sys", |
| 2102 |
"wasm-bindgen", |
| 2103 |
] |
| 2104 |
|
| 2105 |
[[package]] |
| 2106 |
name = "version_check" |
| 2107 |
version = "0.9.5" |
| 2108 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2109 |
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 2110 |
|
| 2111 |
[[package]] |
| 2112 |
name = "vsimd" |
| 2113 |
version = "0.8.0" |
| 2114 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2115 |
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" |
| 2116 |
|
| 2117 |
[[package]] |
| 2118 |
name = "want" |
| 2119 |
version = "0.3.1" |
| 2120 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2121 |
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 2122 |
dependencies = [ |
| 2123 |
"try-lock", |
| 2124 |
] |
| 2125 |
|
| 2126 |
[[package]] |
| 2127 |
name = "wasi" |
| 2128 |
version = "0.11.1+wasi-snapshot-preview1" |
| 2129 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2130 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 2131 |
|
| 2132 |
[[package]] |
| 2133 |
name = "wasip2" |
| 2134 |
version = "1.0.2+wasi-0.2.9" |
| 2135 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2136 |
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 2137 |
dependencies = [ |
| 2138 |
"wit-bindgen", |
| 2139 |
] |
| 2140 |
|
| 2141 |
[[package]] |
| 2142 |
name = "wasm-bindgen" |
| 2143 |
version = "0.2.117" |
| 2144 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2145 |
checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0" |
| 2146 |
dependencies = [ |
| 2147 |
"cfg-if", |
| 2148 |
"once_cell", |
| 2149 |
"rustversion", |
| 2150 |
"wasm-bindgen-macro", |
| 2151 |
"wasm-bindgen-shared", |
| 2152 |
] |
| 2153 |
|
| 2154 |
[[package]] |
| 2155 |
name = "wasm-bindgen-macro" |
| 2156 |
version = "0.2.117" |
| 2157 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2158 |
checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be" |
| 2159 |
dependencies = [ |
| 2160 |
"quote", |
| 2161 |
"wasm-bindgen-macro-support", |
| 2162 |
] |
| 2163 |
|
| 2164 |
[[package]] |
| 2165 |
name = "wasm-bindgen-macro-support" |
| 2166 |
version = "0.2.117" |
| 2167 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2168 |
checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2" |
| 2169 |
dependencies = [ |
| 2170 |
"bumpalo", |
| 2171 |
"proc-macro2", |
| 2172 |
"quote", |
| 2173 |
"syn", |
| 2174 |
"wasm-bindgen-shared", |
| 2175 |
] |
| 2176 |
|
| 2177 |
[[package]] |
| 2178 |
name = "wasm-bindgen-shared" |
| 2179 |
version = "0.2.117" |
| 2180 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2181 |
checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b" |
| 2182 |
dependencies = [ |
| 2183 |
"unicode-ident", |
| 2184 |
] |
| 2185 |
|
| 2186 |
[[package]] |
| 2187 |
name = "windows-link" |
| 2188 |
version = "0.2.1" |
| 2189 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2190 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 2191 |
|
| 2192 |
[[package]] |
| 2193 |
name = "windows-sys" |
| 2194 |
version = "0.52.0" |
| 2195 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2196 |
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 2197 |
dependencies = [ |
| 2198 |
"windows-targets", |
| 2199 |
] |
| 2200 |
|
| 2201 |
[[package]] |
| 2202 |
name = "windows-sys" |
| 2203 |
version = "0.61.2" |
| 2204 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2205 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 2206 |
dependencies = [ |
| 2207 |
"windows-link", |
| 2208 |
] |
| 2209 |
|
| 2210 |
[[package]] |
| 2211 |
name = "windows-targets" |
| 2212 |
version = "0.52.6" |
| 2213 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2214 |
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 2215 |
dependencies = [ |
| 2216 |
"windows_aarch64_gnullvm", |
| 2217 |
"windows_aarch64_msvc", |
| 2218 |
"windows_i686_gnu", |
| 2219 |
"windows_i686_gnullvm", |
| 2220 |
"windows_i686_msvc", |
| 2221 |
"windows_x86_64_gnu", |
| 2222 |
"windows_x86_64_gnullvm", |
| 2223 |
"windows_x86_64_msvc", |
| 2224 |
] |
| 2225 |
|
| 2226 |
[[package]] |
| 2227 |
name = "windows_aarch64_gnullvm" |
| 2228 |
version = "0.52.6" |
| 2229 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2230 |
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 2231 |
|
| 2232 |
[[package]] |
| 2233 |
name = "windows_aarch64_msvc" |
| 2234 |
version = "0.52.6" |
| 2235 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2236 |
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 2237 |
|
| 2238 |
[[package]] |
| 2239 |
name = "windows_i686_gnu" |
| 2240 |
version = "0.52.6" |
| 2241 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2242 |
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 2243 |
|
| 2244 |
[[package]] |
| 2245 |
name = "windows_i686_gnullvm" |
| 2246 |
version = "0.52.6" |
| 2247 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2248 |
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 2249 |
|
| 2250 |
[[package]] |
| 2251 |
name = "windows_i686_msvc" |
| 2252 |
version = "0.52.6" |
| 2253 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2254 |
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 2255 |
|
| 2256 |
[[package]] |
| 2257 |
name = "windows_x86_64_gnu" |
| 2258 |
version = "0.52.6" |
| 2259 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2260 |
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 2261 |
|
| 2262 |
[[package]] |
| 2263 |
name = "windows_x86_64_gnullvm" |
| 2264 |
version = "0.52.6" |
| 2265 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2266 |
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 2267 |
|
| 2268 |
[[package]] |
| 2269 |
name = "windows_x86_64_msvc" |
| 2270 |
version = "0.52.6" |
| 2271 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2272 |
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 2273 |
|
| 2274 |
[[package]] |
| 2275 |
name = "wit-bindgen" |
| 2276 |
version = "0.51.0" |
| 2277 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2278 |
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 2279 |
|
| 2280 |
[[package]] |
| 2281 |
name = "writeable" |
| 2282 |
version = "0.6.3" |
| 2283 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2284 |
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 2285 |
|
| 2286 |
[[package]] |
| 2287 |
name = "xmlparser" |
| 2288 |
version = "0.13.6" |
| 2289 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2290 |
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" |
| 2291 |
|
| 2292 |
[[package]] |
| 2293 |
name = "yoke" |
| 2294 |
version = "0.8.2" |
| 2295 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2296 |
checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" |
| 2297 |
dependencies = [ |
| 2298 |
"stable_deref_trait", |
| 2299 |
"yoke-derive", |
| 2300 |
"zerofrom", |
| 2301 |
] |
| 2302 |
|
| 2303 |
[[package]] |
| 2304 |
name = "yoke-derive" |
| 2305 |
version = "0.8.2" |
| 2306 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2307 |
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 2308 |
dependencies = [ |
| 2309 |
"proc-macro2", |
| 2310 |
"quote", |
| 2311 |
"syn", |
| 2312 |
"synstructure", |
| 2313 |
] |
| 2314 |
|
| 2315 |
[[package]] |
| 2316 |
name = "zerofrom" |
| 2317 |
version = "0.1.7" |
| 2318 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2319 |
checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" |
| 2320 |
dependencies = [ |
| 2321 |
"zerofrom-derive", |
| 2322 |
] |
| 2323 |
|
| 2324 |
[[package]] |
| 2325 |
name = "zerofrom-derive" |
| 2326 |
version = "0.1.7" |
| 2327 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2328 |
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 2329 |
dependencies = [ |
| 2330 |
"proc-macro2", |
| 2331 |
"quote", |
| 2332 |
"syn", |
| 2333 |
"synstructure", |
| 2334 |
] |
| 2335 |
|
| 2336 |
[[package]] |
| 2337 |
name = "zeroize" |
| 2338 |
version = "1.8.2" |
| 2339 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2340 |
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 2341 |
|
| 2342 |
[[package]] |
| 2343 |
name = "zerotrie" |
| 2344 |
version = "0.2.4" |
| 2345 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2346 |
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 2347 |
dependencies = [ |
| 2348 |
"displaydoc", |
| 2349 |
"yoke", |
| 2350 |
"zerofrom", |
| 2351 |
] |
| 2352 |
|
| 2353 |
[[package]] |
| 2354 |
name = "zerovec" |
| 2355 |
version = "0.11.6" |
| 2356 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2357 |
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 2358 |
dependencies = [ |
| 2359 |
"yoke", |
| 2360 |
"zerofrom", |
| 2361 |
"zerovec-derive", |
| 2362 |
] |
| 2363 |
|
| 2364 |
[[package]] |
| 2365 |
name = "zerovec-derive" |
| 2366 |
version = "0.11.3" |
| 2367 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2368 |
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 2369 |
dependencies = [ |
| 2370 |
"proc-macro2", |
| 2371 |
"quote", |
| 2372 |
"syn", |
| 2373 |
] |
| 2374 |
|