| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "ahash" |
| 7 |
version = "0.8.12" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| 10 |
dependencies = [ |
| 11 |
"cfg-if", |
| 12 |
"const-random", |
| 13 |
"getrandom 0.3.4", |
| 14 |
"once_cell", |
| 15 |
"version_check", |
| 16 |
"zerocopy", |
| 17 |
] |
| 18 |
|
| 19 |
[[package]] |
| 20 |
name = "aho-corasick" |
| 21 |
version = "1.1.4" |
| 22 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 23 |
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 24 |
dependencies = [ |
| 25 |
"memchr", |
| 26 |
] |
| 27 |
|
| 28 |
[[package]] |
| 29 |
name = "allocator-api2" |
| 30 |
version = "0.2.21" |
| 31 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 32 |
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 33 |
|
| 34 |
[[package]] |
| 35 |
name = "android_system_properties" |
| 36 |
version = "0.1.5" |
| 37 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 38 |
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 39 |
dependencies = [ |
| 40 |
"libc", |
| 41 |
] |
| 42 |
|
| 43 |
[[package]] |
| 44 |
name = "anyhow" |
| 45 |
version = "1.0.102" |
| 46 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 47 |
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 48 |
|
| 49 |
[[package]] |
| 50 |
name = "async-trait" |
| 51 |
version = "0.1.89" |
| 52 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 53 |
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 54 |
dependencies = [ |
| 55 |
"proc-macro2", |
| 56 |
"quote", |
| 57 |
"syn", |
| 58 |
] |
| 59 |
|
| 60 |
[[package]] |
| 61 |
name = "atoi" |
| 62 |
version = "2.0.0" |
| 63 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 64 |
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| 65 |
dependencies = [ |
| 66 |
"num-traits", |
| 67 |
] |
| 68 |
|
| 69 |
[[package]] |
| 70 |
name = "atomic-waker" |
| 71 |
version = "1.1.2" |
| 72 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 73 |
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 74 |
|
| 75 |
[[package]] |
| 76 |
name = "autocfg" |
| 77 |
version = "1.5.1" |
| 78 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 79 |
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 80 |
|
| 81 |
[[package]] |
| 82 |
name = "axum" |
| 83 |
version = "0.8.9" |
| 84 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 85 |
checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90" |
| 86 |
dependencies = [ |
| 87 |
"axum-core", |
| 88 |
"axum-macros", |
| 89 |
"base64", |
| 90 |
"bytes", |
| 91 |
"form_urlencoded", |
| 92 |
"futures-util", |
| 93 |
"http", |
| 94 |
"http-body", |
| 95 |
"http-body-util", |
| 96 |
"hyper", |
| 97 |
"hyper-util", |
| 98 |
"itoa", |
| 99 |
"matchit", |
| 100 |
"memchr", |
| 101 |
"mime", |
| 102 |
"percent-encoding", |
| 103 |
"pin-project-lite", |
| 104 |
"serde_core", |
| 105 |
"serde_json", |
| 106 |
"serde_path_to_error", |
| 107 |
"serde_urlencoded", |
| 108 |
"sha1", |
| 109 |
"sync_wrapper", |
| 110 |
"tokio", |
| 111 |
"tokio-tungstenite", |
| 112 |
"tower", |
| 113 |
"tower-layer", |
| 114 |
"tower-service", |
| 115 |
"tracing", |
| 116 |
] |
| 117 |
|
| 118 |
[[package]] |
| 119 |
name = "axum-core" |
| 120 |
version = "0.5.6" |
| 121 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 122 |
checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| 123 |
dependencies = [ |
| 124 |
"bytes", |
| 125 |
"futures-core", |
| 126 |
"http", |
| 127 |
"http-body", |
| 128 |
"http-body-util", |
| 129 |
"mime", |
| 130 |
"pin-project-lite", |
| 131 |
"sync_wrapper", |
| 132 |
"tower-layer", |
| 133 |
"tower-service", |
| 134 |
"tracing", |
| 135 |
] |
| 136 |
|
| 137 |
[[package]] |
| 138 |
name = "axum-macros" |
| 139 |
version = "0.5.1" |
| 140 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 141 |
checksum = "7aa268c23bfbbd2c4363b9cd302a4f504fb2a9dfe7e3451d66f35dd392e20aca" |
| 142 |
dependencies = [ |
| 143 |
"proc-macro2", |
| 144 |
"quote", |
| 145 |
"syn", |
| 146 |
] |
| 147 |
|
| 148 |
[[package]] |
| 149 |
name = "base64" |
| 150 |
version = "0.22.1" |
| 151 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 152 |
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 153 |
|
| 154 |
[[package]] |
| 155 |
name = "base64ct" |
| 156 |
version = "1.8.3" |
| 157 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 158 |
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" |
| 159 |
|
| 160 |
[[package]] |
| 161 |
name = "bento-daemon" |
| 162 |
version = "0.1.0" |
| 163 |
dependencies = [ |
| 164 |
"anyhow", |
| 165 |
"axum", |
| 166 |
"chrono", |
| 167 |
"http-body-util", |
| 168 |
"metrics", |
| 169 |
"metrics-exporter-prometheus", |
| 170 |
"ops-core", |
| 171 |
"reqwest", |
| 172 |
"rhai", |
| 173 |
"semver", |
| 174 |
"serde", |
| 175 |
"serde_json", |
| 176 |
"sqlx", |
| 177 |
"tempfile", |
| 178 |
"thiserror", |
| 179 |
"tokio", |
| 180 |
"toml", |
| 181 |
"tower", |
| 182 |
"tracing", |
| 183 |
"tracing-subscriber", |
| 184 |
] |
| 185 |
|
| 186 |
[[package]] |
| 187 |
name = "bitflags" |
| 188 |
version = "2.13.0" |
| 189 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 190 |
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" |
| 191 |
dependencies = [ |
| 192 |
"serde_core", |
| 193 |
] |
| 194 |
|
| 195 |
[[package]] |
| 196 |
name = "block-buffer" |
| 197 |
version = "0.10.4" |
| 198 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 199 |
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 200 |
dependencies = [ |
| 201 |
"generic-array", |
| 202 |
] |
| 203 |
|
| 204 |
[[package]] |
| 205 |
name = "bumpalo" |
| 206 |
version = "3.20.3" |
| 207 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 208 |
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| 209 |
|
| 210 |
[[package]] |
| 211 |
name = "byteorder" |
| 212 |
version = "1.5.0" |
| 213 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 214 |
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 215 |
|
| 216 |
[[package]] |
| 217 |
name = "bytes" |
| 218 |
version = "1.11.1" |
| 219 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 220 |
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 221 |
|
| 222 |
[[package]] |
| 223 |
name = "cc" |
| 224 |
version = "1.2.63" |
| 225 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 226 |
checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" |
| 227 |
dependencies = [ |
| 228 |
"find-msvc-tools", |
| 229 |
"shlex", |
| 230 |
] |
| 231 |
|
| 232 |
[[package]] |
| 233 |
name = "cfg-if" |
| 234 |
version = "1.0.4" |
| 235 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 236 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 237 |
|
| 238 |
[[package]] |
| 239 |
name = "cfg_aliases" |
| 240 |
version = "0.2.1" |
| 241 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 242 |
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 243 |
|
| 244 |
[[package]] |
| 245 |
name = "chrono" |
| 246 |
version = "0.4.45" |
| 247 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 248 |
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| 249 |
dependencies = [ |
| 250 |
"iana-time-zone", |
| 251 |
"js-sys", |
| 252 |
"num-traits", |
| 253 |
"serde", |
| 254 |
"wasm-bindgen", |
| 255 |
"windows-link", |
| 256 |
] |
| 257 |
|
| 258 |
[[package]] |
| 259 |
name = "concurrent-queue" |
| 260 |
version = "2.5.0" |
| 261 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 262 |
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 263 |
dependencies = [ |
| 264 |
"crossbeam-utils", |
| 265 |
] |
| 266 |
|
| 267 |
[[package]] |
| 268 |
name = "const-oid" |
| 269 |
version = "0.9.6" |
| 270 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 271 |
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" |
| 272 |
|
| 273 |
[[package]] |
| 274 |
name = "const-random" |
| 275 |
version = "0.1.18" |
| 276 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 277 |
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" |
| 278 |
dependencies = [ |
| 279 |
"const-random-macro", |
| 280 |
] |
| 281 |
|
| 282 |
[[package]] |
| 283 |
name = "const-random-macro" |
| 284 |
version = "0.1.16" |
| 285 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 286 |
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" |
| 287 |
dependencies = [ |
| 288 |
"getrandom 0.2.17", |
| 289 |
"once_cell", |
| 290 |
"tiny-keccak", |
| 291 |
] |
| 292 |
|
| 293 |
[[package]] |
| 294 |
name = "core-foundation-sys" |
| 295 |
version = "0.8.7" |
| 296 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 297 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 298 |
|
| 299 |
[[package]] |
| 300 |
name = "cpufeatures" |
| 301 |
version = "0.2.17" |
| 302 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 303 |
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 304 |
dependencies = [ |
| 305 |
"libc", |
| 306 |
] |
| 307 |
|
| 308 |
[[package]] |
| 309 |
name = "crc" |
| 310 |
version = "3.4.0" |
| 311 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 312 |
checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d" |
| 313 |
dependencies = [ |
| 314 |
"crc-catalog", |
| 315 |
] |
| 316 |
|
| 317 |
[[package]] |
| 318 |
name = "crc-catalog" |
| 319 |
version = "2.5.0" |
| 320 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 321 |
checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853" |
| 322 |
|
| 323 |
[[package]] |
| 324 |
name = "crossbeam-epoch" |
| 325 |
version = "0.9.18" |
| 326 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 327 |
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 328 |
dependencies = [ |
| 329 |
"crossbeam-utils", |
| 330 |
] |
| 331 |
|
| 332 |
[[package]] |
| 333 |
name = "crossbeam-queue" |
| 334 |
version = "0.3.12" |
| 335 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 336 |
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" |
| 337 |
dependencies = [ |
| 338 |
"crossbeam-utils", |
| 339 |
] |
| 340 |
|
| 341 |
[[package]] |
| 342 |
name = "crossbeam-utils" |
| 343 |
version = "0.8.21" |
| 344 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 345 |
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 346 |
|
| 347 |
[[package]] |
| 348 |
name = "crunchy" |
| 349 |
version = "0.2.4" |
| 350 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 351 |
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" |
| 352 |
|
| 353 |
[[package]] |
| 354 |
name = "crypto-common" |
| 355 |
version = "0.1.7" |
| 356 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 357 |
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 358 |
dependencies = [ |
| 359 |
"generic-array", |
| 360 |
"typenum", |
| 361 |
] |
| 362 |
|
| 363 |
[[package]] |
| 364 |
name = "data-encoding" |
| 365 |
version = "2.11.0" |
| 366 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 367 |
checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" |
| 368 |
|
| 369 |
[[package]] |
| 370 |
name = "der" |
| 371 |
version = "0.7.10" |
| 372 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 373 |
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" |
| 374 |
dependencies = [ |
| 375 |
"const-oid", |
| 376 |
"pem-rfc7468", |
| 377 |
"zeroize", |
| 378 |
] |
| 379 |
|
| 380 |
[[package]] |
| 381 |
name = "digest" |
| 382 |
version = "0.10.7" |
| 383 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 384 |
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 385 |
dependencies = [ |
| 386 |
"block-buffer", |
| 387 |
"const-oid", |
| 388 |
"crypto-common", |
| 389 |
"subtle", |
| 390 |
] |
| 391 |
|
| 392 |
[[package]] |
| 393 |
name = "displaydoc" |
| 394 |
version = "0.2.6" |
| 395 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 396 |
checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" |
| 397 |
dependencies = [ |
| 398 |
"proc-macro2", |
| 399 |
"quote", |
| 400 |
"syn", |
| 401 |
] |
| 402 |
|
| 403 |
[[package]] |
| 404 |
name = "dotenvy" |
| 405 |
version = "0.15.7" |
| 406 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 407 |
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" |
| 408 |
|
| 409 |
[[package]] |
| 410 |
name = "either" |
| 411 |
version = "1.16.0" |
| 412 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 413 |
checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" |
| 414 |
dependencies = [ |
| 415 |
"serde", |
| 416 |
] |
| 417 |
|
| 418 |
[[package]] |
| 419 |
name = "equivalent" |
| 420 |
version = "1.0.2" |
| 421 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 422 |
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 423 |
|
| 424 |
[[package]] |
| 425 |
name = "errno" |
| 426 |
version = "0.3.14" |
| 427 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 429 |
dependencies = [ |
| 430 |
"libc", |
| 431 |
"windows-sys 0.61.2", |
| 432 |
] |
| 433 |
|
| 434 |
[[package]] |
| 435 |
name = "etcetera" |
| 436 |
version = "0.8.0" |
| 437 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 438 |
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" |
| 439 |
dependencies = [ |
| 440 |
"cfg-if", |
| 441 |
"home", |
| 442 |
"windows-sys 0.48.0", |
| 443 |
] |
| 444 |
|
| 445 |
[[package]] |
| 446 |
name = "event-listener" |
| 447 |
version = "5.4.1" |
| 448 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 449 |
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 450 |
dependencies = [ |
| 451 |
"concurrent-queue", |
| 452 |
"parking", |
| 453 |
"pin-project-lite", |
| 454 |
] |
| 455 |
|
| 456 |
[[package]] |
| 457 |
name = "evmap" |
| 458 |
version = "11.0.0" |
| 459 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 460 |
checksum = "1b8874945f036109c72242964c1174cf99434e30cfa45bf45fedc983f50046f8" |
| 461 |
dependencies = [ |
| 462 |
"hashbag", |
| 463 |
"left-right", |
| 464 |
"smallvec", |
| 465 |
] |
| 466 |
|
| 467 |
[[package]] |
| 468 |
name = "fastrand" |
| 469 |
version = "2.4.1" |
| 470 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 471 |
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" |
| 472 |
|
| 473 |
[[package]] |
| 474 |
name = "find-msvc-tools" |
| 475 |
version = "0.1.9" |
| 476 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 477 |
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 478 |
|
| 479 |
[[package]] |
| 480 |
name = "flume" |
| 481 |
version = "0.11.1" |
| 482 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 483 |
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" |
| 484 |
dependencies = [ |
| 485 |
"futures-core", |
| 486 |
"futures-sink", |
| 487 |
"spin 0.9.8", |
| 488 |
] |
| 489 |
|
| 490 |
[[package]] |
| 491 |
name = "foldhash" |
| 492 |
version = "0.1.5" |
| 493 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 494 |
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 495 |
|
| 496 |
[[package]] |
| 497 |
name = "foldhash" |
| 498 |
version = "0.2.0" |
| 499 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 500 |
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 501 |
|
| 502 |
[[package]] |
| 503 |
name = "form_urlencoded" |
| 504 |
version = "1.2.2" |
| 505 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 506 |
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 507 |
dependencies = [ |
| 508 |
"percent-encoding", |
| 509 |
] |
| 510 |
|
| 511 |
[[package]] |
| 512 |
name = "futures-channel" |
| 513 |
version = "0.3.32" |
| 514 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 515 |
checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 516 |
dependencies = [ |
| 517 |
"futures-core", |
| 518 |
"futures-sink", |
| 519 |
] |
| 520 |
|
| 521 |
[[package]] |
| 522 |
name = "futures-core" |
| 523 |
version = "0.3.32" |
| 524 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 525 |
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 526 |
|
| 527 |
[[package]] |
| 528 |
name = "futures-executor" |
| 529 |
version = "0.3.32" |
| 530 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 531 |
checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 532 |
dependencies = [ |
| 533 |
"futures-core", |
| 534 |
"futures-task", |
| 535 |
"futures-util", |
| 536 |
] |
| 537 |
|
| 538 |
[[package]] |
| 539 |
name = "futures-intrusive" |
| 540 |
version = "0.5.0" |
| 541 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 542 |
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" |
| 543 |
dependencies = [ |
| 544 |
"futures-core", |
| 545 |
"lock_api", |
| 546 |
"parking_lot", |
| 547 |
] |
| 548 |
|
| 549 |
[[package]] |
| 550 |
name = "futures-io" |
| 551 |
version = "0.3.32" |
| 552 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 553 |
checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 554 |
|
| 555 |
[[package]] |
| 556 |
name = "futures-sink" |
| 557 |
version = "0.3.32" |
| 558 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 559 |
checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 560 |
|
| 561 |
[[package]] |
| 562 |
name = "futures-task" |
| 563 |
version = "0.3.32" |
| 564 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 565 |
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 566 |
|
| 567 |
[[package]] |
| 568 |
name = "futures-util" |
| 569 |
version = "0.3.32" |
| 570 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 571 |
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 572 |
dependencies = [ |
| 573 |
"futures-core", |
| 574 |
"futures-io", |
| 575 |
"futures-sink", |
| 576 |
"futures-task", |
| 577 |
"memchr", |
| 578 |
"pin-project-lite", |
| 579 |
"slab", |
| 580 |
] |
| 581 |
|
| 582 |
[[package]] |
| 583 |
name = "generator" |
| 584 |
version = "0.8.9" |
| 585 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 586 |
checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae" |
| 587 |
dependencies = [ |
| 588 |
"cc", |
| 589 |
"cfg-if", |
| 590 |
"libc", |
| 591 |
"log", |
| 592 |
"rustversion", |
| 593 |
"windows-link", |
| 594 |
"windows-result", |
| 595 |
] |
| 596 |
|
| 597 |
[[package]] |
| 598 |
name = "generic-array" |
| 599 |
version = "0.14.7" |
| 600 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 601 |
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 602 |
dependencies = [ |
| 603 |
"typenum", |
| 604 |
"version_check", |
| 605 |
] |
| 606 |
|
| 607 |
[[package]] |
| 608 |
name = "getrandom" |
| 609 |
version = "0.2.17" |
| 610 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 611 |
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 612 |
dependencies = [ |
| 613 |
"cfg-if", |
| 614 |
"js-sys", |
| 615 |
"libc", |
| 616 |
"wasi", |
| 617 |
"wasm-bindgen", |
| 618 |
] |
| 619 |
|
| 620 |
[[package]] |
| 621 |
name = "getrandom" |
| 622 |
version = "0.3.4" |
| 623 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 624 |
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 625 |
dependencies = [ |
| 626 |
"cfg-if", |
| 627 |
"js-sys", |
| 628 |
"libc", |
| 629 |
"r-efi 5.3.0", |
| 630 |
"wasip2", |
| 631 |
"wasm-bindgen", |
| 632 |
] |
| 633 |
|
| 634 |
[[package]] |
| 635 |
name = "getrandom" |
| 636 |
version = "0.4.2" |
| 637 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 638 |
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 639 |
dependencies = [ |
| 640 |
"cfg-if", |
| 641 |
"libc", |
| 642 |
"r-efi 6.0.0", |
| 643 |
"wasip2", |
| 644 |
"wasip3", |
| 645 |
] |
| 646 |
|
| 647 |
[[package]] |
| 648 |
name = "hashbag" |
| 649 |
version = "0.1.13" |
| 650 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 651 |
checksum = "7040a10f52cba493ddb09926e15d10a9d8a28043708a405931fe4c6f19fac064" |
| 652 |
|
| 653 |
[[package]] |
| 654 |
name = "hashbrown" |
| 655 |
version = "0.15.5" |
| 656 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 657 |
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 658 |
dependencies = [ |
| 659 |
"allocator-api2", |
| 660 |
"equivalent", |
| 661 |
"foldhash 0.1.5", |
| 662 |
] |
| 663 |
|
| 664 |
[[package]] |
| 665 |
name = "hashbrown" |
| 666 |
version = "0.16.1" |
| 667 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 668 |
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 669 |
dependencies = [ |
| 670 |
"foldhash 0.2.0", |
| 671 |
] |
| 672 |
|
| 673 |
[[package]] |
| 674 |
name = "hashbrown" |
| 675 |
version = "0.17.1" |
| 676 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 677 |
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 678 |
|
| 679 |
[[package]] |
| 680 |
name = "hashlink" |
| 681 |
version = "0.10.0" |
| 682 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 683 |
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" |
| 684 |
dependencies = [ |
| 685 |
"hashbrown 0.15.5", |
| 686 |
] |
| 687 |
|
| 688 |
[[package]] |
| 689 |
name = "heck" |
| 690 |
version = "0.5.0" |
| 691 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 692 |
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 693 |
|
| 694 |
[[package]] |
| 695 |
name = "hex" |
| 696 |
version = "0.4.3" |
| 697 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 698 |
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
| 699 |
|
| 700 |
[[package]] |
| 701 |
name = "hkdf" |
| 702 |
version = "0.12.4" |
| 703 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 704 |
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" |
| 705 |
dependencies = [ |
| 706 |
"hmac", |
| 707 |
] |
| 708 |
|
| 709 |
[[package]] |
| 710 |
name = "hmac" |
| 711 |
version = "0.12.1" |
| 712 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 713 |
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" |
| 714 |
dependencies = [ |
| 715 |
"digest", |
| 716 |
] |
| 717 |
|
| 718 |
[[package]] |
| 719 |
name = "home" |
| 720 |
version = "0.5.12" |
| 721 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 722 |
checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" |
| 723 |
dependencies = [ |
| 724 |
"windows-sys 0.61.2", |
| 725 |
] |
| 726 |
|
| 727 |
[[package]] |
| 728 |
name = "http" |
| 729 |
version = "1.4.1" |
| 730 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 731 |
checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" |
| 732 |
dependencies = [ |
| 733 |
"bytes", |
| 734 |
"itoa", |
| 735 |
] |
| 736 |
|
| 737 |
[[package]] |
| 738 |
name = "http-body" |
| 739 |
version = "1.0.1" |
| 740 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 741 |
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 742 |
dependencies = [ |
| 743 |
"bytes", |
| 744 |
"http", |
| 745 |
] |
| 746 |
|
| 747 |
[[package]] |
| 748 |
name = "http-body-util" |
| 749 |
version = "0.1.3" |
| 750 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 |
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 752 |
dependencies = [ |
| 753 |
"bytes", |
| 754 |
"futures-core", |
| 755 |
"http", |
| 756 |
"http-body", |
| 757 |
"pin-project-lite", |
| 758 |
] |
| 759 |
|
| 760 |
[[package]] |
| 761 |
name = "httparse" |
| 762 |
version = "1.10.1" |
| 763 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 764 |
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 765 |
|
| 766 |
[[package]] |
| 767 |
name = "httpdate" |
| 768 |
version = "1.0.3" |
| 769 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 770 |
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 771 |
|
| 772 |
[[package]] |
| 773 |
name = "hyper" |
| 774 |
version = "1.10.1" |
| 775 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 776 |
checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" |
| 777 |
dependencies = [ |
| 778 |
"atomic-waker", |
| 779 |
"bytes", |
| 780 |
"futures-channel", |
| 781 |
"futures-core", |
| 782 |
"http", |
| 783 |
"http-body", |
| 784 |
"httparse", |
| 785 |
"httpdate", |
| 786 |
"itoa", |
| 787 |
"pin-project-lite", |
| 788 |
"smallvec", |
| 789 |
"tokio", |
| 790 |
"want", |
| 791 |
] |
| 792 |
|
| 793 |
[[package]] |
| 794 |
name = "hyper-rustls" |
| 795 |
version = "0.27.9" |
| 796 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 797 |
checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" |
| 798 |
dependencies = [ |
| 799 |
"http", |
| 800 |
"hyper", |
| 801 |
"hyper-util", |
| 802 |
"rustls", |
| 803 |
"tokio", |
| 804 |
"tokio-rustls", |
| 805 |
"tower-service", |
| 806 |
"webpki-roots", |
| 807 |
] |
| 808 |
|
| 809 |
[[package]] |
| 810 |
name = "hyper-util" |
| 811 |
version = "0.1.20" |
| 812 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 813 |
checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 814 |
dependencies = [ |
| 815 |
"base64", |
| 816 |
"bytes", |
| 817 |
"futures-channel", |
| 818 |
"futures-util", |
| 819 |
"http", |
| 820 |
"http-body", |
| 821 |
"hyper", |
| 822 |
"ipnet", |
| 823 |
"libc", |
| 824 |
"percent-encoding", |
| 825 |
"pin-project-lite", |
| 826 |
"socket2", |
| 827 |
"tokio", |
| 828 |
"tower-service", |
| 829 |
"tracing", |
| 830 |
] |
| 831 |
|
| 832 |
[[package]] |
| 833 |
name = "iana-time-zone" |
| 834 |
version = "0.1.65" |
| 835 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 836 |
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 837 |
dependencies = [ |
| 838 |
"android_system_properties", |
| 839 |
"core-foundation-sys", |
| 840 |
"iana-time-zone-haiku", |
| 841 |
"js-sys", |
| 842 |
"log", |
| 843 |
"wasm-bindgen", |
| 844 |
"windows-core", |
| 845 |
] |
| 846 |
|
| 847 |
[[package]] |
| 848 |
name = "iana-time-zone-haiku" |
| 849 |
version = "0.1.2" |
| 850 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 851 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 852 |
dependencies = [ |
| 853 |
"cc", |
| 854 |
] |
| 855 |
|
| 856 |
[[package]] |
| 857 |
name = "icu_collections" |
| 858 |
version = "2.2.0" |
| 859 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 860 |
checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 861 |
dependencies = [ |
| 862 |
"displaydoc", |
| 863 |
"potential_utf", |
| 864 |
"utf8_iter", |
| 865 |
"yoke", |
| 866 |
"zerofrom", |
| 867 |
"zerovec", |
| 868 |
] |
| 869 |
|
| 870 |
[[package]] |
| 871 |
name = "icu_locale_core" |
| 872 |
version = "2.2.0" |
| 873 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 874 |
checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 875 |
dependencies = [ |
| 876 |
"displaydoc", |
| 877 |
"litemap", |
| 878 |
"tinystr", |
| 879 |
"writeable", |
| 880 |
"zerovec", |
| 881 |
] |
| 882 |
|
| 883 |
[[package]] |
| 884 |
name = "icu_normalizer" |
| 885 |
version = "2.2.0" |
| 886 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 887 |
checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 888 |
dependencies = [ |
| 889 |
"icu_collections", |
| 890 |
"icu_normalizer_data", |
| 891 |
"icu_properties", |
| 892 |
"icu_provider", |
| 893 |
"smallvec", |
| 894 |
"zerovec", |
| 895 |
] |
| 896 |
|
| 897 |
[[package]] |
| 898 |
name = "icu_normalizer_data" |
| 899 |
version = "2.2.0" |
| 900 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 901 |
checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 902 |
|
| 903 |
[[package]] |
| 904 |
name = "icu_properties" |
| 905 |
version = "2.2.0" |
| 906 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 907 |
checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 908 |
dependencies = [ |
| 909 |
"icu_collections", |
| 910 |
"icu_locale_core", |
| 911 |
"icu_properties_data", |
| 912 |
"icu_provider", |
| 913 |
"zerotrie", |
| 914 |
"zerovec", |
| 915 |
] |
| 916 |
|
| 917 |
[[package]] |
| 918 |
name = "icu_properties_data" |
| 919 |
version = "2.2.0" |
| 920 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 921 |
checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 922 |
|
| 923 |
[[package]] |
| 924 |
name = "icu_provider" |
| 925 |
version = "2.2.0" |
| 926 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 927 |
checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 928 |
dependencies = [ |
| 929 |
"displaydoc", |
| 930 |
"icu_locale_core", |
| 931 |
"writeable", |
| 932 |
"yoke", |
| 933 |
"zerofrom", |
| 934 |
"zerotrie", |
| 935 |
"zerovec", |
| 936 |
] |
| 937 |
|
| 938 |
[[package]] |
| 939 |
name = "id-arena" |
| 940 |
version = "2.3.0" |
| 941 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 942 |
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 943 |
|
| 944 |
[[package]] |
| 945 |
name = "idna" |
| 946 |
version = "1.1.0" |
| 947 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 948 |
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 949 |
dependencies = [ |
| 950 |
"idna_adapter", |
| 951 |
"smallvec", |
| 952 |
"utf8_iter", |
| 953 |
] |
| 954 |
|
| 955 |
[[package]] |
| 956 |
name = "idna_adapter" |
| 957 |
version = "1.2.2" |
| 958 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 959 |
checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| 960 |
dependencies = [ |
| 961 |
"icu_normalizer", |
| 962 |
"icu_properties", |
| 963 |
] |
| 964 |
|
| 965 |
[[package]] |
| 966 |
name = "indexmap" |
| 967 |
version = "2.14.0" |
| 968 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 969 |
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 970 |
dependencies = [ |
| 971 |
"equivalent", |
| 972 |
"hashbrown 0.17.1", |
| 973 |
"serde", |
| 974 |
"serde_core", |
| 975 |
] |
| 976 |
|
| 977 |
[[package]] |
| 978 |
name = "ipnet" |
| 979 |
version = "2.12.0" |
| 980 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 981 |
checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 982 |
|
| 983 |
[[package]] |
| 984 |
name = "itoa" |
| 985 |
version = "1.0.18" |
| 986 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 987 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 988 |
|
| 989 |
[[package]] |
| 990 |
name = "js-sys" |
| 991 |
version = "0.3.99" |
| 992 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 993 |
checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11" |
| 994 |
dependencies = [ |
| 995 |
"cfg-if", |
| 996 |
"futures-util", |
| 997 |
"once_cell", |
| 998 |
"wasm-bindgen", |
| 999 |
] |
| 1000 |
|
| 1001 |
[[package]] |
| 1002 |
name = "lazy_static" |
| 1003 |
version = "1.5.0" |
| 1004 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1005 |
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 1006 |
dependencies = [ |
| 1007 |
"spin 0.9.8", |
| 1008 |
] |
| 1009 |
|
| 1010 |
[[package]] |
| 1011 |
name = "leb128fmt" |
| 1012 |
version = "0.1.0" |
| 1013 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1014 |
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 1015 |
|
| 1016 |
[[package]] |
| 1017 |
name = "left-right" |
| 1018 |
version = "0.11.7" |
| 1019 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1020 |
checksum = "0f0c21e4c8ff95f487fb34e6f9182875f42c84cef966d29216bf115d9bba835a" |
| 1021 |
dependencies = [ |
| 1022 |
"crossbeam-utils", |
| 1023 |
"loom", |
| 1024 |
"slab", |
| 1025 |
] |
| 1026 |
|
| 1027 |
[[package]] |
| 1028 |
name = "libc" |
| 1029 |
version = "0.2.186" |
| 1030 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1031 |
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" |
| 1032 |
|
| 1033 |
[[package]] |
| 1034 |
name = "libm" |
| 1035 |
version = "0.2.16" |
| 1036 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1037 |
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| 1038 |
|
| 1039 |
[[package]] |
| 1040 |
name = "libredox" |
| 1041 |
version = "0.1.17" |
| 1042 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1043 |
checksum = "f02ab6bace2054fb888a3c16f990117b579d14a3088e472d63c6011fa185c9d3" |
| 1044 |
dependencies = [ |
| 1045 |
"bitflags", |
| 1046 |
"libc", |
| 1047 |
"plain", |
| 1048 |
"redox_syscall 0.8.1", |
| 1049 |
] |
| 1050 |
|
| 1051 |
[[package]] |
| 1052 |
name = "libsqlite3-sys" |
| 1053 |
version = "0.30.1" |
| 1054 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1055 |
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" |
| 1056 |
dependencies = [ |
| 1057 |
"cc", |
| 1058 |
"pkg-config", |
| 1059 |
"vcpkg", |
| 1060 |
] |
| 1061 |
|
| 1062 |
[[package]] |
| 1063 |
name = "linux-raw-sys" |
| 1064 |
version = "0.12.1" |
| 1065 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1066 |
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 1067 |
|
| 1068 |
[[package]] |
| 1069 |
name = "litemap" |
| 1070 |
version = "0.8.2" |
| 1071 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1072 |
checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 1073 |
|
| 1074 |
[[package]] |
| 1075 |
name = "lock_api" |
| 1076 |
version = "0.4.14" |
| 1077 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1078 |
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 1079 |
dependencies = [ |
| 1080 |
"scopeguard", |
| 1081 |
] |
| 1082 |
|
| 1083 |
[[package]] |
| 1084 |
name = "log" |
| 1085 |
version = "0.4.32" |
| 1086 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1087 |
checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" |
| 1088 |
|
| 1089 |
[[package]] |
| 1090 |
name = "loom" |
| 1091 |
version = "0.7.2" |
| 1092 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1093 |
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" |
| 1094 |
dependencies = [ |
| 1095 |
"cfg-if", |
| 1096 |
"generator", |
| 1097 |
"scoped-tls", |
| 1098 |
"tracing", |
| 1099 |
"tracing-subscriber", |
| 1100 |
] |
| 1101 |
|
| 1102 |
[[package]] |
| 1103 |
name = "lru-slab" |
| 1104 |
version = "0.1.2" |
| 1105 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1106 |
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 1107 |
|
| 1108 |
[[package]] |
| 1109 |
name = "matchers" |
| 1110 |
version = "0.2.0" |
| 1111 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1112 |
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 1113 |
dependencies = [ |
| 1114 |
"regex-automata", |
| 1115 |
] |
| 1116 |
|
| 1117 |
[[package]] |
| 1118 |
name = "matchit" |
| 1119 |
version = "0.8.4" |
| 1120 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1121 |
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| 1122 |
|
| 1123 |
[[package]] |
| 1124 |
name = "md-5" |
| 1125 |
version = "0.10.6" |
| 1126 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1127 |
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" |
| 1128 |
dependencies = [ |
| 1129 |
"cfg-if", |
| 1130 |
"digest", |
| 1131 |
] |
| 1132 |
|
| 1133 |
[[package]] |
| 1134 |
name = "memchr" |
| 1135 |
version = "2.8.1" |
| 1136 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1137 |
checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" |
| 1138 |
|
| 1139 |
[[package]] |
| 1140 |
name = "metrics" |
| 1141 |
version = "0.24.6" |
| 1142 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1143 |
checksum = "89550ee9f79e88fef3119de263694973a8adb26c21d75322164fb8c493039fe2" |
| 1144 |
dependencies = [ |
| 1145 |
"portable-atomic", |
| 1146 |
"rapidhash", |
| 1147 |
] |
| 1148 |
|
| 1149 |
[[package]] |
| 1150 |
name = "metrics-exporter-prometheus" |
| 1151 |
version = "0.18.3" |
| 1152 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1153 |
checksum = "1db0d8f1fc9e62caebd0319e11eaec5822b0186c171568f0480b46a0137f9108" |
| 1154 |
dependencies = [ |
| 1155 |
"base64", |
| 1156 |
"evmap", |
| 1157 |
"indexmap", |
| 1158 |
"metrics", |
| 1159 |
"metrics-util", |
| 1160 |
"quanta", |
| 1161 |
"thiserror", |
| 1162 |
] |
| 1163 |
|
| 1164 |
[[package]] |
| 1165 |
name = "metrics-util" |
| 1166 |
version = "0.20.4" |
| 1167 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1168 |
checksum = "96f8722f8562635f92f8ed992f26df0532266eb03d5202607c20c0d7e9745e13" |
| 1169 |
dependencies = [ |
| 1170 |
"crossbeam-epoch", |
| 1171 |
"crossbeam-utils", |
| 1172 |
"hashbrown 0.16.1", |
| 1173 |
"metrics", |
| 1174 |
"quanta", |
| 1175 |
"rand 0.9.4", |
| 1176 |
"rand_xoshiro", |
| 1177 |
"rapidhash", |
| 1178 |
"sketches-ddsketch", |
| 1179 |
] |
| 1180 |
|
| 1181 |
[[package]] |
| 1182 |
name = "mime" |
| 1183 |
version = "0.3.17" |
| 1184 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1185 |
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 1186 |
|
| 1187 |
[[package]] |
| 1188 |
name = "mio" |
| 1189 |
version = "1.2.1" |
| 1190 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1191 |
checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" |
| 1192 |
dependencies = [ |
| 1193 |
"libc", |
| 1194 |
"wasi", |
| 1195 |
"windows-sys 0.61.2", |
| 1196 |
] |
| 1197 |
|
| 1198 |
[[package]] |
| 1199 |
name = "no-std-compat" |
| 1200 |
version = "0.4.1" |
| 1201 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1202 |
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c" |
| 1203 |
dependencies = [ |
| 1204 |
"spin 0.5.2", |
| 1205 |
] |
| 1206 |
|
| 1207 |
[[package]] |
| 1208 |
name = "nu-ansi-term" |
| 1209 |
version = "0.50.3" |
| 1210 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1211 |
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 1212 |
dependencies = [ |
| 1213 |
"windows-sys 0.61.2", |
| 1214 |
] |
| 1215 |
|
| 1216 |
[[package]] |
| 1217 |
name = "num-bigint-dig" |
| 1218 |
version = "0.8.6" |
| 1219 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1220 |
checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" |
| 1221 |
dependencies = [ |
| 1222 |
"lazy_static", |
| 1223 |
"libm", |
| 1224 |
"num-integer", |
| 1225 |
"num-iter", |
| 1226 |
"num-traits", |
| 1227 |
"rand 0.8.6", |
| 1228 |
"smallvec", |
| 1229 |
"zeroize", |
| 1230 |
] |
| 1231 |
|
| 1232 |
[[package]] |
| 1233 |
name = "num-integer" |
| 1234 |
version = "0.1.46" |
| 1235 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1236 |
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 1237 |
dependencies = [ |
| 1238 |
"num-traits", |
| 1239 |
] |
| 1240 |
|
| 1241 |
[[package]] |
| 1242 |
name = "num-iter" |
| 1243 |
version = "0.1.45" |
| 1244 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1245 |
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" |
| 1246 |
dependencies = [ |
| 1247 |
"autocfg", |
| 1248 |
"num-integer", |
| 1249 |
"num-traits", |
| 1250 |
] |
| 1251 |
|
| 1252 |
[[package]] |
| 1253 |
name = "num-traits" |
| 1254 |
version = "0.2.19" |
| 1255 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1256 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 1257 |
dependencies = [ |
| 1258 |
"autocfg", |
| 1259 |
"libm", |
| 1260 |
] |
| 1261 |
|
| 1262 |
[[package]] |
| 1263 |
name = "once_cell" |
| 1264 |
version = "1.21.4" |
| 1265 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1266 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 1267 |
dependencies = [ |
| 1268 |
"portable-atomic", |
| 1269 |
] |
| 1270 |
|
| 1271 |
[[package]] |
| 1272 |
name = "ops-core" |
| 1273 |
version = "0.1.0" |
| 1274 |
dependencies = [ |
| 1275 |
"anyhow", |
| 1276 |
"async-trait", |
| 1277 |
"chrono", |
| 1278 |
"ops-exec", |
| 1279 |
"serde", |
| 1280 |
"sqlx", |
| 1281 |
"tokio", |
| 1282 |
"tracing", |
| 1283 |
] |
| 1284 |
|
| 1285 |
[[package]] |
| 1286 |
name = "ops-exec" |
| 1287 |
version = "0.1.0" |
| 1288 |
dependencies = [ |
| 1289 |
"anyhow", |
| 1290 |
"async-trait", |
| 1291 |
"serde", |
| 1292 |
"thiserror", |
| 1293 |
"tokio", |
| 1294 |
"tracing", |
| 1295 |
] |
| 1296 |
|
| 1297 |
[[package]] |
| 1298 |
name = "parking" |
| 1299 |
version = "2.2.1" |
| 1300 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1301 |
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 1302 |
|
| 1303 |
[[package]] |
| 1304 |
name = "parking_lot" |
| 1305 |
version = "0.12.5" |
| 1306 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1307 |
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 1308 |
dependencies = [ |
| 1309 |
"lock_api", |
| 1310 |
"parking_lot_core", |
| 1311 |
] |
| 1312 |
|
| 1313 |
[[package]] |
| 1314 |
name = "parking_lot_core" |
| 1315 |
version = "0.9.12" |
| 1316 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1317 |
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 1318 |
dependencies = [ |
| 1319 |
"cfg-if", |
| 1320 |
"libc", |
| 1321 |
"redox_syscall 0.5.18", |
| 1322 |
"smallvec", |
| 1323 |
"windows-link", |
| 1324 |
] |
| 1325 |
|
| 1326 |
[[package]] |
| 1327 |
name = "pem-rfc7468" |
| 1328 |
version = "0.7.0" |
| 1329 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1330 |
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" |
| 1331 |
dependencies = [ |
| 1332 |
"base64ct", |
| 1333 |
] |
| 1334 |
|
| 1335 |
[[package]] |
| 1336 |
name = "percent-encoding" |
| 1337 |
version = "2.3.2" |
| 1338 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1339 |
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 1340 |
|
| 1341 |
[[package]] |
| 1342 |
name = "pin-project-lite" |
| 1343 |
version = "0.2.17" |
| 1344 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1345 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 1346 |
|
| 1347 |
[[package]] |
| 1348 |
name = "pkcs1" |
| 1349 |
version = "0.7.5" |
| 1350 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1351 |
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" |
| 1352 |
dependencies = [ |
| 1353 |
"der", |
| 1354 |
"pkcs8", |
| 1355 |
"spki", |
| 1356 |
] |
| 1357 |
|
| 1358 |
[[package]] |
| 1359 |
name = "pkcs8" |
| 1360 |
version = "0.10.2" |
| 1361 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1362 |
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" |
| 1363 |
dependencies = [ |
| 1364 |
"der", |
| 1365 |
"spki", |
| 1366 |
] |
| 1367 |
|
| 1368 |
[[package]] |
| 1369 |
name = "pkg-config" |
| 1370 |
version = "0.3.33" |
| 1371 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1372 |
checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" |
| 1373 |
|
| 1374 |
[[package]] |
| 1375 |
name = "plain" |
| 1376 |
version = "0.2.3" |
| 1377 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1378 |
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" |
| 1379 |
|
| 1380 |
[[package]] |
| 1381 |
name = "portable-atomic" |
| 1382 |
version = "1.13.1" |
| 1383 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1384 |
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| 1385 |
|
| 1386 |
[[package]] |
| 1387 |
name = "potential_utf" |
| 1388 |
version = "0.1.5" |
| 1389 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1390 |
checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 1391 |
dependencies = [ |
| 1392 |
"zerovec", |
| 1393 |
] |
| 1394 |
|
| 1395 |
[[package]] |
| 1396 |
name = "ppv-lite86" |
| 1397 |
version = "0.2.21" |
| 1398 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1399 |
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 1400 |
dependencies = [ |
| 1401 |
"zerocopy", |
| 1402 |
] |
| 1403 |
|
| 1404 |
[[package]] |
| 1405 |
name = "prettyplease" |
| 1406 |
version = "0.2.37" |
| 1407 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1408 |
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 1409 |
dependencies = [ |
| 1410 |
"proc-macro2", |
| 1411 |
"syn", |
| 1412 |
] |
| 1413 |
|
| 1414 |
[[package]] |
| 1415 |
name = "proc-macro2" |
| 1416 |
version = "1.0.106" |
| 1417 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1418 |
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 1419 |
dependencies = [ |
| 1420 |
"unicode-ident", |
| 1421 |
] |
| 1422 |
|
| 1423 |
[[package]] |
| 1424 |
name = "quanta" |
| 1425 |
version = "0.12.6" |
| 1426 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1427 |
checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7" |
| 1428 |
dependencies = [ |
| 1429 |
"crossbeam-utils", |
| 1430 |
"libc", |
| 1431 |
"once_cell", |
| 1432 |
"raw-cpuid", |
| 1433 |
"wasi", |
| 1434 |
"web-sys", |
| 1435 |
"winapi", |
| 1436 |
] |
| 1437 |
|
| 1438 |
[[package]] |
| 1439 |
name = "quinn" |
| 1440 |
version = "0.11.9" |
| 1441 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1442 |
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" |
| 1443 |
dependencies = [ |
| 1444 |
"bytes", |
| 1445 |
"cfg_aliases", |
| 1446 |
"pin-project-lite", |
| 1447 |
"quinn-proto", |
| 1448 |
"quinn-udp", |
| 1449 |
"rustc-hash", |
| 1450 |
"rustls", |
| 1451 |
"socket2", |
| 1452 |
"thiserror", |
| 1453 |
"tokio", |
| 1454 |
"tracing", |
| 1455 |
"web-time", |
| 1456 |
] |
| 1457 |
|
| 1458 |
[[package]] |
| 1459 |
name = "quinn-proto" |
| 1460 |
version = "0.11.14" |
| 1461 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1462 |
checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" |
| 1463 |
dependencies = [ |
| 1464 |
"bytes", |
| 1465 |
"getrandom 0.3.4", |
| 1466 |
"lru-slab", |
| 1467 |
"rand 0.9.4", |
| 1468 |
"ring", |
| 1469 |
"rustc-hash", |
| 1470 |
"rustls", |
| 1471 |
"rustls-pki-types", |
| 1472 |
"slab", |
| 1473 |
"thiserror", |
| 1474 |
"tinyvec", |
| 1475 |
"tracing", |
| 1476 |
"web-time", |
| 1477 |
] |
| 1478 |
|
| 1479 |
[[package]] |
| 1480 |
name = "quinn-udp" |
| 1481 |
version = "0.5.14" |
| 1482 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1483 |
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| 1484 |
dependencies = [ |
| 1485 |
"cfg_aliases", |
| 1486 |
"libc", |
| 1487 |
"once_cell", |
| 1488 |
"socket2", |
| 1489 |
"tracing", |
| 1490 |
"windows-sys 0.60.2", |
| 1491 |
] |
| 1492 |
|
| 1493 |
[[package]] |
| 1494 |
name = "quote" |
| 1495 |
version = "1.0.45" |
| 1496 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1497 |
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 1498 |
dependencies = [ |
| 1499 |
"proc-macro2", |
| 1500 |
] |
| 1501 |
|
| 1502 |
[[package]] |
| 1503 |
name = "r-efi" |
| 1504 |
version = "5.3.0" |
| 1505 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1506 |
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 1507 |
|
| 1508 |
[[package]] |
| 1509 |
name = "r-efi" |
| 1510 |
version = "6.0.0" |
| 1511 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1512 |
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 1513 |
|
| 1514 |
[[package]] |
| 1515 |
name = "rand" |
| 1516 |
version = "0.8.6" |
| 1517 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1518 |
checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" |
| 1519 |
dependencies = [ |
| 1520 |
"libc", |
| 1521 |
"rand_chacha 0.3.1", |
| 1522 |
"rand_core 0.6.4", |
| 1523 |
] |
| 1524 |
|
| 1525 |
[[package]] |
| 1526 |
name = "rand" |
| 1527 |
version = "0.9.4" |
| 1528 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1529 |
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" |
| 1530 |
dependencies = [ |
| 1531 |
"rand_chacha 0.9.0", |
| 1532 |
"rand_core 0.9.5", |
| 1533 |
] |
| 1534 |
|
| 1535 |
[[package]] |
| 1536 |
name = "rand_chacha" |
| 1537 |
version = "0.3.1" |
| 1538 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1539 |
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 1540 |
dependencies = [ |
| 1541 |
"ppv-lite86", |
| 1542 |
"rand_core 0.6.4", |
| 1543 |
] |
| 1544 |
|
| 1545 |
[[package]] |
| 1546 |
name = "rand_chacha" |
| 1547 |
version = "0.9.0" |
| 1548 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1549 |
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 1550 |
dependencies = [ |
| 1551 |
"ppv-lite86", |
| 1552 |
"rand_core 0.9.5", |
| 1553 |
] |
| 1554 |
|
| 1555 |
[[package]] |
| 1556 |
name = "rand_core" |
| 1557 |
version = "0.6.4" |
| 1558 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1559 |
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 1560 |
dependencies = [ |
| 1561 |
"getrandom 0.2.17", |
| 1562 |
] |
| 1563 |
|
| 1564 |
[[package]] |
| 1565 |
name = "rand_core" |
| 1566 |
version = "0.9.5" |
| 1567 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1568 |
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 1569 |
dependencies = [ |
| 1570 |
"getrandom 0.3.4", |
| 1571 |
] |
| 1572 |
|
| 1573 |
[[package]] |
| 1574 |
name = "rand_xoshiro" |
| 1575 |
version = "0.7.0" |
| 1576 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1577 |
checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41" |
| 1578 |
dependencies = [ |
| 1579 |
"rand_core 0.9.5", |
| 1580 |
] |
| 1581 |
|
| 1582 |
[[package]] |
| 1583 |
name = "rapidhash" |
| 1584 |
version = "4.4.1" |
| 1585 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1586 |
checksum = "b5e48930979c155e2f33aa36ab3119b5ee81332beb6482199a8ecd6029b80b59" |
| 1587 |
dependencies = [ |
| 1588 |
"rustversion", |
| 1589 |
] |
| 1590 |
|
| 1591 |
[[package]] |
| 1592 |
name = "raw-cpuid" |
| 1593 |
version = "11.6.0" |
| 1594 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1595 |
checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186" |
| 1596 |
dependencies = [ |
| 1597 |
"bitflags", |
| 1598 |
] |
| 1599 |
|
| 1600 |
[[package]] |
| 1601 |
name = "redox_syscall" |
| 1602 |
version = "0.5.18" |
| 1603 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1604 |
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 1605 |
dependencies = [ |
| 1606 |
"bitflags", |
| 1607 |
] |
| 1608 |
|
| 1609 |
[[package]] |
| 1610 |
name = "redox_syscall" |
| 1611 |
version = "0.8.1" |
| 1612 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1613 |
checksum = "5b44b894f2a6e36457d665d1e08c3866add6ed5e70050c1b4ba8a8ddedb02ce7" |
| 1614 |
dependencies = [ |
| 1615 |
"bitflags", |
| 1616 |
] |
| 1617 |
|
| 1618 |
[[package]] |
| 1619 |
name = "regex-automata" |
| 1620 |
version = "0.4.14" |
| 1621 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1622 |
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 1623 |
dependencies = [ |
| 1624 |
"aho-corasick", |
| 1625 |
"memchr", |
| 1626 |
"regex-syntax", |
| 1627 |
] |
| 1628 |
|
| 1629 |
[[package]] |
| 1630 |
name = "regex-syntax" |
| 1631 |
version = "0.8.10" |
| 1632 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1633 |
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 1634 |
|
| 1635 |
[[package]] |
| 1636 |
name = "reqwest" |
| 1637 |
version = "0.12.28" |
| 1638 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1639 |
checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 1640 |
dependencies = [ |
| 1641 |
"base64", |
| 1642 |
"bytes", |
| 1643 |
"futures-core", |
| 1644 |
"http", |
| 1645 |
"http-body", |
| 1646 |
"http-body-util", |
| 1647 |
"hyper", |
| 1648 |
"hyper-rustls", |
| 1649 |
"hyper-util", |
| 1650 |
"js-sys", |
| 1651 |
"log", |
| 1652 |
"percent-encoding", |
| 1653 |
"pin-project-lite", |
| 1654 |
"quinn", |
| 1655 |
"rustls", |
| 1656 |
"rustls-pki-types", |
| 1657 |
"serde", |
| 1658 |
"serde_json", |
| 1659 |
"serde_urlencoded", |
| 1660 |
"sync_wrapper", |
| 1661 |
"tokio", |
| 1662 |
"tokio-rustls", |
| 1663 |
"tower", |
| 1664 |
"tower-http", |
| 1665 |
"tower-service", |
| 1666 |
"url", |
| 1667 |
"wasm-bindgen", |
| 1668 |
"wasm-bindgen-futures", |
| 1669 |
"web-sys", |
| 1670 |
"webpki-roots", |
| 1671 |
] |
| 1672 |
|
| 1673 |
[[package]] |
| 1674 |
name = "rhai" |
| 1675 |
version = "1.25.1" |
| 1676 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1677 |
checksum = "dd4dd0f8c36625202a4ba553c416c19b719947cd2a31d1bda06126e4a5727daf" |
| 1678 |
dependencies = [ |
| 1679 |
"ahash", |
| 1680 |
"bitflags", |
| 1681 |
"no-std-compat", |
| 1682 |
"num-traits", |
| 1683 |
"once_cell", |
| 1684 |
"rhai_codegen", |
| 1685 |
"smallvec", |
| 1686 |
"smartstring", |
| 1687 |
"thin-vec", |
| 1688 |
"web-time", |
| 1689 |
] |
| 1690 |
|
| 1691 |
[[package]] |
| 1692 |
name = "rhai_codegen" |
| 1693 |
version = "3.2.0" |
| 1694 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1695 |
checksum = "3cd3a7535e50bf36857e7be7bec276d334e8c2dfa469c2201226fd01638ea5ca" |
| 1696 |
dependencies = [ |
| 1697 |
"proc-macro2", |
| 1698 |
"quote", |
| 1699 |
"syn", |
| 1700 |
] |
| 1701 |
|
| 1702 |
[[package]] |
| 1703 |
name = "ring" |
| 1704 |
version = "0.17.14" |
| 1705 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1706 |
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 1707 |
dependencies = [ |
| 1708 |
"cc", |
| 1709 |
"cfg-if", |
| 1710 |
"getrandom 0.2.17", |
| 1711 |
"libc", |
| 1712 |
"untrusted", |
| 1713 |
"windows-sys 0.52.0", |
| 1714 |
] |
| 1715 |
|
| 1716 |
[[package]] |
| 1717 |
name = "rsa" |
| 1718 |
version = "0.9.10" |
| 1719 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1720 |
checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d" |
| 1721 |
dependencies = [ |
| 1722 |
"const-oid", |
| 1723 |
"digest", |
| 1724 |
"num-bigint-dig", |
| 1725 |
"num-integer", |
| 1726 |
"num-traits", |
| 1727 |
"pkcs1", |
| 1728 |
"pkcs8", |
| 1729 |
"rand_core 0.6.4", |
| 1730 |
"signature", |
| 1731 |
"spki", |
| 1732 |
"subtle", |
| 1733 |
"zeroize", |
| 1734 |
] |
| 1735 |
|
| 1736 |
[[package]] |
| 1737 |
name = "rustc-hash" |
| 1738 |
version = "2.1.2" |
| 1739 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1740 |
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
| 1741 |
|
| 1742 |
[[package]] |
| 1743 |
name = "rustix" |
| 1744 |
version = "1.1.4" |
| 1745 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1746 |
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 1747 |
dependencies = [ |
| 1748 |
"bitflags", |
| 1749 |
"errno", |
| 1750 |
"libc", |
| 1751 |
"linux-raw-sys", |
| 1752 |
"windows-sys 0.61.2", |
| 1753 |
] |
| 1754 |
|
| 1755 |
[[package]] |
| 1756 |
name = "rustls" |
| 1757 |
version = "0.23.40" |
| 1758 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1759 |
checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" |
| 1760 |
dependencies = [ |
| 1761 |
"once_cell", |
| 1762 |
"ring", |
| 1763 |
"rustls-pki-types", |
| 1764 |
"rustls-webpki", |
| 1765 |
"subtle", |
| 1766 |
"zeroize", |
| 1767 |
] |
| 1768 |
|
| 1769 |
[[package]] |
| 1770 |
name = "rustls-pki-types" |
| 1771 |
version = "1.14.1" |
| 1772 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1773 |
checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" |
| 1774 |
dependencies = [ |
| 1775 |
"web-time", |
| 1776 |
"zeroize", |
| 1777 |
] |
| 1778 |
|
| 1779 |
[[package]] |
| 1780 |
name = "rustls-webpki" |
| 1781 |
version = "0.103.13" |
| 1782 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1783 |
checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" |
| 1784 |
dependencies = [ |
| 1785 |
"ring", |
| 1786 |
"rustls-pki-types", |
| 1787 |
"untrusted", |
| 1788 |
] |
| 1789 |
|
| 1790 |
[[package]] |
| 1791 |
name = "rustversion" |
| 1792 |
version = "1.0.22" |
| 1793 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1794 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 1795 |
|
| 1796 |
[[package]] |
| 1797 |
name = "ryu" |
| 1798 |
version = "1.0.23" |
| 1799 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1800 |
checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 1801 |
|
| 1802 |
[[package]] |
| 1803 |
name = "scoped-tls" |
| 1804 |
version = "1.0.1" |
| 1805 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1806 |
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
| 1807 |
|
| 1808 |
[[package]] |
| 1809 |
name = "scopeguard" |
| 1810 |
version = "1.2.0" |
| 1811 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1812 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 1813 |
|
| 1814 |
[[package]] |
| 1815 |
name = "semver" |
| 1816 |
version = "1.0.28" |
| 1817 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1818 |
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 1819 |
dependencies = [ |
| 1820 |
"serde", |
| 1821 |
"serde_core", |
| 1822 |
] |
| 1823 |
|
| 1824 |
[[package]] |
| 1825 |
name = "serde" |
| 1826 |
version = "1.0.228" |
| 1827 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1828 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 1829 |
dependencies = [ |
| 1830 |
"serde_core", |
| 1831 |
"serde_derive", |
| 1832 |
] |
| 1833 |
|
| 1834 |
[[package]] |
| 1835 |
name = "serde_core" |
| 1836 |
version = "1.0.228" |
| 1837 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1838 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 1839 |
dependencies = [ |
| 1840 |
"serde_derive", |
| 1841 |
] |
| 1842 |
|
| 1843 |
[[package]] |
| 1844 |
name = "serde_derive" |
| 1845 |
version = "1.0.228" |
| 1846 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1847 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 1848 |
dependencies = [ |
| 1849 |
"proc-macro2", |
| 1850 |
"quote", |
| 1851 |
"syn", |
| 1852 |
] |
| 1853 |
|
| 1854 |
[[package]] |
| 1855 |
name = "serde_json" |
| 1856 |
version = "1.0.150" |
| 1857 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1858 |
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" |
| 1859 |
dependencies = [ |
| 1860 |
"itoa", |
| 1861 |
"memchr", |
| 1862 |
"serde", |
| 1863 |
"serde_core", |
| 1864 |
"zmij", |
| 1865 |
] |
| 1866 |
|
| 1867 |
[[package]] |
| 1868 |
name = "serde_path_to_error" |
| 1869 |
version = "0.1.20" |
| 1870 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1871 |
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
| 1872 |
dependencies = [ |
| 1873 |
"itoa", |
| 1874 |
"serde", |
| 1875 |
"serde_core", |
| 1876 |
] |
| 1877 |
|
| 1878 |
[[package]] |
| 1879 |
name = "serde_spanned" |
| 1880 |
version = "0.6.9" |
| 1881 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1882 |
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
| 1883 |
dependencies = [ |
| 1884 |
"serde", |
| 1885 |
] |
| 1886 |
|
| 1887 |
[[package]] |
| 1888 |
name = "serde_urlencoded" |
| 1889 |
version = "0.7.1" |
| 1890 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1891 |
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 1892 |
dependencies = [ |
| 1893 |
"form_urlencoded", |
| 1894 |
"itoa", |
| 1895 |
"ryu", |
| 1896 |
"serde", |
| 1897 |
] |
| 1898 |
|
| 1899 |
[[package]] |
| 1900 |
name = "sha1" |
| 1901 |
version = "0.10.6" |
| 1902 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1903 |
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" |
| 1904 |
dependencies = [ |
| 1905 |
"cfg-if", |
| 1906 |
"cpufeatures", |
| 1907 |
"digest", |
| 1908 |
] |
| 1909 |
|
| 1910 |
[[package]] |
| 1911 |
name = "sha2" |
| 1912 |
version = "0.10.9" |
| 1913 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1914 |
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 1915 |
dependencies = [ |
| 1916 |
"cfg-if", |
| 1917 |
"cpufeatures", |
| 1918 |
"digest", |
| 1919 |
] |
| 1920 |
|
| 1921 |
[[package]] |
| 1922 |
name = "sharded-slab" |
| 1923 |
version = "0.1.7" |
| 1924 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1925 |
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 1926 |
dependencies = [ |
| 1927 |
"lazy_static", |
| 1928 |
] |
| 1929 |
|
| 1930 |
[[package]] |
| 1931 |
name = "shlex" |
| 1932 |
version = "2.0.1" |
| 1933 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1934 |
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 1935 |
|
| 1936 |
[[package]] |
| 1937 |
name = "signal-hook-registry" |
| 1938 |
version = "1.4.8" |
| 1939 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1940 |
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 1941 |
dependencies = [ |
| 1942 |
"errno", |
| 1943 |
"libc", |
| 1944 |
] |
| 1945 |
|
| 1946 |
[[package]] |
| 1947 |
name = "signature" |
| 1948 |
version = "2.2.0" |
| 1949 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1950 |
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" |
| 1951 |
dependencies = [ |
| 1952 |
"digest", |
| 1953 |
"rand_core 0.6.4", |
| 1954 |
] |
| 1955 |
|
| 1956 |
[[package]] |
| 1957 |
name = "sketches-ddsketch" |
| 1958 |
version = "0.3.1" |
| 1959 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1960 |
checksum = "0c6f73aeb92d671e0cc4dca167e59b2deb6387c375391bc99ee743f326994a2b" |
| 1961 |
|
| 1962 |
[[package]] |
| 1963 |
name = "slab" |
| 1964 |
version = "0.4.12" |
| 1965 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1966 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 1967 |
|
| 1968 |
[[package]] |
| 1969 |
name = "smallvec" |
| 1970 |
version = "1.15.1" |
| 1971 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1972 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 1973 |
dependencies = [ |
| 1974 |
"serde", |
| 1975 |
] |
| 1976 |
|
| 1977 |
[[package]] |
| 1978 |
name = "smartstring" |
| 1979 |
version = "1.0.1" |
| 1980 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1981 |
checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" |
| 1982 |
dependencies = [ |
| 1983 |
"autocfg", |
| 1984 |
"static_assertions", |
| 1985 |
"version_check", |
| 1986 |
] |
| 1987 |
|
| 1988 |
[[package]] |
| 1989 |
name = "socket2" |
| 1990 |
version = "0.6.4" |
| 1991 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1992 |
checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" |
| 1993 |
dependencies = [ |
| 1994 |
"libc", |
| 1995 |
"windows-sys 0.61.2", |
| 1996 |
] |
| 1997 |
|
| 1998 |
[[package]] |
| 1999 |
name = "spin" |
| 2000 |
version = "0.5.2" |
| 2001 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2002 |
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
| 2003 |
|
| 2004 |
[[package]] |
| 2005 |
name = "spin" |
| 2006 |
version = "0.9.8" |
| 2007 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2008 |
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| 2009 |
dependencies = [ |
| 2010 |
"lock_api", |
| 2011 |
] |
| 2012 |
|
| 2013 |
[[package]] |
| 2014 |
name = "spki" |
| 2015 |
version = "0.7.3" |
| 2016 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2017 |
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" |
| 2018 |
dependencies = [ |
| 2019 |
"base64ct", |
| 2020 |
"der", |
| 2021 |
] |
| 2022 |
|
| 2023 |
[[package]] |
| 2024 |
name = "sqlx" |
| 2025 |
version = "0.8.6" |
| 2026 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2027 |
checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" |
| 2028 |
dependencies = [ |
| 2029 |
"sqlx-core", |
| 2030 |
"sqlx-macros", |
| 2031 |
"sqlx-mysql", |
| 2032 |
"sqlx-postgres", |
| 2033 |
"sqlx-sqlite", |
| 2034 |
] |
| 2035 |
|
| 2036 |
[[package]] |
| 2037 |
name = "sqlx-core" |
| 2038 |
version = "0.8.6" |
| 2039 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2040 |
checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" |
| 2041 |
dependencies = [ |
| 2042 |
"base64", |
| 2043 |
"bytes", |
| 2044 |
"chrono", |
| 2045 |
"crc", |
| 2046 |
"crossbeam-queue", |
| 2047 |
"either", |
| 2048 |
"event-listener", |
| 2049 |
"futures-core", |
| 2050 |
"futures-intrusive", |
| 2051 |
"futures-io", |
| 2052 |
"futures-util", |
| 2053 |
"hashbrown 0.15.5", |
| 2054 |
"hashlink", |
| 2055 |
"indexmap", |
| 2056 |
"log", |
| 2057 |
"memchr", |
| 2058 |
"once_cell", |
| 2059 |
"percent-encoding", |
| 2060 |
"serde", |
| 2061 |
"serde_json", |
| 2062 |
"sha2", |
| 2063 |
"smallvec", |
| 2064 |
"thiserror", |
| 2065 |
"tokio", |
| 2066 |
"tokio-stream", |
| 2067 |
"tracing", |
| 2068 |
"url", |
| 2069 |
] |
| 2070 |
|
| 2071 |
[[package]] |
| 2072 |
name = "sqlx-macros" |
| 2073 |
version = "0.8.6" |
| 2074 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2075 |
checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" |
| 2076 |
dependencies = [ |
| 2077 |
"proc-macro2", |
| 2078 |
"quote", |
| 2079 |
"sqlx-core", |
| 2080 |
"sqlx-macros-core", |
| 2081 |
"syn", |
| 2082 |
] |
| 2083 |
|
| 2084 |
[[package]] |
| 2085 |
name = "sqlx-macros-core" |
| 2086 |
version = "0.8.6" |
| 2087 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2088 |
checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" |
| 2089 |
dependencies = [ |
| 2090 |
"dotenvy", |
| 2091 |
"either", |
| 2092 |
"heck", |
| 2093 |
"hex", |
| 2094 |
"once_cell", |
| 2095 |
"proc-macro2", |
| 2096 |
"quote", |
| 2097 |
"serde", |
| 2098 |
"serde_json", |
| 2099 |
"sha2", |
| 2100 |
"sqlx-core", |
| 2101 |
"sqlx-mysql", |
| 2102 |
"sqlx-postgres", |
| 2103 |
"sqlx-sqlite", |
| 2104 |
"syn", |
| 2105 |
"tokio", |
| 2106 |
"url", |
| 2107 |
] |
| 2108 |
|
| 2109 |
[[package]] |
| 2110 |
name = "sqlx-mysql" |
| 2111 |
version = "0.8.6" |
| 2112 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2113 |
checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" |
| 2114 |
dependencies = [ |
| 2115 |
"atoi", |
| 2116 |
"base64", |
| 2117 |
"bitflags", |
| 2118 |
"byteorder", |
| 2119 |
"bytes", |
| 2120 |
"chrono", |
| 2121 |
"crc", |
| 2122 |
"digest", |
| 2123 |
"dotenvy", |
| 2124 |
"either", |
| 2125 |
"futures-channel", |
| 2126 |
"futures-core", |
| 2127 |
"futures-io", |
| 2128 |
"futures-util", |
| 2129 |
"generic-array", |
| 2130 |
"hex", |
| 2131 |
"hkdf", |
| 2132 |
"hmac", |
| 2133 |
"itoa", |
| 2134 |
"log", |
| 2135 |
"md-5", |
| 2136 |
"memchr", |
| 2137 |
"once_cell", |
| 2138 |
"percent-encoding", |
| 2139 |
"rand 0.8.6", |
| 2140 |
"rsa", |
| 2141 |
"serde", |
| 2142 |
"sha1", |
| 2143 |
"sha2", |
| 2144 |
"smallvec", |
| 2145 |
"sqlx-core", |
| 2146 |
"stringprep", |
| 2147 |
"thiserror", |
| 2148 |
"tracing", |
| 2149 |
"whoami", |
| 2150 |
] |
| 2151 |
|
| 2152 |
[[package]] |
| 2153 |
name = "sqlx-postgres" |
| 2154 |
version = "0.8.6" |
| 2155 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2156 |
checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" |
| 2157 |
dependencies = [ |
| 2158 |
"atoi", |
| 2159 |
"base64", |
| 2160 |
"bitflags", |
| 2161 |
"byteorder", |
| 2162 |
"chrono", |
| 2163 |
"crc", |
| 2164 |
"dotenvy", |
| 2165 |
"etcetera", |
| 2166 |
"futures-channel", |
| 2167 |
"futures-core", |
| 2168 |
"futures-util", |
| 2169 |
"hex", |
| 2170 |
"hkdf", |
| 2171 |
"hmac", |
| 2172 |
"home", |
| 2173 |
"itoa", |
| 2174 |
"log", |
| 2175 |
"md-5", |
| 2176 |
"memchr", |
| 2177 |
"once_cell", |
| 2178 |
"rand 0.8.6", |
| 2179 |
"serde", |
| 2180 |
"serde_json", |
| 2181 |
"sha2", |
| 2182 |
"smallvec", |
| 2183 |
"sqlx-core", |
| 2184 |
"stringprep", |
| 2185 |
"thiserror", |
| 2186 |
"tracing", |
| 2187 |
"whoami", |
| 2188 |
] |
| 2189 |
|
| 2190 |
[[package]] |
| 2191 |
name = "sqlx-sqlite" |
| 2192 |
version = "0.8.6" |
| 2193 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2194 |
checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" |
| 2195 |
dependencies = [ |
| 2196 |
"atoi", |
| 2197 |
"chrono", |
| 2198 |
"flume", |
| 2199 |
"futures-channel", |
| 2200 |
"futures-core", |
| 2201 |
"futures-executor", |
| 2202 |
"futures-intrusive", |
| 2203 |
"futures-util", |
| 2204 |
"libsqlite3-sys", |
| 2205 |
"log", |
| 2206 |
"percent-encoding", |
| 2207 |
"serde", |
| 2208 |
"serde_urlencoded", |
| 2209 |
"sqlx-core", |
| 2210 |
"thiserror", |
| 2211 |
"tracing", |
| 2212 |
"url", |
| 2213 |
] |
| 2214 |
|
| 2215 |
[[package]] |
| 2216 |
name = "stable_deref_trait" |
| 2217 |
version = "1.2.1" |
| 2218 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2219 |
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 2220 |
|
| 2221 |
[[package]] |
| 2222 |
name = "static_assertions" |
| 2223 |
version = "1.1.0" |
| 2224 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2225 |
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 2226 |
|
| 2227 |
[[package]] |
| 2228 |
name = "stringprep" |
| 2229 |
version = "0.1.5" |
| 2230 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2231 |
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" |
| 2232 |
dependencies = [ |
| 2233 |
"unicode-bidi", |
| 2234 |
"unicode-normalization", |
| 2235 |
"unicode-properties", |
| 2236 |
] |
| 2237 |
|
| 2238 |
[[package]] |
| 2239 |
name = "subtle" |
| 2240 |
version = "2.6.1" |
| 2241 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2242 |
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 2243 |
|
| 2244 |
[[package]] |
| 2245 |
name = "syn" |
| 2246 |
version = "2.0.117" |
| 2247 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2248 |
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 2249 |
dependencies = [ |
| 2250 |
"proc-macro2", |
| 2251 |
"quote", |
| 2252 |
"unicode-ident", |
| 2253 |
] |
| 2254 |
|
| 2255 |
[[package]] |
| 2256 |
name = "sync_wrapper" |
| 2257 |
version = "1.0.2" |
| 2258 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2259 |
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 2260 |
dependencies = [ |
| 2261 |
"futures-core", |
| 2262 |
] |
| 2263 |
|
| 2264 |
[[package]] |
| 2265 |
name = "synstructure" |
| 2266 |
version = "0.13.2" |
| 2267 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2268 |
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 2269 |
dependencies = [ |
| 2270 |
"proc-macro2", |
| 2271 |
"quote", |
| 2272 |
"syn", |
| 2273 |
] |
| 2274 |
|
| 2275 |
[[package]] |
| 2276 |
name = "tempfile" |
| 2277 |
version = "3.27.0" |
| 2278 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2279 |
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 2280 |
dependencies = [ |
| 2281 |
"fastrand", |
| 2282 |
"getrandom 0.4.2", |
| 2283 |
"once_cell", |
| 2284 |
"rustix", |
| 2285 |
"windows-sys 0.61.2", |
| 2286 |
] |
| 2287 |
|
| 2288 |
[[package]] |
| 2289 |
name = "thin-vec" |
| 2290 |
version = "0.2.18" |
| 2291 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2292 |
checksum = "b0f7e269b48f0a7dd0146680fa24b50cc67fc0373f086a5b2f99bd084639b482" |
| 2293 |
|
| 2294 |
[[package]] |
| 2295 |
name = "thiserror" |
| 2296 |
version = "2.0.18" |
| 2297 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2298 |
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 2299 |
dependencies = [ |
| 2300 |
"thiserror-impl", |
| 2301 |
] |
| 2302 |
|
| 2303 |
[[package]] |
| 2304 |
name = "thiserror-impl" |
| 2305 |
version = "2.0.18" |
| 2306 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2307 |
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 2308 |
dependencies = [ |
| 2309 |
"proc-macro2", |
| 2310 |
"quote", |
| 2311 |
"syn", |
| 2312 |
] |
| 2313 |
|
| 2314 |
[[package]] |
| 2315 |
name = "thread_local" |
| 2316 |
version = "1.1.9" |
| 2317 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2318 |
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 2319 |
dependencies = [ |
| 2320 |
"cfg-if", |
| 2321 |
] |
| 2322 |
|
| 2323 |
[[package]] |
| 2324 |
name = "tiny-keccak" |
| 2325 |
version = "2.0.2" |
| 2326 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2327 |
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" |
| 2328 |
dependencies = [ |
| 2329 |
"crunchy", |
| 2330 |
] |
| 2331 |
|
| 2332 |
[[package]] |
| 2333 |
name = "tinystr" |
| 2334 |
version = "0.8.3" |
| 2335 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2336 |
checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 2337 |
dependencies = [ |
| 2338 |
"displaydoc", |
| 2339 |
"zerovec", |
| 2340 |
] |
| 2341 |
|
| 2342 |
[[package]] |
| 2343 |
name = "tinyvec" |
| 2344 |
version = "1.11.0" |
| 2345 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2346 |
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| 2347 |
dependencies = [ |
| 2348 |
"tinyvec_macros", |
| 2349 |
] |
| 2350 |
|
| 2351 |
[[package]] |
| 2352 |
name = "tinyvec_macros" |
| 2353 |
version = "0.1.1" |
| 2354 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2355 |
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 2356 |
|
| 2357 |
[[package]] |
| 2358 |
name = "tokio" |
| 2359 |
version = "1.52.3" |
| 2360 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2361 |
checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" |
| 2362 |
dependencies = [ |
| 2363 |
"bytes", |
| 2364 |
"libc", |
| 2365 |
"mio", |
| 2366 |
"pin-project-lite", |
| 2367 |
"signal-hook-registry", |
| 2368 |
"socket2", |
| 2369 |
"tokio-macros", |
| 2370 |
"windows-sys 0.61.2", |
| 2371 |
] |
| 2372 |
|
| 2373 |
[[package]] |
| 2374 |
name = "tokio-macros" |
| 2375 |
version = "2.7.0" |
| 2376 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2377 |
checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" |
| 2378 |
dependencies = [ |
| 2379 |
"proc-macro2", |
| 2380 |
"quote", |
| 2381 |
"syn", |
| 2382 |
] |
| 2383 |
|
| 2384 |
[[package]] |
| 2385 |
name = "tokio-rustls" |
| 2386 |
version = "0.26.4" |
| 2387 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2388 |
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 2389 |
dependencies = [ |
| 2390 |
"rustls", |
| 2391 |
"tokio", |
| 2392 |
] |
| 2393 |
|
| 2394 |
[[package]] |
| 2395 |
name = "tokio-stream" |
| 2396 |
version = "0.1.18" |
| 2397 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2398 |
checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 2399 |
dependencies = [ |
| 2400 |
"futures-core", |
| 2401 |
"pin-project-lite", |
| 2402 |
"tokio", |
| 2403 |
] |
| 2404 |
|
| 2405 |
[[package]] |
| 2406 |
name = "tokio-tungstenite" |
| 2407 |
version = "0.29.0" |
| 2408 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2409 |
checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c" |
| 2410 |
dependencies = [ |
| 2411 |
"futures-util", |
| 2412 |
"log", |
| 2413 |
"tokio", |
| 2414 |
"tungstenite", |
| 2415 |
] |
| 2416 |
|
| 2417 |
[[package]] |
| 2418 |
name = "toml" |
| 2419 |
version = "0.8.23" |
| 2420 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2421 |
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
| 2422 |
dependencies = [ |
| 2423 |
"serde", |
| 2424 |
"serde_spanned", |
| 2425 |
"toml_datetime", |
| 2426 |
"toml_edit", |
| 2427 |
] |
| 2428 |
|
| 2429 |
[[package]] |
| 2430 |
name = "toml_datetime" |
| 2431 |
version = "0.6.11" |
| 2432 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2433 |
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
| 2434 |
dependencies = [ |
| 2435 |
"serde", |
| 2436 |
] |
| 2437 |
|
| 2438 |
[[package]] |
| 2439 |
name = "toml_edit" |
| 2440 |
version = "0.22.27" |
| 2441 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2442 |
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
| 2443 |
dependencies = [ |
| 2444 |
"indexmap", |
| 2445 |
"serde", |
| 2446 |
"serde_spanned", |
| 2447 |
"toml_datetime", |
| 2448 |
"toml_write", |
| 2449 |
"winnow", |
| 2450 |
] |
| 2451 |
|
| 2452 |
[[package]] |
| 2453 |
name = "toml_write" |
| 2454 |
version = "0.1.2" |
| 2455 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2456 |
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
| 2457 |
|
| 2458 |
[[package]] |
| 2459 |
name = "tower" |
| 2460 |
version = "0.5.3" |
| 2461 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2462 |
checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 2463 |
dependencies = [ |
| 2464 |
"futures-core", |
| 2465 |
"futures-util", |
| 2466 |
"pin-project-lite", |
| 2467 |
"sync_wrapper", |
| 2468 |
"tokio", |
| 2469 |
"tower-layer", |
| 2470 |
"tower-service", |
| 2471 |
"tracing", |
| 2472 |
] |
| 2473 |
|
| 2474 |
[[package]] |
| 2475 |
name = "tower-http" |
| 2476 |
version = "0.6.11" |
| 2477 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2478 |
checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" |
| 2479 |
dependencies = [ |
| 2480 |
"bitflags", |
| 2481 |
"bytes", |
| 2482 |
"futures-util", |
| 2483 |
"http", |
| 2484 |
"http-body", |
| 2485 |
"pin-project-lite", |
| 2486 |
"tower", |
| 2487 |
"tower-layer", |
| 2488 |
"tower-service", |
| 2489 |
"url", |
| 2490 |
] |
| 2491 |
|
| 2492 |
[[package]] |
| 2493 |
name = "tower-layer" |
| 2494 |
version = "0.3.3" |
| 2495 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2496 |
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 2497 |
|
| 2498 |
[[package]] |
| 2499 |
name = "tower-service" |
| 2500 |
version = "0.3.3" |
| 2501 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2502 |
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 2503 |
|
| 2504 |
[[package]] |
| 2505 |
name = "tracing" |
| 2506 |
version = "0.1.44" |
| 2507 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2508 |
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 2509 |
dependencies = [ |
| 2510 |
"log", |
| 2511 |
"pin-project-lite", |
| 2512 |
"tracing-attributes", |
| 2513 |
"tracing-core", |
| 2514 |
] |
| 2515 |
|
| 2516 |
[[package]] |
| 2517 |
name = "tracing-attributes" |
| 2518 |
version = "0.1.31" |
| 2519 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2520 |
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 2521 |
dependencies = [ |
| 2522 |
"proc-macro2", |
| 2523 |
"quote", |
| 2524 |
"syn", |
| 2525 |
] |
| 2526 |
|
| 2527 |
[[package]] |
| 2528 |
name = "tracing-core" |
| 2529 |
version = "0.1.36" |
| 2530 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2531 |
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 2532 |
dependencies = [ |
| 2533 |
"once_cell", |
| 2534 |
"valuable", |
| 2535 |
] |
| 2536 |
|
| 2537 |
[[package]] |
| 2538 |
name = "tracing-log" |
| 2539 |
version = "0.2.0" |
| 2540 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2541 |
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 2542 |
dependencies = [ |
| 2543 |
"log", |
| 2544 |
"once_cell", |
| 2545 |
"tracing-core", |
| 2546 |
] |
| 2547 |
|
| 2548 |
[[package]] |
| 2549 |
name = "tracing-serde" |
| 2550 |
version = "0.2.0" |
| 2551 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2552 |
checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" |
| 2553 |
dependencies = [ |
| 2554 |
"serde", |
| 2555 |
"tracing-core", |
| 2556 |
] |
| 2557 |
|
| 2558 |
[[package]] |
| 2559 |
name = "tracing-subscriber" |
| 2560 |
version = "0.3.23" |
| 2561 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2562 |
checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 2563 |
dependencies = [ |
| 2564 |
"matchers", |
| 2565 |
"nu-ansi-term", |
| 2566 |
"once_cell", |
| 2567 |
"regex-automata", |
| 2568 |
"serde", |
| 2569 |
"serde_json", |
| 2570 |
"sharded-slab", |
| 2571 |
"smallvec", |
| 2572 |
"thread_local", |
| 2573 |
"tracing", |
| 2574 |
"tracing-core", |
| 2575 |
"tracing-log", |
| 2576 |
"tracing-serde", |
| 2577 |
] |
| 2578 |
|
| 2579 |
[[package]] |
| 2580 |
name = "try-lock" |
| 2581 |
version = "0.2.5" |
| 2582 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2583 |
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 2584 |
|
| 2585 |
[[package]] |
| 2586 |
name = "tungstenite" |
| 2587 |
version = "0.29.0" |
| 2588 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2589 |
checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8" |
| 2590 |
dependencies = [ |
| 2591 |
"bytes", |
| 2592 |
"data-encoding", |
| 2593 |
"http", |
| 2594 |
"httparse", |
| 2595 |
"log", |
| 2596 |
"rand 0.9.4", |
| 2597 |
"sha1", |
| 2598 |
"thiserror", |
| 2599 |
] |
| 2600 |
|
| 2601 |
[[package]] |
| 2602 |
name = "typenum" |
| 2603 |
version = "1.20.1" |
| 2604 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2605 |
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20" |
| 2606 |
|
| 2607 |
[[package]] |
| 2608 |
name = "unicode-bidi" |
| 2609 |
version = "0.3.18" |
| 2610 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2611 |
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" |
| 2612 |
|
| 2613 |
[[package]] |
| 2614 |
name = "unicode-ident" |
| 2615 |
version = "1.0.24" |
| 2616 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2617 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 2618 |
|
| 2619 |
[[package]] |
| 2620 |
name = "unicode-normalization" |
| 2621 |
version = "0.1.25" |
| 2622 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2623 |
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" |
| 2624 |
dependencies = [ |
| 2625 |
"tinyvec", |
| 2626 |
] |
| 2627 |
|
| 2628 |
[[package]] |
| 2629 |
name = "unicode-properties" |
| 2630 |
version = "0.1.4" |
| 2631 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2632 |
checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d" |
| 2633 |
|
| 2634 |
[[package]] |
| 2635 |
name = "unicode-xid" |
| 2636 |
version = "0.2.6" |
| 2637 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2638 |
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 2639 |
|
| 2640 |
[[package]] |
| 2641 |
name = "untrusted" |
| 2642 |
version = "0.9.0" |
| 2643 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2644 |
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 2645 |
|
| 2646 |
[[package]] |
| 2647 |
name = "url" |
| 2648 |
version = "2.5.8" |
| 2649 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2650 |
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 2651 |
dependencies = [ |
| 2652 |
"form_urlencoded", |
| 2653 |
"idna", |
| 2654 |
"percent-encoding", |
| 2655 |
"serde", |
| 2656 |
] |
| 2657 |
|
| 2658 |
[[package]] |
| 2659 |
name = "utf8_iter" |
| 2660 |
version = "1.0.4" |
| 2661 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2662 |
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 2663 |
|
| 2664 |
[[package]] |
| 2665 |
name = "valuable" |
| 2666 |
version = "0.1.1" |
| 2667 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2668 |
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 2669 |
|
| 2670 |
[[package]] |
| 2671 |
name = "vcpkg" |
| 2672 |
version = "0.2.15" |
| 2673 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2674 |
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
| 2675 |
|
| 2676 |
[[package]] |
| 2677 |
name = "version_check" |
| 2678 |
version = "0.9.5" |
| 2679 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2680 |
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 2681 |
|
| 2682 |
[[package]] |
| 2683 |
name = "want" |
| 2684 |
version = "0.3.1" |
| 2685 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2686 |
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 2687 |
dependencies = [ |
| 2688 |
"try-lock", |
| 2689 |
] |
| 2690 |
|
| 2691 |
[[package]] |
| 2692 |
name = "wasi" |
| 2693 |
version = "0.11.1+wasi-snapshot-preview1" |
| 2694 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2695 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 2696 |
|
| 2697 |
[[package]] |
| 2698 |
name = "wasip2" |
| 2699 |
version = "1.0.3+wasi-0.2.9" |
| 2700 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2701 |
checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" |
| 2702 |
dependencies = [ |
| 2703 |
"wit-bindgen 0.57.1", |
| 2704 |
] |
| 2705 |
|
| 2706 |
[[package]] |
| 2707 |
name = "wasip3" |
| 2708 |
version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 2709 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2710 |
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 2711 |
dependencies = [ |
| 2712 |
"wit-bindgen 0.51.0", |
| 2713 |
] |
| 2714 |
|
| 2715 |
[[package]] |
| 2716 |
name = "wasite" |
| 2717 |
version = "0.1.0" |
| 2718 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2719 |
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" |
| 2720 |
|
| 2721 |
[[package]] |
| 2722 |
name = "wasm-bindgen" |
| 2723 |
version = "0.2.122" |
| 2724 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2725 |
checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409" |
| 2726 |
dependencies = [ |
| 2727 |
"cfg-if", |
| 2728 |
"once_cell", |
| 2729 |
"rustversion", |
| 2730 |
"wasm-bindgen-macro", |
| 2731 |
"wasm-bindgen-shared", |
| 2732 |
] |
| 2733 |
|
| 2734 |
[[package]] |
| 2735 |
name = "wasm-bindgen-futures" |
| 2736 |
version = "0.4.72" |
| 2737 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2738 |
checksum = "9473dbd2991ae90b6291c3c32c30c6187ac49aa32f9905d1cce280ec1e110b0f" |
| 2739 |
dependencies = [ |
| 2740 |
"js-sys", |
| 2741 |
"wasm-bindgen", |
| 2742 |
] |
| 2743 |
|
| 2744 |
[[package]] |
| 2745 |
name = "wasm-bindgen-macro" |
| 2746 |
version = "0.2.122" |
| 2747 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2748 |
checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6" |
| 2749 |
dependencies = [ |
| 2750 |
"quote", |
| 2751 |
"wasm-bindgen-macro-support", |
| 2752 |
] |
| 2753 |
|
| 2754 |
[[package]] |
| 2755 |
name = "wasm-bindgen-macro-support" |
| 2756 |
version = "0.2.122" |
| 2757 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2758 |
checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e" |
| 2759 |
dependencies = [ |
| 2760 |
"bumpalo", |
| 2761 |
"proc-macro2", |
| 2762 |
"quote", |
| 2763 |
"syn", |
| 2764 |
"wasm-bindgen-shared", |
| 2765 |
] |
| 2766 |
|
| 2767 |
[[package]] |
| 2768 |
name = "wasm-bindgen-shared" |
| 2769 |
version = "0.2.122" |
| 2770 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2771 |
checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437" |
| 2772 |
dependencies = [ |
| 2773 |
"unicode-ident", |
| 2774 |
] |
| 2775 |
|
| 2776 |
[[package]] |
| 2777 |
name = "wasm-encoder" |
| 2778 |
version = "0.244.0" |
| 2779 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2780 |
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 2781 |
dependencies = [ |
| 2782 |
"leb128fmt", |
| 2783 |
"wasmparser", |
| 2784 |
] |
| 2785 |
|
| 2786 |
[[package]] |
| 2787 |
name = "wasm-metadata" |
| 2788 |
version = "0.244.0" |
| 2789 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2790 |
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 2791 |
dependencies = [ |
| 2792 |
"anyhow", |
| 2793 |
"indexmap", |
| 2794 |
"wasm-encoder", |
| 2795 |
"wasmparser", |
| 2796 |
] |
| 2797 |
|
| 2798 |
[[package]] |
| 2799 |
name = "wasmparser" |
| 2800 |
version = "0.244.0" |
| 2801 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2802 |
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 2803 |
dependencies = [ |
| 2804 |
"bitflags", |
| 2805 |
"hashbrown 0.15.5", |
| 2806 |
"indexmap", |
| 2807 |
"semver", |
| 2808 |
] |
| 2809 |
|
| 2810 |
[[package]] |
| 2811 |
name = "web-sys" |
| 2812 |
version = "0.3.99" |
| 2813 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2814 |
checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436" |
| 2815 |
dependencies = [ |
| 2816 |
"js-sys", |
| 2817 |
"wasm-bindgen", |
| 2818 |
] |
| 2819 |
|
| 2820 |
[[package]] |
| 2821 |
name = "web-time" |
| 2822 |
version = "1.1.0" |
| 2823 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2824 |
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 2825 |
dependencies = [ |
| 2826 |
"js-sys", |
| 2827 |
"wasm-bindgen", |
| 2828 |
] |
| 2829 |
|
| 2830 |
[[package]] |
| 2831 |
name = "webpki-roots" |
| 2832 |
version = "1.0.7" |
| 2833 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2834 |
checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" |
| 2835 |
dependencies = [ |
| 2836 |
"rustls-pki-types", |
| 2837 |
] |
| 2838 |
|
| 2839 |
[[package]] |
| 2840 |
name = "whoami" |
| 2841 |
version = "1.6.1" |
| 2842 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2843 |
checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" |
| 2844 |
dependencies = [ |
| 2845 |
"libredox", |
| 2846 |
"wasite", |
| 2847 |
] |
| 2848 |
|
| 2849 |
[[package]] |
| 2850 |
name = "winapi" |
| 2851 |
version = "0.3.9" |
| 2852 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2853 |
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 2854 |
dependencies = [ |
| 2855 |
"winapi-i686-pc-windows-gnu", |
| 2856 |
"winapi-x86_64-pc-windows-gnu", |
| 2857 |
] |
| 2858 |
|
| 2859 |
[[package]] |
| 2860 |
name = "winapi-i686-pc-windows-gnu" |
| 2861 |
version = "0.4.0" |
| 2862 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2863 |
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 2864 |
|
| 2865 |
[[package]] |
| 2866 |
name = "winapi-x86_64-pc-windows-gnu" |
| 2867 |
version = "0.4.0" |
| 2868 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2869 |
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 2870 |
|
| 2871 |
[[package]] |
| 2872 |
name = "windows-core" |
| 2873 |
version = "0.62.2" |
| 2874 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2875 |
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 2876 |
dependencies = [ |
| 2877 |
"windows-implement", |
| 2878 |
"windows-interface", |
| 2879 |
"windows-link", |
| 2880 |
"windows-result", |
| 2881 |
"windows-strings", |
| 2882 |
] |
| 2883 |
|
| 2884 |
[[package]] |
| 2885 |
name = "windows-implement" |
| 2886 |
version = "0.60.2" |
| 2887 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2888 |
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 2889 |
dependencies = [ |
| 2890 |
"proc-macro2", |
| 2891 |
"quote", |
| 2892 |
"syn", |
| 2893 |
] |
| 2894 |
|
| 2895 |
[[package]] |
| 2896 |
name = "windows-interface" |
| 2897 |
version = "0.59.3" |
| 2898 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2899 |
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 2900 |
dependencies = [ |
| 2901 |
"proc-macro2", |
| 2902 |
"quote", |
| 2903 |
"syn", |
| 2904 |
] |
| 2905 |
|
| 2906 |
[[package]] |
| 2907 |
name = "windows-link" |
| 2908 |
version = "0.2.1" |
| 2909 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2910 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 2911 |
|
| 2912 |
[[package]] |
| 2913 |
name = "windows-result" |
| 2914 |
version = "0.4.1" |
| 2915 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2916 |
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 2917 |
dependencies = [ |
| 2918 |
"windows-link", |
| 2919 |
] |
| 2920 |
|
| 2921 |
[[package]] |
| 2922 |
name = "windows-strings" |
| 2923 |
version = "0.5.1" |
| 2924 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2925 |
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 2926 |
dependencies = [ |
| 2927 |
"windows-link", |
| 2928 |
] |
| 2929 |
|
| 2930 |
[[package]] |
| 2931 |
name = "windows-sys" |
| 2932 |
version = "0.48.0" |
| 2933 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2934 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 2935 |
dependencies = [ |
| 2936 |
"windows-targets 0.48.5", |
| 2937 |
] |
| 2938 |
|
| 2939 |
[[package]] |
| 2940 |
name = "windows-sys" |
| 2941 |
version = "0.52.0" |
| 2942 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2943 |
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 2944 |
dependencies = [ |
| 2945 |
"windows-targets 0.52.6", |
| 2946 |
] |
| 2947 |
|
| 2948 |
[[package]] |
| 2949 |
name = "windows-sys" |
| 2950 |
version = "0.60.2" |
| 2951 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2952 |
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
| 2953 |
dependencies = [ |
| 2954 |
"windows-targets 0.53.5", |
| 2955 |
] |
| 2956 |
|
| 2957 |
[[package]] |
| 2958 |
name = "windows-sys" |
| 2959 |
version = "0.61.2" |
| 2960 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2961 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 2962 |
dependencies = [ |
| 2963 |
"windows-link", |
| 2964 |
] |
| 2965 |
|
| 2966 |
[[package]] |
| 2967 |
name = "windows-targets" |
| 2968 |
version = "0.48.5" |
| 2969 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2970 |
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" |
| 2971 |
dependencies = [ |
| 2972 |
"windows_aarch64_gnullvm 0.48.5", |
| 2973 |
"windows_aarch64_msvc 0.48.5", |
| 2974 |
"windows_i686_gnu 0.48.5", |
| 2975 |
"windows_i686_msvc 0.48.5", |
| 2976 |
"windows_x86_64_gnu 0.48.5", |
| 2977 |
"windows_x86_64_gnullvm 0.48.5", |
| 2978 |
"windows_x86_64_msvc 0.48.5", |
| 2979 |
] |
| 2980 |
|
| 2981 |
[[package]] |
| 2982 |
name = "windows-targets" |
| 2983 |
version = "0.52.6" |
| 2984 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2985 |
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
| 2986 |
dependencies = [ |
| 2987 |
"windows_aarch64_gnullvm 0.52.6", |
| 2988 |
"windows_aarch64_msvc 0.52.6", |
| 2989 |
"windows_i686_gnu 0.52.6", |
| 2990 |
"windows_i686_gnullvm 0.52.6", |
| 2991 |
"windows_i686_msvc 0.52.6", |
| 2992 |
"windows_x86_64_gnu 0.52.6", |
| 2993 |
"windows_x86_64_gnullvm 0.52.6", |
| 2994 |
"windows_x86_64_msvc 0.52.6", |
| 2995 |
] |
| 2996 |
|
| 2997 |
[[package]] |
| 2998 |
name = "windows-targets" |
| 2999 |
version = "0.53.5" |
| 3000 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3001 |
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
| 3002 |
dependencies = [ |
| 3003 |
"windows-link", |
| 3004 |
"windows_aarch64_gnullvm 0.53.1", |
| 3005 |
"windows_aarch64_msvc 0.53.1", |
| 3006 |
"windows_i686_gnu 0.53.1", |
| 3007 |
"windows_i686_gnullvm 0.53.1", |
| 3008 |
"windows_i686_msvc 0.53.1", |
| 3009 |
"windows_x86_64_gnu 0.53.1", |
| 3010 |
"windows_x86_64_gnullvm 0.53.1", |
| 3011 |
"windows_x86_64_msvc 0.53.1", |
| 3012 |
] |
| 3013 |
|
| 3014 |
[[package]] |
| 3015 |
name = "windows_aarch64_gnullvm" |
| 3016 |
version = "0.48.5" |
| 3017 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3018 |
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" |
| 3019 |
|
| 3020 |
[[package]] |
| 3021 |
name = "windows_aarch64_gnullvm" |
| 3022 |
version = "0.52.6" |
| 3023 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3024 |
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
| 3025 |
|
| 3026 |
[[package]] |
| 3027 |
name = "windows_aarch64_gnullvm" |
| 3028 |
version = "0.53.1" |
| 3029 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3030 |
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
| 3031 |
|
| 3032 |
[[package]] |
| 3033 |
name = "windows_aarch64_msvc" |
| 3034 |
version = "0.48.5" |
| 3035 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3036 |
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" |
| 3037 |
|
| 3038 |
[[package]] |
| 3039 |
name = "windows_aarch64_msvc" |
| 3040 |
version = "0.52.6" |
| 3041 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3042 |
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
| 3043 |
|
| 3044 |
[[package]] |
| 3045 |
name = "windows_aarch64_msvc" |
| 3046 |
version = "0.53.1" |
| 3047 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3048 |
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
| 3049 |
|
| 3050 |
[[package]] |
| 3051 |
name = "windows_i686_gnu" |
| 3052 |
version = "0.48.5" |
| 3053 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3054 |
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" |
| 3055 |
|
| 3056 |
[[package]] |
| 3057 |
name = "windows_i686_gnu" |
| 3058 |
version = "0.52.6" |
| 3059 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3060 |
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
| 3061 |
|
| 3062 |
[[package]] |
| 3063 |
name = "windows_i686_gnu" |
| 3064 |
version = "0.53.1" |
| 3065 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3066 |
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
| 3067 |
|
| 3068 |
[[package]] |
| 3069 |
name = "windows_i686_gnullvm" |
| 3070 |
version = "0.52.6" |
| 3071 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3072 |
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
| 3073 |
|
| 3074 |
[[package]] |
| 3075 |
name = "windows_i686_gnullvm" |
| 3076 |
version = "0.53.1" |
| 3077 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3078 |
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
| 3079 |
|
| 3080 |
[[package]] |
| 3081 |
name = "windows_i686_msvc" |
| 3082 |
version = "0.48.5" |
| 3083 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3084 |
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
| 3085 |
|
| 3086 |
[[package]] |
| 3087 |
name = "windows_i686_msvc" |
| 3088 |
version = "0.52.6" |
| 3089 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3090 |
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
| 3091 |
|
| 3092 |
[[package]] |
| 3093 |
name = "windows_i686_msvc" |
| 3094 |
version = "0.53.1" |
| 3095 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3096 |
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
| 3097 |
|
| 3098 |
[[package]] |
| 3099 |
name = "windows_x86_64_gnu" |
| 3100 |
version = "0.48.5" |
| 3101 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3102 |
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
| 3103 |
|
| 3104 |
[[package]] |
| 3105 |
name = "windows_x86_64_gnu" |
| 3106 |
version = "0.52.6" |
| 3107 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3108 |
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
| 3109 |
|
| 3110 |
[[package]] |
| 3111 |
name = "windows_x86_64_gnu" |
| 3112 |
version = "0.53.1" |
| 3113 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3114 |
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
| 3115 |
|
| 3116 |
[[package]] |
| 3117 |
name = "windows_x86_64_gnullvm" |
| 3118 |
version = "0.48.5" |
| 3119 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3120 |
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
| 3121 |
|
| 3122 |
[[package]] |
| 3123 |
name = "windows_x86_64_gnullvm" |
| 3124 |
version = "0.52.6" |
| 3125 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3126 |
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
| 3127 |
|
| 3128 |
[[package]] |
| 3129 |
name = "windows_x86_64_gnullvm" |
| 3130 |
version = "0.53.1" |
| 3131 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3132 |
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
| 3133 |
|
| 3134 |
[[package]] |
| 3135 |
name = "windows_x86_64_msvc" |
| 3136 |
version = "0.48.5" |
| 3137 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3138 |
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
| 3139 |
|
| 3140 |
[[package]] |
| 3141 |
name = "windows_x86_64_msvc" |
| 3142 |
version = "0.52.6" |
| 3143 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3144 |
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
| 3145 |
|
| 3146 |
[[package]] |
| 3147 |
name = "windows_x86_64_msvc" |
| 3148 |
version = "0.53.1" |
| 3149 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3150 |
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
| 3151 |
|
| 3152 |
[[package]] |
| 3153 |
name = "winnow" |
| 3154 |
version = "0.7.15" |
| 3155 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3156 |
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" |
| 3157 |
dependencies = [ |
| 3158 |
"memchr", |
| 3159 |
] |
| 3160 |
|
| 3161 |
[[package]] |
| 3162 |
name = "wit-bindgen" |
| 3163 |
version = "0.51.0" |
| 3164 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3165 |
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" |
| 3166 |
dependencies = [ |
| 3167 |
"wit-bindgen-rust-macro", |
| 3168 |
] |
| 3169 |
|
| 3170 |
[[package]] |
| 3171 |
name = "wit-bindgen" |
| 3172 |
version = "0.57.1" |
| 3173 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3174 |
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" |
| 3175 |
|
| 3176 |
[[package]] |
| 3177 |
name = "wit-bindgen-core" |
| 3178 |
version = "0.51.0" |
| 3179 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3180 |
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" |
| 3181 |
dependencies = [ |
| 3182 |
"anyhow", |
| 3183 |
"heck", |
| 3184 |
"wit-parser", |
| 3185 |
] |
| 3186 |
|
| 3187 |
[[package]] |
| 3188 |
name = "wit-bindgen-rust" |
| 3189 |
version = "0.51.0" |
| 3190 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3191 |
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" |
| 3192 |
dependencies = [ |
| 3193 |
"anyhow", |
| 3194 |
"heck", |
| 3195 |
"indexmap", |
| 3196 |
"prettyplease", |
| 3197 |
"syn", |
| 3198 |
"wasm-metadata", |
| 3199 |
"wit-bindgen-core", |
| 3200 |
"wit-component", |
| 3201 |
] |
| 3202 |
|
| 3203 |
[[package]] |
| 3204 |
name = "wit-bindgen-rust-macro" |
| 3205 |
version = "0.51.0" |
| 3206 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3207 |
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" |
| 3208 |
dependencies = [ |
| 3209 |
"anyhow", |
| 3210 |
"prettyplease", |
| 3211 |
"proc-macro2", |
| 3212 |
"quote", |
| 3213 |
"syn", |
| 3214 |
"wit-bindgen-core", |
| 3215 |
"wit-bindgen-rust", |
| 3216 |
] |
| 3217 |
|
| 3218 |
[[package]] |
| 3219 |
name = "wit-component" |
| 3220 |
version = "0.244.0" |
| 3221 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3222 |
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" |
| 3223 |
dependencies = [ |
| 3224 |
"anyhow", |
| 3225 |
"bitflags", |
| 3226 |
"indexmap", |
| 3227 |
"log", |
| 3228 |
"serde", |
| 3229 |
"serde_derive", |
| 3230 |
"serde_json", |
| 3231 |
"wasm-encoder", |
| 3232 |
"wasm-metadata", |
| 3233 |
"wasmparser", |
| 3234 |
"wit-parser", |
| 3235 |
] |
| 3236 |
|
| 3237 |
[[package]] |
| 3238 |
name = "wit-parser" |
| 3239 |
version = "0.244.0" |
| 3240 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3241 |
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" |
| 3242 |
dependencies = [ |
| 3243 |
"anyhow", |
| 3244 |
"id-arena", |
| 3245 |
"indexmap", |
| 3246 |
"log", |
| 3247 |
"semver", |
| 3248 |
"serde", |
| 3249 |
"serde_derive", |
| 3250 |
"serde_json", |
| 3251 |
"unicode-xid", |
| 3252 |
"wasmparser", |
| 3253 |
] |
| 3254 |
|
| 3255 |
[[package]] |
| 3256 |
name = "writeable" |
| 3257 |
version = "0.6.3" |
| 3258 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3259 |
checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 3260 |
|
| 3261 |
[[package]] |
| 3262 |
name = "yoke" |
| 3263 |
version = "0.8.3" |
| 3264 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3265 |
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| 3266 |
dependencies = [ |
| 3267 |
"stable_deref_trait", |
| 3268 |
"yoke-derive", |
| 3269 |
"zerofrom", |
| 3270 |
] |
| 3271 |
|
| 3272 |
[[package]] |
| 3273 |
name = "yoke-derive" |
| 3274 |
version = "0.8.2" |
| 3275 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3276 |
checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 3277 |
dependencies = [ |
| 3278 |
"proc-macro2", |
| 3279 |
"quote", |
| 3280 |
"syn", |
| 3281 |
"synstructure", |
| 3282 |
] |
| 3283 |
|
| 3284 |
[[package]] |
| 3285 |
name = "zerocopy" |
| 3286 |
version = "0.8.50" |
| 3287 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3288 |
checksum = "3b065d4f0e55f82fae73202e189638116a87c55ab6b8e6c2721e13dd9d854ad1" |
| 3289 |
dependencies = [ |
| 3290 |
"zerocopy-derive", |
| 3291 |
] |
| 3292 |
|
| 3293 |
[[package]] |
| 3294 |
name = "zerocopy-derive" |
| 3295 |
version = "0.8.50" |
| 3296 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3297 |
checksum = "0b631b19d36a892ab55420c92dbc83ccd79274f25be714855d3074aa71cab639" |
| 3298 |
dependencies = [ |
| 3299 |
"proc-macro2", |
| 3300 |
"quote", |
| 3301 |
"syn", |
| 3302 |
] |
| 3303 |
|
| 3304 |
[[package]] |
| 3305 |
name = "zerofrom" |
| 3306 |
version = "0.1.8" |
| 3307 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3308 |
checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| 3309 |
dependencies = [ |
| 3310 |
"zerofrom-derive", |
| 3311 |
] |
| 3312 |
|
| 3313 |
[[package]] |
| 3314 |
name = "zerofrom-derive" |
| 3315 |
version = "0.1.7" |
| 3316 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3317 |
checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 3318 |
dependencies = [ |
| 3319 |
"proc-macro2", |
| 3320 |
"quote", |
| 3321 |
"syn", |
| 3322 |
"synstructure", |
| 3323 |
] |
| 3324 |
|
| 3325 |
[[package]] |
| 3326 |
name = "zeroize" |
| 3327 |
version = "1.8.2" |
| 3328 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3329 |
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" |
| 3330 |
|
| 3331 |
[[package]] |
| 3332 |
name = "zerotrie" |
| 3333 |
version = "0.2.4" |
| 3334 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3335 |
checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 3336 |
dependencies = [ |
| 3337 |
"displaydoc", |
| 3338 |
"yoke", |
| 3339 |
"zerofrom", |
| 3340 |
] |
| 3341 |
|
| 3342 |
[[package]] |
| 3343 |
name = "zerovec" |
| 3344 |
version = "0.11.6" |
| 3345 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3346 |
checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 3347 |
dependencies = [ |
| 3348 |
"yoke", |
| 3349 |
"zerofrom", |
| 3350 |
"zerovec-derive", |
| 3351 |
] |
| 3352 |
|
| 3353 |
[[package]] |
| 3354 |
name = "zerovec-derive" |
| 3355 |
version = "0.11.3" |
| 3356 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3357 |
checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 3358 |
dependencies = [ |
| 3359 |
"proc-macro2", |
| 3360 |
"quote", |
| 3361 |
"syn", |
| 3362 |
] |
| 3363 |
|
| 3364 |
[[package]] |
| 3365 |
name = "zmij" |
| 3366 |
version = "1.0.21" |
| 3367 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3368 |
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |
| 3369 |
|