| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "aho-corasick" |
| 7 |
version = "1.1.4" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 10 |
dependencies = [ |
| 11 |
"memchr", |
| 12 |
] |
| 13 |
|
| 14 |
[[package]] |
| 15 |
name = "allocator-api2" |
| 16 |
version = "0.2.21" |
| 17 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 |
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 19 |
|
| 20 |
[[package]] |
| 21 |
name = "ammonia" |
| 22 |
version = "4.1.2" |
| 23 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 |
checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6" |
| 25 |
dependencies = [ |
| 26 |
"cssparser", |
| 27 |
"html5ever", |
| 28 |
"maplit", |
| 29 |
"tendril", |
| 30 |
"url", |
| 31 |
] |
| 32 |
|
| 33 |
[[package]] |
| 34 |
name = "android_system_properties" |
| 35 |
version = "0.1.5" |
| 36 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 37 |
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 38 |
dependencies = [ |
| 39 |
"libc", |
| 40 |
] |
| 41 |
|
| 42 |
[[package]] |
| 43 |
name = "anyhow" |
| 44 |
version = "1.0.102" |
| 45 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 46 |
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 47 |
|
| 48 |
[[package]] |
| 49 |
name = "askama" |
| 50 |
version = "0.13.1" |
| 51 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 52 |
checksum = "5d4744ed2eef2645831b441d8f5459689ade2ab27c854488fbab1fbe94fce1a7" |
| 53 |
dependencies = [ |
| 54 |
"askama_derive", |
| 55 |
"itoa", |
| 56 |
"percent-encoding", |
| 57 |
"serde", |
| 58 |
"serde_json", |
| 59 |
] |
| 60 |
|
| 61 |
[[package]] |
| 62 |
name = "askama_derive" |
| 63 |
version = "0.13.1" |
| 64 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 65 |
checksum = "d661e0f57be36a5c14c48f78d09011e67e0cb618f269cca9f2fd8d15b68c46ac" |
| 66 |
dependencies = [ |
| 67 |
"askama_parser", |
| 68 |
"basic-toml", |
| 69 |
"memchr", |
| 70 |
"proc-macro2", |
| 71 |
"quote", |
| 72 |
"rustc-hash", |
| 73 |
"serde", |
| 74 |
"serde_derive", |
| 75 |
"syn", |
| 76 |
] |
| 77 |
|
| 78 |
[[package]] |
| 79 |
name = "askama_parser" |
| 80 |
version = "0.13.0" |
| 81 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 82 |
checksum = "cf315ce6524c857bb129ff794935cf6d42c82a6cff60526fe2a63593de4d0d4f" |
| 83 |
dependencies = [ |
| 84 |
"memchr", |
| 85 |
"serde", |
| 86 |
"serde_derive", |
| 87 |
"winnow", |
| 88 |
] |
| 89 |
|
| 90 |
[[package]] |
| 91 |
name = "async-trait" |
| 92 |
version = "0.1.89" |
| 93 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 94 |
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 95 |
dependencies = [ |
| 96 |
"proc-macro2", |
| 97 |
"quote", |
| 98 |
"syn", |
| 99 |
] |
| 100 |
|
| 101 |
[[package]] |
| 102 |
name = "atoi" |
| 103 |
version = "2.0.0" |
| 104 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 105 |
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| 106 |
dependencies = [ |
| 107 |
"num-traits", |
| 108 |
] |
| 109 |
|
| 110 |
[[package]] |
| 111 |
name = "atomic-waker" |
| 112 |
version = "1.1.2" |
| 113 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 114 |
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 115 |
|
| 116 |
[[package]] |
| 117 |
name = "autocfg" |
| 118 |
version = "1.5.0" |
| 119 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 120 |
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 121 |
|
| 122 |
[[package]] |
| 123 |
name = "aws-config" |
| 124 |
version = "1.8.15" |
| 125 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 126 |
checksum = "11493b0bad143270fb8ad284a096dd529ba91924c5409adeac856cc1bf047dbc" |
| 127 |
dependencies = [ |
| 128 |
"aws-credential-types", |
| 129 |
"aws-runtime", |
| 130 |
"aws-sdk-sso", |
| 131 |
"aws-sdk-ssooidc", |
| 132 |
"aws-sdk-sts", |
| 133 |
"aws-smithy-async", |
| 134 |
"aws-smithy-http 0.63.6", |
| 135 |
"aws-smithy-json 0.62.5", |
| 136 |
"aws-smithy-runtime", |
| 137 |
"aws-smithy-runtime-api", |
| 138 |
"aws-smithy-types", |
| 139 |
"aws-types", |
| 140 |
"bytes", |
| 141 |
"fastrand", |
| 142 |
"hex", |
| 143 |
"http 1.4.0", |
| 144 |
"sha1", |
| 145 |
"time", |
| 146 |
"tokio", |
| 147 |
"tracing", |
| 148 |
"url", |
| 149 |
"zeroize", |
| 150 |
] |
| 151 |
|
| 152 |
[[package]] |
| 153 |
name = "aws-credential-types" |
| 154 |
version = "1.2.14" |
| 155 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 156 |
checksum = "8f20799b373a1be121fe3005fba0c2090af9411573878f224df44b42727fcaf7" |
| 157 |
dependencies = [ |
| 158 |
"aws-smithy-async", |
| 159 |
"aws-smithy-runtime-api", |
| 160 |
"aws-smithy-types", |
| 161 |
"zeroize", |
| 162 |
] |
| 163 |
|
| 164 |
[[package]] |
| 165 |
name = "aws-lc-rs" |
| 166 |
version = "1.16.2" |
| 167 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 168 |
checksum = "a054912289d18629dc78375ba2c3726a3afe3ff71b4edba9dedfca0e3446d1fc" |
| 169 |
dependencies = [ |
| 170 |
"aws-lc-sys", |
| 171 |
"zeroize", |
| 172 |
] |
| 173 |
|
| 174 |
[[package]] |
| 175 |
name = "aws-lc-sys" |
| 176 |
version = "0.39.1" |
| 177 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 178 |
checksum = "83a25cf98105baa966497416dbd42565ce3a8cf8dbfd59803ec9ad46f3126399" |
| 179 |
dependencies = [ |
| 180 |
"cc", |
| 181 |
"cmake", |
| 182 |
"dunce", |
| 183 |
"fs_extra", |
| 184 |
] |
| 185 |
|
| 186 |
[[package]] |
| 187 |
name = "aws-runtime" |
| 188 |
version = "1.7.2" |
| 189 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 190 |
checksum = "5fc0651c57e384202e47153c1260b84a9936e19803d747615edf199dc3b98d17" |
| 191 |
dependencies = [ |
| 192 |
"aws-credential-types", |
| 193 |
"aws-sigv4", |
| 194 |
"aws-smithy-async", |
| 195 |
"aws-smithy-eventstream", |
| 196 |
"aws-smithy-http 0.63.6", |
| 197 |
"aws-smithy-runtime", |
| 198 |
"aws-smithy-runtime-api", |
| 199 |
"aws-smithy-types", |
| 200 |
"aws-types", |
| 201 |
"bytes", |
| 202 |
"bytes-utils", |
| 203 |
"fastrand", |
| 204 |
"http 0.2.12", |
| 205 |
"http 1.4.0", |
| 206 |
"http-body 0.4.6", |
| 207 |
"http-body 1.0.1", |
| 208 |
"percent-encoding", |
| 209 |
"pin-project-lite", |
| 210 |
"tracing", |
| 211 |
"uuid", |
| 212 |
] |
| 213 |
|
| 214 |
[[package]] |
| 215 |
name = "aws-sdk-s3" |
| 216 |
version = "1.119.0" |
| 217 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 218 |
checksum = "1d65fddc3844f902dfe1864acb8494db5f9342015ee3ab7890270d36fbd2e01c" |
| 219 |
dependencies = [ |
| 220 |
"aws-credential-types", |
| 221 |
"aws-runtime", |
| 222 |
"aws-sigv4", |
| 223 |
"aws-smithy-async", |
| 224 |
"aws-smithy-checksums", |
| 225 |
"aws-smithy-eventstream", |
| 226 |
"aws-smithy-http 0.62.6", |
| 227 |
"aws-smithy-json 0.61.9", |
| 228 |
"aws-smithy-runtime", |
| 229 |
"aws-smithy-runtime-api", |
| 230 |
"aws-smithy-types", |
| 231 |
"aws-smithy-xml", |
| 232 |
"aws-types", |
| 233 |
"bytes", |
| 234 |
"fastrand", |
| 235 |
"hex", |
| 236 |
"hmac", |
| 237 |
"http 0.2.12", |
| 238 |
"http 1.4.0", |
| 239 |
"http-body 0.4.6", |
| 240 |
"lru", |
| 241 |
"percent-encoding", |
| 242 |
"regex-lite", |
| 243 |
"sha2", |
| 244 |
"tracing", |
| 245 |
"url", |
| 246 |
] |
| 247 |
|
| 248 |
[[package]] |
| 249 |
name = "aws-sdk-sso" |
| 250 |
version = "1.96.0" |
| 251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 252 |
checksum = "f64a6eded248c6b453966e915d32aeddb48ea63ad17932682774eb026fbef5b1" |
| 253 |
dependencies = [ |
| 254 |
"aws-credential-types", |
| 255 |
"aws-runtime", |
| 256 |
"aws-smithy-async", |
| 257 |
"aws-smithy-http 0.63.6", |
| 258 |
"aws-smithy-json 0.62.5", |
| 259 |
"aws-smithy-observability", |
| 260 |
"aws-smithy-runtime", |
| 261 |
"aws-smithy-runtime-api", |
| 262 |
"aws-smithy-types", |
| 263 |
"aws-types", |
| 264 |
"bytes", |
| 265 |
"fastrand", |
| 266 |
"http 0.2.12", |
| 267 |
"http 1.4.0", |
| 268 |
"regex-lite", |
| 269 |
"tracing", |
| 270 |
] |
| 271 |
|
| 272 |
[[package]] |
| 273 |
name = "aws-sdk-ssooidc" |
| 274 |
version = "1.98.0" |
| 275 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 276 |
checksum = "db96d720d3c622fcbe08bae1c4b04a72ce6257d8b0584cb5418da00ae20a344f" |
| 277 |
dependencies = [ |
| 278 |
"aws-credential-types", |
| 279 |
"aws-runtime", |
| 280 |
"aws-smithy-async", |
| 281 |
"aws-smithy-http 0.63.6", |
| 282 |
"aws-smithy-json 0.62.5", |
| 283 |
"aws-smithy-observability", |
| 284 |
"aws-smithy-runtime", |
| 285 |
"aws-smithy-runtime-api", |
| 286 |
"aws-smithy-types", |
| 287 |
"aws-types", |
| 288 |
"bytes", |
| 289 |
"fastrand", |
| 290 |
"http 0.2.12", |
| 291 |
"http 1.4.0", |
| 292 |
"regex-lite", |
| 293 |
"tracing", |
| 294 |
] |
| 295 |
|
| 296 |
[[package]] |
| 297 |
name = "aws-sdk-sts" |
| 298 |
version = "1.100.0" |
| 299 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 300 |
checksum = "fafbdda43b93f57f699c5dfe8328db590b967b8a820a13ccdd6687355dfcc7ca" |
| 301 |
dependencies = [ |
| 302 |
"aws-credential-types", |
| 303 |
"aws-runtime", |
| 304 |
"aws-smithy-async", |
| 305 |
"aws-smithy-http 0.63.6", |
| 306 |
"aws-smithy-json 0.62.5", |
| 307 |
"aws-smithy-observability", |
| 308 |
"aws-smithy-query", |
| 309 |
"aws-smithy-runtime", |
| 310 |
"aws-smithy-runtime-api", |
| 311 |
"aws-smithy-types", |
| 312 |
"aws-smithy-xml", |
| 313 |
"aws-types", |
| 314 |
"fastrand", |
| 315 |
"http 0.2.12", |
| 316 |
"http 1.4.0", |
| 317 |
"regex-lite", |
| 318 |
"tracing", |
| 319 |
] |
| 320 |
|
| 321 |
[[package]] |
| 322 |
name = "aws-sigv4" |
| 323 |
version = "1.4.2" |
| 324 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 325 |
checksum = "b0b660013a6683ab23797778e21f1f854744fdf05f68204b4cca4c8c04b5d1f4" |
| 326 |
dependencies = [ |
| 327 |
"aws-credential-types", |
| 328 |
"aws-smithy-eventstream", |
| 329 |
"aws-smithy-http 0.63.6", |
| 330 |
"aws-smithy-runtime-api", |
| 331 |
"aws-smithy-types", |
| 332 |
"bytes", |
| 333 |
"crypto-bigint 0.5.5", |
| 334 |
"form_urlencoded", |
| 335 |
"hex", |
| 336 |
"hmac", |
| 337 |
"http 0.2.12", |
| 338 |
"http 1.4.0", |
| 339 |
"p256", |
| 340 |
"percent-encoding", |
| 341 |
"ring", |
| 342 |
"sha2", |
| 343 |
"subtle", |
| 344 |
"time", |
| 345 |
"tracing", |
| 346 |
"zeroize", |
| 347 |
] |
| 348 |
|
| 349 |
[[package]] |
| 350 |
name = "aws-smithy-async" |
| 351 |
version = "1.2.14" |
| 352 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 353 |
checksum = "2ffcaf626bdda484571968400c326a244598634dc75fd451325a54ad1a59acfc" |
| 354 |
dependencies = [ |
| 355 |
"futures-util", |
| 356 |
"pin-project-lite", |
| 357 |
"tokio", |
| 358 |
] |
| 359 |
|
| 360 |
[[package]] |
| 361 |
name = "aws-smithy-checksums" |
| 362 |
version = "0.63.12" |
| 363 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 |
checksum = "87294a084b43d649d967efe58aa1f9e0adc260e13a6938eb904c0ae9b45824ae" |
| 365 |
dependencies = [ |
| 366 |
"aws-smithy-http 0.62.6", |
| 367 |
"aws-smithy-types", |
| 368 |
"bytes", |
| 369 |
"crc-fast", |
| 370 |
"hex", |
| 371 |
"http 0.2.12", |
| 372 |
"http-body 0.4.6", |
| 373 |
"md-5", |
| 374 |
"pin-project-lite", |
| 375 |
"sha1", |
| 376 |
"sha2", |
| 377 |
"tracing", |
| 378 |
] |
| 379 |
|
| 380 |
[[package]] |
| 381 |
name = "aws-smithy-eventstream" |
| 382 |
version = "0.60.20" |
| 383 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 |
checksum = "faf09d74e5e32f76b8762da505a3cd59303e367a664ca67295387baa8c1d7548" |
| 385 |
dependencies = [ |
| 386 |
"aws-smithy-types", |
| 387 |
"bytes", |
| 388 |
"crc32fast", |
| 389 |
] |
| 390 |
|
| 391 |
[[package]] |
| 392 |
name = "aws-smithy-http" |
| 393 |
version = "0.62.6" |
| 394 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 395 |
checksum = "826141069295752372f8203c17f28e30c464d22899a43a0c9fd9c458d469c88b" |
| 396 |
dependencies = [ |
| 397 |
"aws-smithy-eventstream", |
| 398 |
"aws-smithy-runtime-api", |
| 399 |
"aws-smithy-types", |
| 400 |
"bytes", |
| 401 |
"bytes-utils", |
| 402 |
"futures-core", |
| 403 |
"futures-util", |
| 404 |
"http 0.2.12", |
| 405 |
"http 1.4.0", |
| 406 |
"http-body 0.4.6", |
| 407 |
"percent-encoding", |
| 408 |
"pin-project-lite", |
| 409 |
"pin-utils", |
| 410 |
"tracing", |
| 411 |
] |
| 412 |
|
| 413 |
[[package]] |
| 414 |
name = "aws-smithy-http" |
| 415 |
version = "0.63.6" |
| 416 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 417 |
checksum = "ba1ab2dc1c2c3749ead27180d333c42f11be8b0e934058fb4b2258ee8dbe5231" |
| 418 |
dependencies = [ |
| 419 |
"aws-smithy-runtime-api", |
| 420 |
"aws-smithy-types", |
| 421 |
"bytes", |
| 422 |
"bytes-utils", |
| 423 |
"futures-core", |
| 424 |
"futures-util", |
| 425 |
"http 1.4.0", |
| 426 |
"http-body 1.0.1", |
| 427 |
"http-body-util", |
| 428 |
"percent-encoding", |
| 429 |
"pin-project-lite", |
| 430 |
"pin-utils", |
| 431 |
"tracing", |
| 432 |
] |
| 433 |
|
| 434 |
[[package]] |
| 435 |
name = "aws-smithy-http-client" |
| 436 |
version = "1.1.12" |
| 437 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 438 |
checksum = "6a2f165a7feee6f263028b899d0a181987f4fa7179a6411a32a439fba7c5f769" |
| 439 |
dependencies = [ |
| 440 |
"aws-smithy-async", |
| 441 |
"aws-smithy-runtime-api", |
| 442 |
"aws-smithy-types", |
| 443 |
"h2 0.3.27", |
| 444 |
"h2 0.4.13", |
| 445 |
"http 0.2.12", |
| 446 |
"http 1.4.0", |
| 447 |
"http-body 0.4.6", |
| 448 |
"hyper 0.14.32", |
| 449 |
"hyper 1.8.1", |
| 450 |
"hyper-rustls 0.24.2", |
| 451 |
"hyper-rustls 0.27.7", |
| 452 |
"hyper-util", |
| 453 |
"pin-project-lite", |
| 454 |
"rustls 0.21.12", |
| 455 |
"rustls 0.23.37", |
| 456 |
"rustls-native-certs", |
| 457 |
"rustls-pki-types", |
| 458 |
"tokio", |
| 459 |
"tokio-rustls 0.26.4", |
| 460 |
"tower", |
| 461 |
"tracing", |
| 462 |
] |
| 463 |
|
| 464 |
[[package]] |
| 465 |
name = "aws-smithy-json" |
| 466 |
version = "0.61.9" |
| 467 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 468 |
checksum = "49fa1213db31ac95288d981476f78d05d9cbb0353d22cdf3472cc05bb02f6551" |
| 469 |
dependencies = [ |
| 470 |
"aws-smithy-types", |
| 471 |
] |
| 472 |
|
| 473 |
[[package]] |
| 474 |
name = "aws-smithy-json" |
| 475 |
version = "0.62.5" |
| 476 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 477 |
checksum = "9648b0bb82a2eedd844052c6ad2a1a822d1f8e3adee5fbf668366717e428856a" |
| 478 |
dependencies = [ |
| 479 |
"aws-smithy-types", |
| 480 |
] |
| 481 |
|
| 482 |
[[package]] |
| 483 |
name = "aws-smithy-observability" |
| 484 |
version = "0.2.6" |
| 485 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 486 |
checksum = "a06c2315d173edbf1920da8ba3a7189695827002e4c0fc961973ab1c54abca9c" |
| 487 |
dependencies = [ |
| 488 |
"aws-smithy-runtime-api", |
| 489 |
] |
| 490 |
|
| 491 |
[[package]] |
| 492 |
name = "aws-smithy-query" |
| 493 |
version = "0.60.15" |
| 494 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 495 |
checksum = "1a56d79744fb3edb5d722ef79d86081e121d3b9422cb209eb03aea6aa4f21ebd" |
| 496 |
dependencies = [ |
| 497 |
"aws-smithy-types", |
| 498 |
"urlencoding", |
| 499 |
] |
| 500 |
|
| 501 |
[[package]] |
| 502 |
name = "aws-smithy-runtime" |
| 503 |
version = "1.10.3" |
| 504 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 505 |
checksum = "028999056d2d2fd58a697232f9eec4a643cf73a71cf327690a7edad1d2af2110" |
| 506 |
dependencies = [ |
| 507 |
"aws-smithy-async", |
| 508 |
"aws-smithy-http 0.63.6", |
| 509 |
"aws-smithy-http-client", |
| 510 |
"aws-smithy-observability", |
| 511 |
"aws-smithy-runtime-api", |
| 512 |
"aws-smithy-types", |
| 513 |
"bytes", |
| 514 |
"fastrand", |
| 515 |
"http 0.2.12", |
| 516 |
"http 1.4.0", |
| 517 |
"http-body 0.4.6", |
| 518 |
"http-body 1.0.1", |
| 519 |
"http-body-util", |
| 520 |
"pin-project-lite", |
| 521 |
"pin-utils", |
| 522 |
"tokio", |
| 523 |
"tracing", |
| 524 |
] |
| 525 |
|
| 526 |
[[package]] |
| 527 |
name = "aws-smithy-runtime-api" |
| 528 |
version = "1.11.6" |
| 529 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 530 |
checksum = "876ab3c9c29791ba4ba02b780a3049e21ec63dabda09268b175272c3733a79e6" |
| 531 |
dependencies = [ |
| 532 |
"aws-smithy-async", |
| 533 |
"aws-smithy-types", |
| 534 |
"bytes", |
| 535 |
"http 0.2.12", |
| 536 |
"http 1.4.0", |
| 537 |
"pin-project-lite", |
| 538 |
"tokio", |
| 539 |
"tracing", |
| 540 |
"zeroize", |
| 541 |
] |
| 542 |
|
| 543 |
[[package]] |
| 544 |
name = "aws-smithy-types" |
| 545 |
version = "1.4.7" |
| 546 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 547 |
checksum = "9d73dbfbaa8e4bc57b9045137680b958d274823509a360abfd8e1d514d40c95c" |
| 548 |
dependencies = [ |
| 549 |
"base64-simd", |
| 550 |
"bytes", |
| 551 |
"bytes-utils", |
| 552 |
"futures-core", |
| 553 |
"http 0.2.12", |
| 554 |
"http 1.4.0", |
| 555 |
"http-body 0.4.6", |
| 556 |
"http-body 1.0.1", |
| 557 |
"http-body-util", |
| 558 |
"itoa", |
| 559 |
"num-integer", |
| 560 |
"pin-project-lite", |
| 561 |
"pin-utils", |
| 562 |
"ryu", |
| 563 |
"serde", |
| 564 |
"time", |
| 565 |
"tokio", |
| 566 |
"tokio-util", |
| 567 |
] |
| 568 |
|
| 569 |
[[package]] |
| 570 |
name = "aws-smithy-xml" |
| 571 |
version = "0.60.15" |
| 572 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 573 |
checksum = "0ce02add1aa3677d022f8adf81dcbe3046a95f17a1b1e8979c145cd21d3d22b3" |
| 574 |
dependencies = [ |
| 575 |
"xmlparser", |
| 576 |
] |
| 577 |
|
| 578 |
[[package]] |
| 579 |
name = "aws-types" |
| 580 |
version = "1.3.14" |
| 581 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 582 |
checksum = "47c8323699dd9b3c8d5b3c13051ae9cdef58fd179957c882f8374dd8725962d9" |
| 583 |
dependencies = [ |
| 584 |
"aws-credential-types", |
| 585 |
"aws-smithy-async", |
| 586 |
"aws-smithy-runtime-api", |
| 587 |
"aws-smithy-types", |
| 588 |
"rustc_version", |
| 589 |
"tracing", |
| 590 |
] |
| 591 |
|
| 592 |
[[package]] |
| 593 |
name = "axum" |
| 594 |
version = "0.8.8" |
| 595 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 596 |
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" |
| 597 |
dependencies = [ |
| 598 |
"axum-core", |
| 599 |
"base64", |
| 600 |
"bytes", |
| 601 |
"form_urlencoded", |
| 602 |
"futures-util", |
| 603 |
"http 1.4.0", |
| 604 |
"http-body 1.0.1", |
| 605 |
"http-body-util", |
| 606 |
"hyper 1.8.1", |
| 607 |
"hyper-util", |
| 608 |
"itoa", |
| 609 |
"matchit", |
| 610 |
"memchr", |
| 611 |
"mime", |
| 612 |
"multer", |
| 613 |
"percent-encoding", |
| 614 |
"pin-project-lite", |
| 615 |
"serde_core", |
| 616 |
"serde_json", |
| 617 |
"serde_path_to_error", |
| 618 |
"serde_urlencoded", |
| 619 |
"sha1", |
| 620 |
"sync_wrapper", |
| 621 |
"tokio", |
| 622 |
"tokio-tungstenite", |
| 623 |
"tower", |
| 624 |
"tower-layer", |
| 625 |
"tower-service", |
| 626 |
"tracing", |
| 627 |
] |
| 628 |
|
| 629 |
[[package]] |
| 630 |
name = "axum-core" |
| 631 |
version = "0.5.6" |
| 632 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 633 |
checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| 634 |
dependencies = [ |
| 635 |
"bytes", |
| 636 |
"futures-core", |
| 637 |
"http 1.4.0", |
| 638 |
"http-body 1.0.1", |
| 639 |
"http-body-util", |
| 640 |
"mime", |
| 641 |
"pin-project-lite", |
| 642 |
"sync_wrapper", |
| 643 |
"tower-layer", |
| 644 |
"tower-service", |
| 645 |
"tracing", |
| 646 |
] |
| 647 |
|
| 648 |
[[package]] |
| 649 |
name = "base16ct" |
| 650 |
version = "0.1.1" |
| 651 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 652 |
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce" |
| 653 |
|
| 654 |
[[package]] |
| 655 |
name = "base64" |
| 656 |
version = "0.22.1" |
| 657 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 658 |
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 659 |
|
| 660 |
[[package]] |
| 661 |
name = "base64-simd" |
| 662 |
version = "0.8.0" |
| 663 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 664 |
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" |
| 665 |
dependencies = [ |
| 666 |
"outref", |
| 667 |
"vsimd", |
| 668 |
] |
| 669 |
|
| 670 |
[[package]] |
| 671 |
name = "base64ct" |
| 672 |
version = "1.8.3" |
| 673 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 674 |
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| 675 |
|
| 676 |
[[package]] |
| 677 |
name = "basic-toml" |
| 678 |
version = "0.1.10" |
| 679 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 680 |
checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a" |
| 681 |
dependencies = [ |
| 682 |
"serde", |
| 683 |
] |
| 684 |
|
| 685 |
[[package]] |
| 686 |
name = "bitflags" |
| 687 |
version = "2.11.0" |
| 688 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 689 |
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 690 |
dependencies = [ |
| 691 |
"serde_core", |
| 692 |
] |
| 693 |
|
| 694 |
[[package]] |
| 695 |
name = "block-buffer" |
| 696 |
version = "0.10.4" |
| 697 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 698 |
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 699 |
dependencies = [ |
| 700 |
"generic-array", |
| 701 |
] |
| 702 |
|
| 703 |
[[package]] |
| 704 |
name = "bumpalo" |
| 705 |
version = "3.20.2" |
| 706 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 707 |
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 708 |
|
| 709 |
[[package]] |
| 710 |
name = "byteorder" |
| 711 |
version = "1.5.0" |
| 712 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 713 |
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 714 |
|
| 715 |
[[package]] |
| 716 |
name = "bytes" |
| 717 |
version = "1.11.1" |
| 718 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 719 |
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 720 |
|
| 721 |
[[package]] |
| 722 |
name = "bytes-utils" |
| 723 |
version = "0.1.4" |
| 724 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 725 |
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35" |
| 726 |
dependencies = [ |
| 727 |
"bytes", |
| 728 |
"either", |
| 729 |
] |
| 730 |
|
| 731 |
[[package]] |
| 732 |
name = "cc" |
| 733 |
version = "1.2.56" |
| 734 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 735 |
checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" |
| 736 |
dependencies = [ |
| 737 |
"find-msvc-tools", |
| 738 |
"jobserver", |
| 739 |
"libc", |
| 740 |
"shlex", |
| 741 |
] |
| 742 |
|
| 743 |
[[package]] |
| 744 |
name = "cfg-if" |
| 745 |
version = "1.0.4" |
| 746 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 747 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 748 |
|
| 749 |
[[package]] |
| 750 |
name = "cfg_aliases" |
| 751 |
version = "0.2.1" |
| 752 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 753 |
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 754 |
|
| 755 |
[[package]] |
| 756 |
name = "chrono" |
| 757 |
version = "0.4.44" |
| 758 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 759 |
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" |
| 760 |
dependencies = [ |
| 761 |
"iana-time-zone", |
| 762 |
"js-sys", |
| 763 |
"num-traits", |
| 764 |
"serde", |
| 765 |
"wasm-bindgen", |
| 766 |
"windows-link", |
| 767 |
] |
| 768 |
|
| 769 |
[[package]] |
| 770 |
name = "cmake" |
| 771 |
version = "0.1.57" |
| 772 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 773 |
checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d" |
| 774 |
dependencies = [ |
| 775 |
"cc", |
| 776 |
] |
| 777 |
|
| 778 |
[[package]] |
| 779 |
name = "concurrent-queue" |
| 780 |
version = "2.5.0" |
| 781 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 782 |
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 783 |
dependencies = [ |
| 784 |
"crossbeam-utils", |
| 785 |
] |
| 786 |
|
| 787 |
[[package]] |
| 788 |
name = "const-oid" |
| 789 |
version = "0.9.6" |
| 790 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 791 |
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| 792 |
|
| 793 |
[[package]] |
| 794 |
name = "cookie" |
| 795 |
version = "0.18.1" |
| 796 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 797 |
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" |
| 798 |
dependencies = [ |
| 799 |
"percent-encoding", |
| 800 |
"time", |
| 801 |
"version_check", |
| 802 |
] |
| 803 |
|
| 804 |
[[package]] |
| 805 |
name = "core-foundation" |
| 806 |
version = "0.10.1" |
| 807 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 808 |
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 809 |
dependencies = [ |
| 810 |
"core-foundation-sys", |
| 811 |
"libc", |
| 812 |
] |
| 813 |
|
| 814 |
[[package]] |
| 815 |
name = "core-foundation-sys" |
| 816 |
version = "0.8.7" |
| 817 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 818 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 819 |
|
| 820 |
[[package]] |
| 821 |
name = "cpufeatures" |
| 822 |
version = "0.2.17" |
| 823 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 824 |
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 825 |
dependencies = [ |
| 826 |
"libc", |
| 827 |
] |
| 828 |
|
| 829 |
[[package]] |
| 830 |
name = "crc" |
| 831 |
version = "3.4.0" |
| 832 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 833 |
checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" |
| 834 |
dependencies = [ |
| 835 |
"crc-catalog", |
| 836 |
] |
| 837 |
|
| 838 |
[[package]] |
| 839 |
name = "crc-catalog" |
| 840 |
version = "2.4.0" |
| 841 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 842 |
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
| 843 |
|
| 844 |
[[package]] |
| 845 |
name = "crc-fast" |
| 846 |
version = "1.6.0" |
| 847 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 848 |
checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3" |
| 849 |
dependencies = [ |
| 850 |
"crc", |
| 851 |
"digest", |
| 852 |
"rand 0.9.2", |
| 853 |
"regex", |
| 854 |
"rustversion", |
| 855 |
] |
| 856 |
|
| 857 |
[[package]] |
| 858 |
name = "crc32fast" |
| 859 |
version = "1.5.0" |
| 860 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 861 |
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 862 |
dependencies = [ |
| 863 |
"cfg-if", |
| 864 |
] |
| 865 |
|
| 866 |
[[package]] |
| 867 |
name = "crossbeam-queue" |
| 868 |
version = "0.3.12" |
| 869 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 870 |
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" |
| 871 |
dependencies = [ |
| 872 |
"crossbeam-utils", |
| 873 |
] |
| 874 |
|
| 875 |
[[package]] |
| 876 |
name = "crossbeam-utils" |
| 877 |
version = "0.8.21" |
| 878 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 879 |
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 880 |
|
| 881 |
[[package]] |
| 882 |
name = "crypto-bigint" |
| 883 |
version = "0.4.9" |
| 884 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 885 |
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef" |
| 886 |
dependencies = [ |
| 887 |
"generic-array", |
| 888 |
"rand_core 0.6.4", |
| 889 |
"subtle", |
| 890 |
"zeroize", |
| 891 |
] |
| 892 |
|
| 893 |
[[package]] |
| 894 |
name = "crypto-bigint" |
| 895 |
version = "0.5.5" |
| 896 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 897 |
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" |
| 898 |
dependencies = [ |
| 899 |
"rand_core 0.6.4", |
| 900 |
"subtle", |
| 901 |
] |
| 902 |
|
| 903 |
[[package]] |
| 904 |
name = "crypto-common" |
| 905 |
version = "0.1.7" |
| 906 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 907 |
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 908 |
dependencies = [ |
| 909 |
"generic-array", |
| 910 |
"typenum", |
| 911 |
] |
| 912 |
|
| 913 |
[[package]] |
| 914 |
name = "cssparser" |
| 915 |
version = "0.35.0" |
| 916 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 917 |
checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa" |
| 918 |
dependencies = [ |
| 919 |
"cssparser-macros", |
| 920 |
"dtoa-short", |
| 921 |
"itoa", |
| 922 |
"phf", |
| 923 |
"smallvec", |
| 924 |
] |
| 925 |
|
| 926 |
[[package]] |
| 927 |
name = "cssparser-macros" |
| 928 |
version = "0.6.1" |
| 929 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 930 |
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" |
| 931 |
dependencies = [ |
| 932 |
"quote", |
| 933 |
"syn", |
| 934 |
] |
| 935 |
|
| 936 |
[[package]] |
| 937 |
name = "dashmap" |
| 938 |
version = "6.1.0" |
| 939 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 940 |
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" |
| 941 |
dependencies = [ |
| 942 |
"cfg-if", |
| 943 |
"crossbeam-utils", |
| 944 |
"hashbrown 0.14.5", |
| 945 |
"lock_api", |
| 946 |
"once_cell", |
| 947 |
"parking_lot_core", |
| 948 |
] |
| 949 |
|
| 950 |
[[package]] |
| 951 |
name = "data-encoding" |
| 952 |
version = "2.10.0" |
| 953 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 954 |
checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" |
| 955 |
|
| 956 |
[[package]] |
| 957 |
name = "der" |
| 958 |
version = "0.6.1" |
| 959 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 960 |
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de" |
| 961 |
dependencies = [ |
| 962 |
"const-oid", |
| 963 |
"zeroize", |
| 964 |
] |
| 965 |
|
| 966 |
[[package]] |
| 967 |
name = "der" |
| 968 |
version = "0.7.10" |
| 969 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 970 |
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" |
| 971 |
dependencies = [ |
| 972 |
"const-oid", |
| 973 |
"pem-rfc7468", |
| 974 |
"zeroize", |
| 975 |
] |
| 976 |
|
| 977 |
[[package]] |
| 978 |
name = "deranged" |
| 979 |
version = "0.5.8" |
| 980 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 981 |
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" |
| 982 |
dependencies = [ |
| 983 |
"powerfmt", |
| 984 |
"serde_core", |
| 985 |
] |
| 986 |
|
| 987 |
[[package]] |
| 988 |
name = "digest" |
| 989 |
version = "0.10.7" |
| 990 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 991 |
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 992 |
dependencies = [ |
| 993 |
"block-buffer", |
| 994 |
"const-oid", |
| 995 |
"crypto-common", |
| 996 |
"subtle", |
| 997 |
] |
| 998 |
|
| 999 |
[[package]] |
| 1000 |
name = "displaydoc" |
| 1001 |
version = "0.2.5" |
| 1002 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1003 |
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 1004 |
dependencies = [ |
| 1005 |
"proc-macro2", |
| 1006 |
"quote", |
| 1007 |
"syn", |
| 1008 |
] |
| 1009 |
|
| 1010 |
[[package]] |
| 1011 |
name = "docengine" |
| 1012 |
version = "0.3.0" |
| 1013 |
dependencies = [ |
| 1014 |
"ammonia", |
| 1015 |
"pulldown-cmark", |
| 1016 |
"regex-lite", |
| 1017 |
"serde", |
| 1018 |
"uuid", |
| 1019 |
] |
| 1020 |
|
| 1021 |
[[package]] |
| 1022 |
name = "dotenvy" |
| 1023 |
version = "0.15.7" |
| 1024 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1025 |
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| 1026 |
|
| 1027 |
[[package]] |
| 1028 |
name = "dtoa" |
| 1029 |
version = "1.0.11" |
| 1030 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1031 |
checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" |
| 1032 |
|
| 1033 |
[[package]] |
| 1034 |
name = "dtoa-short" |
| 1035 |
version = "0.3.5" |
| 1036 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1037 |
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87" |
| 1038 |
dependencies = [ |
| 1039 |
"dtoa", |
| 1040 |
] |
| 1041 |
|
| 1042 |
[[package]] |
| 1043 |
name = "dunce" |
| 1044 |
version = "1.0.5" |
| 1045 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1046 |
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 1047 |
|
| 1048 |
[[package]] |
| 1049 |
name = "ecdsa" |
| 1050 |
version = "0.14.8" |
| 1051 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1052 |
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c" |
| 1053 |
dependencies = [ |
| 1054 |
"der 0.6.1", |
| 1055 |
"elliptic-curve", |
| 1056 |
"rfc6979", |
| 1057 |
"signature 1.6.4", |
| 1058 |
] |
| 1059 |
|
| 1060 |
[[package]] |
| 1061 |
name = "either" |
| 1062 |
version = "1.15.0" |
| 1063 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1064 |
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 1065 |
dependencies = [ |
| 1066 |
"serde", |
| 1067 |
] |
| 1068 |
|
| 1069 |
[[package]] |
| 1070 |
name = "elliptic-curve" |
| 1071 |
version = "0.12.3" |
| 1072 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1073 |
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3" |
| 1074 |
dependencies = [ |
| 1075 |
"base16ct", |
| 1076 |
"crypto-bigint 0.4.9", |
| 1077 |
"der 0.6.1", |
| 1078 |
"digest", |
| 1079 |
"ff", |
| 1080 |
"generic-array", |
| 1081 |
"group", |
| 1082 |
"pkcs8 0.9.0", |
| 1083 |
"rand_core 0.6.4", |
| 1084 |
"sec1", |
| 1085 |
"subtle", |
| 1086 |
"zeroize", |
| 1087 |
] |
| 1088 |
|
| 1089 |
[[package]] |
| 1090 |
name = "encoding_rs" |
| 1091 |
version = "0.8.35" |
| 1092 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1093 |
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
| 1094 |
dependencies = [ |
| 1095 |
"cfg-if", |
| 1096 |
] |
| 1097 |
|
| 1098 |
[[package]] |
| 1099 |
name = "equivalent" |
| 1100 |
version = "1.0.2" |
| 1101 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1102 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 1103 |
|
| 1104 |
[[package]] |
| 1105 |
name = "errno" |
| 1106 |
version = "0.3.14" |
| 1107 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1108 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 1109 |
dependencies = [ |
| 1110 |
"libc", |
| 1111 |
"windows-sys 0.61.2", |
| 1112 |
] |
| 1113 |
|
| 1114 |
[[package]] |
| 1115 |
name = "etcetera" |
| 1116 |
version = "0.8.0" |
| 1117 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1118 |
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
| 1119 |
dependencies = [ |
| 1120 |
"cfg-if", |
| 1121 |
"home", |
| 1122 |
"windows-sys 0.48.0", |
| 1123 |
] |
| 1124 |
|
| 1125 |
[[package]] |
| 1126 |
name = "event-listener" |
| 1127 |
version = "5.4.1" |
| 1128 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1129 |
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 1130 |
dependencies = [ |
| 1131 |
"concurrent-queue", |
| 1132 |
"parking", |
| 1133 |
"pin-project-lite", |
| 1134 |
] |
| 1135 |
|
| 1136 |
[[package]] |
| 1137 |
name = "fastrand" |
| 1138 |
version = "2.3.0" |
| 1139 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1140 |
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" |
| 1141 |
|
| 1142 |
[[package]] |
| 1143 |
name = "ff" |
| 1144 |
version = "0.12.1" |
| 1145 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1146 |
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160" |
| 1147 |
dependencies = [ |
| 1148 |
"rand_core 0.6.4", |
| 1149 |
"subtle", |
| 1150 |
] |
| 1151 |
|
| 1152 |
[[package]] |
| 1153 |
name = "find-msvc-tools" |
| 1154 |
version = "0.1.9" |
| 1155 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1156 |
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 1157 |
|
| 1158 |
[[package]] |
| 1159 |
name = "flume" |
| 1160 |
version = "0.11.1" |
| 1161 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1162 |
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" |
| 1163 |
dependencies = [ |
| 1164 |
"futures-core", |
| 1165 |
"futures-sink", |
| 1166 |
"spin", |
| 1167 |
] |
| 1168 |
|
| 1169 |
[[package]] |
| 1170 |
name = "fnv" |
| 1171 |
version = "1.0.7" |
| 1172 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1173 |
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 1174 |
|
| 1175 |
[[package]] |
| 1176 |
name = "foldhash" |
| 1177 |
version = "0.1.5" |
| 1178 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1179 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 1180 |
|
| 1181 |
[[package]] |
| 1182 |
name = "form_urlencoded" |
| 1183 |
version = "1.2.2" |
| 1184 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1185 |
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 1186 |
dependencies = [ |
| 1187 |
"percent-encoding", |
| 1188 |
] |
| 1189 |
|
| 1190 |
[[package]] |
| 1191 |
name = "forwarded-header-value" |
| 1192 |
version = "0.1.1" |
| 1193 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1194 |
checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9" |
| 1195 |
dependencies = [ |
| 1196 |
"nonempty", |
| 1197 |
"thiserror 1.0.69", |
| 1198 |
] |
| 1199 |
|
| 1200 |
[[package]] |
| 1201 |
name = "fs_extra" |
| 1202 |
version = "1.3.0" |
| 1203 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1204 |
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1205 |
|
| 1206 |
[[package]] |
| 1207 |
name = "futf" |
| 1208 |
version = "0.1.5" |
| 1209 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1210 |
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" |
| 1211 |
dependencies = [ |
| 1212 |
"mac", |
| 1213 |
"new_debug_unreachable", |
| 1214 |
] |
| 1215 |
|
| 1216 |
[[package]] |
| 1217 |
name = "futures" |
| 1218 |
version = "0.3.32" |
| 1219 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1220 |
checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| 1221 |
dependencies = [ |
| 1222 |
"futures-channel", |
| 1223 |
"futures-core", |
| 1224 |
"futures-io", |
| 1225 |
"futures-sink", |
| 1226 |
"futures-task", |
| 1227 |
"futures-util", |
| 1228 |
] |
| 1229 |
|
| 1230 |
[[package]] |
| 1231 |
name = "futures-channel" |
| 1232 |
version = "0.3.32" |
| 1233 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1234 |
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 1235 |
dependencies = [ |
| 1236 |
"futures-core", |
| 1237 |
"futures-sink", |
| 1238 |
] |
| 1239 |
|
| 1240 |
[[package]] |
| 1241 |
name = "futures-core" |
| 1242 |
version = "0.3.32" |
| 1243 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1244 |
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 1245 |
|
| 1246 |
[[package]] |
| 1247 |
name = "futures-executor" |
| 1248 |
version = "0.3.32" |
| 1249 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1250 |
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 1251 |
dependencies = [ |
| 1252 |
"futures-core", |
| 1253 |
"futures-task", |
| 1254 |
"futures-util", |
| 1255 |
] |
| 1256 |
|
| 1257 |
[[package]] |
| 1258 |
name = "futures-intrusive" |
| 1259 |
version = "0.5.0" |
| 1260 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1261 |
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
| 1262 |
dependencies = [ |
| 1263 |
"futures-core", |
| 1264 |
"lock_api", |
| 1265 |
"parking_lot", |
| 1266 |
] |
| 1267 |
|
| 1268 |
[[package]] |
| 1269 |
name = "futures-io" |
| 1270 |
version = "0.3.32" |
| 1271 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1272 |
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 1273 |
|
| 1274 |
[[package]] |
| 1275 |
name = "futures-macro" |
| 1276 |
version = "0.3.32" |
| 1277 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1278 |
checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 1279 |
dependencies = [ |
| 1280 |
"proc-macro2", |
| 1281 |
"quote", |
| 1282 |
"syn", |
| 1283 |
] |
| 1284 |
|
| 1285 |
[[package]] |
| 1286 |
name = "futures-sink" |
| 1287 |
version = "0.3.32" |
| 1288 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1289 |
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 1290 |
|
| 1291 |
[[package]] |
| 1292 |
name = "futures-task" |
| 1293 |
version = "0.3.32" |
| 1294 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1295 |
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 1296 |
|
| 1297 |
[[package]] |
| 1298 |
name = "futures-timer" |
| 1299 |
version = "3.0.3" |
| 1300 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1301 |
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" |
| 1302 |
|
| 1303 |
[[package]] |
| 1304 |
name = "futures-util" |
| 1305 |
version = "0.3.32" |
| 1306 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1307 |
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 1308 |
dependencies = [ |
| 1309 |
"futures-core", |
| 1310 |
"futures-io", |
| 1311 |
"futures-macro", |
| 1312 |
"futures-sink", |
| 1313 |
"futures-task", |
| 1314 |
"memchr", |
| 1315 |
"pin-project-lite", |
| 1316 |
"slab", |
| 1317 |
] |
| 1318 |
|
| 1319 |
[[package]] |
| 1320 |
name = "generic-array" |
| 1321 |
version = "0.14.7" |
| 1322 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1323 |
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1324 |
dependencies = [ |
| 1325 |
"typenum", |
| 1326 |
"version_check", |
| 1327 |
] |
| 1328 |
|
| 1329 |
[[package]] |
| 1330 |
name = "getopts" |
| 1331 |
version = "0.2.24" |
| 1332 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1333 |
checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" |
| 1334 |
dependencies = [ |
| 1335 |
"unicode-width", |
| 1336 |
] |
| 1337 |
|
| 1338 |
[[package]] |
| 1339 |
name = "getrandom" |
| 1340 |
version = "0.2.17" |
| 1341 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1342 |
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 1343 |
dependencies = [ |
| 1344 |
"cfg-if", |
| 1345 |
"js-sys", |
| 1346 |
"libc", |
| 1347 |
"wasi", |
| 1348 |
"wasm-bindgen", |
| 1349 |
] |
| 1350 |
|
| 1351 |
[[package]] |
| 1352 |
name = "getrandom" |
| 1353 |
version = "0.3.4" |
| 1354 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1355 |
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 1356 |
dependencies = [ |
| 1357 |
"cfg-if", |
| 1358 |
"js-sys", |
| 1359 |
"libc", |
| 1360 |
"r-efi 5.3.0", |
| 1361 |
"wasip2", |
| 1362 |
"wasm-bindgen", |
| 1363 |
] |
| 1364 |
|
| 1365 |
[[package]] |
| 1366 |
name = "getrandom" |
| 1367 |
version = "0.4.2" |
| 1368 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1369 |
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 1370 |
dependencies = [ |
| 1371 |
"cfg-if", |
| 1372 |
"libc", |
| 1373 |
"r-efi 6.0.0", |
| 1374 |
"wasip2", |
| 1375 |
"wasip3", |
| 1376 |
] |
| 1377 |
|
| 1378 |
[[package]] |
| 1379 |
name = "governor" |
| 1380 |
version = "0.8.1" |
| 1381 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1382 |
checksum = "be93b4ec2e4710b04d9264c0c7350cdd62a8c20e5e4ac732552ebb8f0debe8eb" |
| 1383 |
dependencies = [ |
| 1384 |
"cfg-if", |
| 1385 |
"dashmap", |
| 1386 |
"futures-sink", |
| 1387 |
"futures-timer", |
| 1388 |
"futures-util", |
| 1389 |
"getrandom 0.3.4", |
| 1390 |
"no-std-compat", |
| 1391 |
"nonzero_ext", |
| 1392 |
"parking_lot", |
| 1393 |
"portable-atomic", |
| 1394 |
"quanta", |
| 1395 |
"rand 0.9.2", |
| 1396 |
"smallvec", |
| 1397 |
"spinning_top", |
| 1398 |
"web-time", |
| 1399 |
] |
| 1400 |
|
| 1401 |
[[package]] |
| 1402 |
name = "group" |
| 1403 |
version = "0.12.1" |
| 1404 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1405 |
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7" |
| 1406 |
dependencies = [ |
| 1407 |
"ff", |
| 1408 |
"rand_core 0.6.4", |
| 1409 |
"subtle", |
| 1410 |
] |
| 1411 |
|
| 1412 |
[[package]] |
| 1413 |
name = "h2" |
| 1414 |
version = "0.3.27" |
| 1415 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1416 |
checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d" |
| 1417 |
dependencies = [ |
| 1418 |
"bytes", |
| 1419 |
"fnv", |
| 1420 |
"futures-core", |
| 1421 |
"futures-sink", |
| 1422 |
"futures-util", |
| 1423 |
"http 0.2.12", |
| 1424 |
"indexmap", |
| 1425 |
"slab", |
| 1426 |
"tokio", |
| 1427 |
"tokio-util", |
| 1428 |
"tracing", |
| 1429 |
] |
| 1430 |
|
| 1431 |
[[package]] |
| 1432 |
name = "h2" |
| 1433 |
version = "0.4.13" |
| 1434 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1435 |
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" |
| 1436 |
dependencies = [ |
| 1437 |
"atomic-waker", |
| 1438 |
"bytes", |
| 1439 |
"fnv", |
| 1440 |
"futures-core", |
| 1441 |
"futures-sink", |
| 1442 |
"http 1.4.0", |
| 1443 |
"indexmap", |
| 1444 |
"slab", |
| 1445 |
"tokio", |
| 1446 |
"tokio-util", |
| 1447 |
"tracing", |
| 1448 |
] |
| 1449 |
|
| 1450 |
[[package]] |
| 1451 |
name = "hashbrown" |
| 1452 |
version = "0.14.5" |
| 1453 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1454 |
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
| 1455 |
|
| 1456 |
[[package]] |
| 1457 |
name = "hashbrown" |
| 1458 |
version = "0.15.5" |
| 1459 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1460 |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 1461 |
dependencies = [ |
| 1462 |
"allocator-api2", |
| 1463 |
"equivalent", |
| 1464 |
"foldhash", |
| 1465 |
] |
| 1466 |
|
| 1467 |
[[package]] |
| 1468 |
name = "hashbrown" |
| 1469 |
version = "0.16.1" |
| 1470 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1471 |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 1472 |
|
| 1473 |
[[package]] |
| 1474 |
name = "hashlink" |
| 1475 |
version = "0.10.0" |
| 1476 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1477 |
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| 1478 |
dependencies = [ |
| 1479 |
"hashbrown 0.15.5", |
| 1480 |
] |
| 1481 |
|
| 1482 |
[[package]] |
| 1483 |
name = "heck" |
| 1484 |
version = "0.5.0" |
| 1485 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1486 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1487 |
|
| 1488 |
[[package]] |
| 1489 |
name = "hex" |
| 1490 |
version = "0.4.3" |
| 1491 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1492 |
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 1493 |
|
| 1494 |
[[package]] |
| 1495 |
name = "hkdf" |
| 1496 |
version = "0.12.4" |
| 1497 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1498 |
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| 1499 |
dependencies = [ |
| 1500 |
"hmac", |
| 1501 |
] |
| 1502 |
|
| 1503 |
[[package]] |
| 1504 |
name = "hmac" |
| 1505 |
version = "0.12.1" |
| 1506 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1507 |
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 1508 |
dependencies = [ |
| 1509 |
"digest", |
| 1510 |
] |
| 1511 |
|
| 1512 |
[[package]] |
| 1513 |
name = "home" |
| 1514 |
version = "0.5.12" |
| 1515 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1516 |
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
| 1517 |
dependencies = [ |
| 1518 |
"windows-sys 0.61.2", |
| 1519 |
] |
| 1520 |
|
| 1521 |
[[package]] |
| 1522 |
name = "html5ever" |
| 1523 |
version = "0.35.0" |
| 1524 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1525 |
checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4" |
| 1526 |
dependencies = [ |
| 1527 |
"log", |
| 1528 |
"markup5ever", |
| 1529 |
"match_token", |
| 1530 |
] |
| 1531 |
|
| 1532 |
[[package]] |
| 1533 |
name = "http" |
| 1534 |
version = "0.2.12" |
| 1535 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1536 |
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
| 1537 |
dependencies = [ |
| 1538 |
"bytes", |
| 1539 |
"fnv", |
| 1540 |
"itoa", |
| 1541 |
] |
| 1542 |
|
| 1543 |
[[package]] |
| 1544 |
name = "http" |
| 1545 |
version = "1.4.0" |
| 1546 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1547 |
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 1548 |
dependencies = [ |
| 1549 |
"bytes", |
| 1550 |
"itoa", |
| 1551 |
] |
| 1552 |
|
| 1553 |
[[package]] |
| 1554 |
name = "http-body" |
| 1555 |
version = "0.4.6" |
| 1556 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1557 |
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" |
| 1558 |
dependencies = [ |
| 1559 |
"bytes", |
| 1560 |
"http 0.2.12", |
| 1561 |
"pin-project-lite", |
| 1562 |
] |
| 1563 |
|
| 1564 |
[[package]] |
| 1565 |
name = "http-body" |
| 1566 |
version = "1.0.1" |
| 1567 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1568 |
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 1569 |
dependencies = [ |
| 1570 |
"bytes", |
| 1571 |
"http 1.4.0", |
| 1572 |
] |
| 1573 |
|
| 1574 |
[[package]] |
| 1575 |
name = "http-body-util" |
| 1576 |
version = "0.1.3" |
| 1577 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1578 |
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 1579 |
dependencies = [ |
| 1580 |
"bytes", |
| 1581 |
"futures-core", |
| 1582 |
"http 1.4.0", |
| 1583 |
"http-body 1.0.1", |
| 1584 |
"pin-project-lite", |
| 1585 |
] |
| 1586 |
|
| 1587 |
[[package]] |
| 1588 |
name = "http-range-header" |
| 1589 |
version = "0.4.2" |
| 1590 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1591 |
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" |
| 1592 |
|
| 1593 |
[[package]] |
| 1594 |
name = "httparse" |
| 1595 |
version = "1.10.1" |
| 1596 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1597 |
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 1598 |
|
| 1599 |
[[package]] |
| 1600 |
name = "httpdate" |
| 1601 |
version = "1.0.3" |
| 1602 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1603 |
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 1604 |
|
| 1605 |
[[package]] |
| 1606 |
name = "hyper" |
| 1607 |
version = "0.14.32" |
| 1608 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1609 |
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7" |
| 1610 |
dependencies = [ |
| 1611 |
"bytes", |
| 1612 |
"futures-channel", |
| 1613 |
"futures-core", |
| 1614 |
"futures-util", |
| 1615 |
"h2 0.3.27", |
| 1616 |
"http 0.2.12", |
| 1617 |
"http-body 0.4.6", |
| 1618 |
"httparse", |
| 1619 |
"httpdate", |
| 1620 |
"itoa", |
| 1621 |
"pin-project-lite", |
| 1622 |
"socket2 0.5.10", |
| 1623 |
"tokio", |
| 1624 |
"tower-service", |
| 1625 |
"tracing", |
| 1626 |
"want", |
| 1627 |
] |
| 1628 |
|
| 1629 |
[[package]] |
| 1630 |
name = "hyper" |
| 1631 |
version = "1.8.1" |
| 1632 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1633 |
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
| 1634 |
dependencies = [ |
| 1635 |
"atomic-waker", |
| 1636 |
"bytes", |
| 1637 |
"futures-channel", |
| 1638 |
"futures-core", |
| 1639 |
"h2 0.4.13", |
| 1640 |
"http 1.4.0", |
| 1641 |
"http-body 1.0.1", |
| 1642 |
"httparse", |
| 1643 |
"httpdate", |
| 1644 |
"itoa", |
| 1645 |
"pin-project-lite", |
| 1646 |
"pin-utils", |
| 1647 |
"smallvec", |
| 1648 |
"tokio", |
| 1649 |
"want", |
| 1650 |
] |
| 1651 |
|
| 1652 |
[[package]] |
| 1653 |
name = "hyper-rustls" |
| 1654 |
version = "0.24.2" |
| 1655 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1656 |
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" |
| 1657 |
dependencies = [ |
| 1658 |
"futures-util", |
| 1659 |
"http 0.2.12", |
| 1660 |
"hyper 0.14.32", |
| 1661 |
"log", |
| 1662 |
"rustls 0.21.12", |
| 1663 |
"tokio", |
| 1664 |
"tokio-rustls 0.24.1", |
| 1665 |
] |
| 1666 |
|
| 1667 |
[[package]] |
| 1668 |
name = "hyper-rustls" |
| 1669 |
version = "0.27.7" |
| 1670 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1671 |
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 1672 |
dependencies = [ |
| 1673 |
"http 1.4.0", |
| 1674 |
"hyper 1.8.1", |
| 1675 |
"hyper-util", |
| 1676 |
"rustls 0.23.37", |
| 1677 |
"rustls-native-certs", |
| 1678 |
"rustls-pki-types", |
| 1679 |
"tokio", |
| 1680 |
"tokio-rustls 0.26.4", |
| 1681 |
"tower-service", |
| 1682 |
"webpki-roots", |
| 1683 |
] |
| 1684 |
|
| 1685 |
[[package]] |
| 1686 |
name = "hyper-util" |
| 1687 |
version = "0.1.20" |
| 1688 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1689 |
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 1690 |
dependencies = [ |
| 1691 |
"base64", |
| 1692 |
"bytes", |
| 1693 |
"futures-channel", |
| 1694 |
"futures-util", |
| 1695 |
"http 1.4.0", |
| 1696 |
"http-body 1.0.1", |
| 1697 |
"hyper 1.8.1", |
| 1698 |
"ipnet", |
| 1699 |
"libc", |
| 1700 |
"percent-encoding", |
| 1701 |
"pin-project-lite", |
| 1702 |
"socket2 0.6.3", |
| 1703 |
"tokio", |
| 1704 |
"tower-service", |
| 1705 |
"tracing", |
| 1706 |
] |
| 1707 |
|
| 1708 |
[[package]] |
| 1709 |
name = "iana-time-zone" |
| 1710 |
version = "0.1.65" |
| 1711 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1712 |
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 1713 |
dependencies = [ |
| 1714 |
"android_system_properties", |
| 1715 |
"core-foundation-sys", |
| 1716 |
"iana-time-zone-haiku", |
| 1717 |
"js-sys", |
| 1718 |
"log", |
| 1719 |
"wasm-bindgen", |
| 1720 |
"windows-core", |
| 1721 |
] |
| 1722 |
|
| 1723 |
[[package]] |
| 1724 |
name = "iana-time-zone-haiku" |
| 1725 |
version = "0.1.2" |
| 1726 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1727 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 1728 |
dependencies = [ |
| 1729 |
"cc", |
| 1730 |
] |
| 1731 |
|
| 1732 |
[[package]] |
| 1733 |
name = "icu_collections" |
| 1734 |
version = "2.1.1" |
| 1735 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1736 |
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" |
| 1737 |
dependencies = [ |
| 1738 |
"displaydoc", |
| 1739 |
"potential_utf", |
| 1740 |
"yoke", |
| 1741 |
"zerofrom", |
| 1742 |
"zerovec", |
| 1743 |
] |
| 1744 |
|
| 1745 |
[[package]] |
| 1746 |
name = "icu_locale_core" |
| 1747 |
version = "2.1.1" |
| 1748 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1749 |
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" |
| 1750 |
dependencies = [ |
| 1751 |
"displaydoc", |
| 1752 |
"litemap", |
| 1753 |
"tinystr", |
| 1754 |
"writeable", |
| 1755 |
"zerovec", |
| 1756 |
] |
| 1757 |
|
| 1758 |
[[package]] |
| 1759 |
name = "icu_normalizer" |
| 1760 |
version = "2.1.1" |
| 1761 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1762 |
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" |
| 1763 |
dependencies = [ |
| 1764 |
"icu_collections", |
| 1765 |
"icu_normalizer_data", |
| 1766 |
"icu_properties", |
| 1767 |
"icu_provider", |
| 1768 |
"smallvec", |
| 1769 |
"zerovec", |
| 1770 |
] |
| 1771 |
|
| 1772 |
[[package]] |
| 1773 |
name = "icu_normalizer_data" |
| 1774 |
version = "2.1.1" |
| 1775 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1776 |
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" |
| 1777 |
|
| 1778 |
[[package]] |
| 1779 |
name = "icu_properties" |
| 1780 |
version = "2.1.2" |
| 1781 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1782 |
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" |
| 1783 |
dependencies = [ |
| 1784 |
"icu_collections", |
| 1785 |
"icu_locale_core", |
| 1786 |
"icu_properties_data", |
| 1787 |
"icu_provider", |
| 1788 |
"zerotrie", |
| 1789 |
"zerovec", |
| 1790 |
] |
| 1791 |
|
| 1792 |
[[package]] |
| 1793 |
name = "icu_properties_data" |
| 1794 |
version = "2.1.2" |
| 1795 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1796 |
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" |
| 1797 |
|
| 1798 |
[[package]] |
| 1799 |
name = "icu_provider" |
| 1800 |
version = "2.1.1" |
| 1801 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1802 |
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" |
| 1803 |
dependencies = [ |
| 1804 |
"displaydoc", |
| 1805 |
"icu_locale_core", |
| 1806 |
"writeable", |
| 1807 |
"yoke", |
| 1808 |
"zerofrom", |
| 1809 |
"zerotrie", |
| 1810 |
"zerovec", |
| 1811 |
] |
| 1812 |
|
| 1813 |
[[package]] |
| 1814 |
name = "id-arena" |
| 1815 |
version = "2.3.0" |
| 1816 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1817 |
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 1818 |
|
| 1819 |
[[package]] |
| 1820 |
name = "idna" |
| 1821 |
version = "1.1.0" |
| 1822 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1823 |
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 1824 |
dependencies = [ |
| 1825 |
"idna_adapter", |
| 1826 |
"smallvec", |
| 1827 |
"utf8_iter", |
| 1828 |
] |
| 1829 |
|
| 1830 |
[[package]] |
| 1831 |
name = "idna_adapter" |
| 1832 |
version = "1.2.1" |
| 1833 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1834 |
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 1835 |
dependencies = [ |
| 1836 |
"icu_normalizer", |
| 1837 |
"icu_properties", |
| 1838 |
] |
| 1839 |
|
| 1840 |
[[package]] |
| 1841 |
name = "indexmap" |
| 1842 |
version = "2.13.0" |
| 1843 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1844 |
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" |
| 1845 |
dependencies = [ |
| 1846 |
"equivalent", |
| 1847 |
"hashbrown 0.16.1", |
| 1848 |
"serde", |
| 1849 |
"serde_core", |
| 1850 |
] |
| 1851 |
|
| 1852 |
[[package]] |
| 1853 |
name = "ipnet" |
| 1854 |
version = "2.12.0" |
| 1855 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1856 |
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 1857 |
|
| 1858 |
[[package]] |
| 1859 |
name = "iri-string" |
| 1860 |
version = "0.7.10" |
| 1861 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1862 |
checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" |
| 1863 |
dependencies = [ |
| 1864 |
"memchr", |
| 1865 |
"serde", |
| 1866 |
] |
| 1867 |
|
| 1868 |
[[package]] |
| 1869 |
name = "itoa" |
| 1870 |
version = "1.0.17" |
| 1871 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1872 |
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
| 1873 |
|
| 1874 |
[[package]] |
| 1875 |
name = "jobserver" |
| 1876 |
version = "0.1.34" |
| 1877 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1878 |
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| 1879 |
dependencies = [ |
| 1880 |
"getrandom 0.3.4", |
| 1881 |
"libc", |
| 1882 |
] |
| 1883 |
|
| 1884 |
[[package]] |
| 1885 |
name = "js-sys" |
| 1886 |
version = "0.3.91" |
| 1887 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1888 |
checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" |
| 1889 |
dependencies = [ |
| 1890 |
"once_cell", |
| 1891 |
"wasm-bindgen", |
| 1892 |
] |
| 1893 |
|
| 1894 |
[[package]] |
| 1895 |
name = "lazy_static" |
| 1896 |
version = "1.5.0" |
| 1897 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1898 |
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 1899 |
dependencies = [ |
| 1900 |
"spin", |
| 1901 |
] |
| 1902 |
|
| 1903 |
[[package]] |
| 1904 |
name = "leb128fmt" |
| 1905 |
version = "0.1.0" |
| 1906 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1907 |
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 1908 |
|
| 1909 |
[[package]] |
| 1910 |
name = "libc" |
| 1911 |
version = "0.2.183" |
| 1912 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1913 |
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d" |
| 1914 |
|
| 1915 |
[[package]] |
| 1916 |
name = "libm" |
| 1917 |
version = "0.2.16" |
| 1918 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1919 |
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| 1920 |
|
| 1921 |
[[package]] |
| 1922 |
name = "libredox" |
| 1923 |
version = "0.1.14" |
| 1924 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1925 |
checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" |
| 1926 |
dependencies = [ |
| 1927 |
"bitflags", |
| 1928 |
"libc", |
| 1929 |
"plain", |
| 1930 |
"redox_syscall 0.7.3", |
| 1931 |
] |
| 1932 |
|
| 1933 |
[[package]] |
| 1934 |
name = "libsqlite3-sys" |
| 1935 |
version = "0.30.1" |
| 1936 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1937 |
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" |
| 1938 |
dependencies = [ |
| 1939 |
"pkg-config", |
| 1940 |
"vcpkg", |
| 1941 |
] |
| 1942 |
|
| 1943 |
[[package]] |
| 1944 |
name = "litemap" |
| 1945 |
version = "0.8.1" |
| 1946 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1947 |
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" |
| 1948 |
|
| 1949 |
[[package]] |
| 1950 |
name = "lock_api" |
| 1951 |
version = "0.4.14" |
| 1952 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1953 |
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 1954 |
dependencies = [ |
| 1955 |
"scopeguard", |
| 1956 |
"serde", |
| 1957 |
] |
| 1958 |
|
| 1959 |
[[package]] |
| 1960 |
name = "log" |
| 1961 |
version = "0.4.29" |
| 1962 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1963 |
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 1964 |
|
| 1965 |
[[package]] |
| 1966 |
name = "lru" |
| 1967 |
version = "0.12.5" |
| 1968 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1969 |
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" |
| 1970 |
dependencies = [ |
| 1971 |
"hashbrown 0.15.5", |
| 1972 |
] |
| 1973 |
|
| 1974 |
[[package]] |
| 1975 |
name = "lru-slab" |
| 1976 |
version = "0.1.2" |
| 1977 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1978 |
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 1979 |
|
| 1980 |
[[package]] |
| 1981 |
name = "mac" |
| 1982 |
version = "0.1.1" |
| 1983 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1984 |
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" |
| 1985 |
|
| 1986 |
[[package]] |
| 1987 |
name = "maplit" |
| 1988 |
version = "1.0.2" |
| 1989 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1990 |
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| 1991 |
|
| 1992 |
[[package]] |
| 1993 |
name = "markup5ever" |
| 1994 |
version = "0.35.0" |
| 1995 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1996 |
checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3" |
| 1997 |
dependencies = [ |
| 1998 |
"log", |
| 1999 |
"tendril", |
| 2000 |
"web_atoms", |
| 2001 |
] |
| 2002 |
|
| 2003 |
[[package]] |
| 2004 |
name = "match_token" |
| 2005 |
version = "0.35.0" |
| 2006 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2007 |
checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf" |
| 2008 |
dependencies = [ |
| 2009 |
"proc-macro2", |
| 2010 |
"quote", |
| 2011 |
"syn", |
| 2012 |
] |
| 2013 |
|
| 2014 |
[[package]] |
| 2015 |
name = "matchers" |
| 2016 |
version = "0.2.0" |
| 2017 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2018 |
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 2019 |
dependencies = [ |
| 2020 |
"regex-automata", |
| 2021 |
] |
| 2022 |
|
| 2023 |
[[package]] |
| 2024 |
name = "matchit" |
| 2025 |
version = "0.8.4" |
| 2026 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2027 |
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| 2028 |
|
| 2029 |
[[package]] |
| 2030 |
name = "md-5" |
| 2031 |
version = "0.10.6" |
| 2032 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2033 |
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| 2034 |
dependencies = [ |
| 2035 |
"cfg-if", |
| 2036 |
"digest", |
| 2037 |
] |
| 2038 |
|
| 2039 |
[[package]] |
| 2040 |
name = "memchr" |
| 2041 |
version = "2.8.0" |
| 2042 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2043 |
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 2044 |
|
| 2045 |
[[package]] |
| 2046 |
name = "mime" |
| 2047 |
version = "0.3.17" |
| 2048 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2049 |
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 2050 |
|
| 2051 |
[[package]] |
| 2052 |
name = "mime_guess" |
| 2053 |
version = "2.0.5" |
| 2054 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2055 |
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
| 2056 |
dependencies = [ |
| 2057 |
"mime", |
| 2058 |
"unicase", |
| 2059 |
] |
| 2060 |
|
| 2061 |
[[package]] |
| 2062 |
name = "mio" |
| 2063 |
version = "1.1.1" |
| 2064 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2065 |
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
| 2066 |
dependencies = [ |
| 2067 |
"libc", |
| 2068 |
"wasi", |
| 2069 |
"windows-sys 0.61.2", |
| 2070 |
] |
| 2071 |
|
| 2072 |
[[package]] |
| 2073 |
name = "mt-core" |
| 2074 |
version = "0.3.2" |
| 2075 |
dependencies = [ |
| 2076 |
"chrono", |
| 2077 |
] |
| 2078 |
|
| 2079 |
[[package]] |
| 2080 |
name = "mt-db" |
| 2081 |
version = "0.3.2" |
| 2082 |
dependencies = [ |
| 2083 |
"chrono", |
| 2084 |
"mt-core", |
| 2085 |
"serde", |
| 2086 |
"sqlx", |
| 2087 |
"tracing", |
| 2088 |
"uuid", |
| 2089 |
] |
| 2090 |
|
| 2091 |
[[package]] |
| 2092 |
name = "multer" |
| 2093 |
version = "3.1.0" |
| 2094 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2095 |
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" |
| 2096 |
dependencies = [ |
| 2097 |
"bytes", |
| 2098 |
"encoding_rs", |
| 2099 |
"futures-util", |
| 2100 |
"http 1.4.0", |
| 2101 |
"httparse", |
| 2102 |
"memchr", |
| 2103 |
"mime", |
| 2104 |
"spin", |
| 2105 |
"version_check", |
| 2106 |
] |
| 2107 |
|
| 2108 |
[[package]] |
| 2109 |
name = "multithreaded" |
| 2110 |
version = "0.3.2" |
| 2111 |
dependencies = [ |
| 2112 |
"askama", |
| 2113 |
"axum", |
| 2114 |
"base64", |
| 2115 |
"chrono", |
| 2116 |
"docengine", |
| 2117 |
"dotenvy", |
| 2118 |
"governor", |
| 2119 |
"hex", |
| 2120 |
"hmac", |
| 2121 |
"http-body-util", |
| 2122 |
"mt-core", |
| 2123 |
"mt-db", |
| 2124 |
"pulldown-cmark", |
| 2125 |
"rand 0.8.5", |
| 2126 |
"regex-lite", |
| 2127 |
"reqwest", |
| 2128 |
"s3-storage", |
| 2129 |
"serde", |
| 2130 |
"serde_json", |
| 2131 |
"sha2", |
| 2132 |
"sqlx", |
| 2133 |
"tagtree", |
| 2134 |
"time", |
| 2135 |
"tokio", |
| 2136 |
"tower", |
| 2137 |
"tower-http", |
| 2138 |
"tower-sessions", |
| 2139 |
"tower-sessions-sqlx-store", |
| 2140 |
"tower_governor", |
| 2141 |
"tracing", |
| 2142 |
"tracing-subscriber", |
| 2143 |
"urlencoding", |
| 2144 |
"uuid", |
| 2145 |
] |
| 2146 |
|
| 2147 |
[[package]] |
| 2148 |
name = "new_debug_unreachable" |
| 2149 |
version = "1.0.6" |
| 2150 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2151 |
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" |
| 2152 |
|
| 2153 |
[[package]] |
| 2154 |
name = "no-std-compat" |
| 2155 |
version = "0.4.1" |
| 2156 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2157 |
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" |
| 2158 |
|
| 2159 |
[[package]] |
| 2160 |
name = "nonempty" |
| 2161 |
version = "0.7.0" |
| 2162 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2163 |
checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7" |
| 2164 |
|
| 2165 |
[[package]] |
| 2166 |
name = "nonzero_ext" |
| 2167 |
version = "0.3.0" |
| 2168 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2169 |
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21" |
| 2170 |
|
| 2171 |
[[package]] |
| 2172 |
name = "nu-ansi-term" |
| 2173 |
version = "0.50.3" |
| 2174 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2175 |
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 2176 |
dependencies = [ |
| 2177 |
"windows-sys 0.61.2", |
| 2178 |
] |
| 2179 |
|
| 2180 |
[[package]] |
| 2181 |
name = "num-bigint-dig" |
| 2182 |
version = "0.8.6" |
| 2183 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2184 |
checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" |
| 2185 |
dependencies = [ |
| 2186 |
"lazy_static", |
| 2187 |
"libm", |
| 2188 |
"num-integer", |
| 2189 |
"num-iter", |
| 2190 |
"num-traits", |
| 2191 |
"rand 0.8.5", |
| 2192 |
"smallvec", |
| 2193 |
"zeroize", |
| 2194 |
] |
| 2195 |
|
| 2196 |
[[package]] |
| 2197 |
name = "num-conv" |
| 2198 |
version = "0.2.0" |
| 2199 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2200 |
checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" |
| 2201 |
|
| 2202 |
[[package]] |
| 2203 |
name = "num-integer" |
| 2204 |
version = "0.1.46" |
| 2205 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2206 |
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 2207 |
dependencies = [ |
| 2208 |
"num-traits", |
| 2209 |
] |
| 2210 |
|
| 2211 |
[[package]] |
| 2212 |
name = "num-iter" |
| 2213 |
version = "0.1.45" |
| 2214 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2215 |
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 2216 |
dependencies = [ |
| 2217 |
"autocfg", |
| 2218 |
"num-integer", |
| 2219 |
"num-traits", |
| 2220 |
] |
| 2221 |
|
| 2222 |
[[package]] |
| 2223 |
name = "num-traits" |
| 2224 |
version = "0.2.19" |
| 2225 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2226 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 2227 |
dependencies = [ |
| 2228 |
"autocfg", |
| 2229 |
"libm", |
| 2230 |
] |
| 2231 |
|
| 2232 |
[[package]] |
| 2233 |
name = "once_cell" |
| 2234 |
version = "1.21.4" |
| 2235 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2236 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 2237 |
|
| 2238 |
[[package]] |
| 2239 |
name = "openssl-probe" |
| 2240 |
version = "0.2.1" |
| 2241 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2242 |
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 2243 |
|
| 2244 |
[[package]] |
| 2245 |
name = "outref" |
| 2246 |
version = "0.5.2" |
| 2247 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2248 |
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e" |
| 2249 |
|
| 2250 |
[[package]] |
| 2251 |
name = "p256" |
| 2252 |
version = "0.11.1" |
| 2253 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2254 |
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594" |
| 2255 |
dependencies = [ |
| 2256 |
"ecdsa", |
| 2257 |
"elliptic-curve", |
| 2258 |
"sha2", |
| 2259 |
] |
| 2260 |
|
| 2261 |
[[package]] |
| 2262 |
name = "parking" |
| 2263 |
version = "2.2.1" |
| 2264 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2265 |
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 2266 |
|
| 2267 |
[[package]] |
| 2268 |
name = "parking_lot" |
| 2269 |
version = "0.12.5" |
| 2270 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2271 |
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 2272 |
dependencies = [ |
| 2273 |
"lock_api", |
| 2274 |
"parking_lot_core", |
| 2275 |
] |
| 2276 |
|
| 2277 |
[[package]] |
| 2278 |
name = "parking_lot_core" |
| 2279 |
version = "0.9.12" |
| 2280 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2281 |
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 2282 |
dependencies = [ |
| 2283 |
"cfg-if", |
| 2284 |
"libc", |
| 2285 |
"redox_syscall 0.5.18", |
| 2286 |
"smallvec", |
| 2287 |
"windows-link", |
| 2288 |
] |
| 2289 |
|
| 2290 |
[[package]] |
| 2291 |
name = "pem-rfc7468" |
| 2292 |
version = "0.7.0" |
| 2293 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2294 |
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
| 2295 |
dependencies = [ |
| 2296 |
"base64ct", |
| 2297 |
] |
| 2298 |
|
| 2299 |
[[package]] |
| 2300 |
name = "percent-encoding" |
| 2301 |
version = "2.3.2" |
| 2302 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2303 |
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 2304 |
|
| 2305 |
[[package]] |
| 2306 |
name = "phf" |
| 2307 |
version = "0.11.3" |
| 2308 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2309 |
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" |
| 2310 |
dependencies = [ |
| 2311 |
"phf_macros", |
| 2312 |
"phf_shared", |
| 2313 |
] |
| 2314 |
|
| 2315 |
[[package]] |
| 2316 |
name = "phf_codegen" |
| 2317 |
version = "0.11.3" |
| 2318 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2319 |
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" |
| 2320 |
dependencies = [ |
| 2321 |
"phf_generator", |
| 2322 |
"phf_shared", |
| 2323 |
] |
| 2324 |
|
| 2325 |
[[package]] |
| 2326 |
name = "phf_generator" |
| 2327 |
version = "0.11.3" |
| 2328 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2329 |
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" |
| 2330 |
dependencies = [ |
| 2331 |
"phf_shared", |
| 2332 |
"rand 0.8.5", |
| 2333 |
] |
| 2334 |
|
| 2335 |
[[package]] |
| 2336 |
name = "phf_macros" |
| 2337 |
version = "0.11.3" |
| 2338 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2339 |
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" |
| 2340 |
dependencies = [ |
| 2341 |
"phf_generator", |
| 2342 |
"phf_shared", |
| 2343 |
"proc-macro2", |
| 2344 |
"quote", |
| 2345 |
"syn", |
| 2346 |
] |
| 2347 |
|
| 2348 |
[[package]] |
| 2349 |
name = "phf_shared" |
| 2350 |
version = "0.11.3" |
| 2351 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2352 |
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" |
| 2353 |
dependencies = [ |
| 2354 |
"siphasher", |
| 2355 |
] |
| 2356 |
|
| 2357 |
[[package]] |
| 2358 |
name = "pin-project" |
| 2359 |
version = "1.1.11" |
| 2360 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2361 |
checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" |
| 2362 |
dependencies = [ |
| 2363 |
"pin-project-internal", |
| 2364 |
] |
| 2365 |
|
| 2366 |
[[package]] |
| 2367 |
name = "pin-project-internal" |
| 2368 |
version = "1.1.11" |
| 2369 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2370 |
checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" |
| 2371 |
dependencies = [ |
| 2372 |
"proc-macro2", |
| 2373 |
"quote", |
| 2374 |
"syn", |
| 2375 |
] |
| 2376 |
|
| 2377 |
[[package]] |
| 2378 |
name = "pin-project-lite" |
| 2379 |
version = "0.2.17" |
| 2380 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2381 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 2382 |
|
| 2383 |
[[package]] |
| 2384 |
name = "pin-utils" |
| 2385 |
version = "0.1.0" |
| 2386 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2387 |
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 2388 |
|
| 2389 |
[[package]] |
| 2390 |
name = "pkcs1" |
| 2391 |
version = "0.7.5" |
| 2392 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2393 |
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
| 2394 |
dependencies = [ |
| 2395 |
"der 0.7.10", |
| 2396 |
"pkcs8 0.10.2", |
| 2397 |
"spki 0.7.3", |
| 2398 |
] |
| 2399 |
|
| 2400 |
[[package]] |
| 2401 |
name = "pkcs8" |
| 2402 |
version = "0.9.0" |
| 2403 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2404 |
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba" |
| 2405 |
dependencies = [ |
| 2406 |
"der 0.6.1", |
| 2407 |
"spki 0.6.0", |
| 2408 |
] |
| 2409 |
|
| 2410 |
[[package]] |
| 2411 |
name = "pkcs8" |
| 2412 |
version = "0.10.2" |
| 2413 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2414 |
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| 2415 |
dependencies = [ |
| 2416 |
"der 0.7.10", |
| 2417 |
"spki 0.7.3", |
| 2418 |
] |
| 2419 |
|
| 2420 |
[[package]] |
| 2421 |
name = "pkg-config" |
| 2422 |
version = "0.3.32" |
| 2423 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2424 |
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 2425 |
|
| 2426 |
[[package]] |
| 2427 |
name = "plain" |
| 2428 |
version = "0.2.3" |
| 2429 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2430 |
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
| 2431 |
|
| 2432 |
[[package]] |
| 2433 |
name = "portable-atomic" |
| 2434 |
version = "1.13.1" |
| 2435 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2436 |
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| 2437 |
|
| 2438 |
[[package]] |
| 2439 |
name = "potential_utf" |
| 2440 |
version = "0.1.4" |
| 2441 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2442 |
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" |
| 2443 |
dependencies = [ |
| 2444 |
"zerovec", |
| 2445 |
] |
| 2446 |
|
| 2447 |
[[package]] |
| 2448 |
name = "powerfmt" |
| 2449 |
version = "0.2.0" |
| 2450 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2451 |
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
| 2452 |
|
| 2453 |
[[package]] |
| 2454 |
name = "ppv-lite86" |
| 2455 |
version = "0.2.21" |
| 2456 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2457 |
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 2458 |
dependencies = [ |
| 2459 |
"zerocopy", |
| 2460 |
] |
| 2461 |
|
| 2462 |
[[package]] |
| 2463 |
name = "precomputed-hash" |
| 2464 |
version = "0.1.1" |
| 2465 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2466 |
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" |
| 2467 |
|
| 2468 |
[[package]] |
| 2469 |
name = "prettyplease" |
| 2470 |
version = "0.2.37" |
| 2471 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2472 |
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 2473 |
dependencies = [ |
| 2474 |
"proc-macro2", |
| 2475 |
"syn", |
| 2476 |
] |
| 2477 |
|
| 2478 |
[[package]] |
| 2479 |
name = "proc-macro2" |
| 2480 |
version = "1.0.106" |
| 2481 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2482 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 2483 |
dependencies = [ |
| 2484 |
"unicode-ident", |
| 2485 |
] |
| 2486 |
|
| 2487 |
[[package]] |
| 2488 |
name = "pulldown-cmark" |
| 2489 |
version = "0.12.2" |
| 2490 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2491 |
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14" |
| 2492 |
dependencies = [ |
| 2493 |
"bitflags", |
| 2494 |
"getopts", |
| 2495 |
"memchr", |
| 2496 |
"pulldown-cmark-escape", |
| 2497 |
"unicase", |
| 2498 |
] |
| 2499 |
|
| 2500 |
[[package]] |
| 2501 |
name = "pulldown-cmark-escape" |
| 2502 |
version = "0.11.0" |
| 2503 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2504 |
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" |
| 2505 |
|
| 2506 |
[[package]] |
| 2507 |
name = "quanta" |
| 2508 |
version = "0.12.6" |
| 2509 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2510 |
checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" |
| 2511 |
dependencies = [ |
| 2512 |
"crossbeam-utils", |
| 2513 |
"libc", |
| 2514 |
"once_cell", |
| 2515 |
"raw-cpuid", |
| 2516 |
"wasi", |
| 2517 |
"web-sys", |
| 2518 |
"winapi", |
| 2519 |
] |
| 2520 |
|
| 2521 |
[[package]] |
| 2522 |
name = "quinn" |
| 2523 |
version = "0.11.9" |
| 2524 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2525 |
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" |
| 2526 |
dependencies = [ |
| 2527 |
"bytes", |
| 2528 |
"cfg_aliases", |
| 2529 |
"pin-project-lite", |
| 2530 |
"quinn-proto", |
| 2531 |
"quinn-udp", |
| 2532 |
"rustc-hash", |
| 2533 |
"rustls 0.23.37", |
| 2534 |
"socket2 0.6.3", |
| 2535 |
"thiserror 2.0.18", |
| 2536 |
"tokio", |
| 2537 |
"tracing", |
| 2538 |
"web-time", |
| 2539 |
] |
| 2540 |
|
| 2541 |
[[package]] |
| 2542 |
name = "quinn-proto" |
| 2543 |
version = "0.11.14" |
| 2544 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2545 |
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" |
| 2546 |
dependencies = [ |
| 2547 |
"bytes", |
| 2548 |
"getrandom 0.3.4", |
| 2549 |
"lru-slab", |
| 2550 |
"rand 0.9.2", |
| 2551 |
"ring", |
| 2552 |
"rustc-hash", |
| 2553 |
"rustls 0.23.37", |
| 2554 |
"rustls-pki-types", |
| 2555 |
"slab", |
| 2556 |
"thiserror 2.0.18", |
| 2557 |
"tinyvec", |
| 2558 |
"tracing", |
| 2559 |
"web-time", |
| 2560 |
] |
| 2561 |
|
| 2562 |
[[package]] |
| 2563 |
name = "quinn-udp" |
| 2564 |
version = "0.5.14" |
| 2565 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2566 |
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| 2567 |
dependencies = [ |
| 2568 |
"cfg_aliases", |
| 2569 |
"libc", |
| 2570 |
"once_cell", |
| 2571 |
"socket2 0.6.3", |
| 2572 |
"tracing", |
| 2573 |
"windows-sys 0.52.0", |
| 2574 |
] |
| 2575 |
|
| 2576 |
[[package]] |
| 2577 |
name = "quote" |
| 2578 |
version = "1.0.45" |
| 2579 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2580 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 2581 |
dependencies = [ |
| 2582 |
"proc-macro2", |
| 2583 |
] |
| 2584 |
|
| 2585 |
[[package]] |
| 2586 |
name = "r-efi" |
| 2587 |
version = "5.3.0" |
| 2588 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2589 |
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 2590 |
|
| 2591 |
[[package]] |
| 2592 |
name = "r-efi" |
| 2593 |
version = "6.0.0" |
| 2594 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2595 |
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 2596 |
|
| 2597 |
[[package]] |
| 2598 |
name = "rand" |
| 2599 |
version = "0.8.5" |
| 2600 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2601 |
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 2602 |
dependencies = [ |
| 2603 |
"libc", |
| 2604 |
"rand_chacha 0.3.1", |
| 2605 |
"rand_core 0.6.4", |
| 2606 |
] |
| 2607 |
|
| 2608 |
[[package]] |
| 2609 |
name = "rand" |
| 2610 |
version = "0.9.2" |
| 2611 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2612 |
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 2613 |
dependencies = [ |
| 2614 |
"rand_chacha 0.9.0", |
| 2615 |
"rand_core 0.9.5", |
| 2616 |
] |
| 2617 |
|
| 2618 |
[[package]] |
| 2619 |
name = "rand_chacha" |
| 2620 |
version = "0.3.1" |
| 2621 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2622 |
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 2623 |
dependencies = [ |
| 2624 |
"ppv-lite86", |
| 2625 |
"rand_core 0.6.4", |
| 2626 |
] |
| 2627 |
|
| 2628 |
[[package]] |
| 2629 |
name = "rand_chacha" |
| 2630 |
version = "0.9.0" |
| 2631 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2632 |
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 2633 |
dependencies = [ |
| 2634 |
"ppv-lite86", |
| 2635 |
"rand_core 0.9.5", |
| 2636 |
] |
| 2637 |
|
| 2638 |
[[package]] |
| 2639 |
name = "rand_core" |
| 2640 |
version = "0.6.4" |
| 2641 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2642 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 2643 |
dependencies = [ |
| 2644 |
"getrandom 0.2.17", |
| 2645 |
] |
| 2646 |
|
| 2647 |
[[package]] |
| 2648 |
name = "rand_core" |
| 2649 |
version = "0.9.5" |
| 2650 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2651 |
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 2652 |
dependencies = [ |
| 2653 |
"getrandom 0.3.4", |
| 2654 |
] |
| 2655 |
|
| 2656 |
[[package]] |
| 2657 |
name = "raw-cpuid" |
| 2658 |
version = "11.6.0" |
| 2659 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2660 |
checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" |
| 2661 |
dependencies = [ |
| 2662 |
"bitflags", |
| 2663 |
] |
| 2664 |
|
| 2665 |
[[package]] |
| 2666 |
name = "redox_syscall" |
| 2667 |
version = "0.5.18" |
| 2668 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2669 |
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 2670 |
dependencies = [ |
| 2671 |
"bitflags", |
| 2672 |
] |
| 2673 |
|
| 2674 |
[[package]] |
| 2675 |
name = "redox_syscall" |
| 2676 |
version = "0.7.3" |
| 2677 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2678 |
checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" |
| 2679 |
dependencies = [ |
| 2680 |
"bitflags", |
| 2681 |
] |
| 2682 |
|
| 2683 |
[[package]] |
| 2684 |
name = "regex" |
| 2685 |
version = "1.12.3" |
| 2686 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2687 |
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 2688 |
dependencies = [ |
| 2689 |
"aho-corasick", |
| 2690 |
"memchr", |
| 2691 |
"regex-automata", |
| 2692 |
"regex-syntax", |
| 2693 |
] |
| 2694 |
|
| 2695 |
[[package]] |
| 2696 |
name = "regex-automata" |
| 2697 |
version = "0.4.14" |
| 2698 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2699 |
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 2700 |
dependencies = [ |
| 2701 |
"aho-corasick", |
| 2702 |
"memchr", |
| 2703 |
"regex-syntax", |
| 2704 |
] |
| 2705 |
|
| 2706 |
[[package]] |
| 2707 |
name = "regex-lite" |
| 2708 |
version = "0.1.9" |
| 2709 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2710 |
checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" |
| 2711 |
|
| 2712 |
[[package]] |
| 2713 |
name = "regex-syntax" |
| 2714 |
version = "0.8.10" |
| 2715 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2716 |
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 2717 |
|
| 2718 |
[[package]] |
| 2719 |
name = "reqwest" |
| 2720 |
version = "0.12.28" |
| 2721 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2722 |
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 2723 |
dependencies = [ |
| 2724 |
"base64", |
| 2725 |
"bytes", |
| 2726 |
"futures-core", |
| 2727 |
"http 1.4.0", |
| 2728 |
"http-body 1.0.1", |
| 2729 |
"http-body-util", |
| 2730 |
"hyper 1.8.1", |
| 2731 |
"hyper-rustls 0.27.7", |
| 2732 |
"hyper-util", |
| 2733 |
"js-sys", |
| 2734 |
"log", |
| 2735 |
"percent-encoding", |
| 2736 |
"pin-project-lite", |
| 2737 |
"quinn", |
| 2738 |
"rustls 0.23.37", |
| 2739 |
"rustls-pki-types", |
| 2740 |
"serde", |
| 2741 |
"serde_json", |
| 2742 |
"serde_urlencoded", |
| 2743 |
"sync_wrapper", |
| 2744 |
"tokio", |
| 2745 |
"tokio-rustls 0.26.4", |
| 2746 |
"tower", |
| 2747 |
"tower-http", |
| 2748 |
"tower-service", |
| 2749 |
"url", |
| 2750 |
"wasm-bindgen", |
| 2751 |
"wasm-bindgen-futures", |
| 2752 |
"web-sys", |
| 2753 |
"webpki-roots", |
| 2754 |
] |
| 2755 |
|
| 2756 |
[[package]] |
| 2757 |
name = "rfc6979" |
| 2758 |
version = "0.3.1" |
| 2759 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2760 |
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb" |
| 2761 |
dependencies = [ |
| 2762 |
"crypto-bigint 0.4.9", |
| 2763 |
"hmac", |
| 2764 |
"zeroize", |
| 2765 |
] |
| 2766 |
|
| 2767 |
[[package]] |
| 2768 |
name = "ring" |
| 2769 |
version = "0.17.14" |
| 2770 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2771 |
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 2772 |
dependencies = [ |
| 2773 |
"cc", |
| 2774 |
"cfg-if", |
| 2775 |
"getrandom 0.2.17", |
| 2776 |
"libc", |
| 2777 |
"untrusted", |
| 2778 |
"windows-sys 0.52.0", |
| 2779 |
] |
| 2780 |
|
| 2781 |
[[package]] |
| 2782 |
name = "rmp" |
| 2783 |
version = "0.8.15" |
| 2784 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2785 |
checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" |
| 2786 |
dependencies = [ |
| 2787 |
"num-traits", |
| 2788 |
] |
| 2789 |
|
| 2790 |
[[package]] |
| 2791 |
name = "rmp-serde" |
| 2792 |
version = "1.3.1" |
| 2793 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2794 |
checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" |
| 2795 |
dependencies = [ |
| 2796 |
"rmp", |
| 2797 |
"serde", |
| 2798 |
] |
| 2799 |
|
| 2800 |
[[package]] |
| 2801 |
name = "rsa" |
| 2802 |
version = "0.9.10" |
| 2803 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2804 |
checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" |
| 2805 |
dependencies = [ |
| 2806 |
"const-oid", |
| 2807 |
"digest", |
| 2808 |
"num-bigint-dig", |
| 2809 |
"num-integer", |
| 2810 |
"num-traits", |
| 2811 |
"pkcs1", |
| 2812 |
"pkcs8 0.10.2", |
| 2813 |
"rand_core 0.6.4", |
| 2814 |
"signature 2.2.0", |
| 2815 |
"spki 0.7.3", |
| 2816 |
"subtle", |
| 2817 |
"zeroize", |
| 2818 |
] |
| 2819 |
|
| 2820 |
[[package]] |
| 2821 |
name = "rustc-hash" |
| 2822 |
version = "2.1.1" |
| 2823 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2824 |
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" |
| 2825 |
|
| 2826 |
[[package]] |
| 2827 |
name = "rustc_version" |
| 2828 |
version = "0.4.1" |
| 2829 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2830 |
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" |
| 2831 |
dependencies = [ |
| 2832 |
"semver", |
| 2833 |
] |
| 2834 |
|
| 2835 |
[[package]] |
| 2836 |
name = "rustls" |
| 2837 |
version = "0.21.12" |
| 2838 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2839 |
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" |
| 2840 |
dependencies = [ |
| 2841 |
"log", |
| 2842 |
"ring", |
| 2843 |
"rustls-webpki 0.101.7", |
| 2844 |
"sct", |
| 2845 |
] |
| 2846 |
|
| 2847 |
[[package]] |
| 2848 |
name = "rustls" |
| 2849 |
version = "0.23.37" |
| 2850 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2851 |
checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" |
| 2852 |
dependencies = [ |
| 2853 |
"aws-lc-rs", |
| 2854 |
"once_cell", |
| 2855 |
"ring", |
| 2856 |
"rustls-pki-types", |
| 2857 |
"rustls-webpki 0.103.11", |
| 2858 |
"subtle", |
| 2859 |
"zeroize", |
| 2860 |
] |
| 2861 |
|
| 2862 |
[[package]] |
| 2863 |
name = "rustls-native-certs" |
| 2864 |
version = "0.8.3" |
| 2865 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2866 |
checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" |
| 2867 |
dependencies = [ |
| 2868 |
"openssl-probe", |
| 2869 |
"rustls-pki-types", |
| 2870 |
"schannel", |
| 2871 |
"security-framework", |
| 2872 |
] |
| 2873 |
|
| 2874 |
[[package]] |
| 2875 |
name = "rustls-pki-types" |
| 2876 |
version = "1.14.0" |
| 2877 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2878 |
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" |
| 2879 |
dependencies = [ |
| 2880 |
"web-time", |
| 2881 |
"zeroize", |
| 2882 |
] |
| 2883 |
|
| 2884 |
[[package]] |
| 2885 |
name = "rustls-webpki" |
| 2886 |
version = "0.101.7" |
| 2887 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2888 |
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" |
| 2889 |
dependencies = [ |
| 2890 |
"ring", |
| 2891 |
"untrusted", |
| 2892 |
] |
| 2893 |
|
| 2894 |
[[package]] |
| 2895 |
name = "rustls-webpki" |
| 2896 |
version = "0.103.11" |
| 2897 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2898 |
checksum = "20a6af516fea4b20eccceaf166e8aa666ac996208e8a644ce3ef5aa783bc7cd4" |
| 2899 |
dependencies = [ |
| 2900 |
"aws-lc-rs", |
| 2901 |
"ring", |
| 2902 |
"rustls-pki-types", |
| 2903 |
"untrusted", |
| 2904 |
] |
| 2905 |
|
| 2906 |
[[package]] |
| 2907 |
name = "rustversion" |
| 2908 |
version = "1.0.22" |
| 2909 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2910 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 2911 |
|
| 2912 |
[[package]] |
| 2913 |
name = "ryu" |
| 2914 |
version = "1.0.23" |
| 2915 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2916 |
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 2917 |
|
| 2918 |
[[package]] |
| 2919 |
name = "s3-storage" |
| 2920 |
version = "0.1.0" |
| 2921 |
dependencies = [ |
| 2922 |
"aws-config", |
| 2923 |
"aws-sdk-s3", |
| 2924 |
"tracing", |
| 2925 |
] |
| 2926 |
|
| 2927 |
[[package]] |
| 2928 |
name = "schannel" |
| 2929 |
version = "0.1.29" |
| 2930 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2931 |
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| 2932 |
dependencies = [ |
| 2933 |
"windows-sys 0.61.2", |
| 2934 |
] |
| 2935 |
|
| 2936 |
[[package]] |
| 2937 |
name = "scopeguard" |
| 2938 |
version = "1.2.0" |
| 2939 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2940 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 2941 |
|
| 2942 |
[[package]] |
| 2943 |
name = "sct" |
| 2944 |
version = "0.7.1" |
| 2945 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2946 |
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" |
| 2947 |
dependencies = [ |
| 2948 |
"ring", |
| 2949 |
"untrusted", |
| 2950 |
] |
| 2951 |
|
| 2952 |
[[package]] |
| 2953 |
name = "sec1" |
| 2954 |
version = "0.3.0" |
| 2955 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2956 |
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928" |
| 2957 |
dependencies = [ |
| 2958 |
"base16ct", |
| 2959 |
"der 0.6.1", |
| 2960 |
"generic-array", |
| 2961 |
"pkcs8 0.9.0", |
| 2962 |
"subtle", |
| 2963 |
"zeroize", |
| 2964 |
] |
| 2965 |
|
| 2966 |
[[package]] |
| 2967 |
name = "security-framework" |
| 2968 |
version = "3.7.0" |
| 2969 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2970 |
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 2971 |
dependencies = [ |
| 2972 |
"bitflags", |
| 2973 |
"core-foundation", |
| 2974 |
"core-foundation-sys", |
| 2975 |
"libc", |
| 2976 |
"security-framework-sys", |
| 2977 |
] |
| 2978 |
|
| 2979 |
[[package]] |
| 2980 |
name = "security-framework-sys" |
| 2981 |
version = "2.17.0" |
| 2982 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2983 |
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 2984 |
dependencies = [ |
| 2985 |
"core-foundation-sys", |
| 2986 |
"libc", |
| 2987 |
] |
| 2988 |
|
| 2989 |
[[package]] |
| 2990 |
name = "semver" |
| 2991 |
version = "1.0.27" |
| 2992 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2993 |
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" |
| 2994 |
|
| 2995 |
[[package]] |
| 2996 |
name = "serde" |
| 2997 |
version = "1.0.228" |
| 2998 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2999 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 3000 |
dependencies = [ |
| 3001 |
"serde_core", |
| 3002 |
"serde_derive", |
| 3003 |
] |
| 3004 |
|
| 3005 |
[[package]] |
| 3006 |
name = "serde_core" |
| 3007 |
version = "1.0.228" |
| 3008 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3009 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 3010 |
dependencies = [ |
| 3011 |
"serde_derive", |
| 3012 |
] |
| 3013 |
|
| 3014 |
[[package]] |
| 3015 |
name = "serde_derive" |
| 3016 |
version = "1.0.228" |
| 3017 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3018 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 3019 |
dependencies = [ |
| 3020 |
"proc-macro2", |
| 3021 |
"quote", |
| 3022 |
"syn", |
| 3023 |
] |
| 3024 |
|
| 3025 |
[[package]] |
| 3026 |
name = "serde_json" |
| 3027 |
version = "1.0.149" |
| 3028 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3029 |
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 3030 |
dependencies = [ |
| 3031 |
"itoa", |
| 3032 |
"memchr", |
| 3033 |
"serde", |
| 3034 |
"serde_core", |
| 3035 |
"zmij", |
| 3036 |
] |
| 3037 |
|
| 3038 |
[[package]] |
| 3039 |
name = "serde_path_to_error" |
| 3040 |
version = "0.1.20" |
| 3041 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3042 |
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| 3043 |
dependencies = [ |
| 3044 |
"itoa", |
| 3045 |
"serde", |
| 3046 |
"serde_core", |
| 3047 |
] |
| 3048 |
|
| 3049 |
[[package]] |
| 3050 |
name = "serde_urlencoded" |
| 3051 |
version = "0.7.1" |
| 3052 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3053 |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 3054 |
dependencies = [ |
| 3055 |
"form_urlencoded", |
| 3056 |
"itoa", |
| 3057 |
"ryu", |
| 3058 |
"serde", |
| 3059 |
] |
| 3060 |
|
| 3061 |
[[package]] |
| 3062 |
name = "sha1" |
| 3063 |
version = "0.10.6" |
| 3064 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3065 |
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 3066 |
dependencies = [ |
| 3067 |
"cfg-if", |
| 3068 |
"cpufeatures", |
| 3069 |
"digest", |
| 3070 |
] |
| 3071 |
|
| 3072 |
[[package]] |
| 3073 |
name = "sha2" |
| 3074 |
version = "0.10.9" |
| 3075 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3076 |
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 3077 |
dependencies = [ |
| 3078 |
"cfg-if", |
| 3079 |
"cpufeatures", |
| 3080 |
"digest", |
| 3081 |
] |
| 3082 |
|
| 3083 |
[[package]] |
| 3084 |
name = "sharded-slab" |
| 3085 |
version = "0.1.7" |
| 3086 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3087 |
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 3088 |
dependencies = [ |
| 3089 |
"lazy_static", |
| 3090 |
] |
| 3091 |
|
| 3092 |
[[package]] |
| 3093 |
name = "shlex" |
| 3094 |
version = "1.3.0" |
| 3095 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3096 |
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 3097 |
|
| 3098 |
[[package]] |
| 3099 |
name = "signal-hook-registry" |
| 3100 |
version = "1.4.8" |
| 3101 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3102 |
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 3103 |
dependencies = [ |
| 3104 |
"errno", |
| 3105 |
"libc", |
| 3106 |
] |
| 3107 |
|
| 3108 |
[[package]] |
| 3109 |
name = "signature" |
| 3110 |
version = "1.6.4" |
| 3111 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3112 |
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c" |
| 3113 |
dependencies = [ |
| 3114 |
"digest", |
| 3115 |
"rand_core 0.6.4", |
| 3116 |
] |
| 3117 |
|
| 3118 |
[[package]] |
| 3119 |
name = "signature" |
| 3120 |
version = "2.2.0" |
| 3121 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3122 |
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
| 3123 |
dependencies = [ |
| 3124 |
"digest", |
| 3125 |
"rand_core 0.6.4", |
| 3126 |
] |
| 3127 |
|
| 3128 |
[[package]] |
| 3129 |
name = "siphasher" |
| 3130 |
version = "1.0.2" |
| 3131 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3132 |
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" |
| 3133 |
|
| 3134 |
[[package]] |
| 3135 |
name = "slab" |
| 3136 |
version = "0.4.12" |
| 3137 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3138 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 3139 |
|
| 3140 |
[[package]] |
| 3141 |
name = "smallvec" |
| 3142 |
version = "1.15.1" |
| 3143 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3144 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 3145 |
dependencies = [ |
| 3146 |
"serde", |
| 3147 |
] |
| 3148 |
|
| 3149 |
[[package]] |
| 3150 |
name = "socket2" |
| 3151 |
version = "0.5.10" |
| 3152 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3153 |
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
| 3154 |
dependencies = [ |
| 3155 |
"libc", |
| 3156 |
"windows-sys 0.52.0", |
| 3157 |
] |
| 3158 |
|
| 3159 |
[[package]] |
| 3160 |
name = "socket2" |
| 3161 |
version = "0.6.3" |
| 3162 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3163 |
checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| 3164 |
dependencies = [ |
| 3165 |
"libc", |
| 3166 |
"windows-sys 0.61.2", |
| 3167 |
] |
| 3168 |
|
| 3169 |
[[package]] |
| 3170 |
name = "spin" |
| 3171 |
version = "0.9.8" |
| 3172 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3173 |
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| 3174 |
dependencies = [ |
| 3175 |
"lock_api", |
| 3176 |
] |
| 3177 |
|
| 3178 |
[[package]] |
| 3179 |
name = "spinning_top" |
| 3180 |
version = "0.3.0" |
| 3181 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3182 |
checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300" |
| 3183 |
dependencies = [ |
| 3184 |
"lock_api", |
| 3185 |
] |
| 3186 |
|
| 3187 |
[[package]] |
| 3188 |
name = "spki" |
| 3189 |
version = "0.6.0" |
| 3190 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3191 |
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b" |
| 3192 |
dependencies = [ |
| 3193 |
"base64ct", |
| 3194 |
"der 0.6.1", |
| 3195 |
] |
| 3196 |
|
| 3197 |
[[package]] |
| 3198 |
name = "spki" |
| 3199 |
version = "0.7.3" |
| 3200 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3201 |
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
| 3202 |
dependencies = [ |
| 3203 |
"base64ct", |
| 3204 |
"der 0.7.10", |
| 3205 |
] |
| 3206 |
|
| 3207 |
[[package]] |
| 3208 |
name = "sqlx" |
| 3209 |
version = "0.8.6" |
| 3210 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3211 |
checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" |
| 3212 |
dependencies = [ |
| 3213 |
"sqlx-core", |
| 3214 |
"sqlx-macros", |
| 3215 |
"sqlx-mysql", |
| 3216 |
"sqlx-postgres", |
| 3217 |
"sqlx-sqlite", |
| 3218 |
] |
| 3219 |
|
| 3220 |
[[package]] |
| 3221 |
name = "sqlx-core" |
| 3222 |
version = "0.8.6" |
| 3223 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3224 |
checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" |
| 3225 |
dependencies = [ |
| 3226 |
"base64", |
| 3227 |
"bytes", |
| 3228 |
"chrono", |
| 3229 |
"crc", |
| 3230 |
"crossbeam-queue", |
| 3231 |
"either", |
| 3232 |
"event-listener", |
| 3233 |
"futures-core", |
| 3234 |
"futures-intrusive", |
| 3235 |
"futures-io", |
| 3236 |
"futures-util", |
| 3237 |
"hashbrown 0.15.5", |
| 3238 |
"hashlink", |
| 3239 |
"indexmap", |
| 3240 |
"log", |
| 3241 |
"memchr", |
| 3242 |
"once_cell", |
| 3243 |
"percent-encoding", |
| 3244 |
"serde", |
| 3245 |
"serde_json", |
| 3246 |
"sha2", |
| 3247 |
"smallvec", |
| 3248 |
"thiserror 2.0.18", |
| 3249 |
"time", |
| 3250 |
"tokio", |
| 3251 |
"tokio-stream", |
| 3252 |
"tracing", |
| 3253 |
"url", |
| 3254 |
"uuid", |
| 3255 |
] |
| 3256 |
|
| 3257 |
[[package]] |
| 3258 |
name = "sqlx-macros" |
| 3259 |
version = "0.8.6" |
| 3260 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3261 |
checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" |
| 3262 |
dependencies = [ |
| 3263 |
"proc-macro2", |
| 3264 |
"quote", |
| 3265 |
"sqlx-core", |
| 3266 |
"sqlx-macros-core", |
| 3267 |
"syn", |
| 3268 |
] |
| 3269 |
|
| 3270 |
[[package]] |
| 3271 |
name = "sqlx-macros-core" |
| 3272 |
version = "0.8.6" |
| 3273 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3274 |
checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" |
| 3275 |
dependencies = [ |
| 3276 |
"dotenvy", |
| 3277 |
"either", |
| 3278 |
"heck", |
| 3279 |
"hex", |
| 3280 |
"once_cell", |
| 3281 |
"proc-macro2", |
| 3282 |
"quote", |
| 3283 |
"serde", |
| 3284 |
"serde_json", |
| 3285 |
"sha2", |
| 3286 |
"sqlx-core", |
| 3287 |
"sqlx-mysql", |
| 3288 |
"sqlx-postgres", |
| 3289 |
"sqlx-sqlite", |
| 3290 |
"syn", |
| 3291 |
"tokio", |
| 3292 |
"url", |
| 3293 |
] |
| 3294 |
|
| 3295 |
[[package]] |
| 3296 |
name = "sqlx-mysql" |
| 3297 |
version = "0.8.6" |
| 3298 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3299 |
checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" |
| 3300 |
dependencies = [ |
| 3301 |
"atoi", |
| 3302 |
"base64", |
| 3303 |
"bitflags", |
| 3304 |
"byteorder", |
| 3305 |
"bytes", |
| 3306 |
"chrono", |
| 3307 |
"crc", |
| 3308 |
"digest", |
| 3309 |
"dotenvy", |
| 3310 |
"either", |
| 3311 |
"futures-channel", |
| 3312 |
"futures-core", |
| 3313 |
"futures-io", |
| 3314 |
"futures-util", |
| 3315 |
"generic-array", |
| 3316 |
"hex", |
| 3317 |
"hkdf", |
| 3318 |
"hmac", |
| 3319 |
"itoa", |
| 3320 |
"log", |
| 3321 |
"md-5", |
| 3322 |
"memchr", |
| 3323 |
"once_cell", |
| 3324 |
"percent-encoding", |
| 3325 |
"rand 0.8.5", |
| 3326 |
"rsa", |
| 3327 |
"serde", |
| 3328 |
"sha1", |
| 3329 |
"sha2", |
| 3330 |
"smallvec", |
| 3331 |
"sqlx-core", |
| 3332 |
"stringprep", |
| 3333 |
"thiserror 2.0.18", |
| 3334 |
"time", |
| 3335 |
"tracing", |
| 3336 |
"uuid", |
| 3337 |
"whoami", |
| 3338 |
] |
| 3339 |
|
| 3340 |
[[package]] |
| 3341 |
name = "sqlx-postgres" |
| 3342 |
version = "0.8.6" |
| 3343 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3344 |
checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" |
| 3345 |
dependencies = [ |
| 3346 |
"atoi", |
| 3347 |
"base64", |
| 3348 |
"bitflags", |
| 3349 |
"byteorder", |
| 3350 |
"chrono", |
| 3351 |
"crc", |
| 3352 |
"dotenvy", |
| 3353 |
"etcetera", |
| 3354 |
"futures-channel", |
| 3355 |
"futures-core", |
| 3356 |
"futures-util", |
| 3357 |
"hex", |
| 3358 |
"hkdf", |
| 3359 |
"hmac", |
| 3360 |
"home", |
| 3361 |
"itoa", |
| 3362 |
"log", |
| 3363 |
"md-5", |
| 3364 |
"memchr", |
| 3365 |
"once_cell", |
| 3366 |
"rand 0.8.5", |
| 3367 |
"serde", |
| 3368 |
"serde_json", |
| 3369 |
"sha2", |
| 3370 |
"smallvec", |
| 3371 |
"sqlx-core", |
| 3372 |
"stringprep", |
| 3373 |
"thiserror 2.0.18", |
| 3374 |
"time", |
| 3375 |
"tracing", |
| 3376 |
"uuid", |
| 3377 |
"whoami", |
| 3378 |
] |
| 3379 |
|
| 3380 |
[[package]] |
| 3381 |
name = "sqlx-sqlite" |
| 3382 |
version = "0.8.6" |
| 3383 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3384 |
checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" |
| 3385 |
dependencies = [ |
| 3386 |
"atoi", |
| 3387 |
"chrono", |
| 3388 |
"flume", |
| 3389 |
"futures-channel", |
| 3390 |
"futures-core", |
| 3391 |
"futures-executor", |
| 3392 |
"futures-intrusive", |
| 3393 |
"futures-util", |
| 3394 |
"libsqlite3-sys", |
| 3395 |
"log", |
| 3396 |
"percent-encoding", |
| 3397 |
"serde", |
| 3398 |
"serde_urlencoded", |
| 3399 |
"sqlx-core", |
| 3400 |
"thiserror 2.0.18", |
| 3401 |
"time", |
| 3402 |
"tracing", |
| 3403 |
"url", |
| 3404 |
"uuid", |
| 3405 |
] |
| 3406 |
|
| 3407 |
[[package]] |
| 3408 |
name = "stable_deref_trait" |
| 3409 |
version = "1.2.1" |
| 3410 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3411 |
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 3412 |
|
| 3413 |
[[package]] |
| 3414 |
name = "string_cache" |
| 3415 |
version = "0.8.9" |
| 3416 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3417 |
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" |
| 3418 |
dependencies = [ |
| 3419 |
"new_debug_unreachable", |
| 3420 |
"parking_lot", |
| 3421 |
"phf_shared", |
| 3422 |
"precomputed-hash", |
| 3423 |
"serde", |
| 3424 |
] |
| 3425 |
|
| 3426 |
[[package]] |
| 3427 |
name = "string_cache_codegen" |
| 3428 |
version = "0.5.4" |
| 3429 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3430 |
checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" |
| 3431 |
dependencies = [ |
| 3432 |
"phf_generator", |
| 3433 |
"phf_shared", |
| 3434 |
"proc-macro2", |
| 3435 |
"quote", |
| 3436 |
] |
| 3437 |
|
| 3438 |
[[package]] |
| 3439 |
name = "stringprep" |
| 3440 |
version = "0.1.5" |
| 3441 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3442 |
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" |
| 3443 |
dependencies = [ |
| 3444 |
"unicode-bidi", |
| 3445 |
"unicode-normalization", |
| 3446 |
"unicode-properties", |
| 3447 |
] |
| 3448 |
|
| 3449 |
[[package]] |
| 3450 |
name = "subtle" |
| 3451 |
version = "2.6.1" |
| 3452 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3453 |
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 3454 |
|
| 3455 |
[[package]] |
| 3456 |
name = "syn" |
| 3457 |
version = "2.0.117" |
| 3458 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3459 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 3460 |
dependencies = [ |
| 3461 |
"proc-macro2", |
| 3462 |
"quote", |
| 3463 |
"unicode-ident", |
| 3464 |
] |
| 3465 |
|
| 3466 |
[[package]] |
| 3467 |
name = "sync_wrapper" |
| 3468 |
version = "1.0.2" |
| 3469 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3470 |
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 3471 |
dependencies = [ |
| 3472 |
"futures-core", |
| 3473 |
] |
| 3474 |
|
| 3475 |
[[package]] |
| 3476 |
name = "synstructure" |
| 3477 |
version = "0.13.2" |
| 3478 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3479 |
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 3480 |
dependencies = [ |
| 3481 |
"proc-macro2", |
| 3482 |
"quote", |
| 3483 |
"syn", |
| 3484 |
] |
| 3485 |
|
| 3486 |
[[package]] |
| 3487 |
name = "tagtree" |
| 3488 |
version = "0.3.0" |
| 3489 |
|
| 3490 |
[[package]] |
| 3491 |
name = "tendril" |
| 3492 |
version = "0.4.3" |
| 3493 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3494 |
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" |
| 3495 |
dependencies = [ |
| 3496 |
"futf", |
| 3497 |
"mac", |
| 3498 |
"utf-8", |
| 3499 |
] |
| 3500 |
|
| 3501 |
[[package]] |
| 3502 |
name = "thiserror" |
| 3503 |
version = "1.0.69" |
| 3504 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3505 |
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 3506 |
dependencies = [ |
| 3507 |
"thiserror-impl 1.0.69", |
| 3508 |
] |
| 3509 |
|
| 3510 |
[[package]] |
| 3511 |
name = "thiserror" |
| 3512 |
version = "2.0.18" |
| 3513 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3514 |
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 3515 |
dependencies = [ |
| 3516 |
"thiserror-impl 2.0.18", |
| 3517 |
] |
| 3518 |
|
| 3519 |
[[package]] |
| 3520 |
name = "thiserror-impl" |
| 3521 |
version = "1.0.69" |
| 3522 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3523 |
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 3524 |
dependencies = [ |
| 3525 |
"proc-macro2", |
| 3526 |
"quote", |
| 3527 |
"syn", |
| 3528 |
] |
| 3529 |
|
| 3530 |
[[package]] |
| 3531 |
name = "thiserror-impl" |
| 3532 |
version = "2.0.18" |
| 3533 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3534 |
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 3535 |
dependencies = [ |
| 3536 |
"proc-macro2", |
| 3537 |
"quote", |
| 3538 |
"syn", |
| 3539 |
] |
| 3540 |
|
| 3541 |
[[package]] |
| 3542 |
name = "thread_local" |
| 3543 |
version = "1.1.9" |
| 3544 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3545 |
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 3546 |
dependencies = [ |
| 3547 |
"cfg-if", |
| 3548 |
] |
| 3549 |
|
| 3550 |
[[package]] |
| 3551 |
name = "time" |
| 3552 |
version = "0.3.47" |
| 3553 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3554 |
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" |
| 3555 |
dependencies = [ |
| 3556 |
"deranged", |
| 3557 |
"itoa", |
| 3558 |
"num-conv", |
| 3559 |
"powerfmt", |
| 3560 |
"serde_core", |
| 3561 |
"time-core", |
| 3562 |
"time-macros", |
| 3563 |
] |
| 3564 |
|
| 3565 |
[[package]] |
| 3566 |
name = "time-core" |
| 3567 |
version = "0.1.8" |
| 3568 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3569 |
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" |
| 3570 |
|
| 3571 |
[[package]] |
| 3572 |
name = "time-macros" |
| 3573 |
version = "0.2.27" |
| 3574 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3575 |
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" |
| 3576 |
dependencies = [ |
| 3577 |
"num-conv", |
| 3578 |
"time-core", |
| 3579 |
] |
| 3580 |
|
| 3581 |
[[package]] |
| 3582 |
name = "tinystr" |
| 3583 |
version = "0.8.2" |
| 3584 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3585 |
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" |
| 3586 |
dependencies = [ |
| 3587 |
"displaydoc", |
| 3588 |
"zerovec", |
| 3589 |
] |
| 3590 |
|
| 3591 |
[[package]] |
| 3592 |
name = "tinyvec" |
| 3593 |
version = "1.10.0" |
| 3594 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3595 |
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" |
| 3596 |
dependencies = [ |
| 3597 |
"tinyvec_macros", |
| 3598 |
] |
| 3599 |
|
| 3600 |
[[package]] |
| 3601 |
name = "tinyvec_macros" |
| 3602 |
version = "0.1.1" |
| 3603 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3604 |
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 3605 |
|
| 3606 |
[[package]] |
| 3607 |
name = "tokio" |
| 3608 |
version = "1.50.0" |
| 3609 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3610 |
checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" |
| 3611 |
dependencies = [ |
| 3612 |
"bytes", |
| 3613 |
"libc", |
| 3614 |
"mio", |
| 3615 |
"pin-project-lite", |
| 3616 |
"signal-hook-registry", |
| 3617 |
"socket2 0.6.3", |
| 3618 |
"tokio-macros", |
| 3619 |
"windows-sys 0.61.2", |
| 3620 |
] |
| 3621 |
|
| 3622 |
[[package]] |
| 3623 |
name = "tokio-macros" |
| 3624 |
version = "2.6.1" |
| 3625 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3626 |
checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" |
| 3627 |
dependencies = [ |
| 3628 |
"proc-macro2", |
| 3629 |
"quote", |
| 3630 |
"syn", |
| 3631 |
] |
| 3632 |
|
| 3633 |
[[package]] |
| 3634 |
name = "tokio-rustls" |
| 3635 |
version = "0.24.1" |
| 3636 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3637 |
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" |
| 3638 |
dependencies = [ |
| 3639 |
"rustls 0.21.12", |
| 3640 |
"tokio", |
| 3641 |
] |
| 3642 |
|
| 3643 |
[[package]] |
| 3644 |
name = "tokio-rustls" |
| 3645 |
version = "0.26.4" |
| 3646 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3647 |
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 3648 |
dependencies = [ |
| 3649 |
"rustls 0.23.37", |
| 3650 |
"tokio", |
| 3651 |
] |
| 3652 |
|
| 3653 |
[[package]] |
| 3654 |
name = "tokio-stream" |
| 3655 |
version = "0.1.18" |
| 3656 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3657 |
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 3658 |
dependencies = [ |
| 3659 |
"futures-core", |
| 3660 |
"pin-project-lite", |
| 3661 |
"tokio", |
| 3662 |
] |
| 3663 |
|
| 3664 |
[[package]] |
| 3665 |
name = "tokio-tungstenite" |
| 3666 |
version = "0.28.0" |
| 3667 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3668 |
checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" |
| 3669 |
dependencies = [ |
| 3670 |
"futures-util", |
| 3671 |
"log", |
| 3672 |
"tokio", |
| 3673 |
"tungstenite", |
| 3674 |
] |
| 3675 |
|
| 3676 |
[[package]] |
| 3677 |
name = "tokio-util" |
| 3678 |
version = "0.7.18" |
| 3679 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3680 |
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 3681 |
dependencies = [ |
| 3682 |
"bytes", |
| 3683 |
"futures-core", |
| 3684 |
"futures-sink", |
| 3685 |
"pin-project-lite", |
| 3686 |
"tokio", |
| 3687 |
] |
| 3688 |
|
| 3689 |
[[package]] |
| 3690 |
name = "tower" |
| 3691 |
version = "0.5.3" |
| 3692 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3693 |
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 3694 |
dependencies = [ |
| 3695 |
"futures-core", |
| 3696 |
"futures-util", |
| 3697 |
"pin-project-lite", |
| 3698 |
"sync_wrapper", |
| 3699 |
"tokio", |
| 3700 |
"tower-layer", |
| 3701 |
"tower-service", |
| 3702 |
"tracing", |
| 3703 |
] |
| 3704 |
|
| 3705 |
[[package]] |
| 3706 |
name = "tower-cookies" |
| 3707 |
version = "0.11.0" |
| 3708 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3709 |
checksum = "151b5a3e3c45df17466454bb74e9ecedecc955269bdedbf4d150dfa393b55a36" |
| 3710 |
dependencies = [ |
| 3711 |
"axum-core", |
| 3712 |
"cookie", |
| 3713 |
"futures-util", |
| 3714 |
"http 1.4.0", |
| 3715 |
"parking_lot", |
| 3716 |
"pin-project-lite", |
| 3717 |
"tower-layer", |
| 3718 |
"tower-service", |
| 3719 |
] |
| 3720 |
|
| 3721 |
[[package]] |
| 3722 |
name = "tower-http" |
| 3723 |
version = "0.6.8" |
| 3724 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3725 |
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" |
| 3726 |
dependencies = [ |
| 3727 |
"bitflags", |
| 3728 |
"bytes", |
| 3729 |
"futures-core", |
| 3730 |
"futures-util", |
| 3731 |
"http 1.4.0", |
| 3732 |
"http-body 1.0.1", |
| 3733 |
"http-body-util", |
| 3734 |
"http-range-header", |
| 3735 |
"httpdate", |
| 3736 |
"iri-string", |
| 3737 |
"mime", |
| 3738 |
"mime_guess", |
| 3739 |
"percent-encoding", |
| 3740 |
"pin-project-lite", |
| 3741 |
"tokio", |
| 3742 |
"tokio-util", |
| 3743 |
"tower", |
| 3744 |
"tower-layer", |
| 3745 |
"tower-service", |
| 3746 |
"tracing", |
| 3747 |
] |
| 3748 |
|
| 3749 |
[[package]] |
| 3750 |
name = "tower-layer" |
| 3751 |
version = "0.3.3" |
| 3752 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3753 |
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 3754 |
|
| 3755 |
[[package]] |
| 3756 |
name = "tower-service" |
| 3757 |
version = "0.3.3" |
| 3758 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3759 |
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 3760 |
|
| 3761 |
[[package]] |
| 3762 |
name = "tower-sessions" |
| 3763 |
version = "0.14.0" |
| 3764 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3765 |
checksum = "43a05911f23e8fae446005fe9b7b97e66d95b6db589dc1c4d59f6a2d4d4927d3" |
| 3766 |
dependencies = [ |
| 3767 |
"async-trait", |
| 3768 |
"http 1.4.0", |
| 3769 |
"time", |
| 3770 |
"tokio", |
| 3771 |
"tower-cookies", |
| 3772 |
"tower-layer", |
| 3773 |
"tower-service", |
| 3774 |
"tower-sessions-core", |
| 3775 |
"tower-sessions-memory-store", |
| 3776 |
"tracing", |
| 3777 |
] |
| 3778 |
|
| 3779 |
[[package]] |
| 3780 |
name = "tower-sessions-core" |
| 3781 |
version = "0.14.0" |
| 3782 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3783 |
checksum = "ce8cce604865576b7751b7a6bc3058f754569a60d689328bb74c52b1d87e355b" |
| 3784 |
dependencies = [ |
| 3785 |
"async-trait", |
| 3786 |
"axum-core", |
| 3787 |
"base64", |
| 3788 |
"futures", |
| 3789 |
"http 1.4.0", |
| 3790 |
"parking_lot", |
| 3791 |
"rand 0.8.5", |
| 3792 |
"serde", |
| 3793 |
"serde_json", |
| 3794 |
"thiserror 2.0.18", |
| 3795 |
"time", |
| 3796 |
"tokio", |
| 3797 |
"tracing", |
| 3798 |
] |
| 3799 |
|
| 3800 |
[[package]] |
| 3801 |
name = "tower-sessions-memory-store" |
| 3802 |
version = "0.14.0" |
| 3803 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3804 |
checksum = "fb05909f2e1420135a831dd5df9f5596d69196d0a64c3499ca474c4bd3d33242" |
| 3805 |
dependencies = [ |
| 3806 |
"async-trait", |
| 3807 |
"time", |
| 3808 |
"tokio", |
| 3809 |
"tower-sessions-core", |
| 3810 |
] |
| 3811 |
|
| 3812 |
[[package]] |
| 3813 |
name = "tower-sessions-sqlx-store" |
| 3814 |
version = "0.15.0" |
| 3815 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3816 |
checksum = "e054622079f57fc1a7d6a6089c9334f963d62028fe21dc9eddd58af9a78480b3" |
| 3817 |
dependencies = [ |
| 3818 |
"async-trait", |
| 3819 |
"rmp-serde", |
| 3820 |
"sqlx", |
| 3821 |
"thiserror 1.0.69", |
| 3822 |
"time", |
| 3823 |
"tower-sessions-core", |
| 3824 |
] |
| 3825 |
|
| 3826 |
[[package]] |
| 3827 |
name = "tower_governor" |
| 3828 |
version = "0.6.0" |
| 3829 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3830 |
checksum = "57a2ccff6830fa835371af7541e561a90e4c07b84f72991ebac4b3cb6790dc0d" |
| 3831 |
dependencies = [ |
| 3832 |
"axum", |
| 3833 |
"forwarded-header-value", |
| 3834 |
"governor", |
| 3835 |
"http 1.4.0", |
| 3836 |
"pin-project", |
| 3837 |
"thiserror 2.0.18", |
| 3838 |
"tower", |
| 3839 |
"tracing", |
| 3840 |
] |
| 3841 |
|
| 3842 |
[[package]] |
| 3843 |
name = "tracing" |
| 3844 |
version = "0.1.44" |
| 3845 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3846 |
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 3847 |
dependencies = [ |
| 3848 |
"log", |
| 3849 |
"pin-project-lite", |
| 3850 |
"tracing-attributes", |
| 3851 |
"tracing-core", |
| 3852 |
] |
| 3853 |
|
| 3854 |
[[package]] |
| 3855 |
name = "tracing-attributes" |
| 3856 |
version = "0.1.31" |
| 3857 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3858 |
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 3859 |
dependencies = [ |
| 3860 |
"proc-macro2", |
| 3861 |
"quote", |
| 3862 |
"syn", |
| 3863 |
] |
| 3864 |
|
| 3865 |
[[package]] |
| 3866 |
name = "tracing-core" |
| 3867 |
version = "0.1.36" |
| 3868 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3869 |
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 3870 |
dependencies = [ |
| 3871 |
"once_cell", |
| 3872 |
"valuable", |
| 3873 |
] |
| 3874 |
|
| 3875 |
[[package]] |
| 3876 |
name = "tracing-log" |
| 3877 |
version = "0.2.0" |
| 3878 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3879 |
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 3880 |
dependencies = [ |
| 3881 |
"log", |
| 3882 |
"once_cell", |
| 3883 |
"tracing-core", |
| 3884 |
] |
| 3885 |
|
| 3886 |
[[package]] |
| 3887 |
name = "tracing-subscriber" |
| 3888 |
version = "0.3.23" |
| 3889 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3890 |
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 3891 |
dependencies = [ |
| 3892 |
"matchers", |
| 3893 |
"nu-ansi-term", |
| 3894 |
"once_cell", |
| 3895 |
"regex-automata", |
| 3896 |
"sharded-slab", |
| 3897 |
"smallvec", |
| 3898 |
"thread_local", |
| 3899 |
"tracing", |
| 3900 |
"tracing-core", |
| 3901 |
"tracing-log", |
| 3902 |
] |
| 3903 |
|
| 3904 |
[[package]] |
| 3905 |
name = "try-lock" |
| 3906 |
version = "0.2.5" |
| 3907 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3908 |
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 3909 |
|
| 3910 |
[[package]] |
| 3911 |
name = "tungstenite" |
| 3912 |
version = "0.28.0" |
| 3913 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3914 |
checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" |
| 3915 |
dependencies = [ |
| 3916 |
"bytes", |
| 3917 |
"data-encoding", |
| 3918 |
"http 1.4.0", |
| 3919 |
"httparse", |
| 3920 |
"log", |
| 3921 |
"rand 0.9.2", |
| 3922 |
"sha1", |
| 3923 |
"thiserror 2.0.18", |
| 3924 |
"utf-8", |
| 3925 |
] |
| 3926 |
|
| 3927 |
[[package]] |
| 3928 |
name = "typenum" |
| 3929 |
version = "1.19.0" |
| 3930 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3931 |
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| 3932 |
|
| 3933 |
[[package]] |
| 3934 |
name = "unicase" |
| 3935 |
version = "2.9.0" |
| 3936 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3937 |
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| 3938 |
|
| 3939 |
[[package]] |
| 3940 |
name = "unicode-bidi" |
| 3941 |
version = "0.3.18" |
| 3942 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3943 |
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| 3944 |
|
| 3945 |
[[package]] |
| 3946 |
name = "unicode-ident" |
| 3947 |
version = "1.0.24" |
| 3948 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3949 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 3950 |
|
| 3951 |
[[package]] |
| 3952 |
name = "unicode-normalization" |
| 3953 |
version = "0.1.25" |
| 3954 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3955 |
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 3956 |
dependencies = [ |
| 3957 |
"tinyvec", |
| 3958 |
] |
| 3959 |
|
| 3960 |
[[package]] |
| 3961 |
name = "unicode-properties" |
| 3962 |
version = "0.1.4" |
| 3963 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3964 |
checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| 3965 |
|
| 3966 |
[[package]] |
| 3967 |
name = "unicode-width" |
| 3968 |
version = "0.2.2" |
| 3969 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3970 |
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" |
| 3971 |
|
| 3972 |
[[package]] |
| 3973 |
name = "unicode-xid" |
| 3974 |
version = "0.2.6" |
| 3975 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3976 |
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 3977 |
|
| 3978 |
[[package]] |
| 3979 |
name = "untrusted" |
| 3980 |
version = "0.9.0" |
| 3981 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3982 |
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 3983 |
|
| 3984 |
[[package]] |
| 3985 |
name = "url" |
| 3986 |
version = "2.5.8" |
| 3987 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3988 |
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 3989 |
dependencies = [ |
| 3990 |
"form_urlencoded", |
| 3991 |
"idna", |
| 3992 |
"percent-encoding", |
| 3993 |
"serde", |
| 3994 |
] |
| 3995 |
|
| 3996 |
[[package]] |
| 3997 |
name = "urlencoding" |
| 3998 |
version = "2.1.3" |
| 3999 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4000 |
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 4001 |
|
| 4002 |
[[package]] |
| 4003 |
name = "utf-8" |
| 4004 |
version = "0.7.6" |
| 4005 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4006 |
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" |
| 4007 |
|
| 4008 |
[[package]] |
| 4009 |
name = "utf8_iter" |
| 4010 |
version = "1.0.4" |
| 4011 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4012 |
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 4013 |
|
| 4014 |
[[package]] |
| 4015 |
name = "uuid" |
| 4016 |
version = "1.22.0" |
| 4017 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4018 |
checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37" |
| 4019 |
dependencies = [ |
| 4020 |
"getrandom 0.4.2", |
| 4021 |
"js-sys", |
| 4022 |
"serde_core", |
| 4023 |
"wasm-bindgen", |
| 4024 |
] |
| 4025 |
|
| 4026 |
[[package]] |
| 4027 |
name = "valuable" |
| 4028 |
version = "0.1.1" |
| 4029 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4030 |
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 4031 |
|
| 4032 |
[[package]] |
| 4033 |
name = "vcpkg" |
| 4034 |
version = "0.2.15" |
| 4035 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4036 |
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 4037 |
|
| 4038 |
[[package]] |
| 4039 |
name = "version_check" |
| 4040 |
version = "0.9.5" |
| 4041 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4042 |
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 4043 |
|
| 4044 |
[[package]] |
| 4045 |
name = "vsimd" |
| 4046 |
version = "0.8.0" |
| 4047 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4048 |
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" |
| 4049 |
|
| 4050 |
[[package]] |
| 4051 |
name = "want" |
| 4052 |
version = "0.3.1" |
| 4053 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4054 |
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 4055 |
dependencies = [ |
| 4056 |
"try-lock", |
| 4057 |
] |
| 4058 |
|
| 4059 |
[[package]] |
| 4060 |
name = "wasi" |
| 4061 |
version = "0.11.1+wasi-snapshot-preview1" |
| 4062 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4063 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 4064 |
|
| 4065 |
[[package]] |
| 4066 |
name = "wasip2" |
| 4067 |
version = "1.0.2+wasi-0.2.9" |
| 4068 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4069 |
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 4070 |
dependencies = [ |
| 4071 |
"wit-bindgen", |
| 4072 |
] |
| 4073 |
|
| 4074 |
[[package]] |
| 4075 |
name = "wasip3" |
| 4076 |
version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 4077 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4078 |
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 4079 |
dependencies = [ |
| 4080 |
"wit-bindgen", |
| 4081 |
] |
| 4082 |
|
| 4083 |
[[package]] |
| 4084 |
name = "wasite" |
| 4085 |
version = "0.1.0" |
| 4086 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4087 |
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" |
| 4088 |
|
| 4089 |
[[package]] |
| 4090 |
name = "wasm-bindgen" |
| 4091 |
version = "0.2.114" |
| 4092 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4093 |
checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" |
| 4094 |
dependencies = [ |
| 4095 |
"cfg-if", |
| 4096 |
"once_cell", |
| 4097 |
"rustversion", |
| 4098 |
"wasm-bindgen-macro", |
| 4099 |
"wasm-bindgen-shared", |
| 4100 |
] |
| 4101 |
|
| 4102 |
[[package]] |
| 4103 |
name = "wasm-bindgen-futures" |
| 4104 |
version = "0.4.64" |
| 4105 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4106 |
checksum = "e9c5522b3a28661442748e09d40924dfb9ca614b21c00d3fd135720e48b67db8" |
| 4107 |
dependencies = [ |
| 4108 |
"cfg-if", |
| 4109 |
"futures-util", |
| 4110 |
"js-sys", |
| 4111 |
"once_cell", |
| 4112 |
"wasm-bindgen", |
| 4113 |
"web-sys", |
| 4114 |
] |
| 4115 |
|
| 4116 |
[[package]] |
| 4117 |
name = "wasm-bindgen-macro" |
| 4118 |
version = "0.2.114" |
| 4119 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4120 |
checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" |
| 4121 |
dependencies = [ |
| 4122 |
"quote", |
| 4123 |
"wasm-bindgen-macro-support", |
| 4124 |
] |
| 4125 |
|
| 4126 |
[[package]] |
| 4127 |
name = "wasm-bindgen-macro-support" |
| 4128 |
version = "0.2.114" |
| 4129 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4130 |
checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" |
| 4131 |
dependencies = [ |
| 4132 |
"bumpalo", |
| 4133 |
"proc-macro2", |
| 4134 |
"quote", |
| 4135 |
"syn", |
| 4136 |
"wasm-bindgen-shared", |
| 4137 |
] |
| 4138 |
|
| 4139 |
[[package]] |
| 4140 |
name = "wasm-bindgen-shared" |
| 4141 |
version = "0.2.114" |
| 4142 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4143 |
checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" |
| 4144 |
dependencies = [ |
| 4145 |
"unicode-ident", |
| 4146 |
] |
| 4147 |
|
| 4148 |
[[package]] |
| 4149 |
name = "wasm-encoder" |
| 4150 |
version = "0.244.0" |
| 4151 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4152 |
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 4153 |
dependencies = [ |
| 4154 |
"leb128fmt", |
| 4155 |
"wasmparser", |
| 4156 |
] |
| 4157 |
|
| 4158 |
[[package]] |
| 4159 |
name = "wasm-metadata" |
| 4160 |
version = "0.244.0" |
| 4161 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4162 |
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 4163 |
dependencies = [ |
| 4164 |
"anyhow", |
| 4165 |
"indexmap", |
| 4166 |
"wasm-encoder", |
| 4167 |
"wasmparser", |
| 4168 |
] |
| 4169 |
|
| 4170 |
[[package]] |
| 4171 |
name = "wasmparser" |
| 4172 |
version = "0.244.0" |
| 4173 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4174 |
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 4175 |
dependencies = [ |
| 4176 |
"bitflags", |
| 4177 |
"hashbrown 0.15.5", |
| 4178 |
"indexmap", |
| 4179 |
"semver", |
| 4180 |
] |
| 4181 |
|
| 4182 |
[[package]] |
| 4183 |
name = "web-sys" |
| 4184 |
version = "0.3.91" |
| 4185 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4186 |
checksum = "854ba17bb104abfb26ba36da9729addc7ce7f06f5c0f90f3c391f8461cca21f9" |
| 4187 |
dependencies = [ |
| 4188 |
"js-sys", |
| 4189 |
"wasm-bindgen", |
| 4190 |
] |
| 4191 |
|
| 4192 |
[[package]] |
| 4193 |
name = "web-time" |
| 4194 |
version = "1.1.0" |
| 4195 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4196 |
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 4197 |
dependencies = [ |
| 4198 |
"js-sys", |
| 4199 |
"wasm-bindgen", |
| 4200 |
] |
| 4201 |
|
| 4202 |
[[package]] |
| 4203 |
name = "web_atoms" |
| 4204 |
version = "0.1.3" |
| 4205 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4206 |
checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414" |
| 4207 |
dependencies = [ |
| 4208 |
"phf", |
| 4209 |
"phf_codegen", |
| 4210 |
"string_cache", |
| 4211 |
"string_cache_codegen", |
| 4212 |
] |
| 4213 |
|
| 4214 |
[[package]] |
| 4215 |
name = "webpki-roots" |
| 4216 |
version = "1.0.6" |
| 4217 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4218 |
checksum = "22cfaf3c063993ff62e73cb4311efde4db1efb31ab78a3e5c457939ad5cc0bed" |
| 4219 |
dependencies = [ |
| 4220 |
"rustls-pki-types", |
| 4221 |
] |
| 4222 |
|
| 4223 |
[[package]] |
| 4224 |
name = "whoami" |
| 4225 |
version = "1.6.1" |
| 4226 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4227 |
checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" |
| 4228 |
dependencies = [ |
| 4229 |
"libredox", |
| 4230 |
"wasite", |
| 4231 |
] |
| 4232 |
|
| 4233 |
[[package]] |
| 4234 |
name = "winapi" |
| 4235 |
version = "0.3.9" |
| 4236 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4237 |
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 4238 |
dependencies = [ |
| 4239 |
"winapi-i686-pc-windows-gnu", |
| 4240 |
"winapi-x86_64-pc-windows-gnu", |
| 4241 |
] |
| 4242 |
|
| 4243 |
[[package]] |
| 4244 |
name = "winapi-i686-pc-windows-gnu" |
| 4245 |
version = "0.4.0" |
| 4246 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4247 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 4248 |
|
| 4249 |
[[package]] |
| 4250 |
name = "winapi-x86_64-pc-windows-gnu" |
| 4251 |
version = "0.4.0" |
| 4252 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4253 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 4254 |
|
| 4255 |
[[package]] |
| 4256 |
name = "windows-core" |
| 4257 |
version = "0.62.2" |
| 4258 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4259 |
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 4260 |
dependencies = [ |
| 4261 |
"windows-implement", |
| 4262 |
"windows-interface", |
| 4263 |
"windows-link", |
| 4264 |
"windows-result", |
| 4265 |
"windows-strings", |
| 4266 |
] |
| 4267 |
|
| 4268 |
[[package]] |
| 4269 |
name = "windows-implement" |
| 4270 |
version = "0.60.2" |
| 4271 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4272 |
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 4273 |
dependencies = [ |
| 4274 |
"proc-macro2", |
| 4275 |
"quote", |
| 4276 |
"syn", |
| 4277 |
] |
| 4278 |
|
| 4279 |
[[package]] |
| 4280 |
name = "windows-interface" |
| 4281 |
version = "0.59.3" |
| 4282 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4283 |
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 4284 |
dependencies = [ |
| 4285 |
"proc-macro2", |
| 4286 |
"quote", |
| 4287 |
"syn", |
| 4288 |
] |
| 4289 |
|
| 4290 |
[[package]] |
| 4291 |
name = "windows-link" |
| 4292 |
version = "0.2.1" |
| 4293 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4294 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 4295 |
|
| 4296 |
[[package]] |
| 4297 |
name = "windows-result" |
| 4298 |
version = "0.4.1" |
| 4299 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4300 |
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 4301 |
dependencies = [ |
| 4302 |
"windows-link", |
| 4303 |
] |
| 4304 |
|
| 4305 |
[[package]] |
| 4306 |
name = "windows-strings" |
| 4307 |
version = "0.5.1" |
| 4308 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4309 |
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 4310 |
dependencies = [ |
| 4311 |
"windows-link", |
| 4312 |
] |
| 4313 |
|
| 4314 |
[[package]] |
| 4315 |
name = "windows-sys" |
| 4316 |
version = "0.48.0" |
| 4317 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4318 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 4319 |
dependencies = [ |
| 4320 |
"windows-targets 0.48.5", |
| 4321 |
] |
| 4322 |
|
| 4323 |
[[package]] |
| 4324 |
name = "windows-sys" |
| 4325 |
version = "0.52.0" |
| 4326 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4327 |
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 4328 |
dependencies = [ |
| 4329 |
"windows-targets 0.52.6", |
| 4330 |
] |
| 4331 |
|
| 4332 |
[[package]] |
| 4333 |
name = "windows-sys" |
| 4334 |
version = "0.61.2" |
| 4335 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4336 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 4337 |
dependencies = [ |
| 4338 |
"windows-link", |
| 4339 |
] |
| 4340 |
|
| 4341 |
[[package]] |
| 4342 |
name = "windows-targets" |
| 4343 |
version = "0.48.5" |
| 4344 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4345 |
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 4346 |
dependencies = [ |
| 4347 |
"windows_aarch64_gnullvm 0.48.5", |
| 4348 |
"windows_aarch64_msvc 0.48.5", |
| 4349 |
"windows_i686_gnu 0.48.5", |
| 4350 |
"windows_i686_msvc 0.48.5", |
| 4351 |
"windows_x86_64_gnu 0.48.5", |
| 4352 |
"windows_x86_64_gnullvm 0.48.5", |
| 4353 |
"windows_x86_64_msvc 0.48.5", |
| 4354 |
] |
| 4355 |
|
| 4356 |
[[package]] |
| 4357 |
name = "windows-targets" |
| 4358 |
version = "0.52.6" |
| 4359 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4360 |
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 4361 |
dependencies = [ |
| 4362 |
"windows_aarch64_gnullvm 0.52.6", |
| 4363 |
"windows_aarch64_msvc 0.52.6", |
| 4364 |
"windows_i686_gnu 0.52.6", |
| 4365 |
"windows_i686_gnullvm", |
| 4366 |
"windows_i686_msvc 0.52.6", |
| 4367 |
"windows_x86_64_gnu 0.52.6", |
| 4368 |
"windows_x86_64_gnullvm 0.52.6", |
| 4369 |
"windows_x86_64_msvc 0.52.6", |
| 4370 |
] |
| 4371 |
|
| 4372 |
[[package]] |
| 4373 |
name = "windows_aarch64_gnullvm" |
| 4374 |
version = "0.48.5" |
| 4375 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4376 |
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 4377 |
|
| 4378 |
[[package]] |
| 4379 |
name = "windows_aarch64_gnullvm" |
| 4380 |
version = "0.52.6" |
| 4381 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4382 |
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 4383 |
|
| 4384 |
[[package]] |
| 4385 |
name = "windows_aarch64_msvc" |
| 4386 |
version = "0.48.5" |
| 4387 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4388 |
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 4389 |
|
| 4390 |
[[package]] |
| 4391 |
name = "windows_aarch64_msvc" |
| 4392 |
version = "0.52.6" |
| 4393 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4394 |
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 4395 |
|
| 4396 |
[[package]] |
| 4397 |
name = "windows_i686_gnu" |
| 4398 |
version = "0.48.5" |
| 4399 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4400 |
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 4401 |
|
| 4402 |
[[package]] |
| 4403 |
name = "windows_i686_gnu" |
| 4404 |
version = "0.52.6" |
| 4405 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4406 |
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 4407 |
|
| 4408 |
[[package]] |
| 4409 |
name = "windows_i686_gnullvm" |
| 4410 |
version = "0.52.6" |
| 4411 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4412 |
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 4413 |
|
| 4414 |
[[package]] |
| 4415 |
name = "windows_i686_msvc" |
| 4416 |
version = "0.48.5" |
| 4417 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4418 |
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 4419 |
|
| 4420 |
[[package]] |
| 4421 |
name = "windows_i686_msvc" |
| 4422 |
version = "0.52.6" |
| 4423 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4424 |
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 4425 |
|
| 4426 |
[[package]] |
| 4427 |
name = "windows_x86_64_gnu" |
| 4428 |
version = "0.48.5" |
| 4429 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4430 |
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 4431 |
|
| 4432 |
[[package]] |
| 4433 |
name = "windows_x86_64_gnu" |
| 4434 |
version = "0.52.6" |
| 4435 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4436 |
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 4437 |
|
| 4438 |
[[package]] |
| 4439 |
name = "windows_x86_64_gnullvm" |
| 4440 |
version = "0.48.5" |
| 4441 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4442 |
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 4443 |
|
| 4444 |
[[package]] |
| 4445 |
name = "windows_x86_64_gnullvm" |
| 4446 |
version = "0.52.6" |
| 4447 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4448 |
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 4449 |
|
| 4450 |
[[package]] |
| 4451 |
name = "windows_x86_64_msvc" |
| 4452 |
version = "0.48.5" |
| 4453 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4454 |
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 4455 |
|
| 4456 |
[[package]] |
| 4457 |
name = "windows_x86_64_msvc" |
| 4458 |
version = "0.52.6" |
| 4459 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4460 |
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 4461 |
|
| 4462 |
[[package]] |
| 4463 |
name = "winnow" |
| 4464 |
version = "0.7.15" |
| 4465 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4466 |
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| 4467 |
dependencies = [ |
| 4468 |
"memchr", |
| 4469 |
] |
| 4470 |
|
| 4471 |
[[package]] |
| 4472 |
name = "wit-bindgen" |
| 4473 |
version = "0.51.0" |
| 4474 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4475 |
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 4476 |
dependencies = [ |
| 4477 |
"wit-bindgen-rust-macro", |
| 4478 |
] |
| 4479 |
|
| 4480 |
[[package]] |
| 4481 |
name = "wit-bindgen-core" |
| 4482 |
version = "0.51.0" |
| 4483 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4484 |
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 4485 |
dependencies = [ |
| 4486 |
"anyhow", |
| 4487 |
"heck", |
| 4488 |
"wit-parser", |
| 4489 |
] |
| 4490 |
|
| 4491 |
[[package]] |
| 4492 |
name = "wit-bindgen-rust" |
| 4493 |
version = "0.51.0" |
| 4494 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4495 |
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 4496 |
dependencies = [ |
| 4497 |
"anyhow", |
| 4498 |
"heck", |
| 4499 |
"indexmap", |
| 4500 |
"prettyplease", |
| 4501 |
"syn", |
| 4502 |
"wasm-metadata", |
| 4503 |
"wit-bindgen-core", |
| 4504 |
"wit-component", |
| 4505 |
] |
| 4506 |
|
| 4507 |
[[package]] |
| 4508 |
name = "wit-bindgen-rust-macro" |
| 4509 |
version = "0.51.0" |
| 4510 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4511 |
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 4512 |
dependencies = [ |
| 4513 |
"anyhow", |
| 4514 |
"prettyplease", |
| 4515 |
"proc-macro2", |
| 4516 |
"quote", |
| 4517 |
"syn", |
| 4518 |
"wit-bindgen-core", |
| 4519 |
"wit-bindgen-rust", |
| 4520 |
] |
| 4521 |
|
| 4522 |
[[package]] |
| 4523 |
name = "wit-component" |
| 4524 |
version = "0.244.0" |
| 4525 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4526 |
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 4527 |
dependencies = [ |
| 4528 |
"anyhow", |
| 4529 |
"bitflags", |
| 4530 |
"indexmap", |
| 4531 |
"log", |
| 4532 |
"serde", |
| 4533 |
"serde_derive", |
| 4534 |
"serde_json", |
| 4535 |
"wasm-encoder", |
| 4536 |
"wasm-metadata", |
| 4537 |
"wasmparser", |
| 4538 |
"wit-parser", |
| 4539 |
] |
| 4540 |
|
| 4541 |
[[package]] |
| 4542 |
name = "wit-parser" |
| 4543 |
version = "0.244.0" |
| 4544 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4545 |
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 4546 |
dependencies = [ |
| 4547 |
"anyhow", |
| 4548 |
"id-arena", |
| 4549 |
"indexmap", |
| 4550 |
"log", |
| 4551 |
"semver", |
| 4552 |
"serde", |
| 4553 |
"serde_derive", |
| 4554 |
"serde_json", |
| 4555 |
"unicode-xid", |
| 4556 |
"wasmparser", |
| 4557 |
] |
| 4558 |
|
| 4559 |
[[package]] |
| 4560 |
name = "writeable" |
| 4561 |
version = "0.6.2" |
| 4562 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4563 |
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" |
| 4564 |
|
| 4565 |
[[package]] |
| 4566 |
name = "xmlparser" |
| 4567 |
version = "0.13.6" |
| 4568 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4569 |
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4" |
| 4570 |
|
| 4571 |
[[package]] |
| 4572 |
name = "yoke" |
| 4573 |
version = "0.8.1" |
| 4574 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4575 |
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" |
| 4576 |
dependencies = [ |
| 4577 |
"stable_deref_trait", |
| 4578 |
"yoke-derive", |
| 4579 |
"zerofrom", |
| 4580 |
] |
| 4581 |
|
| 4582 |
[[package]] |
| 4583 |
name = "yoke-derive" |
| 4584 |
version = "0.8.1" |
| 4585 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4586 |
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" |
| 4587 |
dependencies = [ |
| 4588 |
"proc-macro2", |
| 4589 |
"quote", |
| 4590 |
"syn", |
| 4591 |
"synstructure", |
| 4592 |
] |
| 4593 |
|
| 4594 |
[[package]] |
| 4595 |
name = "zerocopy" |
| 4596 |
version = "0.8.42" |
| 4597 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4598 |
checksum = "f2578b716f8a7a858b7f02d5bd870c14bf4ddbbcf3a4c05414ba6503640505e3" |
| 4599 |
dependencies = [ |
| 4600 |
"zerocopy-derive", |
| 4601 |
] |
| 4602 |
|
| 4603 |
[[package]] |
| 4604 |
name = "zerocopy-derive" |
| 4605 |
version = "0.8.42" |
| 4606 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4607 |
checksum = "7e6cc098ea4d3bd6246687de65af3f920c430e236bee1e3bf2e441463f08a02f" |
| 4608 |
dependencies = [ |
| 4609 |
"proc-macro2", |
| 4610 |
"quote", |
| 4611 |
"syn", |
| 4612 |
] |
| 4613 |
|
| 4614 |
[[package]] |
| 4615 |
name = "zerofrom" |
| 4616 |
version = "0.1.6" |
| 4617 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4618 |
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" |
| 4619 |
dependencies = [ |
| 4620 |
"zerofrom-derive", |
| 4621 |
] |
| 4622 |
|
| 4623 |
[[package]] |
| 4624 |
name = "zerofrom-derive" |
| 4625 |
version = "0.1.6" |
| 4626 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4627 |
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" |
| 4628 |
dependencies = [ |
| 4629 |
"proc-macro2", |
| 4630 |
"quote", |
| 4631 |
"syn", |
| 4632 |
"synstructure", |
| 4633 |
] |
| 4634 |
|
| 4635 |
[[package]] |
| 4636 |
name = "zeroize" |
| 4637 |
version = "1.8.2" |
| 4638 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4639 |
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 4640 |
|
| 4641 |
[[package]] |
| 4642 |
name = "zerotrie" |
| 4643 |
version = "0.2.3" |
| 4644 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4645 |
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" |
| 4646 |
dependencies = [ |
| 4647 |
"displaydoc", |
| 4648 |
"yoke", |
| 4649 |
"zerofrom", |
| 4650 |
] |
| 4651 |
|
| 4652 |
[[package]] |
| 4653 |
name = "zerovec" |
| 4654 |
version = "0.11.5" |
| 4655 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4656 |
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" |
| 4657 |
dependencies = [ |
| 4658 |
"yoke", |
| 4659 |
"zerofrom", |
| 4660 |
"zerovec-derive", |
| 4661 |
] |
| 4662 |
|
| 4663 |
[[package]] |
| 4664 |
name = "zerovec-derive" |
| 4665 |
version = "0.11.2" |
| 4666 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4667 |
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" |
| 4668 |
dependencies = [ |
| 4669 |
"proc-macro2", |
| 4670 |
"quote", |
| 4671 |
"syn", |
| 4672 |
] |
| 4673 |
|
| 4674 |
[[package]] |
| 4675 |
name = "zmij" |
| 4676 |
version = "1.0.21" |
| 4677 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4678 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 4679 |
|