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