| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "adler2" |
| 7 | version = "2.0.1" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "ahash" |
| 13 | version = "0.8.12" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75" |
| 16 | dependencies = [ |
| 17 | "cfg-if", |
| 18 | "getrandom 0.3.4", |
| 19 | "once_cell", |
| 20 | "version_check", |
| 21 | "zerocopy 0.8.48", |
| 22 | ] |
| 23 | |
| 24 | [[package]] |
| 25 | name = "aho-corasick" |
| 26 | version = "1.1.4" |
| 27 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 28 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 29 | dependencies = [ |
| 30 | "memchr", |
| 31 | ] |
| 32 | |
| 33 | [[package]] |
| 34 | name = "allocative" |
| 35 | version = "0.3.4" |
| 36 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 37 | checksum = "8fac2ce611db8b8cee9b2aa886ca03c924e9da5e5295d0dbd0526e5d0b0710f7" |
| 38 | dependencies = [ |
| 39 | "allocative_derive", |
| 40 | "ctor", |
| 41 | ] |
| 42 | |
| 43 | [[package]] |
| 44 | name = "allocative_derive" |
| 45 | version = "0.3.3" |
| 46 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 47 | checksum = "fe233a377643e0fc1a56421d7c90acdec45c291b30345eb9f08e8d0ddce5a4ab" |
| 48 | dependencies = [ |
| 49 | "proc-macro2", |
| 50 | "quote", |
| 51 | "syn 2.0.117", |
| 52 | ] |
| 53 | |
| 54 | [[package]] |
| 55 | name = "allocator-api2" |
| 56 | version = "0.2.21" |
| 57 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 58 | checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" |
| 59 | |
| 60 | [[package]] |
| 61 | name = "android_system_properties" |
| 62 | version = "0.1.5" |
| 63 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 64 | checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 65 | dependencies = [ |
| 66 | "libc", |
| 67 | ] |
| 68 | |
| 69 | [[package]] |
| 70 | name = "anstream" |
| 71 | version = "1.0.0" |
| 72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 73 | checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" |
| 74 | dependencies = [ |
| 75 | "anstyle", |
| 76 | "anstyle-parse", |
| 77 | "anstyle-query", |
| 78 | "anstyle-wincon", |
| 79 | "colorchoice", |
| 80 | "is_terminal_polyfill", |
| 81 | "utf8parse", |
| 82 | ] |
| 83 | |
| 84 | [[package]] |
| 85 | name = "anstyle" |
| 86 | version = "1.0.14" |
| 87 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 88 | checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" |
| 89 | |
| 90 | [[package]] |
| 91 | name = "anstyle-parse" |
| 92 | version = "1.0.0" |
| 93 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 94 | checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" |
| 95 | dependencies = [ |
| 96 | "utf8parse", |
| 97 | ] |
| 98 | |
| 99 | [[package]] |
| 100 | name = "anstyle-query" |
| 101 | version = "1.1.5" |
| 102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 103 | checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" |
| 104 | dependencies = [ |
| 105 | "windows-sys 0.61.2", |
| 106 | ] |
| 107 | |
| 108 | [[package]] |
| 109 | name = "anstyle-wincon" |
| 110 | version = "3.0.11" |
| 111 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 112 | checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" |
| 113 | dependencies = [ |
| 114 | "anstyle", |
| 115 | "once_cell_polyfill", |
| 116 | "windows-sys 0.61.2", |
| 117 | ] |
| 118 | |
| 119 | [[package]] |
| 120 | name = "anyhow" |
| 121 | version = "1.0.102" |
| 122 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 123 | checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 124 | |
| 125 | [[package]] |
| 126 | name = "arc-swap" |
| 127 | version = "1.9.1" |
| 128 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 129 | checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207" |
| 130 | dependencies = [ |
| 131 | "rustversion", |
| 132 | ] |
| 133 | |
| 134 | [[package]] |
| 135 | name = "arrayvec" |
| 136 | version = "0.7.6" |
| 137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 138 | checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
| 139 | |
| 140 | [[package]] |
| 141 | name = "async-channel" |
| 142 | version = "2.5.0" |
| 143 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 144 | checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2" |
| 145 | dependencies = [ |
| 146 | "concurrent-queue", |
| 147 | "event-listener-strategy", |
| 148 | "futures-core", |
| 149 | "pin-project-lite", |
| 150 | ] |
| 151 | |
| 152 | [[package]] |
| 153 | name = "async-stream" |
| 154 | version = "0.3.6" |
| 155 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 156 | checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" |
| 157 | dependencies = [ |
| 158 | "async-stream-impl", |
| 159 | "futures-core", |
| 160 | "pin-project-lite", |
| 161 | ] |
| 162 | |
| 163 | [[package]] |
| 164 | name = "async-stream-impl" |
| 165 | version = "0.3.6" |
| 166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 167 | checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" |
| 168 | dependencies = [ |
| 169 | "proc-macro2", |
| 170 | "quote", |
| 171 | "syn 2.0.117", |
| 172 | ] |
| 173 | |
| 174 | [[package]] |
| 175 | name = "async-task" |
| 176 | version = "4.7.1" |
| 177 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 178 | checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
| 179 | |
| 180 | [[package]] |
| 181 | name = "async-trait" |
| 182 | version = "0.1.89" |
| 183 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 184 | checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" |
| 185 | dependencies = [ |
| 186 | "proc-macro2", |
| 187 | "quote", |
| 188 | "syn 2.0.117", |
| 189 | ] |
| 190 | |
| 191 | [[package]] |
| 192 | name = "atoi" |
| 193 | version = "2.0.0" |
| 194 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 195 | checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" |
| 196 | dependencies = [ |
| 197 | "num-traits", |
| 198 | ] |
| 199 | |
| 200 | [[package]] |
| 201 | name = "atomic-waker" |
| 202 | version = "1.1.2" |
| 203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 204 | checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
| 205 | |
| 206 | [[package]] |
| 207 | name = "autocfg" |
| 208 | version = "1.5.0" |
| 209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 210 | checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
| 211 | |
| 212 | [[package]] |
| 213 | name = "aws-lc-rs" |
| 214 | version = "1.16.3" |
| 215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 216 | checksum = "0ec6fb3fe69024a75fa7e1bfb48aa6cf59706a101658ea01bfd33b2b248a038f" |
| 217 | dependencies = [ |
| 218 | "aws-lc-sys", |
| 219 | "zeroize", |
| 220 | ] |
| 221 | |
| 222 | [[package]] |
| 223 | name = "aws-lc-sys" |
| 224 | version = "0.40.0" |
| 225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 226 | checksum = "f50037ee5e1e41e7b8f9d161680a725bd1626cb6f8c7e901f91f942850852fe7" |
| 227 | dependencies = [ |
| 228 | "cc", |
| 229 | "cmake", |
| 230 | "dunce", |
| 231 | "fs_extra", |
| 232 | ] |
| 233 | |
| 234 | [[package]] |
| 235 | name = "axum" |
| 236 | version = "0.7.9" |
| 237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 238 | checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f" |
| 239 | dependencies = [ |
| 240 | "async-trait", |
| 241 | "axum-core 0.4.5", |
| 242 | "bytes", |
| 243 | "futures-util", |
| 244 | "http", |
| 245 | "http-body", |
| 246 | "http-body-util", |
| 247 | "itoa", |
| 248 | "matchit 0.7.3", |
| 249 | "memchr", |
| 250 | "mime", |
| 251 | "percent-encoding", |
| 252 | "pin-project-lite", |
| 253 | "rustversion", |
| 254 | "serde", |
| 255 | "sync_wrapper", |
| 256 | "tower 0.5.3", |
| 257 | "tower-layer", |
| 258 | "tower-service", |
| 259 | ] |
| 260 | |
| 261 | [[package]] |
| 262 | name = "axum" |
| 263 | version = "0.8.8" |
| 264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 265 | checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" |
| 266 | dependencies = [ |
| 267 | "axum-core 0.5.6", |
| 268 | "bytes", |
| 269 | "futures-util", |
| 270 | "http", |
| 271 | "http-body", |
| 272 | "http-body-util", |
| 273 | "itoa", |
| 274 | "matchit 0.8.4", |
| 275 | "memchr", |
| 276 | "mime", |
| 277 | "percent-encoding", |
| 278 | "pin-project-lite", |
| 279 | "serde_core", |
| 280 | "sync_wrapper", |
| 281 | "tower 0.5.3", |
| 282 | "tower-layer", |
| 283 | "tower-service", |
| 284 | ] |
| 285 | |
| 286 | [[package]] |
| 287 | name = "axum-core" |
| 288 | version = "0.4.5" |
| 289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 290 | checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199" |
| 291 | dependencies = [ |
| 292 | "async-trait", |
| 293 | "bytes", |
| 294 | "futures-util", |
| 295 | "http", |
| 296 | "http-body", |
| 297 | "http-body-util", |
| 298 | "mime", |
| 299 | "pin-project-lite", |
| 300 | "rustversion", |
| 301 | "sync_wrapper", |
| 302 | "tower-layer", |
| 303 | "tower-service", |
| 304 | ] |
| 305 | |
| 306 | [[package]] |
| 307 | name = "axum-core" |
| 308 | version = "0.5.6" |
| 309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 310 | checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
| 311 | dependencies = [ |
| 312 | "bytes", |
| 313 | "futures-core", |
| 314 | "http", |
| 315 | "http-body", |
| 316 | "http-body-util", |
| 317 | "mime", |
| 318 | "pin-project-lite", |
| 319 | "sync_wrapper", |
| 320 | "tower-layer", |
| 321 | "tower-service", |
| 322 | ] |
| 323 | |
| 324 | [[package]] |
| 325 | name = "base64" |
| 326 | version = "0.21.7" |
| 327 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 | checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" |
| 329 | |
| 330 | [[package]] |
| 331 | name = "base64" |
| 332 | version = "0.22.1" |
| 333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 334 | checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
| 335 | |
| 336 | [[package]] |
| 337 | name = "bincode" |
| 338 | version = "1.3.3" |
| 339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 340 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 341 | dependencies = [ |
| 342 | "serde", |
| 343 | ] |
| 344 | |
| 345 | [[package]] |
| 346 | name = "bit-set" |
| 347 | version = "0.8.0" |
| 348 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 349 | checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" |
| 350 | dependencies = [ |
| 351 | "bit-vec", |
| 352 | ] |
| 353 | |
| 354 | [[package]] |
| 355 | name = "bit-vec" |
| 356 | version = "0.8.0" |
| 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 | checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" |
| 359 | |
| 360 | [[package]] |
| 361 | name = "bitflags" |
| 362 | version = "1.3.2" |
| 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 365 | |
| 366 | [[package]] |
| 367 | name = "bitflags" |
| 368 | version = "2.11.0" |
| 369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 370 | checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" |
| 371 | dependencies = [ |
| 372 | "serde_core", |
| 373 | ] |
| 374 | |
| 375 | [[package]] |
| 376 | name = "bitvec" |
| 377 | version = "1.0.1" |
| 378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 379 | checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
| 380 | dependencies = [ |
| 381 | "funty", |
| 382 | "radium", |
| 383 | "tap", |
| 384 | "wyz", |
| 385 | ] |
| 386 | |
| 387 | [[package]] |
| 388 | name = "block-buffer" |
| 389 | version = "0.10.4" |
| 390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 391 | checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" |
| 392 | dependencies = [ |
| 393 | "generic-array", |
| 394 | ] |
| 395 | |
| 396 | [[package]] |
| 397 | name = "bridge" |
| 398 | version = "0.1.3" |
| 399 | dependencies = [ |
| 400 | "async-trait", |
| 401 | "console-subscriber", |
| 402 | "futures", |
| 403 | "netdata-plugin-error", |
| 404 | "netdata-plugin-protocol", |
| 405 | "netdata-plugin-schema", |
| 406 | "schemars", |
| 407 | "serde", |
| 408 | "serde_json", |
| 409 | "tokio", |
| 410 | "tokio-util", |
| 411 | "tracing", |
| 412 | "tracing-subscriber", |
| 413 | ] |
| 414 | |
| 415 | [[package]] |
| 416 | name = "bstr" |
| 417 | version = "1.12.1" |
| 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 419 | checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" |
| 420 | dependencies = [ |
| 421 | "memchr", |
| 422 | "regex-automata", |
| 423 | "serde", |
| 424 | ] |
| 425 | |
| 426 | [[package]] |
| 427 | name = "bumpalo" |
| 428 | version = "3.20.2" |
| 429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 430 | checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" |
| 431 | |
| 432 | [[package]] |
| 433 | name = "bytemuck" |
| 434 | version = "1.25.0" |
| 435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 436 | checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" |
| 437 | |
| 438 | [[package]] |
| 439 | name = "byteorder" |
| 440 | version = "1.5.0" |
| 441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 442 | checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
| 443 | |
| 444 | [[package]] |
| 445 | name = "byteorder_slice" |
| 446 | version = "3.0.0" |
| 447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 448 | checksum = "0b294e30387378958e8bf8f4242131b930ea615ff81e8cac2440cea0a6013190" |
| 449 | dependencies = [ |
| 450 | "byteorder", |
| 451 | ] |
| 452 | |
| 453 | [[package]] |
| 454 | name = "bytes" |
| 455 | version = "1.11.1" |
| 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 457 | checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" |
| 458 | |
| 459 | [[package]] |
| 460 | name = "bytesize" |
| 461 | version = "2.3.1" |
| 462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 463 | checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3" |
| 464 | dependencies = [ |
| 465 | "serde_core", |
| 466 | ] |
| 467 | |
| 468 | [[package]] |
| 469 | name = "cc" |
| 470 | version = "1.2.59" |
| 471 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 472 | checksum = "b7a4d3ec6524d28a329fc53654bbadc9bdd7b0431f5d65f1a56ffb28a1ee5283" |
| 473 | dependencies = [ |
| 474 | "find-msvc-tools", |
| 475 | "jobserver", |
| 476 | "libc", |
| 477 | "shlex", |
| 478 | ] |
| 479 | |
| 480 | [[package]] |
| 481 | name = "cesu8" |
| 482 | version = "1.1.0" |
| 483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 484 | checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" |
| 485 | |
| 486 | [[package]] |
| 487 | name = "cfg-if" |
| 488 | version = "1.0.4" |
| 489 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 490 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 491 | |
| 492 | [[package]] |
| 493 | name = "cfg_aliases" |
| 494 | version = "0.2.1" |
| 495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 496 | checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
| 497 | |
| 498 | [[package]] |
| 499 | name = "chrono" |
| 500 | version = "0.4.44" |
| 501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 502 | checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" |
| 503 | dependencies = [ |
| 504 | "iana-time-zone", |
| 505 | "js-sys", |
| 506 | "num-traits", |
| 507 | "serde", |
| 508 | "wasm-bindgen", |
| 509 | "windows-link", |
| 510 | ] |
| 511 | |
| 512 | [[package]] |
| 513 | name = "clap" |
| 514 | version = "4.6.0" |
| 515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 516 | checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351" |
| 517 | dependencies = [ |
| 518 | "clap_builder", |
| 519 | "clap_derive", |
| 520 | ] |
| 521 | |
| 522 | [[package]] |
| 523 | name = "clap_builder" |
| 524 | version = "4.6.0" |
| 525 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 526 | checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" |
| 527 | dependencies = [ |
| 528 | "anstream", |
| 529 | "anstyle", |
| 530 | "clap_lex", |
| 531 | "strsim 0.11.1", |
| 532 | ] |
| 533 | |
| 534 | [[package]] |
| 535 | name = "clap_derive" |
| 536 | version = "4.6.0" |
| 537 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 538 | checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a" |
| 539 | dependencies = [ |
| 540 | "heck", |
| 541 | "proc-macro2", |
| 542 | "quote", |
| 543 | "syn 2.0.117", |
| 544 | ] |
| 545 | |
| 546 | [[package]] |
| 547 | name = "clap_lex" |
| 548 | version = "1.1.0" |
| 549 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 550 | checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" |
| 551 | |
| 552 | [[package]] |
| 553 | name = "cmake" |
| 554 | version = "0.1.58" |
| 555 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 556 | checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" |
| 557 | dependencies = [ |
| 558 | "cc", |
| 559 | ] |
| 560 | |
| 561 | [[package]] |
| 562 | name = "cmsketch" |
| 563 | version = "0.2.4" |
| 564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 565 | checksum = "d7ee2cfacbd29706479902b06d75ad8f1362900836aa32799eabc7e004bfd854" |
| 566 | |
| 567 | [[package]] |
| 568 | name = "colorchoice" |
| 569 | version = "1.0.5" |
| 570 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 571 | checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" |
| 572 | |
| 573 | [[package]] |
| 574 | name = "combine" |
| 575 | version = "4.6.7" |
| 576 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 577 | checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" |
| 578 | dependencies = [ |
| 579 | "bytes", |
| 580 | "memchr", |
| 581 | ] |
| 582 | |
| 583 | [[package]] |
| 584 | name = "concurrent-queue" |
| 585 | version = "2.5.0" |
| 586 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 587 | checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
| 588 | dependencies = [ |
| 589 | "crossbeam-utils", |
| 590 | ] |
| 591 | |
| 592 | [[package]] |
| 593 | name = "console-api" |
| 594 | version = "0.8.1" |
| 595 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 596 | checksum = "8030735ecb0d128428b64cd379809817e620a40e5001c54465b99ec5feec2857" |
| 597 | dependencies = [ |
| 598 | "futures-core", |
| 599 | "prost 0.13.5", |
| 600 | "prost-types 0.13.5", |
| 601 | "tonic 0.12.3", |
| 602 | "tracing-core", |
| 603 | ] |
| 604 | |
| 605 | [[package]] |
| 606 | name = "console-subscriber" |
| 607 | version = "0.4.1" |
| 608 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 609 | checksum = "6539aa9c6a4cd31f4b1c040f860a1eac9aa80e7df6b05d506a6e7179936d6a01" |
| 610 | dependencies = [ |
| 611 | "console-api", |
| 612 | "crossbeam-channel", |
| 613 | "crossbeam-utils", |
| 614 | "futures-task", |
| 615 | "hdrhistogram", |
| 616 | "humantime", |
| 617 | "hyper-util", |
| 618 | "prost 0.13.5", |
| 619 | "prost-types 0.13.5", |
| 620 | "serde", |
| 621 | "serde_json", |
| 622 | "thread_local", |
| 623 | "tokio", |
| 624 | "tokio-stream", |
| 625 | "tonic 0.12.3", |
| 626 | "tracing", |
| 627 | "tracing-core", |
| 628 | "tracing-subscriber", |
| 629 | ] |
| 630 | |
| 631 | [[package]] |
| 632 | name = "const-hex" |
| 633 | version = "1.18.1" |
| 634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 635 | checksum = "531185e432bb31db1ecda541e9e7ab21468d4d844ad7505e0546a49b4945d49b" |
| 636 | dependencies = [ |
| 637 | "cfg-if", |
| 638 | "cpufeatures", |
| 639 | "proptest", |
| 640 | "serde_core", |
| 641 | ] |
| 642 | |
| 643 | [[package]] |
| 644 | name = "core-foundation" |
| 645 | version = "0.10.1" |
| 646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 647 | checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" |
| 648 | dependencies = [ |
| 649 | "core-foundation-sys", |
| 650 | "libc", |
| 651 | ] |
| 652 | |
| 653 | [[package]] |
| 654 | name = "core-foundation-sys" |
| 655 | version = "0.8.7" |
| 656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 657 | checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 658 | |
| 659 | [[package]] |
| 660 | name = "core_affinity" |
| 661 | version = "0.8.3" |
| 662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 663 | checksum = "a034b3a7b624016c6e13f5df875747cc25f884156aad2abd12b6c46797971342" |
| 664 | dependencies = [ |
| 665 | "libc", |
| 666 | "num_cpus", |
| 667 | "winapi", |
| 668 | ] |
| 669 | |
| 670 | [[package]] |
| 671 | name = "cpufeatures" |
| 672 | version = "0.2.17" |
| 673 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 674 | checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" |
| 675 | dependencies = [ |
| 676 | "libc", |
| 677 | ] |
| 678 | |
| 679 | [[package]] |
| 680 | name = "crc" |
| 681 | version = "3.3.0" |
| 682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 683 | checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" |
| 684 | dependencies = [ |
| 685 | "crc-catalog", |
| 686 | ] |
| 687 | |
| 688 | [[package]] |
| 689 | name = "crc-catalog" |
| 690 | version = "2.4.0" |
| 691 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 692 | checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" |
| 693 | |
| 694 | [[package]] |
| 695 | name = "crc32fast" |
| 696 | version = "1.5.0" |
| 697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 698 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 699 | dependencies = [ |
| 700 | "cfg-if", |
| 701 | ] |
| 702 | |
| 703 | [[package]] |
| 704 | name = "crossbeam-channel" |
| 705 | version = "0.5.15" |
| 706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 707 | checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" |
| 708 | dependencies = [ |
| 709 | "crossbeam-utils", |
| 710 | ] |
| 711 | |
| 712 | [[package]] |
| 713 | name = "crossbeam-deque" |
| 714 | version = "0.8.6" |
| 715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 716 | checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
| 717 | dependencies = [ |
| 718 | "crossbeam-epoch", |
| 719 | "crossbeam-utils", |
| 720 | ] |
| 721 | |
| 722 | [[package]] |
| 723 | name = "crossbeam-epoch" |
| 724 | version = "0.9.18" |
| 725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 726 | checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
| 727 | dependencies = [ |
| 728 | "crossbeam-utils", |
| 729 | ] |
| 730 | |
| 731 | [[package]] |
| 732 | name = "crossbeam-utils" |
| 733 | version = "0.8.21" |
| 734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 735 | checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
| 736 | |
| 737 | [[package]] |
| 738 | name = "crypto-common" |
| 739 | version = "0.1.7" |
| 740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 741 | checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" |
| 742 | dependencies = [ |
| 743 | "generic-array", |
| 744 | "typenum", |
| 745 | ] |
| 746 | |
| 747 | [[package]] |
| 748 | name = "ctor" |
| 749 | version = "0.1.26" |
| 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 | checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" |
| 752 | dependencies = [ |
| 753 | "quote", |
| 754 | "syn 1.0.109", |
| 755 | ] |
| 756 | |
| 757 | [[package]] |
| 758 | name = "darling" |
| 759 | version = "0.14.4" |
| 760 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 761 | checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850" |
| 762 | dependencies = [ |
| 763 | "darling_core", |
| 764 | "darling_macro", |
| 765 | ] |
| 766 | |
| 767 | [[package]] |
| 768 | name = "darling_core" |
| 769 | version = "0.14.4" |
| 770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 771 | checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0" |
| 772 | dependencies = [ |
| 773 | "fnv", |
| 774 | "ident_case", |
| 775 | "proc-macro2", |
| 776 | "quote", |
| 777 | "strsim 0.10.0", |
| 778 | "syn 1.0.109", |
| 779 | ] |
| 780 | |
| 781 | [[package]] |
| 782 | name = "darling_macro" |
| 783 | version = "0.14.4" |
| 784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 785 | checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e" |
| 786 | dependencies = [ |
| 787 | "darling_core", |
| 788 | "quote", |
| 789 | "syn 1.0.109", |
| 790 | ] |
| 791 | |
| 792 | [[package]] |
| 793 | name = "derive-into-owned" |
| 794 | version = "0.2.0" |
| 795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 796 | checksum = "2c9d94d81e3819a7b06a8638f448bc6339371ca9b6076a99d4a43eece3c4c923" |
| 797 | dependencies = [ |
| 798 | "proc-macro2", |
| 799 | "quote", |
| 800 | "syn 1.0.109", |
| 801 | ] |
| 802 | |
| 803 | [[package]] |
| 804 | name = "digest" |
| 805 | version = "0.10.7" |
| 806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 807 | checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" |
| 808 | dependencies = [ |
| 809 | "block-buffer", |
| 810 | "crypto-common", |
| 811 | ] |
| 812 | |
| 813 | [[package]] |
| 814 | name = "displaydoc" |
| 815 | version = "0.2.5" |
| 816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 | checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
| 818 | dependencies = [ |
| 819 | "proc-macro2", |
| 820 | "quote", |
| 821 | "syn 2.0.117", |
| 822 | ] |
| 823 | |
| 824 | [[package]] |
| 825 | name = "downcast-rs" |
| 826 | version = "1.2.1" |
| 827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 828 | checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" |
| 829 | |
| 830 | [[package]] |
| 831 | name = "dunce" |
| 832 | version = "1.0.5" |
| 833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 834 | checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" |
| 835 | |
| 836 | [[package]] |
| 837 | name = "dyn-clone" |
| 838 | version = "1.0.20" |
| 839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 840 | checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" |
| 841 | |
| 842 | [[package]] |
| 843 | name = "either" |
| 844 | version = "1.15.0" |
| 845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 846 | checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
| 847 | |
| 848 | [[package]] |
| 849 | name = "equivalent" |
| 850 | version = "1.0.2" |
| 851 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 852 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 853 | |
| 854 | [[package]] |
| 855 | name = "errno" |
| 856 | version = "0.3.14" |
| 857 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 858 | checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
| 859 | dependencies = [ |
| 860 | "libc", |
| 861 | "windows-sys 0.61.2", |
| 862 | ] |
| 863 | |
| 864 | [[package]] |
| 865 | name = "etherparse" |
| 866 | version = "0.20.1" |
| 867 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 868 | checksum = "3ac016aaf11dfe643edcd088a166234bfcb72e7f06691abfcf21e9af524037f4" |
| 869 | dependencies = [ |
| 870 | "arrayvec", |
| 871 | ] |
| 872 | |
| 873 | [[package]] |
| 874 | name = "event-listener" |
| 875 | version = "5.4.1" |
| 876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 877 | checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" |
| 878 | dependencies = [ |
| 879 | "concurrent-queue", |
| 880 | "parking", |
| 881 | "pin-project-lite", |
| 882 | ] |
| 883 | |
| 884 | [[package]] |
| 885 | name = "event-listener-strategy" |
| 886 | version = "0.5.4" |
| 887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 888 | checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" |
| 889 | dependencies = [ |
| 890 | "event-listener", |
| 891 | "pin-project-lite", |
| 892 | ] |
| 893 | |
| 894 | [[package]] |
| 895 | name = "fastant" |
| 896 | version = "0.1.10" |
| 897 | source = "git+https://github.com/netdata/fastant.git?branch=fastant-x86-fix#1786237e508ae865e2058f246bc7b1a452fececf" |
| 898 | dependencies = [ |
| 899 | "small_ctor", |
| 900 | "web-time", |
| 901 | ] |
| 902 | |
| 903 | [[package]] |
| 904 | name = "fastrand" |
| 905 | version = "2.4.0" |
| 906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 907 | checksum = "a043dc74da1e37d6afe657061213aa6f425f855399a11d3463c6ecccc4dfda1f" |
| 908 | |
| 909 | [[package]] |
| 910 | name = "find-msvc-tools" |
| 911 | version = "0.1.9" |
| 912 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 913 | checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 914 | |
| 915 | [[package]] |
| 916 | name = "fixedbitset" |
| 917 | version = "0.5.7" |
| 918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 919 | checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99" |
| 920 | |
| 921 | [[package]] |
| 922 | name = "flate2" |
| 923 | version = "1.1.9" |
| 924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 925 | checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 926 | dependencies = [ |
| 927 | "crc32fast", |
| 928 | "miniz_oxide", |
| 929 | ] |
| 930 | |
| 931 | [[package]] |
| 932 | name = "flatten-serde-json" |
| 933 | version = "1.22.1" |
| 934 | source = "git+https://github.com/meilisearch/meilisearch?tag=v1.22.1#077ec2ab11bb4daefcb57f89eab9cff16e075fdc" |
| 935 | dependencies = [ |
| 936 | "serde_json", |
| 937 | ] |
| 938 | |
| 939 | [[package]] |
| 940 | name = "flatten_otel" |
| 941 | version = "0.1.3" |
| 942 | dependencies = [ |
| 943 | "base64 0.22.1", |
| 944 | "flatten-serde-json", |
| 945 | "opentelemetry-proto", |
| 946 | "serde_json", |
| 947 | "tracing", |
| 948 | ] |
| 949 | |
| 950 | [[package]] |
| 951 | name = "flume" |
| 952 | version = "0.11.1" |
| 953 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 954 | checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" |
| 955 | dependencies = [ |
| 956 | "futures-core", |
| 957 | "futures-sink", |
| 958 | "nanorand", |
| 959 | "spin", |
| 960 | ] |
| 961 | |
| 962 | [[package]] |
| 963 | name = "fnv" |
| 964 | version = "1.0.7" |
| 965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 966 | checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
| 967 | |
| 968 | [[package]] |
| 969 | name = "foldhash" |
| 970 | version = "0.1.5" |
| 971 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 972 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 973 | |
| 974 | [[package]] |
| 975 | name = "foldhash" |
| 976 | version = "0.2.0" |
| 977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 978 | checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" |
| 979 | |
| 980 | [[package]] |
| 981 | name = "form_urlencoded" |
| 982 | version = "1.2.2" |
| 983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 984 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 985 | dependencies = [ |
| 986 | "percent-encoding", |
| 987 | ] |
| 988 | |
| 989 | [[package]] |
| 990 | name = "foyer" |
| 991 | version = "0.20.1" |
| 992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 993 | checksum = "50b7b23bdff0e7fecbef83438ce9389c352743ea0b8bda44fabca354f21b19a9" |
| 994 | dependencies = [ |
| 995 | "equivalent", |
| 996 | "foyer-common", |
| 997 | "foyer-memory", |
| 998 | "foyer-storage", |
| 999 | "madsim-tokio", |
| 1000 | "mixtrics", |
| 1001 | "pin-project", |
| 1002 | "serde", |
| 1003 | "thiserror 2.0.18", |
| 1004 | "tokio", |
| 1005 | "tracing", |
| 1006 | ] |
| 1007 | |
| 1008 | [[package]] |
| 1009 | name = "foyer-common" |
| 1010 | version = "0.20.1" |
| 1011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1012 | checksum = "1a72f40b0c110e4233f46df0589bf1b2b3b5ed04e4cf504a582374d7548c9c05" |
| 1013 | dependencies = [ |
| 1014 | "bincode", |
| 1015 | "bytes", |
| 1016 | "cfg-if", |
| 1017 | "itertools", |
| 1018 | "madsim-tokio", |
| 1019 | "mixtrics", |
| 1020 | "parking_lot", |
| 1021 | "pin-project", |
| 1022 | "serde", |
| 1023 | "thiserror 2.0.18", |
| 1024 | "tokio", |
| 1025 | "twox-hash", |
| 1026 | ] |
| 1027 | |
| 1028 | [[package]] |
| 1029 | name = "foyer-intrusive-collections" |
| 1030 | version = "0.10.0-dev" |
| 1031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1032 | checksum = "6e4fee46bea69e0596130e3210e65d3424e0ac1e6df3bde6636304bdf1ca4a3b" |
| 1033 | dependencies = [ |
| 1034 | "memoffset", |
| 1035 | ] |
| 1036 | |
| 1037 | [[package]] |
| 1038 | name = "foyer-memory" |
| 1039 | version = "0.20.1" |
| 1040 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1041 | checksum = "6b1b23cefdcd78b4d729679d75bb6fb96a57f7dd94f141dcc373a2db1c04fbaa" |
| 1042 | dependencies = [ |
| 1043 | "arc-swap", |
| 1044 | "bitflags 2.11.0", |
| 1045 | "cmsketch", |
| 1046 | "equivalent", |
| 1047 | "foyer-common", |
| 1048 | "foyer-intrusive-collections", |
| 1049 | "hashbrown 0.15.5", |
| 1050 | "itertools", |
| 1051 | "madsim-tokio", |
| 1052 | "mixtrics", |
| 1053 | "parking_lot", |
| 1054 | "pin-project", |
| 1055 | "serde", |
| 1056 | "thiserror 2.0.18", |
| 1057 | "tokio", |
| 1058 | "tracing", |
| 1059 | ] |
| 1060 | |
| 1061 | [[package]] |
| 1062 | name = "foyer-storage" |
| 1063 | version = "0.20.1" |
| 1064 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1065 | checksum = "f1ea5872e0073e3c37bec0aa99923f03bcec3951a056c77cfdfcc8001a370f9a" |
| 1066 | dependencies = [ |
| 1067 | "allocator-api2", |
| 1068 | "anyhow", |
| 1069 | "bytes", |
| 1070 | "core_affinity", |
| 1071 | "equivalent", |
| 1072 | "fastant", |
| 1073 | "flume", |
| 1074 | "foyer-common", |
| 1075 | "foyer-memory", |
| 1076 | "fs4", |
| 1077 | "futures-core", |
| 1078 | "futures-util", |
| 1079 | "hashbrown 0.15.5", |
| 1080 | "io-uring", |
| 1081 | "itertools", |
| 1082 | "libc", |
| 1083 | "lz4", |
| 1084 | "madsim-tokio", |
| 1085 | "parking_lot", |
| 1086 | "pin-project", |
| 1087 | "rand 0.9.2", |
| 1088 | "serde", |
| 1089 | "thiserror 2.0.18", |
| 1090 | "tokio", |
| 1091 | "tracing", |
| 1092 | "twox-hash", |
| 1093 | "zstd", |
| 1094 | ] |
| 1095 | |
| 1096 | [[package]] |
| 1097 | name = "fs4" |
| 1098 | version = "0.13.1" |
| 1099 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1100 | checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4" |
| 1101 | dependencies = [ |
| 1102 | "rustix", |
| 1103 | "windows-sys 0.59.0", |
| 1104 | ] |
| 1105 | |
| 1106 | [[package]] |
| 1107 | name = "fs_extra" |
| 1108 | version = "1.3.0" |
| 1109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1110 | checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" |
| 1111 | |
| 1112 | [[package]] |
| 1113 | name = "fsevent-sys" |
| 1114 | version = "4.1.0" |
| 1115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1116 | checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2" |
| 1117 | dependencies = [ |
| 1118 | "libc", |
| 1119 | ] |
| 1120 | |
| 1121 | [[package]] |
| 1122 | name = "fst" |
| 1123 | version = "0.4.7" |
| 1124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1125 | checksum = "7ab85b9b05e3978cc9a9cf8fea7f01b494e1a09ed3037e16ba39edc7a29eb61a" |
| 1126 | |
| 1127 | [[package]] |
| 1128 | name = "funty" |
| 1129 | version = "2.0.0" |
| 1130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1131 | checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
| 1132 | |
| 1133 | [[package]] |
| 1134 | name = "futures" |
| 1135 | version = "0.3.32" |
| 1136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1137 | checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| 1138 | dependencies = [ |
| 1139 | "futures-channel", |
| 1140 | "futures-core", |
| 1141 | "futures-executor", |
| 1142 | "futures-io", |
| 1143 | "futures-sink", |
| 1144 | "futures-task", |
| 1145 | "futures-util", |
| 1146 | ] |
| 1147 | |
| 1148 | [[package]] |
| 1149 | name = "futures-channel" |
| 1150 | version = "0.3.32" |
| 1151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1152 | checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 1153 | dependencies = [ |
| 1154 | "futures-core", |
| 1155 | "futures-sink", |
| 1156 | ] |
| 1157 | |
| 1158 | [[package]] |
| 1159 | name = "futures-core" |
| 1160 | version = "0.3.32" |
| 1161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1162 | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 1163 | |
| 1164 | [[package]] |
| 1165 | name = "futures-executor" |
| 1166 | version = "0.3.32" |
| 1167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1168 | checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 1169 | dependencies = [ |
| 1170 | "futures-core", |
| 1171 | "futures-task", |
| 1172 | "futures-util", |
| 1173 | ] |
| 1174 | |
| 1175 | [[package]] |
| 1176 | name = "futures-io" |
| 1177 | version = "0.3.32" |
| 1178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1179 | checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 1180 | |
| 1181 | [[package]] |
| 1182 | name = "futures-macro" |
| 1183 | version = "0.3.32" |
| 1184 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1185 | checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 1186 | dependencies = [ |
| 1187 | "proc-macro2", |
| 1188 | "quote", |
| 1189 | "syn 2.0.117", |
| 1190 | ] |
| 1191 | |
| 1192 | [[package]] |
| 1193 | name = "futures-sink" |
| 1194 | version = "0.3.32" |
| 1195 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1196 | checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 1197 | |
| 1198 | [[package]] |
| 1199 | name = "futures-task" |
| 1200 | version = "0.3.32" |
| 1201 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1202 | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 1203 | |
| 1204 | [[package]] |
| 1205 | name = "futures-util" |
| 1206 | version = "0.3.32" |
| 1207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1208 | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 1209 | dependencies = [ |
| 1210 | "futures-channel", |
| 1211 | "futures-core", |
| 1212 | "futures-io", |
| 1213 | "futures-macro", |
| 1214 | "futures-sink", |
| 1215 | "futures-task", |
| 1216 | "memchr", |
| 1217 | "pin-project-lite", |
| 1218 | "slab", |
| 1219 | ] |
| 1220 | |
| 1221 | [[package]] |
| 1222 | name = "fxhash" |
| 1223 | version = "0.2.1" |
| 1224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1225 | checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
| 1226 | dependencies = [ |
| 1227 | "byteorder", |
| 1228 | ] |
| 1229 | |
| 1230 | [[package]] |
| 1231 | name = "generic-array" |
| 1232 | version = "0.14.7" |
| 1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1234 | checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" |
| 1235 | dependencies = [ |
| 1236 | "typenum", |
| 1237 | "version_check", |
| 1238 | ] |
| 1239 | |
| 1240 | [[package]] |
| 1241 | name = "getrandom" |
| 1242 | version = "0.2.17" |
| 1243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1244 | checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" |
| 1245 | dependencies = [ |
| 1246 | "cfg-if", |
| 1247 | "js-sys", |
| 1248 | "libc", |
| 1249 | "wasi", |
| 1250 | "wasm-bindgen", |
| 1251 | ] |
| 1252 | |
| 1253 | [[package]] |
| 1254 | name = "getrandom" |
| 1255 | version = "0.3.4" |
| 1256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1257 | checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
| 1258 | dependencies = [ |
| 1259 | "cfg-if", |
| 1260 | "js-sys", |
| 1261 | "libc", |
| 1262 | "r-efi 5.3.0", |
| 1263 | "wasip2", |
| 1264 | "wasm-bindgen", |
| 1265 | ] |
| 1266 | |
| 1267 | [[package]] |
| 1268 | name = "getrandom" |
| 1269 | version = "0.4.2" |
| 1270 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1271 | checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" |
| 1272 | dependencies = [ |
| 1273 | "cfg-if", |
| 1274 | "libc", |
| 1275 | "r-efi 6.0.0", |
| 1276 | "wasip2", |
| 1277 | "wasip3", |
| 1278 | ] |
| 1279 | |
| 1280 | [[package]] |
| 1281 | name = "h2" |
| 1282 | version = "0.4.13" |
| 1283 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1284 | checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" |
| 1285 | dependencies = [ |
| 1286 | "atomic-waker", |
| 1287 | "bytes", |
| 1288 | "fnv", |
| 1289 | "futures-core", |
| 1290 | "futures-sink", |
| 1291 | "http", |
| 1292 | "indexmap 2.13.1", |
| 1293 | "slab", |
| 1294 | "tokio", |
| 1295 | "tokio-util", |
| 1296 | "tracing", |
| 1297 | ] |
| 1298 | |
| 1299 | [[package]] |
| 1300 | name = "hashbrown" |
| 1301 | version = "0.12.3" |
| 1302 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1303 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 1304 | |
| 1305 | [[package]] |
| 1306 | name = "hashbrown" |
| 1307 | version = "0.15.5" |
| 1308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1309 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 1310 | dependencies = [ |
| 1311 | "allocator-api2", |
| 1312 | "equivalent", |
| 1313 | "foldhash 0.1.5", |
| 1314 | ] |
| 1315 | |
| 1316 | [[package]] |
| 1317 | name = "hashbrown" |
| 1318 | version = "0.16.1" |
| 1319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1320 | checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
| 1321 | dependencies = [ |
| 1322 | "allocator-api2", |
| 1323 | "equivalent", |
| 1324 | "foldhash 0.2.0", |
| 1325 | ] |
| 1326 | |
| 1327 | [[package]] |
| 1328 | name = "hashbrown" |
| 1329 | version = "0.17.0" |
| 1330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1331 | checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" |
| 1332 | dependencies = [ |
| 1333 | "allocator-api2", |
| 1334 | "equivalent", |
| 1335 | "foldhash 0.2.0", |
| 1336 | ] |
| 1337 | |
| 1338 | [[package]] |
| 1339 | name = "hashers" |
| 1340 | version = "1.0.1" |
| 1341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1342 | checksum = "b2bca93b15ea5a746f220e56587f71e73c6165eab783df9e26590069953e3c30" |
| 1343 | dependencies = [ |
| 1344 | "fxhash", |
| 1345 | ] |
| 1346 | |
| 1347 | [[package]] |
| 1348 | name = "hdrhistogram" |
| 1349 | version = "7.5.4" |
| 1350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1351 | checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d" |
| 1352 | dependencies = [ |
| 1353 | "base64 0.21.7", |
| 1354 | "byteorder", |
| 1355 | "flate2", |
| 1356 | "nom", |
| 1357 | "num-traits", |
| 1358 | ] |
| 1359 | |
| 1360 | [[package]] |
| 1361 | name = "heck" |
| 1362 | version = "0.5.0" |
| 1363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1364 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 1365 | |
| 1366 | [[package]] |
| 1367 | name = "hermit-abi" |
| 1368 | version = "0.5.2" |
| 1369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1370 | checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" |
| 1371 | |
| 1372 | [[package]] |
| 1373 | name = "hifijson" |
| 1374 | version = "0.5.0" |
| 1375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1376 | checksum = "242402749acf71e6f32f5857598b7002c4058a4e3c3b22b4c7d51cab9aea754e" |
| 1377 | |
| 1378 | [[package]] |
| 1379 | name = "http" |
| 1380 | version = "1.4.0" |
| 1381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1382 | checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
| 1383 | dependencies = [ |
| 1384 | "bytes", |
| 1385 | "itoa", |
| 1386 | ] |
| 1387 | |
| 1388 | [[package]] |
| 1389 | name = "http-body" |
| 1390 | version = "1.0.1" |
| 1391 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1392 | checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
| 1393 | dependencies = [ |
| 1394 | "bytes", |
| 1395 | "http", |
| 1396 | ] |
| 1397 | |
| 1398 | [[package]] |
| 1399 | name = "http-body-util" |
| 1400 | version = "0.1.3" |
| 1401 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1402 | checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
| 1403 | dependencies = [ |
| 1404 | "bytes", |
| 1405 | "futures-core", |
| 1406 | "http", |
| 1407 | "http-body", |
| 1408 | "pin-project-lite", |
| 1409 | ] |
| 1410 | |
| 1411 | [[package]] |
| 1412 | name = "httparse" |
| 1413 | version = "1.10.1" |
| 1414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1415 | checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
| 1416 | |
| 1417 | [[package]] |
| 1418 | name = "httpdate" |
| 1419 | version = "1.0.3" |
| 1420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1421 | checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
| 1422 | |
| 1423 | [[package]] |
| 1424 | name = "humantime" |
| 1425 | version = "2.3.0" |
| 1426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1427 | checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424" |
| 1428 | |
| 1429 | [[package]] |
| 1430 | name = "humantime-serde" |
| 1431 | version = "1.1.1" |
| 1432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1433 | checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c" |
| 1434 | dependencies = [ |
| 1435 | "humantime", |
| 1436 | "serde", |
| 1437 | ] |
| 1438 | |
| 1439 | [[package]] |
| 1440 | name = "hyper" |
| 1441 | version = "1.9.0" |
| 1442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1443 | checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" |
| 1444 | dependencies = [ |
| 1445 | "atomic-waker", |
| 1446 | "bytes", |
| 1447 | "futures-channel", |
| 1448 | "futures-core", |
| 1449 | "h2", |
| 1450 | "http", |
| 1451 | "http-body", |
| 1452 | "httparse", |
| 1453 | "httpdate", |
| 1454 | "itoa", |
| 1455 | "pin-project-lite", |
| 1456 | "smallvec", |
| 1457 | "tokio", |
| 1458 | "want", |
| 1459 | ] |
| 1460 | |
| 1461 | [[package]] |
| 1462 | name = "hyper-rustls" |
| 1463 | version = "0.27.7" |
| 1464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1465 | checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" |
| 1466 | dependencies = [ |
| 1467 | "http", |
| 1468 | "hyper", |
| 1469 | "hyper-util", |
| 1470 | "rustls", |
| 1471 | "rustls-pki-types", |
| 1472 | "tokio", |
| 1473 | "tokio-rustls", |
| 1474 | "tower-service", |
| 1475 | ] |
| 1476 | |
| 1477 | [[package]] |
| 1478 | name = "hyper-timeout" |
| 1479 | version = "0.5.2" |
| 1480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1481 | checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0" |
| 1482 | dependencies = [ |
| 1483 | "hyper", |
| 1484 | "hyper-util", |
| 1485 | "pin-project-lite", |
| 1486 | "tokio", |
| 1487 | "tower-service", |
| 1488 | ] |
| 1489 | |
| 1490 | [[package]] |
| 1491 | name = "hyper-util" |
| 1492 | version = "0.1.20" |
| 1493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1494 | checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" |
| 1495 | dependencies = [ |
| 1496 | "base64 0.22.1", |
| 1497 | "bytes", |
| 1498 | "futures-channel", |
| 1499 | "futures-util", |
| 1500 | "http", |
| 1501 | "http-body", |
| 1502 | "hyper", |
| 1503 | "ipnet", |
| 1504 | "libc", |
| 1505 | "percent-encoding", |
| 1506 | "pin-project-lite", |
| 1507 | "socket2 0.6.3", |
| 1508 | "tokio", |
| 1509 | "tower-service", |
| 1510 | "tracing", |
| 1511 | ] |
| 1512 | |
| 1513 | [[package]] |
| 1514 | name = "iana-time-zone" |
| 1515 | version = "0.1.65" |
| 1516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1517 | checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 1518 | dependencies = [ |
| 1519 | "android_system_properties", |
| 1520 | "core-foundation-sys", |
| 1521 | "iana-time-zone-haiku", |
| 1522 | "js-sys", |
| 1523 | "log", |
| 1524 | "wasm-bindgen", |
| 1525 | "windows-core", |
| 1526 | ] |
| 1527 | |
| 1528 | [[package]] |
| 1529 | name = "iana-time-zone-haiku" |
| 1530 | version = "0.1.2" |
| 1531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1532 | checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 1533 | dependencies = [ |
| 1534 | "cc", |
| 1535 | ] |
| 1536 | |
| 1537 | [[package]] |
| 1538 | name = "icu_collections" |
| 1539 | version = "2.2.0" |
| 1540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1541 | checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 1542 | dependencies = [ |
| 1543 | "displaydoc", |
| 1544 | "potential_utf", |
| 1545 | "utf8_iter", |
| 1546 | "yoke", |
| 1547 | "zerofrom", |
| 1548 | "zerovec", |
| 1549 | ] |
| 1550 | |
| 1551 | [[package]] |
| 1552 | name = "icu_locale_core" |
| 1553 | version = "2.2.0" |
| 1554 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1555 | checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 1556 | dependencies = [ |
| 1557 | "displaydoc", |
| 1558 | "litemap", |
| 1559 | "tinystr", |
| 1560 | "writeable", |
| 1561 | "zerovec", |
| 1562 | ] |
| 1563 | |
| 1564 | [[package]] |
| 1565 | name = "icu_normalizer" |
| 1566 | version = "2.2.0" |
| 1567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1568 | checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 1569 | dependencies = [ |
| 1570 | "icu_collections", |
| 1571 | "icu_normalizer_data", |
| 1572 | "icu_properties", |
| 1573 | "icu_provider", |
| 1574 | "smallvec", |
| 1575 | "zerovec", |
| 1576 | ] |
| 1577 | |
| 1578 | [[package]] |
| 1579 | name = "icu_normalizer_data" |
| 1580 | version = "2.2.0" |
| 1581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1582 | checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 1583 | |
| 1584 | [[package]] |
| 1585 | name = "icu_properties" |
| 1586 | version = "2.2.0" |
| 1587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1588 | checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 1589 | dependencies = [ |
| 1590 | "icu_collections", |
| 1591 | "icu_locale_core", |
| 1592 | "icu_properties_data", |
| 1593 | "icu_provider", |
| 1594 | "zerotrie", |
| 1595 | "zerovec", |
| 1596 | ] |
| 1597 | |
| 1598 | [[package]] |
| 1599 | name = "icu_properties_data" |
| 1600 | version = "2.2.0" |
| 1601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1602 | checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 1603 | |
| 1604 | [[package]] |
| 1605 | name = "icu_provider" |
| 1606 | version = "2.2.0" |
| 1607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1608 | checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 1609 | dependencies = [ |
| 1610 | "displaydoc", |
| 1611 | "icu_locale_core", |
| 1612 | "writeable", |
| 1613 | "yoke", |
| 1614 | "zerofrom", |
| 1615 | "zerotrie", |
| 1616 | "zerovec", |
| 1617 | ] |
| 1618 | |
| 1619 | [[package]] |
| 1620 | name = "id-arena" |
| 1621 | version = "2.3.0" |
| 1622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1623 | checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 1624 | |
| 1625 | [[package]] |
| 1626 | name = "ident_case" |
| 1627 | version = "1.0.1" |
| 1628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1629 | checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" |
| 1630 | |
| 1631 | [[package]] |
| 1632 | name = "idna" |
| 1633 | version = "1.1.0" |
| 1634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1635 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 1636 | dependencies = [ |
| 1637 | "idna_adapter", |
| 1638 | "smallvec", |
| 1639 | "utf8_iter", |
| 1640 | ] |
| 1641 | |
| 1642 | [[package]] |
| 1643 | name = "idna_adapter" |
| 1644 | version = "1.2.1" |
| 1645 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1646 | checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" |
| 1647 | dependencies = [ |
| 1648 | "icu_normalizer", |
| 1649 | "icu_properties", |
| 1650 | ] |
| 1651 | |
| 1652 | [[package]] |
| 1653 | name = "indexmap" |
| 1654 | version = "1.9.3" |
| 1655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1656 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 1657 | dependencies = [ |
| 1658 | "autocfg", |
| 1659 | "hashbrown 0.12.3", |
| 1660 | ] |
| 1661 | |
| 1662 | [[package]] |
| 1663 | name = "indexmap" |
| 1664 | version = "2.13.1" |
| 1665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1666 | checksum = "45a8a2b9cb3e0b0c1803dbb0758ffac5de2f425b23c28f518faabd9d805342ff" |
| 1667 | dependencies = [ |
| 1668 | "equivalent", |
| 1669 | "hashbrown 0.16.1", |
| 1670 | "serde", |
| 1671 | "serde_core", |
| 1672 | ] |
| 1673 | |
| 1674 | [[package]] |
| 1675 | name = "inotify" |
| 1676 | version = "0.11.1" |
| 1677 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1678 | checksum = "bd5b3eaf1a28b758ac0faa5a4254e8ab2705605496f1b1f3fbbc3988ad73d199" |
| 1679 | dependencies = [ |
| 1680 | "bitflags 2.11.0", |
| 1681 | "inotify-sys", |
| 1682 | "libc", |
| 1683 | ] |
| 1684 | |
| 1685 | [[package]] |
| 1686 | name = "inotify-sys" |
| 1687 | version = "0.1.5" |
| 1688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1689 | checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" |
| 1690 | dependencies = [ |
| 1691 | "libc", |
| 1692 | ] |
| 1693 | |
| 1694 | [[package]] |
| 1695 | name = "io-uring" |
| 1696 | version = "0.7.11" |
| 1697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1698 | checksum = "fdd7bddefd0a8833b88a4b68f90dae22c7450d11b354198baee3874fd811b344" |
| 1699 | dependencies = [ |
| 1700 | "bitflags 2.11.0", |
| 1701 | "cfg-if", |
| 1702 | "libc", |
| 1703 | ] |
| 1704 | |
| 1705 | [[package]] |
| 1706 | name = "ipnet" |
| 1707 | version = "2.12.0" |
| 1708 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1709 | checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" |
| 1710 | dependencies = [ |
| 1711 | "serde", |
| 1712 | ] |
| 1713 | |
| 1714 | [[package]] |
| 1715 | name = "ipnet-trie" |
| 1716 | version = "0.3.0" |
| 1717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1718 | checksum = "0bfa31eccd160220ed5765820b282754ec7e9b36a8f6ea65e08fc0c31c9058cc" |
| 1719 | dependencies = [ |
| 1720 | "ipnet", |
| 1721 | "prefix-trie", |
| 1722 | ] |
| 1723 | |
| 1724 | [[package]] |
| 1725 | name = "ipnetwork" |
| 1726 | version = "0.21.1" |
| 1727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1728 | checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763" |
| 1729 | |
| 1730 | [[package]] |
| 1731 | name = "iri-string" |
| 1732 | version = "0.7.12" |
| 1733 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1734 | checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20" |
| 1735 | dependencies = [ |
| 1736 | "memchr", |
| 1737 | "serde", |
| 1738 | ] |
| 1739 | |
| 1740 | [[package]] |
| 1741 | name = "is_terminal_polyfill" |
| 1742 | version = "1.70.2" |
| 1743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1744 | checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" |
| 1745 | |
| 1746 | [[package]] |
| 1747 | name = "itertools" |
| 1748 | version = "0.14.0" |
| 1749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1750 | checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" |
| 1751 | dependencies = [ |
| 1752 | "either", |
| 1753 | ] |
| 1754 | |
| 1755 | [[package]] |
| 1756 | name = "itoa" |
| 1757 | version = "1.0.18" |
| 1758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1759 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 1760 | |
| 1761 | [[package]] |
| 1762 | name = "jaq-core" |
| 1763 | version = "3.0.0" |
| 1764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1765 | checksum = "dca0f164c8e9c55fc5aefe60b371df735c719b09930dac185878f2f8c7ab6b68" |
| 1766 | dependencies = [ |
| 1767 | "dyn-clone", |
| 1768 | "once_cell", |
| 1769 | "typed-arena", |
| 1770 | ] |
| 1771 | |
| 1772 | [[package]] |
| 1773 | name = "jaq-json" |
| 1774 | version = "2.0.0" |
| 1775 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1776 | checksum = "f5c5baabe63d1d72cde60ec7548a098036773e3541dbc65c6a44fb38e9cfb272" |
| 1777 | dependencies = [ |
| 1778 | "bstr", |
| 1779 | "bytes", |
| 1780 | "foldhash 0.1.5", |
| 1781 | "hifijson", |
| 1782 | "indexmap 2.13.1", |
| 1783 | "jaq-core", |
| 1784 | "jaq-std", |
| 1785 | "num-bigint", |
| 1786 | "num-traits", |
| 1787 | "ryu", |
| 1788 | "self_cell", |
| 1789 | "serde_core", |
| 1790 | ] |
| 1791 | |
| 1792 | [[package]] |
| 1793 | name = "jaq-std" |
| 1794 | version = "3.0.0" |
| 1795 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1796 | checksum = "2a11bb307027b20b3dc7b212ad687e7e410cbc43933eec5d498672ab2bc60666" |
| 1797 | dependencies = [ |
| 1798 | "aho-corasick", |
| 1799 | "base64 0.22.1", |
| 1800 | "bstr", |
| 1801 | "jaq-core", |
| 1802 | "jiff", |
| 1803 | "libm", |
| 1804 | "log", |
| 1805 | "regex-bites", |
| 1806 | "urlencoding", |
| 1807 | ] |
| 1808 | |
| 1809 | [[package]] |
| 1810 | name = "jiff" |
| 1811 | version = "0.2.24" |
| 1812 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1813 | checksum = "f00b5dbd620d61dfdcb6007c9c1f6054ebd75319f163d886a9055cec1155073d" |
| 1814 | dependencies = [ |
| 1815 | "jiff-static", |
| 1816 | "jiff-tzdb-platform", |
| 1817 | "log", |
| 1818 | "portable-atomic", |
| 1819 | "portable-atomic-util", |
| 1820 | "serde_core", |
| 1821 | "windows-sys 0.61.2", |
| 1822 | ] |
| 1823 | |
| 1824 | [[package]] |
| 1825 | name = "jiff-static" |
| 1826 | version = "0.2.24" |
| 1827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1828 | checksum = "e000de030ff8022ea1da3f466fbb0f3a809f5e51ed31f6dd931c35181ad8e6d7" |
| 1829 | dependencies = [ |
| 1830 | "proc-macro2", |
| 1831 | "quote", |
| 1832 | "syn 2.0.117", |
| 1833 | ] |
| 1834 | |
| 1835 | [[package]] |
| 1836 | name = "jiff-tzdb" |
| 1837 | version = "0.1.6" |
| 1838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1839 | checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076" |
| 1840 | |
| 1841 | [[package]] |
| 1842 | name = "jiff-tzdb-platform" |
| 1843 | version = "0.1.3" |
| 1844 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1845 | checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" |
| 1846 | dependencies = [ |
| 1847 | "jiff-tzdb", |
| 1848 | ] |
| 1849 | |
| 1850 | [[package]] |
| 1851 | name = "jni" |
| 1852 | version = "0.21.1" |
| 1853 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1854 | checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" |
| 1855 | dependencies = [ |
| 1856 | "cesu8", |
| 1857 | "cfg-if", |
| 1858 | "combine", |
| 1859 | "jni-sys 0.3.1", |
| 1860 | "log", |
| 1861 | "thiserror 1.0.69", |
| 1862 | "walkdir", |
| 1863 | "windows-sys 0.45.0", |
| 1864 | ] |
| 1865 | |
| 1866 | [[package]] |
| 1867 | name = "jni-sys" |
| 1868 | version = "0.3.1" |
| 1869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1870 | checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258" |
| 1871 | dependencies = [ |
| 1872 | "jni-sys 0.4.1", |
| 1873 | ] |
| 1874 | |
| 1875 | [[package]] |
| 1876 | name = "jni-sys" |
| 1877 | version = "0.4.1" |
| 1878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1879 | checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2" |
| 1880 | dependencies = [ |
| 1881 | "jni-sys-macros", |
| 1882 | ] |
| 1883 | |
| 1884 | [[package]] |
| 1885 | name = "jni-sys-macros" |
| 1886 | version = "0.4.1" |
| 1887 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1888 | checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264" |
| 1889 | dependencies = [ |
| 1890 | "quote", |
| 1891 | "syn 2.0.117", |
| 1892 | ] |
| 1893 | |
| 1894 | [[package]] |
| 1895 | name = "jobserver" |
| 1896 | version = "0.1.34" |
| 1897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1898 | checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" |
| 1899 | dependencies = [ |
| 1900 | "getrandom 0.3.4", |
| 1901 | "libc", |
| 1902 | ] |
| 1903 | |
| 1904 | [[package]] |
| 1905 | name = "journal-common" |
| 1906 | version = "0.1.3" |
| 1907 | dependencies = [ |
| 1908 | "allocative", |
| 1909 | "nix 0.30.1", |
| 1910 | "rustc-hash", |
| 1911 | "serde", |
| 1912 | "uuid", |
| 1913 | ] |
| 1914 | |
| 1915 | [[package]] |
| 1916 | name = "journal-core" |
| 1917 | version = "0.1.3" |
| 1918 | dependencies = [ |
| 1919 | "allocative", |
| 1920 | "anyhow", |
| 1921 | "chrono", |
| 1922 | "clap", |
| 1923 | "crossbeam-channel", |
| 1924 | "hashers", |
| 1925 | "journal-common", |
| 1926 | "journal-registry", |
| 1927 | "libc", |
| 1928 | "lz4_flex", |
| 1929 | "lzma-rust2", |
| 1930 | "md5", |
| 1931 | "memmap2", |
| 1932 | "nix 0.30.1", |
| 1933 | "notify", |
| 1934 | "parking_lot", |
| 1935 | "rand 0.9.2", |
| 1936 | "rayon", |
| 1937 | "rdp", |
| 1938 | "regex", |
| 1939 | "rustc-hash", |
| 1940 | "ruzstd", |
| 1941 | "serde", |
| 1942 | "serde_json", |
| 1943 | "siphasher", |
| 1944 | "static_assertions", |
| 1945 | "tempfile", |
| 1946 | "thiserror 2.0.18", |
| 1947 | "tokio", |
| 1948 | "tracing", |
| 1949 | "tracing-subscriber", |
| 1950 | "twox-hash", |
| 1951 | "uuid", |
| 1952 | "walkdir", |
| 1953 | "zerocopy 0.9.0-alpha.0", |
| 1954 | ] |
| 1955 | |
| 1956 | [[package]] |
| 1957 | name = "journal-engine" |
| 1958 | version = "0.1.3" |
| 1959 | dependencies = [ |
| 1960 | "allocative", |
| 1961 | "async-stream", |
| 1962 | "async-trait", |
| 1963 | "chrono", |
| 1964 | "foyer", |
| 1965 | "futures", |
| 1966 | "journal-common", |
| 1967 | "journal-core", |
| 1968 | "journal-index", |
| 1969 | "journal-registry", |
| 1970 | "lru", |
| 1971 | "parking_lot", |
| 1972 | "rayon", |
| 1973 | "serde", |
| 1974 | "serde_json", |
| 1975 | "static_assertions", |
| 1976 | "tempfile", |
| 1977 | "thiserror 2.0.18", |
| 1978 | "tokio", |
| 1979 | "tokio-util", |
| 1980 | "tracing", |
| 1981 | "tracing-subscriber", |
| 1982 | "uuid", |
| 1983 | ] |
| 1984 | |
| 1985 | [[package]] |
| 1986 | name = "journal-function" |
| 1987 | version = "0.1.3" |
| 1988 | dependencies = [ |
| 1989 | "allocative", |
| 1990 | "async-stream", |
| 1991 | "async-trait", |
| 1992 | "chrono", |
| 1993 | "clap", |
| 1994 | "foyer", |
| 1995 | "futures", |
| 1996 | "journal-core", |
| 1997 | "journal-engine", |
| 1998 | "journal-index", |
| 1999 | "journal-registry", |
| 2000 | "nix 0.30.1", |
| 2001 | "notify", |
| 2002 | "parking_lot", |
| 2003 | "rt", |
| 2004 | "schemars", |
| 2005 | "serde", |
| 2006 | "serde_json", |
| 2007 | "thiserror 2.0.18", |
| 2008 | "tokio", |
| 2009 | "tracing", |
| 2010 | "tracing-subscriber", |
| 2011 | ] |
| 2012 | |
| 2013 | [[package]] |
| 2014 | name = "journal-index" |
| 2015 | version = "0.1.3" |
| 2016 | dependencies = [ |
| 2017 | "allocative", |
| 2018 | "journal-common", |
| 2019 | "journal-core", |
| 2020 | "journal-registry", |
| 2021 | "regex", |
| 2022 | "roaring", |
| 2023 | "serde", |
| 2024 | "static_assertions", |
| 2025 | "tempfile", |
| 2026 | "thiserror 2.0.18", |
| 2027 | "tracing", |
| 2028 | "uuid", |
| 2029 | ] |
| 2030 | |
| 2031 | [[package]] |
| 2032 | name = "journal-log-writer" |
| 2033 | version = "0.1.3" |
| 2034 | dependencies = [ |
| 2035 | "flatten-serde-json", |
| 2036 | "itoa", |
| 2037 | "journal-common", |
| 2038 | "journal-core", |
| 2039 | "journal-registry", |
| 2040 | "nix 0.30.1", |
| 2041 | "rdp", |
| 2042 | "serde", |
| 2043 | "serde_json", |
| 2044 | "tempfile", |
| 2045 | "thiserror 2.0.18", |
| 2046 | "tracing", |
| 2047 | "uuid", |
| 2048 | ] |
| 2049 | |
| 2050 | [[package]] |
| 2051 | name = "journal-registry" |
| 2052 | version = "0.1.3" |
| 2053 | dependencies = [ |
| 2054 | "allocative", |
| 2055 | "journal-common", |
| 2056 | "notify", |
| 2057 | "parking_lot", |
| 2058 | "serde", |
| 2059 | "thiserror 2.0.18", |
| 2060 | "tokio", |
| 2061 | "tracing", |
| 2062 | "uuid", |
| 2063 | "walkdir", |
| 2064 | ] |
| 2065 | |
| 2066 | [[package]] |
| 2067 | name = "js-sys" |
| 2068 | version = "0.3.94" |
| 2069 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2070 | checksum = "2e04e2ef80ce82e13552136fabeef8a5ed1f985a96805761cbb9a2c34e7664d9" |
| 2071 | dependencies = [ |
| 2072 | "cfg-if", |
| 2073 | "futures-util", |
| 2074 | "once_cell", |
| 2075 | "wasm-bindgen", |
| 2076 | ] |
| 2077 | |
| 2078 | [[package]] |
| 2079 | name = "kqueue" |
| 2080 | version = "1.1.1" |
| 2081 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2082 | checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a" |
| 2083 | dependencies = [ |
| 2084 | "kqueue-sys", |
| 2085 | "libc", |
| 2086 | ] |
| 2087 | |
| 2088 | [[package]] |
| 2089 | name = "kqueue-sys" |
| 2090 | version = "1.0.4" |
| 2091 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2092 | checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b" |
| 2093 | dependencies = [ |
| 2094 | "bitflags 1.3.2", |
| 2095 | "libc", |
| 2096 | ] |
| 2097 | |
| 2098 | [[package]] |
| 2099 | name = "lazy_static" |
| 2100 | version = "1.5.0" |
| 2101 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2102 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 2103 | |
| 2104 | [[package]] |
| 2105 | name = "leb128fmt" |
| 2106 | version = "0.1.0" |
| 2107 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2108 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 2109 | |
| 2110 | [[package]] |
| 2111 | name = "libc" |
| 2112 | version = "0.2.184" |
| 2113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2114 | checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af" |
| 2115 | |
| 2116 | [[package]] |
| 2117 | name = "libm" |
| 2118 | version = "0.2.16" |
| 2119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2120 | checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981" |
| 2121 | |
| 2122 | [[package]] |
| 2123 | name = "linux-raw-sys" |
| 2124 | version = "0.12.1" |
| 2125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2126 | checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" |
| 2127 | |
| 2128 | [[package]] |
| 2129 | name = "litemap" |
| 2130 | version = "0.8.2" |
| 2131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2132 | checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 2133 | |
| 2134 | [[package]] |
| 2135 | name = "lock_api" |
| 2136 | version = "0.4.14" |
| 2137 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2138 | checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
| 2139 | dependencies = [ |
| 2140 | "scopeguard", |
| 2141 | ] |
| 2142 | |
| 2143 | [[package]] |
| 2144 | name = "log" |
| 2145 | version = "0.4.29" |
| 2146 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2147 | checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
| 2148 | |
| 2149 | [[package]] |
| 2150 | name = "lru" |
| 2151 | version = "0.16.3" |
| 2152 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2153 | checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" |
| 2154 | dependencies = [ |
| 2155 | "hashbrown 0.16.1", |
| 2156 | ] |
| 2157 | |
| 2158 | [[package]] |
| 2159 | name = "lru-slab" |
| 2160 | version = "0.1.2" |
| 2161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2162 | checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" |
| 2163 | |
| 2164 | [[package]] |
| 2165 | name = "lz4" |
| 2166 | version = "1.28.1" |
| 2167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2168 | checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4" |
| 2169 | dependencies = [ |
| 2170 | "lz4-sys", |
| 2171 | ] |
| 2172 | |
| 2173 | [[package]] |
| 2174 | name = "lz4-sys" |
| 2175 | version = "1.11.1+lz4-1.10.0" |
| 2176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2177 | checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6" |
| 2178 | dependencies = [ |
| 2179 | "cc", |
| 2180 | "libc", |
| 2181 | ] |
| 2182 | |
| 2183 | [[package]] |
| 2184 | name = "lz4_flex" |
| 2185 | version = "0.12.1" |
| 2186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2187 | checksum = "98c23545df7ecf1b16c303910a69b079e8e251d60f7dd2cc9b4177f2afaf1746" |
| 2188 | |
| 2189 | [[package]] |
| 2190 | name = "lzma-rust2" |
| 2191 | version = "0.15.7" |
| 2192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2193 | checksum = "1670343e58806300d87950e3401e820b519b9384281bbabfb15e3636689ffd69" |
| 2194 | dependencies = [ |
| 2195 | "crc", |
| 2196 | "sha2", |
| 2197 | ] |
| 2198 | |
| 2199 | [[package]] |
| 2200 | name = "mac_address" |
| 2201 | version = "1.1.8" |
| 2202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2203 | checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303" |
| 2204 | dependencies = [ |
| 2205 | "nix 0.29.0", |
| 2206 | "winapi", |
| 2207 | ] |
| 2208 | |
| 2209 | [[package]] |
| 2210 | name = "madsim" |
| 2211 | version = "0.2.34" |
| 2212 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2213 | checksum = "18351aac4194337d6ea9ffbd25b3d1540ecc0754142af1bff5ba7392d1f6f771" |
| 2214 | dependencies = [ |
| 2215 | "ahash", |
| 2216 | "async-channel", |
| 2217 | "async-stream", |
| 2218 | "async-task", |
| 2219 | "bincode", |
| 2220 | "bytes", |
| 2221 | "downcast-rs", |
| 2222 | "errno", |
| 2223 | "futures-util", |
| 2224 | "lazy_static", |
| 2225 | "libc", |
| 2226 | "madsim-macros", |
| 2227 | "naive-timer", |
| 2228 | "panic-message", |
| 2229 | "rand 0.8.5", |
| 2230 | "rand_xoshiro", |
| 2231 | "rustversion", |
| 2232 | "serde", |
| 2233 | "spin", |
| 2234 | "tokio", |
| 2235 | "tokio-util", |
| 2236 | "toml", |
| 2237 | "tracing", |
| 2238 | "tracing-subscriber", |
| 2239 | ] |
| 2240 | |
| 2241 | [[package]] |
| 2242 | name = "madsim-macros" |
| 2243 | version = "0.2.12" |
| 2244 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2245 | checksum = "f3d248e97b1a48826a12c3828d921e8548e714394bf17274dd0a93910dc946e1" |
| 2246 | dependencies = [ |
| 2247 | "darling", |
| 2248 | "proc-macro2", |
| 2249 | "quote", |
| 2250 | "syn 1.0.109", |
| 2251 | ] |
| 2252 | |
| 2253 | [[package]] |
| 2254 | name = "madsim-tokio" |
| 2255 | version = "0.2.30" |
| 2256 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2257 | checksum = "7d3eb2acc57c82d21d699119b859e2df70a91dbdb84734885a1e72be83bdecb5" |
| 2258 | dependencies = [ |
| 2259 | "madsim", |
| 2260 | "spin", |
| 2261 | "tokio", |
| 2262 | ] |
| 2263 | |
| 2264 | [[package]] |
| 2265 | name = "matchers" |
| 2266 | version = "0.2.0" |
| 2267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2268 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 2269 | dependencies = [ |
| 2270 | "regex-automata", |
| 2271 | ] |
| 2272 | |
| 2273 | [[package]] |
| 2274 | name = "matchit" |
| 2275 | version = "0.7.3" |
| 2276 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2277 | checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" |
| 2278 | |
| 2279 | [[package]] |
| 2280 | name = "matchit" |
| 2281 | version = "0.8.4" |
| 2282 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2283 | checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
| 2284 | |
| 2285 | [[package]] |
| 2286 | name = "maxminddb" |
| 2287 | version = "0.27.3" |
| 2288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2289 | checksum = "76371bd37ce742f8954daabd0fde7f1594ee43ac2200e20c003ba5c3d65e2192" |
| 2290 | dependencies = [ |
| 2291 | "ipnetwork", |
| 2292 | "log", |
| 2293 | "memchr", |
| 2294 | "serde", |
| 2295 | "thiserror 2.0.18", |
| 2296 | ] |
| 2297 | |
| 2298 | [[package]] |
| 2299 | name = "md5" |
| 2300 | version = "0.7.0" |
| 2301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2302 | checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" |
| 2303 | |
| 2304 | [[package]] |
| 2305 | name = "memchr" |
| 2306 | version = "2.8.0" |
| 2307 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2308 | checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" |
| 2309 | |
| 2310 | [[package]] |
| 2311 | name = "memmap2" |
| 2312 | version = "0.9.10" |
| 2313 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2314 | checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" |
| 2315 | dependencies = [ |
| 2316 | "libc", |
| 2317 | ] |
| 2318 | |
| 2319 | [[package]] |
| 2320 | name = "memoffset" |
| 2321 | version = "0.9.1" |
| 2322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2323 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 2324 | dependencies = [ |
| 2325 | "autocfg", |
| 2326 | ] |
| 2327 | |
| 2328 | [[package]] |
| 2329 | name = "mime" |
| 2330 | version = "0.3.17" |
| 2331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2332 | checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
| 2333 | |
| 2334 | [[package]] |
| 2335 | name = "minimal-lexical" |
| 2336 | version = "0.2.1" |
| 2337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2338 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 2339 | |
| 2340 | [[package]] |
| 2341 | name = "miniz_oxide" |
| 2342 | version = "0.8.9" |
| 2343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2344 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 2345 | dependencies = [ |
| 2346 | "adler2", |
| 2347 | "simd-adler32", |
| 2348 | ] |
| 2349 | |
| 2350 | [[package]] |
| 2351 | name = "mio" |
| 2352 | version = "1.2.0" |
| 2353 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2354 | checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" |
| 2355 | dependencies = [ |
| 2356 | "libc", |
| 2357 | "log", |
| 2358 | "wasi", |
| 2359 | "windows-sys 0.61.2", |
| 2360 | ] |
| 2361 | |
| 2362 | [[package]] |
| 2363 | name = "mixtrics" |
| 2364 | version = "0.2.3" |
| 2365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2366 | checksum = "fb252c728b9d77c6ef9103f0c81524fa0a3d3b161d0a936295d7fbeff6e04c11" |
| 2367 | dependencies = [ |
| 2368 | "itertools", |
| 2369 | "parking_lot", |
| 2370 | ] |
| 2371 | |
| 2372 | [[package]] |
| 2373 | name = "multimap" |
| 2374 | version = "0.10.1" |
| 2375 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2376 | checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084" |
| 2377 | |
| 2378 | [[package]] |
| 2379 | name = "naive-timer" |
| 2380 | version = "0.2.0" |
| 2381 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2382 | checksum = "034a0ad7deebf0c2abcf2435950a6666c3c15ea9d8fad0c0f48efa8a7f843fed" |
| 2383 | |
| 2384 | [[package]] |
| 2385 | name = "nanorand" |
| 2386 | version = "0.7.0" |
| 2387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2388 | checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3" |
| 2389 | dependencies = [ |
| 2390 | "getrandom 0.2.17", |
| 2391 | ] |
| 2392 | |
| 2393 | [[package]] |
| 2394 | name = "netdata-plugin-charts-derive" |
| 2395 | version = "0.1.3" |
| 2396 | dependencies = [ |
| 2397 | "proc-macro2", |
| 2398 | "quote", |
| 2399 | "syn 2.0.117", |
| 2400 | ] |
| 2401 | |
| 2402 | [[package]] |
| 2403 | name = "netdata-plugin-error" |
| 2404 | version = "0.1.3" |
| 2405 | dependencies = [ |
| 2406 | "thiserror 2.0.18", |
| 2407 | ] |
| 2408 | |
| 2409 | [[package]] |
| 2410 | name = "netdata-plugin-protocol" |
| 2411 | version = "0.1.3" |
| 2412 | dependencies = [ |
| 2413 | "atoi", |
| 2414 | "bytes", |
| 2415 | "futures", |
| 2416 | "futures-util", |
| 2417 | "netdata-plugin-error", |
| 2418 | "netdata-plugin-types", |
| 2419 | "phf", |
| 2420 | "phf_codegen", |
| 2421 | "serde", |
| 2422 | "serde_json", |
| 2423 | "tokio", |
| 2424 | "tokio-util", |
| 2425 | "tracing", |
| 2426 | ] |
| 2427 | |
| 2428 | [[package]] |
| 2429 | name = "netdata-plugin-schema" |
| 2430 | version = "0.1.3" |
| 2431 | dependencies = [ |
| 2432 | "netdata-plugin-error", |
| 2433 | "netdata-plugin-types", |
| 2434 | "schemars", |
| 2435 | "serde", |
| 2436 | "serde_json", |
| 2437 | ] |
| 2438 | |
| 2439 | [[package]] |
| 2440 | name = "netdata-plugin-types" |
| 2441 | version = "0.1.3" |
| 2442 | dependencies = [ |
| 2443 | "bitflags 2.11.0", |
| 2444 | "netdata-plugin-error", |
| 2445 | "serde_json", |
| 2446 | ] |
| 2447 | |
| 2448 | [[package]] |
| 2449 | name = "netflow-plugin" |
| 2450 | version = "0.1.3" |
| 2451 | dependencies = [ |
| 2452 | "allocative", |
| 2453 | "anyhow", |
| 2454 | "async-trait", |
| 2455 | "bitflags 2.11.0", |
| 2456 | "bitvec", |
| 2457 | "bytes", |
| 2458 | "bytesize", |
| 2459 | "chrono", |
| 2460 | "clap", |
| 2461 | "etherparse", |
| 2462 | "fst", |
| 2463 | "hashbrown 0.17.0", |
| 2464 | "humantime", |
| 2465 | "humantime-serde", |
| 2466 | "ipnet", |
| 2467 | "ipnet-trie", |
| 2468 | "itoa", |
| 2469 | "jaq-core", |
| 2470 | "jaq-json", |
| 2471 | "jaq-std", |
| 2472 | "journal-common", |
| 2473 | "journal-core", |
| 2474 | "journal-engine", |
| 2475 | "journal-index", |
| 2476 | "journal-log-writer", |
| 2477 | "journal-registry", |
| 2478 | "libc", |
| 2479 | "maxminddb", |
| 2480 | "memchr", |
| 2481 | "memmap2", |
| 2482 | "netdata-plugin-error", |
| 2483 | "netdata-plugin-protocol", |
| 2484 | "netflow_parser", |
| 2485 | "netgauze-bgp-pkt", |
| 2486 | "netgauze-bmp-pkt", |
| 2487 | "notify", |
| 2488 | "pcap-file", |
| 2489 | "proptest", |
| 2490 | "prost 0.14.3", |
| 2491 | "protoc-bin-vendored", |
| 2492 | "regex", |
| 2493 | "reqwest 0.13.2", |
| 2494 | "rmp-serde", |
| 2495 | "roaring", |
| 2496 | "rt", |
| 2497 | "rustc-hash", |
| 2498 | "schemars", |
| 2499 | "serde", |
| 2500 | "serde_json", |
| 2501 | "serde_yaml", |
| 2502 | "sflow-parser", |
| 2503 | "socket2 0.6.3", |
| 2504 | "tempfile", |
| 2505 | "thiserror 2.0.18", |
| 2506 | "tokio", |
| 2507 | "tokio-stream", |
| 2508 | "tokio-util", |
| 2509 | "tonic 0.14.5", |
| 2510 | "tonic-prost", |
| 2511 | "tonic-prost-build", |
| 2512 | "tracing", |
| 2513 | "twox-hash", |
| 2514 | "uuid", |
| 2515 | ] |
| 2516 | |
| 2517 | [[package]] |
| 2518 | name = "netflow_parser" |
| 2519 | version = "0.9.0" |
| 2520 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2521 | checksum = "d5de8514e95cfcc83de161fcf47a6a2614356d446864b5985dddebf658a0e174" |
| 2522 | dependencies = [ |
| 2523 | "byteorder", |
| 2524 | "lru", |
| 2525 | "mac_address", |
| 2526 | "nom", |
| 2527 | "nom-derive", |
| 2528 | "serde", |
| 2529 | ] |
| 2530 | |
| 2531 | [[package]] |
| 2532 | name = "netgauze-bgp-pkt" |
| 2533 | version = "0.11.0" |
| 2534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2535 | checksum = "5169c61be703b97ba5a1be4606d6696e5c8647e5a2791f837a24011d26124077" |
| 2536 | dependencies = [ |
| 2537 | "byteorder", |
| 2538 | "ipnet", |
| 2539 | "netgauze-iana", |
| 2540 | "netgauze-locate", |
| 2541 | "netgauze-parse-utils", |
| 2542 | "netgauze-serde-macros", |
| 2543 | "nom", |
| 2544 | "serde", |
| 2545 | "strum_macros", |
| 2546 | ] |
| 2547 | |
| 2548 | [[package]] |
| 2549 | name = "netgauze-bmp-pkt" |
| 2550 | version = "0.11.0" |
| 2551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2552 | checksum = "0bd1ae6b4400acac3742103f95ffa7688b042f0a36d9adedf255356d20a9adc4" |
| 2553 | dependencies = [ |
| 2554 | "bitflags 2.11.0", |
| 2555 | "byteorder", |
| 2556 | "bytes", |
| 2557 | "chrono", |
| 2558 | "either", |
| 2559 | "ipnet", |
| 2560 | "netgauze-bgp-pkt", |
| 2561 | "netgauze-iana", |
| 2562 | "netgauze-locate", |
| 2563 | "netgauze-parse-utils", |
| 2564 | "netgauze-serde-macros", |
| 2565 | "nom", |
| 2566 | "serde", |
| 2567 | "strum_macros", |
| 2568 | "tokio-util", |
| 2569 | ] |
| 2570 | |
| 2571 | [[package]] |
| 2572 | name = "netgauze-iana" |
| 2573 | version = "0.11.0" |
| 2574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2575 | checksum = "c5a6d28f40b1aee8cf1bfb9bb6463803a45f87fed99a9762ef56d26ac8852fe5" |
| 2576 | dependencies = [ |
| 2577 | "serde", |
| 2578 | "strum_macros", |
| 2579 | ] |
| 2580 | |
| 2581 | [[package]] |
| 2582 | name = "netgauze-locate" |
| 2583 | version = "0.11.0" |
| 2584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2585 | checksum = "5ded50ecdaff76ffd41a42708f4b48f2db70f05c3aa0f4f436c3d74beedbe2ee" |
| 2586 | dependencies = [ |
| 2587 | "nom", |
| 2588 | ] |
| 2589 | |
| 2590 | [[package]] |
| 2591 | name = "netgauze-parse-utils" |
| 2592 | version = "0.11.0" |
| 2593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2594 | checksum = "9decd50ea6b044862d048f491a6c8ad62cf2b7d9b905f94e9ddf85d45035d58f" |
| 2595 | dependencies = [ |
| 2596 | "netgauze-locate", |
| 2597 | "nom", |
| 2598 | "serde", |
| 2599 | ] |
| 2600 | |
| 2601 | [[package]] |
| 2602 | name = "netgauze-serde-macros" |
| 2603 | version = "0.11.0" |
| 2604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2605 | checksum = "45f18369c9c01970528485c0fb338040ab86e3433857e362cef20ff17ddd52eb" |
| 2606 | dependencies = [ |
| 2607 | "quote", |
| 2608 | "syn 2.0.117", |
| 2609 | ] |
| 2610 | |
| 2611 | [[package]] |
| 2612 | name = "netipc" |
| 2613 | version = "0.1.0" |
| 2614 | dependencies = [ |
| 2615 | "libc", |
| 2616 | "proptest", |
| 2617 | ] |
| 2618 | |
| 2619 | [[package]] |
| 2620 | name = "nix" |
| 2621 | version = "0.29.0" |
| 2622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2623 | checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
| 2624 | dependencies = [ |
| 2625 | "bitflags 2.11.0", |
| 2626 | "cfg-if", |
| 2627 | "cfg_aliases", |
| 2628 | "libc", |
| 2629 | "memoffset", |
| 2630 | ] |
| 2631 | |
| 2632 | [[package]] |
| 2633 | name = "nix" |
| 2634 | version = "0.30.1" |
| 2635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2636 | checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" |
| 2637 | dependencies = [ |
| 2638 | "bitflags 2.11.0", |
| 2639 | "cfg-if", |
| 2640 | "cfg_aliases", |
| 2641 | "libc", |
| 2642 | ] |
| 2643 | |
| 2644 | [[package]] |
| 2645 | name = "nom" |
| 2646 | version = "7.1.3" |
| 2647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2648 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 2649 | dependencies = [ |
| 2650 | "memchr", |
| 2651 | "minimal-lexical", |
| 2652 | ] |
| 2653 | |
| 2654 | [[package]] |
| 2655 | name = "nom-derive" |
| 2656 | version = "0.10.1" |
| 2657 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2658 | checksum = "1ff943d68b88d0b87a6e0d58615e8fa07f9fd5a1319fa0a72efc1f62275c79a7" |
| 2659 | dependencies = [ |
| 2660 | "nom", |
| 2661 | "nom-derive-impl", |
| 2662 | "rustversion", |
| 2663 | ] |
| 2664 | |
| 2665 | [[package]] |
| 2666 | name = "nom-derive-impl" |
| 2667 | version = "0.10.1" |
| 2668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2669 | checksum = "cd0b9a93a84b0d3ec3e70e02d332dc33ac6dfac9cde63e17fcb77172dededa62" |
| 2670 | dependencies = [ |
| 2671 | "proc-macro2", |
| 2672 | "quote", |
| 2673 | "syn 1.0.109", |
| 2674 | ] |
| 2675 | |
| 2676 | [[package]] |
| 2677 | name = "notify" |
| 2678 | version = "8.2.0" |
| 2679 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2680 | checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3" |
| 2681 | dependencies = [ |
| 2682 | "bitflags 2.11.0", |
| 2683 | "fsevent-sys", |
| 2684 | "inotify", |
| 2685 | "kqueue", |
| 2686 | "libc", |
| 2687 | "log", |
| 2688 | "mio", |
| 2689 | "notify-types", |
| 2690 | "walkdir", |
| 2691 | "windows-sys 0.60.2", |
| 2692 | ] |
| 2693 | |
| 2694 | [[package]] |
| 2695 | name = "notify-types" |
| 2696 | version = "2.1.0" |
| 2697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2698 | checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a" |
| 2699 | dependencies = [ |
| 2700 | "bitflags 2.11.0", |
| 2701 | ] |
| 2702 | |
| 2703 | [[package]] |
| 2704 | name = "nu-ansi-term" |
| 2705 | version = "0.50.3" |
| 2706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2707 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 2708 | dependencies = [ |
| 2709 | "windows-sys 0.61.2", |
| 2710 | ] |
| 2711 | |
| 2712 | [[package]] |
| 2713 | name = "num-bigint" |
| 2714 | version = "0.4.6" |
| 2715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2716 | checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
| 2717 | dependencies = [ |
| 2718 | "num-integer", |
| 2719 | "num-traits", |
| 2720 | ] |
| 2721 | |
| 2722 | [[package]] |
| 2723 | name = "num-integer" |
| 2724 | version = "0.1.46" |
| 2725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2726 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 2727 | dependencies = [ |
| 2728 | "num-traits", |
| 2729 | ] |
| 2730 | |
| 2731 | [[package]] |
| 2732 | name = "num-traits" |
| 2733 | version = "0.2.19" |
| 2734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2735 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 2736 | dependencies = [ |
| 2737 | "autocfg", |
| 2738 | ] |
| 2739 | |
| 2740 | [[package]] |
| 2741 | name = "num_cpus" |
| 2742 | version = "1.17.0" |
| 2743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2744 | checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" |
| 2745 | dependencies = [ |
| 2746 | "hermit-abi", |
| 2747 | "libc", |
| 2748 | ] |
| 2749 | |
| 2750 | [[package]] |
| 2751 | name = "once_cell" |
| 2752 | version = "1.21.4" |
| 2753 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2754 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 2755 | |
| 2756 | [[package]] |
| 2757 | name = "once_cell_polyfill" |
| 2758 | version = "1.70.2" |
| 2759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2760 | checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" |
| 2761 | |
| 2762 | [[package]] |
| 2763 | name = "openssl-probe" |
| 2764 | version = "0.2.1" |
| 2765 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2766 | checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" |
| 2767 | |
| 2768 | [[package]] |
| 2769 | name = "opentelemetry" |
| 2770 | version = "0.31.0" |
| 2771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2772 | checksum = "b84bcd6ae87133e903af7ef497404dda70c60d0ea14895fc8a5e6722754fc2a0" |
| 2773 | dependencies = [ |
| 2774 | "futures-core", |
| 2775 | "futures-sink", |
| 2776 | "js-sys", |
| 2777 | "pin-project-lite", |
| 2778 | "thiserror 2.0.18", |
| 2779 | "tracing", |
| 2780 | ] |
| 2781 | |
| 2782 | [[package]] |
| 2783 | name = "opentelemetry-http" |
| 2784 | version = "0.31.0" |
| 2785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2786 | checksum = "d7a6d09a73194e6b66df7c8f1b680f156d916a1a942abf2de06823dd02b7855d" |
| 2787 | dependencies = [ |
| 2788 | "async-trait", |
| 2789 | "bytes", |
| 2790 | "http", |
| 2791 | "opentelemetry", |
| 2792 | "reqwest 0.12.28", |
| 2793 | ] |
| 2794 | |
| 2795 | [[package]] |
| 2796 | name = "opentelemetry-otlp" |
| 2797 | version = "0.31.1" |
| 2798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2799 | checksum = "1f69cd6acbb9af919df949cd1ec9e5e7fdc2ef15d234b6b795aaa525cc02f71f" |
| 2800 | dependencies = [ |
| 2801 | "http", |
| 2802 | "opentelemetry", |
| 2803 | "opentelemetry-http", |
| 2804 | "opentelemetry-proto", |
| 2805 | "opentelemetry_sdk", |
| 2806 | "prost 0.14.3", |
| 2807 | "reqwest 0.12.28", |
| 2808 | "thiserror 2.0.18", |
| 2809 | "tokio", |
| 2810 | "tonic 0.14.5", |
| 2811 | "tracing", |
| 2812 | ] |
| 2813 | |
| 2814 | [[package]] |
| 2815 | name = "opentelemetry-proto" |
| 2816 | version = "0.31.0" |
| 2817 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2818 | checksum = "a7175df06de5eaee9909d4805a3d07e28bb752c34cab57fa9cff549da596b30f" |
| 2819 | dependencies = [ |
| 2820 | "base64 0.22.1", |
| 2821 | "const-hex", |
| 2822 | "opentelemetry", |
| 2823 | "opentelemetry_sdk", |
| 2824 | "prost 0.14.3", |
| 2825 | "serde", |
| 2826 | "serde_json", |
| 2827 | "tonic 0.14.5", |
| 2828 | "tonic-prost", |
| 2829 | ] |
| 2830 | |
| 2831 | [[package]] |
| 2832 | name = "opentelemetry_sdk" |
| 2833 | version = "0.31.0" |
| 2834 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2835 | checksum = "e14ae4f5991976fd48df6d843de219ca6d31b01daaab2dad5af2badeded372bd" |
| 2836 | dependencies = [ |
| 2837 | "futures-channel", |
| 2838 | "futures-executor", |
| 2839 | "futures-util", |
| 2840 | "opentelemetry", |
| 2841 | "percent-encoding", |
| 2842 | "rand 0.9.2", |
| 2843 | "thiserror 2.0.18", |
| 2844 | "tokio", |
| 2845 | "tokio-stream", |
| 2846 | ] |
| 2847 | |
| 2848 | [[package]] |
| 2849 | name = "otel-plugin" |
| 2850 | version = "0.1.3" |
| 2851 | dependencies = [ |
| 2852 | "anyhow", |
| 2853 | "bytesize", |
| 2854 | "clap", |
| 2855 | "flatten_otel", |
| 2856 | "humantime", |
| 2857 | "humantime-serde", |
| 2858 | "journal-common", |
| 2859 | "journal-core", |
| 2860 | "journal-log-writer", |
| 2861 | "journal-registry", |
| 2862 | "opentelemetry", |
| 2863 | "opentelemetry-otlp", |
| 2864 | "opentelemetry-proto", |
| 2865 | "opentelemetry_sdk", |
| 2866 | "regex", |
| 2867 | "rt", |
| 2868 | "serde", |
| 2869 | "serde_json", |
| 2870 | "serde_regex", |
| 2871 | "serde_yaml", |
| 2872 | "tokio", |
| 2873 | "tonic 0.14.5", |
| 2874 | "tracing", |
| 2875 | "twox-hash", |
| 2876 | ] |
| 2877 | |
| 2878 | [[package]] |
| 2879 | name = "otel-signal-viewer-plugin" |
| 2880 | version = "0.1.3" |
| 2881 | dependencies = [ |
| 2882 | "anyhow", |
| 2883 | "async-trait", |
| 2884 | "bytesize", |
| 2885 | "foyer", |
| 2886 | "journal-core", |
| 2887 | "journal-function", |
| 2888 | "journal-index", |
| 2889 | "journal-registry", |
| 2890 | "netdata-plugin-error", |
| 2891 | "netdata-plugin-protocol", |
| 2892 | "netdata-plugin-schema", |
| 2893 | "notify", |
| 2894 | "num_cpus", |
| 2895 | "parking_lot", |
| 2896 | "rt", |
| 2897 | "schemars", |
| 2898 | "serde", |
| 2899 | "serde_json", |
| 2900 | "serde_yaml", |
| 2901 | "thiserror 2.0.18", |
| 2902 | "tokio", |
| 2903 | "tokio-util", |
| 2904 | "tracing", |
| 2905 | ] |
| 2906 | |
| 2907 | [[package]] |
| 2908 | name = "panic-message" |
| 2909 | version = "0.3.0" |
| 2910 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2911 | checksum = "384e52fd8fbd4cbe3c317e8216260c21a0f9134de108cea8a4dd4e7e152c472d" |
| 2912 | |
| 2913 | [[package]] |
| 2914 | name = "parking" |
| 2915 | version = "2.2.1" |
| 2916 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2917 | checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
| 2918 | |
| 2919 | [[package]] |
| 2920 | name = "parking_lot" |
| 2921 | version = "0.12.5" |
| 2922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2923 | checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
| 2924 | dependencies = [ |
| 2925 | "lock_api", |
| 2926 | "parking_lot_core", |
| 2927 | ] |
| 2928 | |
| 2929 | [[package]] |
| 2930 | name = "parking_lot_core" |
| 2931 | version = "0.9.12" |
| 2932 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2933 | checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
| 2934 | dependencies = [ |
| 2935 | "cfg-if", |
| 2936 | "libc", |
| 2937 | "redox_syscall", |
| 2938 | "smallvec", |
| 2939 | "windows-link", |
| 2940 | ] |
| 2941 | |
| 2942 | [[package]] |
| 2943 | name = "pcap-file" |
| 2944 | version = "2.0.0" |
| 2945 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2946 | checksum = "1fc1f139757b058f9f37b76c48501799d12c9aa0aa4c0d4c980b062ee925d1b2" |
| 2947 | dependencies = [ |
| 2948 | "byteorder_slice", |
| 2949 | "derive-into-owned", |
| 2950 | "thiserror 1.0.69", |
| 2951 | ] |
| 2952 | |
| 2953 | [[package]] |
| 2954 | name = "percent-encoding" |
| 2955 | version = "2.3.2" |
| 2956 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2957 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 2958 | |
| 2959 | [[package]] |
| 2960 | name = "petgraph" |
| 2961 | version = "0.8.3" |
| 2962 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2963 | checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455" |
| 2964 | dependencies = [ |
| 2965 | "fixedbitset", |
| 2966 | "hashbrown 0.15.5", |
| 2967 | "indexmap 2.13.1", |
| 2968 | ] |
| 2969 | |
| 2970 | [[package]] |
| 2971 | name = "phf" |
| 2972 | version = "0.12.1" |
| 2973 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2974 | checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7" |
| 2975 | dependencies = [ |
| 2976 | "phf_shared", |
| 2977 | ] |
| 2978 | |
| 2979 | [[package]] |
| 2980 | name = "phf_codegen" |
| 2981 | version = "0.12.1" |
| 2982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2983 | checksum = "efbdcb6f01d193b17f0b9c3360fa7e0e620991b193ff08702f78b3ce365d7e61" |
| 2984 | dependencies = [ |
| 2985 | "phf_generator", |
| 2986 | "phf_shared", |
| 2987 | ] |
| 2988 | |
| 2989 | [[package]] |
| 2990 | name = "phf_generator" |
| 2991 | version = "0.12.1" |
| 2992 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2993 | checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b" |
| 2994 | dependencies = [ |
| 2995 | "fastrand", |
| 2996 | "phf_shared", |
| 2997 | ] |
| 2998 | |
| 2999 | [[package]] |
| 3000 | name = "phf_shared" |
| 3001 | version = "0.12.1" |
| 3002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3003 | checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981" |
| 3004 | dependencies = [ |
| 3005 | "siphasher", |
| 3006 | ] |
| 3007 | |
| 3008 | [[package]] |
| 3009 | name = "pin-project" |
| 3010 | version = "1.1.11" |
| 3011 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3012 | checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517" |
| 3013 | dependencies = [ |
| 3014 | "pin-project-internal", |
| 3015 | ] |
| 3016 | |
| 3017 | [[package]] |
| 3018 | name = "pin-project-internal" |
| 3019 | version = "1.1.11" |
| 3020 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3021 | checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6" |
| 3022 | dependencies = [ |
| 3023 | "proc-macro2", |
| 3024 | "quote", |
| 3025 | "syn 2.0.117", |
| 3026 | ] |
| 3027 | |
| 3028 | [[package]] |
| 3029 | name = "pin-project-lite" |
| 3030 | version = "0.2.17" |
| 3031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3032 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 3033 | |
| 3034 | [[package]] |
| 3035 | name = "pkg-config" |
| 3036 | version = "0.3.32" |
| 3037 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3038 | checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" |
| 3039 | |
| 3040 | [[package]] |
| 3041 | name = "portable-atomic" |
| 3042 | version = "1.13.1" |
| 3043 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3044 | checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" |
| 3045 | |
| 3046 | [[package]] |
| 3047 | name = "portable-atomic-util" |
| 3048 | version = "0.2.7" |
| 3049 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3050 | checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618" |
| 3051 | dependencies = [ |
| 3052 | "portable-atomic", |
| 3053 | ] |
| 3054 | |
| 3055 | [[package]] |
| 3056 | name = "potential_utf" |
| 3057 | version = "0.1.5" |
| 3058 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3059 | checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 3060 | dependencies = [ |
| 3061 | "zerovec", |
| 3062 | ] |
| 3063 | |
| 3064 | [[package]] |
| 3065 | name = "ppv-lite86" |
| 3066 | version = "0.2.21" |
| 3067 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3068 | checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
| 3069 | dependencies = [ |
| 3070 | "zerocopy 0.8.48", |
| 3071 | ] |
| 3072 | |
| 3073 | [[package]] |
| 3074 | name = "prefix-trie" |
| 3075 | version = "0.6.0" |
| 3076 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3077 | checksum = "eb5f930995ba4986bd239ba8d8fded67cad82d1db329c4f316f312847cba16aa" |
| 3078 | dependencies = [ |
| 3079 | "ipnet", |
| 3080 | "num-traits", |
| 3081 | ] |
| 3082 | |
| 3083 | [[package]] |
| 3084 | name = "prettyplease" |
| 3085 | version = "0.2.37" |
| 3086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3087 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 3088 | dependencies = [ |
| 3089 | "proc-macro2", |
| 3090 | "syn 2.0.117", |
| 3091 | ] |
| 3092 | |
| 3093 | [[package]] |
| 3094 | name = "proc-macro2" |
| 3095 | version = "1.0.106" |
| 3096 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3097 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 3098 | dependencies = [ |
| 3099 | "unicode-ident", |
| 3100 | ] |
| 3101 | |
| 3102 | [[package]] |
| 3103 | name = "proptest" |
| 3104 | version = "1.11.0" |
| 3105 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3106 | checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744" |
| 3107 | dependencies = [ |
| 3108 | "bit-set", |
| 3109 | "bit-vec", |
| 3110 | "bitflags 2.11.0", |
| 3111 | "num-traits", |
| 3112 | "rand 0.9.2", |
| 3113 | "rand_chacha 0.9.0", |
| 3114 | "rand_xorshift", |
| 3115 | "regex-syntax", |
| 3116 | "rusty-fork", |
| 3117 | "tempfile", |
| 3118 | "unarray", |
| 3119 | ] |
| 3120 | |
| 3121 | [[package]] |
| 3122 | name = "prost" |
| 3123 | version = "0.13.5" |
| 3124 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3125 | checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5" |
| 3126 | dependencies = [ |
| 3127 | "bytes", |
| 3128 | "prost-derive 0.13.5", |
| 3129 | ] |
| 3130 | |
| 3131 | [[package]] |
| 3132 | name = "prost" |
| 3133 | version = "0.14.3" |
| 3134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3135 | checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568" |
| 3136 | dependencies = [ |
| 3137 | "bytes", |
| 3138 | "prost-derive 0.14.3", |
| 3139 | ] |
| 3140 | |
| 3141 | [[package]] |
| 3142 | name = "prost-build" |
| 3143 | version = "0.14.3" |
| 3144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3145 | checksum = "343d3bd7056eda839b03204e68deff7d1b13aba7af2b2fd16890697274262ee7" |
| 3146 | dependencies = [ |
| 3147 | "heck", |
| 3148 | "itertools", |
| 3149 | "log", |
| 3150 | "multimap", |
| 3151 | "petgraph", |
| 3152 | "prettyplease", |
| 3153 | "prost 0.14.3", |
| 3154 | "prost-types 0.14.3", |
| 3155 | "pulldown-cmark", |
| 3156 | "pulldown-cmark-to-cmark", |
| 3157 | "regex", |
| 3158 | "syn 2.0.117", |
| 3159 | "tempfile", |
| 3160 | ] |
| 3161 | |
| 3162 | [[package]] |
| 3163 | name = "prost-derive" |
| 3164 | version = "0.13.5" |
| 3165 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3166 | checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d" |
| 3167 | dependencies = [ |
| 3168 | "anyhow", |
| 3169 | "itertools", |
| 3170 | "proc-macro2", |
| 3171 | "quote", |
| 3172 | "syn 2.0.117", |
| 3173 | ] |
| 3174 | |
| 3175 | [[package]] |
| 3176 | name = "prost-derive" |
| 3177 | version = "0.14.3" |
| 3178 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3179 | checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b" |
| 3180 | dependencies = [ |
| 3181 | "anyhow", |
| 3182 | "itertools", |
| 3183 | "proc-macro2", |
| 3184 | "quote", |
| 3185 | "syn 2.0.117", |
| 3186 | ] |
| 3187 | |
| 3188 | [[package]] |
| 3189 | name = "prost-types" |
| 3190 | version = "0.13.5" |
| 3191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3192 | checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16" |
| 3193 | dependencies = [ |
| 3194 | "prost 0.13.5", |
| 3195 | ] |
| 3196 | |
| 3197 | [[package]] |
| 3198 | name = "prost-types" |
| 3199 | version = "0.14.3" |
| 3200 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3201 | checksum = "8991c4cbdb8bc5b11f0b074ffe286c30e523de90fee5ba8132f1399f23cb3dd7" |
| 3202 | dependencies = [ |
| 3203 | "prost 0.14.3", |
| 3204 | ] |
| 3205 | |
| 3206 | [[package]] |
| 3207 | name = "protoc-bin-vendored" |
| 3208 | version = "3.2.0" |
| 3209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3210 | checksum = "d1c381df33c98266b5f08186583660090a4ffa0889e76c7e9a5e175f645a67fa" |
| 3211 | dependencies = [ |
| 3212 | "protoc-bin-vendored-linux-aarch_64", |
| 3213 | "protoc-bin-vendored-linux-ppcle_64", |
| 3214 | "protoc-bin-vendored-linux-s390_64", |
| 3215 | "protoc-bin-vendored-linux-x86_32", |
| 3216 | "protoc-bin-vendored-linux-x86_64", |
| 3217 | "protoc-bin-vendored-macos-aarch_64", |
| 3218 | "protoc-bin-vendored-macos-x86_64", |
| 3219 | "protoc-bin-vendored-win32", |
| 3220 | ] |
| 3221 | |
| 3222 | [[package]] |
| 3223 | name = "protoc-bin-vendored-linux-aarch_64" |
| 3224 | version = "3.2.0" |
| 3225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3226 | checksum = "c350df4d49b5b9e3ca79f7e646fde2377b199e13cfa87320308397e1f37e1a4c" |
| 3227 | |
| 3228 | [[package]] |
| 3229 | name = "protoc-bin-vendored-linux-ppcle_64" |
| 3230 | version = "3.2.0" |
| 3231 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3232 | checksum = "a55a63e6c7244f19b5c6393f025017eb5d793fd5467823a099740a7a4222440c" |
| 3233 | |
| 3234 | [[package]] |
| 3235 | name = "protoc-bin-vendored-linux-s390_64" |
| 3236 | version = "3.2.0" |
| 3237 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3238 | checksum = "1dba5565db4288e935d5330a07c264a4ee8e4a5b4a4e6f4e83fad824cc32f3b0" |
| 3239 | |
| 3240 | [[package]] |
| 3241 | name = "protoc-bin-vendored-linux-x86_32" |
| 3242 | version = "3.2.0" |
| 3243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3244 | checksum = "8854774b24ee28b7868cd71dccaae8e02a2365e67a4a87a6cd11ee6cdbdf9cf5" |
| 3245 | |
| 3246 | [[package]] |
| 3247 | name = "protoc-bin-vendored-linux-x86_64" |
| 3248 | version = "3.2.0" |
| 3249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3250 | checksum = "b38b07546580df720fa464ce124c4b03630a6fb83e05c336fea2a241df7e5d78" |
| 3251 | |
| 3252 | [[package]] |
| 3253 | name = "protoc-bin-vendored-macos-aarch_64" |
| 3254 | version = "3.2.0" |
| 3255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3256 | checksum = "89278a9926ce312e51f1d999fee8825d324d603213344a9a706daa009f1d8092" |
| 3257 | |
| 3258 | [[package]] |
| 3259 | name = "protoc-bin-vendored-macos-x86_64" |
| 3260 | version = "3.2.0" |
| 3261 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3262 | checksum = "81745feda7ccfb9471d7a4de888f0652e806d5795b61480605d4943176299756" |
| 3263 | |
| 3264 | [[package]] |
| 3265 | name = "protoc-bin-vendored-win32" |
| 3266 | version = "3.2.0" |
| 3267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3268 | checksum = "95067976aca6421a523e491fce939a3e65249bac4b977adee0ee9771568e8aa3" |
| 3269 | |
| 3270 | [[package]] |
| 3271 | name = "pulldown-cmark" |
| 3272 | version = "0.13.3" |
| 3273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3274 | checksum = "7c3a14896dfa883796f1cb410461aef38810ea05f2b2c33c5aded3649095fdad" |
| 3275 | dependencies = [ |
| 3276 | "bitflags 2.11.0", |
| 3277 | "memchr", |
| 3278 | "unicase", |
| 3279 | ] |
| 3280 | |
| 3281 | [[package]] |
| 3282 | name = "pulldown-cmark-to-cmark" |
| 3283 | version = "22.0.0" |
| 3284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3285 | checksum = "50793def1b900256624a709439404384204a5dc3a6ec580281bfaac35e882e90" |
| 3286 | dependencies = [ |
| 3287 | "pulldown-cmark", |
| 3288 | ] |
| 3289 | |
| 3290 | [[package]] |
| 3291 | name = "quick-error" |
| 3292 | version = "1.2.3" |
| 3293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3294 | checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| 3295 | |
| 3296 | [[package]] |
| 3297 | name = "quinn" |
| 3298 | version = "0.11.9" |
| 3299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3300 | checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" |
| 3301 | dependencies = [ |
| 3302 | "bytes", |
| 3303 | "cfg_aliases", |
| 3304 | "pin-project-lite", |
| 3305 | "quinn-proto", |
| 3306 | "quinn-udp", |
| 3307 | "rustc-hash", |
| 3308 | "rustls", |
| 3309 | "socket2 0.6.3", |
| 3310 | "thiserror 2.0.18", |
| 3311 | "tokio", |
| 3312 | "tracing", |
| 3313 | "web-time", |
| 3314 | ] |
| 3315 | |
| 3316 | [[package]] |
| 3317 | name = "quinn-proto" |
| 3318 | version = "0.11.14" |
| 3319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3320 | checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" |
| 3321 | dependencies = [ |
| 3322 | "aws-lc-rs", |
| 3323 | "bytes", |
| 3324 | "getrandom 0.3.4", |
| 3325 | "lru-slab", |
| 3326 | "rand 0.9.2", |
| 3327 | "ring", |
| 3328 | "rustc-hash", |
| 3329 | "rustls", |
| 3330 | "rustls-pki-types", |
| 3331 | "slab", |
| 3332 | "thiserror 2.0.18", |
| 3333 | "tinyvec", |
| 3334 | "tracing", |
| 3335 | "web-time", |
| 3336 | ] |
| 3337 | |
| 3338 | [[package]] |
| 3339 | name = "quinn-udp" |
| 3340 | version = "0.5.14" |
| 3341 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3342 | checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" |
| 3343 | dependencies = [ |
| 3344 | "cfg_aliases", |
| 3345 | "libc", |
| 3346 | "once_cell", |
| 3347 | "socket2 0.6.3", |
| 3348 | "tracing", |
| 3349 | "windows-sys 0.60.2", |
| 3350 | ] |
| 3351 | |
| 3352 | [[package]] |
| 3353 | name = "quote" |
| 3354 | version = "1.0.45" |
| 3355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3356 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 3357 | dependencies = [ |
| 3358 | "proc-macro2", |
| 3359 | ] |
| 3360 | |
| 3361 | [[package]] |
| 3362 | name = "r-efi" |
| 3363 | version = "5.3.0" |
| 3364 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3365 | checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
| 3366 | |
| 3367 | [[package]] |
| 3368 | name = "r-efi" |
| 3369 | version = "6.0.0" |
| 3370 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3371 | checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" |
| 3372 | |
| 3373 | [[package]] |
| 3374 | name = "radium" |
| 3375 | version = "0.7.0" |
| 3376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3377 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
| 3378 | |
| 3379 | [[package]] |
| 3380 | name = "rand" |
| 3381 | version = "0.8.5" |
| 3382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3383 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 3384 | dependencies = [ |
| 3385 | "libc", |
| 3386 | "rand_chacha 0.3.1", |
| 3387 | "rand_core 0.6.4", |
| 3388 | ] |
| 3389 | |
| 3390 | [[package]] |
| 3391 | name = "rand" |
| 3392 | version = "0.9.2" |
| 3393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3394 | checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
| 3395 | dependencies = [ |
| 3396 | "rand_chacha 0.9.0", |
| 3397 | "rand_core 0.9.5", |
| 3398 | ] |
| 3399 | |
| 3400 | [[package]] |
| 3401 | name = "rand_chacha" |
| 3402 | version = "0.3.1" |
| 3403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3404 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 3405 | dependencies = [ |
| 3406 | "ppv-lite86", |
| 3407 | "rand_core 0.6.4", |
| 3408 | ] |
| 3409 | |
| 3410 | [[package]] |
| 3411 | name = "rand_chacha" |
| 3412 | version = "0.9.0" |
| 3413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3414 | checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
| 3415 | dependencies = [ |
| 3416 | "ppv-lite86", |
| 3417 | "rand_core 0.9.5", |
| 3418 | ] |
| 3419 | |
| 3420 | [[package]] |
| 3421 | name = "rand_core" |
| 3422 | version = "0.6.4" |
| 3423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3424 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 3425 | dependencies = [ |
| 3426 | "getrandom 0.2.17", |
| 3427 | ] |
| 3428 | |
| 3429 | [[package]] |
| 3430 | name = "rand_core" |
| 3431 | version = "0.9.5" |
| 3432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3433 | checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" |
| 3434 | dependencies = [ |
| 3435 | "getrandom 0.3.4", |
| 3436 | ] |
| 3437 | |
| 3438 | [[package]] |
| 3439 | name = "rand_xorshift" |
| 3440 | version = "0.4.0" |
| 3441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3442 | checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a" |
| 3443 | dependencies = [ |
| 3444 | "rand_core 0.9.5", |
| 3445 | ] |
| 3446 | |
| 3447 | [[package]] |
| 3448 | name = "rand_xoshiro" |
| 3449 | version = "0.6.0" |
| 3450 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3451 | checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa" |
| 3452 | dependencies = [ |
| 3453 | "rand_core 0.6.4", |
| 3454 | ] |
| 3455 | |
| 3456 | [[package]] |
| 3457 | name = "rayon" |
| 3458 | version = "1.11.0" |
| 3459 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3460 | checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
| 3461 | dependencies = [ |
| 3462 | "either", |
| 3463 | "rayon-core", |
| 3464 | ] |
| 3465 | |
| 3466 | [[package]] |
| 3467 | name = "rayon-core" |
| 3468 | version = "1.13.0" |
| 3469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3470 | checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
| 3471 | dependencies = [ |
| 3472 | "crossbeam-deque", |
| 3473 | "crossbeam-utils", |
| 3474 | ] |
| 3475 | |
| 3476 | [[package]] |
| 3477 | name = "rdp" |
| 3478 | version = "0.1.3" |
| 3479 | dependencies = [ |
| 3480 | "md5", |
| 3481 | ] |
| 3482 | |
| 3483 | [[package]] |
| 3484 | name = "redox_syscall" |
| 3485 | version = "0.5.18" |
| 3486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3487 | checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
| 3488 | dependencies = [ |
| 3489 | "bitflags 2.11.0", |
| 3490 | ] |
| 3491 | |
| 3492 | [[package]] |
| 3493 | name = "ref-cast" |
| 3494 | version = "1.0.25" |
| 3495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3496 | checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" |
| 3497 | dependencies = [ |
| 3498 | "ref-cast-impl", |
| 3499 | ] |
| 3500 | |
| 3501 | [[package]] |
| 3502 | name = "ref-cast-impl" |
| 3503 | version = "1.0.25" |
| 3504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3505 | checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" |
| 3506 | dependencies = [ |
| 3507 | "proc-macro2", |
| 3508 | "quote", |
| 3509 | "syn 2.0.117", |
| 3510 | ] |
| 3511 | |
| 3512 | [[package]] |
| 3513 | name = "regex" |
| 3514 | version = "1.12.3" |
| 3515 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3516 | checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" |
| 3517 | dependencies = [ |
| 3518 | "aho-corasick", |
| 3519 | "memchr", |
| 3520 | "regex-automata", |
| 3521 | "regex-syntax", |
| 3522 | ] |
| 3523 | |
| 3524 | [[package]] |
| 3525 | name = "regex-automata" |
| 3526 | version = "0.4.14" |
| 3527 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3528 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 3529 | dependencies = [ |
| 3530 | "aho-corasick", |
| 3531 | "memchr", |
| 3532 | "regex-syntax", |
| 3533 | ] |
| 3534 | |
| 3535 | [[package]] |
| 3536 | name = "regex-bites" |
| 3537 | version = "0.1.6" |
| 3538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3539 | checksum = "b6a15a2fa0bfda9361941c45550896ae87b15cc6c8c939ea350079670332e211" |
| 3540 | |
| 3541 | [[package]] |
| 3542 | name = "regex-syntax" |
| 3543 | version = "0.8.10" |
| 3544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3545 | checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" |
| 3546 | |
| 3547 | [[package]] |
| 3548 | name = "reqwest" |
| 3549 | version = "0.12.28" |
| 3550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3551 | checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" |
| 3552 | dependencies = [ |
| 3553 | "base64 0.22.1", |
| 3554 | "bytes", |
| 3555 | "futures-channel", |
| 3556 | "futures-core", |
| 3557 | "futures-util", |
| 3558 | "http", |
| 3559 | "http-body", |
| 3560 | "http-body-util", |
| 3561 | "hyper", |
| 3562 | "hyper-util", |
| 3563 | "js-sys", |
| 3564 | "log", |
| 3565 | "percent-encoding", |
| 3566 | "pin-project-lite", |
| 3567 | "serde", |
| 3568 | "serde_json", |
| 3569 | "serde_urlencoded", |
| 3570 | "sync_wrapper", |
| 3571 | "tokio", |
| 3572 | "tower 0.5.3", |
| 3573 | "tower-http", |
| 3574 | "tower-service", |
| 3575 | "url", |
| 3576 | "wasm-bindgen", |
| 3577 | "wasm-bindgen-futures", |
| 3578 | "web-sys", |
| 3579 | ] |
| 3580 | |
| 3581 | [[package]] |
| 3582 | name = "reqwest" |
| 3583 | version = "0.13.2" |
| 3584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3585 | checksum = "ab3f43e3283ab1488b624b44b0e988d0acea0b3214e694730a055cb6b2efa801" |
| 3586 | dependencies = [ |
| 3587 | "base64 0.22.1", |
| 3588 | "bytes", |
| 3589 | "futures-core", |
| 3590 | "http", |
| 3591 | "http-body", |
| 3592 | "http-body-util", |
| 3593 | "hyper", |
| 3594 | "hyper-rustls", |
| 3595 | "hyper-util", |
| 3596 | "js-sys", |
| 3597 | "log", |
| 3598 | "percent-encoding", |
| 3599 | "pin-project-lite", |
| 3600 | "quinn", |
| 3601 | "rustls", |
| 3602 | "rustls-pki-types", |
| 3603 | "rustls-platform-verifier", |
| 3604 | "serde", |
| 3605 | "serde_json", |
| 3606 | "sync_wrapper", |
| 3607 | "tokio", |
| 3608 | "tokio-rustls", |
| 3609 | "tower 0.5.3", |
| 3610 | "tower-http", |
| 3611 | "tower-service", |
| 3612 | "url", |
| 3613 | "wasm-bindgen", |
| 3614 | "wasm-bindgen-futures", |
| 3615 | "web-sys", |
| 3616 | ] |
| 3617 | |
| 3618 | [[package]] |
| 3619 | name = "ring" |
| 3620 | version = "0.17.14" |
| 3621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3622 | checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" |
| 3623 | dependencies = [ |
| 3624 | "cc", |
| 3625 | "cfg-if", |
| 3626 | "getrandom 0.2.17", |
| 3627 | "libc", |
| 3628 | "untrusted", |
| 3629 | "windows-sys 0.52.0", |
| 3630 | ] |
| 3631 | |
| 3632 | [[package]] |
| 3633 | name = "rmp" |
| 3634 | version = "0.8.15" |
| 3635 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3636 | checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" |
| 3637 | dependencies = [ |
| 3638 | "num-traits", |
| 3639 | ] |
| 3640 | |
| 3641 | [[package]] |
| 3642 | name = "rmp-serde" |
| 3643 | version = "1.3.1" |
| 3644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3645 | checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" |
| 3646 | dependencies = [ |
| 3647 | "rmp", |
| 3648 | "serde", |
| 3649 | ] |
| 3650 | |
| 3651 | [[package]] |
| 3652 | name = "roaring" |
| 3653 | version = "0.11.2" |
| 3654 | source = "git+https://github.com/netdata/roaring-rs.git?branch=allocative#3ee69b1db5a2a4fc909076962c0159ddae893f8c" |
| 3655 | dependencies = [ |
| 3656 | "allocative", |
| 3657 | "bytemuck", |
| 3658 | "byteorder", |
| 3659 | "serde", |
| 3660 | ] |
| 3661 | |
| 3662 | [[package]] |
| 3663 | name = "rt" |
| 3664 | version = "0.1.3" |
| 3665 | dependencies = [ |
| 3666 | "async-trait", |
| 3667 | "bytes", |
| 3668 | "console-subscriber", |
| 3669 | "futures", |
| 3670 | "itoa", |
| 3671 | "netdata-plugin-charts-derive", |
| 3672 | "netdata-plugin-error", |
| 3673 | "netdata-plugin-protocol", |
| 3674 | "netdata-plugin-schema", |
| 3675 | "parking_lot", |
| 3676 | "schemars", |
| 3677 | "serde", |
| 3678 | "serde_json", |
| 3679 | "tokio", |
| 3680 | "tokio-util", |
| 3681 | "tracing", |
| 3682 | "tracing-futures", |
| 3683 | "tracing-journald", |
| 3684 | "tracing-subscriber", |
| 3685 | ] |
| 3686 | |
| 3687 | [[package]] |
| 3688 | name = "rustc-hash" |
| 3689 | version = "2.1.2" |
| 3690 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3691 | checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" |
| 3692 | |
| 3693 | [[package]] |
| 3694 | name = "rustix" |
| 3695 | version = "1.1.4" |
| 3696 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3697 | checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" |
| 3698 | dependencies = [ |
| 3699 | "bitflags 2.11.0", |
| 3700 | "errno", |
| 3701 | "libc", |
| 3702 | "linux-raw-sys", |
| 3703 | "windows-sys 0.61.2", |
| 3704 | ] |
| 3705 | |
| 3706 | [[package]] |
| 3707 | name = "rustls" |
| 3708 | version = "0.23.37" |
| 3709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3710 | checksum = "758025cb5fccfd3bc2fd74708fd4682be41d99e5dff73c377c0646c6012c73a4" |
| 3711 | dependencies = [ |
| 3712 | "aws-lc-rs", |
| 3713 | "log", |
| 3714 | "once_cell", |
| 3715 | "ring", |
| 3716 | "rustls-pki-types", |
| 3717 | "rustls-webpki", |
| 3718 | "subtle", |
| 3719 | "zeroize", |
| 3720 | ] |
| 3721 | |
| 3722 | [[package]] |
| 3723 | name = "rustls-native-certs" |
| 3724 | version = "0.8.3" |
| 3725 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3726 | checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" |
| 3727 | dependencies = [ |
| 3728 | "openssl-probe", |
| 3729 | "rustls-pki-types", |
| 3730 | "schannel", |
| 3731 | "security-framework", |
| 3732 | ] |
| 3733 | |
| 3734 | [[package]] |
| 3735 | name = "rustls-pki-types" |
| 3736 | version = "1.14.0" |
| 3737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3738 | checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" |
| 3739 | dependencies = [ |
| 3740 | "web-time", |
| 3741 | "zeroize", |
| 3742 | ] |
| 3743 | |
| 3744 | [[package]] |
| 3745 | name = "rustls-platform-verifier" |
| 3746 | version = "0.6.2" |
| 3747 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3748 | checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784" |
| 3749 | dependencies = [ |
| 3750 | "core-foundation", |
| 3751 | "core-foundation-sys", |
| 3752 | "jni", |
| 3753 | "log", |
| 3754 | "once_cell", |
| 3755 | "rustls", |
| 3756 | "rustls-native-certs", |
| 3757 | "rustls-platform-verifier-android", |
| 3758 | "rustls-webpki", |
| 3759 | "security-framework", |
| 3760 | "security-framework-sys", |
| 3761 | "webpki-root-certs", |
| 3762 | "windows-sys 0.61.2", |
| 3763 | ] |
| 3764 | |
| 3765 | [[package]] |
| 3766 | name = "rustls-platform-verifier-android" |
| 3767 | version = "0.1.1" |
| 3768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3769 | checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f" |
| 3770 | |
| 3771 | [[package]] |
| 3772 | name = "rustls-webpki" |
| 3773 | version = "0.103.10" |
| 3774 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3775 | checksum = "df33b2b81ac578cabaf06b89b0631153a3f416b0a886e8a7a1707fb51abbd1ef" |
| 3776 | dependencies = [ |
| 3777 | "aws-lc-rs", |
| 3778 | "ring", |
| 3779 | "rustls-pki-types", |
| 3780 | "untrusted", |
| 3781 | ] |
| 3782 | |
| 3783 | [[package]] |
| 3784 | name = "rustversion" |
| 3785 | version = "1.0.22" |
| 3786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3787 | checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
| 3788 | |
| 3789 | [[package]] |
| 3790 | name = "rusty-fork" |
| 3791 | version = "0.3.1" |
| 3792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3793 | checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2" |
| 3794 | dependencies = [ |
| 3795 | "fnv", |
| 3796 | "quick-error", |
| 3797 | "tempfile", |
| 3798 | "wait-timeout", |
| 3799 | ] |
| 3800 | |
| 3801 | [[package]] |
| 3802 | name = "ruzstd" |
| 3803 | version = "0.8.2" |
| 3804 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3805 | checksum = "e5ff0cc5e135c8870a775d3320910cd9b564ec036b4dc0b8741629020be63f01" |
| 3806 | dependencies = [ |
| 3807 | "twox-hash", |
| 3808 | ] |
| 3809 | |
| 3810 | [[package]] |
| 3811 | name = "ryu" |
| 3812 | version = "1.0.23" |
| 3813 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3814 | checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" |
| 3815 | |
| 3816 | [[package]] |
| 3817 | name = "same-file" |
| 3818 | version = "1.0.6" |
| 3819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3820 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 3821 | dependencies = [ |
| 3822 | "winapi-util", |
| 3823 | ] |
| 3824 | |
| 3825 | [[package]] |
| 3826 | name = "schannel" |
| 3827 | version = "0.1.29" |
| 3828 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3829 | checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" |
| 3830 | dependencies = [ |
| 3831 | "windows-sys 0.61.2", |
| 3832 | ] |
| 3833 | |
| 3834 | [[package]] |
| 3835 | name = "schemars" |
| 3836 | version = "1.2.1" |
| 3837 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3838 | checksum = "a2b42f36aa1cd011945615b92222f6bf73c599a102a300334cd7f8dbeec726cc" |
| 3839 | dependencies = [ |
| 3840 | "dyn-clone", |
| 3841 | "ref-cast", |
| 3842 | "schemars_derive", |
| 3843 | "serde", |
| 3844 | "serde_json", |
| 3845 | ] |
| 3846 | |
| 3847 | [[package]] |
| 3848 | name = "schemars_derive" |
| 3849 | version = "1.2.1" |
| 3850 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3851 | checksum = "7d115b50f4aaeea07e79c1912f645c7513d81715d0420f8bc77a18c6260b307f" |
| 3852 | dependencies = [ |
| 3853 | "proc-macro2", |
| 3854 | "quote", |
| 3855 | "serde_derive_internals", |
| 3856 | "syn 2.0.117", |
| 3857 | ] |
| 3858 | |
| 3859 | [[package]] |
| 3860 | name = "scopeguard" |
| 3861 | version = "1.2.0" |
| 3862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3863 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 3864 | |
| 3865 | [[package]] |
| 3866 | name = "security-framework" |
| 3867 | version = "3.7.0" |
| 3868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3869 | checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" |
| 3870 | dependencies = [ |
| 3871 | "bitflags 2.11.0", |
| 3872 | "core-foundation", |
| 3873 | "core-foundation-sys", |
| 3874 | "libc", |
| 3875 | "security-framework-sys", |
| 3876 | ] |
| 3877 | |
| 3878 | [[package]] |
| 3879 | name = "security-framework-sys" |
| 3880 | version = "2.17.0" |
| 3881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3882 | checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" |
| 3883 | dependencies = [ |
| 3884 | "core-foundation-sys", |
| 3885 | "libc", |
| 3886 | ] |
| 3887 | |
| 3888 | [[package]] |
| 3889 | name = "self_cell" |
| 3890 | version = "1.2.2" |
| 3891 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3892 | checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" |
| 3893 | |
| 3894 | [[package]] |
| 3895 | name = "semver" |
| 3896 | version = "1.0.28" |
| 3897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3898 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 3899 | |
| 3900 | [[package]] |
| 3901 | name = "serde" |
| 3902 | version = "1.0.228" |
| 3903 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3904 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 3905 | dependencies = [ |
| 3906 | "serde_core", |
| 3907 | "serde_derive", |
| 3908 | ] |
| 3909 | |
| 3910 | [[package]] |
| 3911 | name = "serde_core" |
| 3912 | version = "1.0.228" |
| 3913 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3914 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 3915 | dependencies = [ |
| 3916 | "serde_derive", |
| 3917 | ] |
| 3918 | |
| 3919 | [[package]] |
| 3920 | name = "serde_derive" |
| 3921 | version = "1.0.228" |
| 3922 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3923 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 3924 | dependencies = [ |
| 3925 | "proc-macro2", |
| 3926 | "quote", |
| 3927 | "syn 2.0.117", |
| 3928 | ] |
| 3929 | |
| 3930 | [[package]] |
| 3931 | name = "serde_derive_internals" |
| 3932 | version = "0.29.1" |
| 3933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3934 | checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711" |
| 3935 | dependencies = [ |
| 3936 | "proc-macro2", |
| 3937 | "quote", |
| 3938 | "syn 2.0.117", |
| 3939 | ] |
| 3940 | |
| 3941 | [[package]] |
| 3942 | name = "serde_json" |
| 3943 | version = "1.0.149" |
| 3944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3945 | checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" |
| 3946 | dependencies = [ |
| 3947 | "indexmap 2.13.1", |
| 3948 | "itoa", |
| 3949 | "memchr", |
| 3950 | "serde", |
| 3951 | "serde_core", |
| 3952 | "zmij", |
| 3953 | ] |
| 3954 | |
| 3955 | [[package]] |
| 3956 | name = "serde_regex" |
| 3957 | version = "1.1.0" |
| 3958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3959 | checksum = "a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf" |
| 3960 | dependencies = [ |
| 3961 | "regex", |
| 3962 | "serde", |
| 3963 | ] |
| 3964 | |
| 3965 | [[package]] |
| 3966 | name = "serde_spanned" |
| 3967 | version = "1.1.1" |
| 3968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3969 | checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26" |
| 3970 | dependencies = [ |
| 3971 | "serde_core", |
| 3972 | ] |
| 3973 | |
| 3974 | [[package]] |
| 3975 | name = "serde_urlencoded" |
| 3976 | version = "0.7.1" |
| 3977 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3978 | checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
| 3979 | dependencies = [ |
| 3980 | "form_urlencoded", |
| 3981 | "itoa", |
| 3982 | "ryu", |
| 3983 | "serde", |
| 3984 | ] |
| 3985 | |
| 3986 | [[package]] |
| 3987 | name = "serde_yaml" |
| 3988 | version = "0.9.34+deprecated" |
| 3989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 3990 | checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
| 3991 | dependencies = [ |
| 3992 | "indexmap 2.13.1", |
| 3993 | "itoa", |
| 3994 | "ryu", |
| 3995 | "serde", |
| 3996 | "unsafe-libyaml", |
| 3997 | ] |
| 3998 | |
| 3999 | [[package]] |
| 4000 | name = "sflow-parser" |
| 4001 | version = "0.6.0" |
| 4002 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4003 | checksum = "a57e0db32629cc3dc6a7a524f321aec809e6cbc334d84ff525d6af07040c1d28" |
| 4004 | |
| 4005 | [[package]] |
| 4006 | name = "sha2" |
| 4007 | version = "0.10.9" |
| 4008 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4009 | checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" |
| 4010 | dependencies = [ |
| 4011 | "cfg-if", |
| 4012 | "cpufeatures", |
| 4013 | "digest", |
| 4014 | ] |
| 4015 | |
| 4016 | [[package]] |
| 4017 | name = "sharded-slab" |
| 4018 | version = "0.1.7" |
| 4019 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4020 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 4021 | dependencies = [ |
| 4022 | "lazy_static", |
| 4023 | ] |
| 4024 | |
| 4025 | [[package]] |
| 4026 | name = "shlex" |
| 4027 | version = "1.3.0" |
| 4028 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4029 | checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
| 4030 | |
| 4031 | [[package]] |
| 4032 | name = "signal-hook-registry" |
| 4033 | version = "1.4.8" |
| 4034 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4035 | checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
| 4036 | dependencies = [ |
| 4037 | "errno", |
| 4038 | "libc", |
| 4039 | ] |
| 4040 | |
| 4041 | [[package]] |
| 4042 | name = "simd-adler32" |
| 4043 | version = "0.3.9" |
| 4044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4045 | checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" |
| 4046 | |
| 4047 | [[package]] |
| 4048 | name = "siphasher" |
| 4049 | version = "1.0.2" |
| 4050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4051 | checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" |
| 4052 | |
| 4053 | [[package]] |
| 4054 | name = "slab" |
| 4055 | version = "0.4.12" |
| 4056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4057 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 4058 | |
| 4059 | [[package]] |
| 4060 | name = "small_ctor" |
| 4061 | version = "0.1.2" |
| 4062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4063 | checksum = "88414a5ca1f85d82cc34471e975f0f74f6aa54c40f062efa42c0080e7f763f81" |
| 4064 | |
| 4065 | [[package]] |
| 4066 | name = "smallvec" |
| 4067 | version = "1.15.1" |
| 4068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4069 | checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
| 4070 | |
| 4071 | [[package]] |
| 4072 | name = "socket2" |
| 4073 | version = "0.5.10" |
| 4074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4075 | checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" |
| 4076 | dependencies = [ |
| 4077 | "libc", |
| 4078 | "windows-sys 0.52.0", |
| 4079 | ] |
| 4080 | |
| 4081 | [[package]] |
| 4082 | name = "socket2" |
| 4083 | version = "0.6.3" |
| 4084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4085 | checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" |
| 4086 | dependencies = [ |
| 4087 | "libc", |
| 4088 | "windows-sys 0.61.2", |
| 4089 | ] |
| 4090 | |
| 4091 | [[package]] |
| 4092 | name = "spin" |
| 4093 | version = "0.9.8" |
| 4094 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4095 | checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
| 4096 | dependencies = [ |
| 4097 | "lock_api", |
| 4098 | ] |
| 4099 | |
| 4100 | [[package]] |
| 4101 | name = "stable_deref_trait" |
| 4102 | version = "1.2.1" |
| 4103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4104 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 4105 | |
| 4106 | [[package]] |
| 4107 | name = "static_assertions" |
| 4108 | version = "1.1.0" |
| 4109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4110 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 4111 | |
| 4112 | [[package]] |
| 4113 | name = "strsim" |
| 4114 | version = "0.10.0" |
| 4115 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4116 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 4117 | |
| 4118 | [[package]] |
| 4119 | name = "strsim" |
| 4120 | version = "0.11.1" |
| 4121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4122 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 4123 | |
| 4124 | [[package]] |
| 4125 | name = "strum_macros" |
| 4126 | version = "0.27.2" |
| 4127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4128 | checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" |
| 4129 | dependencies = [ |
| 4130 | "heck", |
| 4131 | "proc-macro2", |
| 4132 | "quote", |
| 4133 | "syn 2.0.117", |
| 4134 | ] |
| 4135 | |
| 4136 | [[package]] |
| 4137 | name = "subtle" |
| 4138 | version = "2.6.1" |
| 4139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4140 | checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
| 4141 | |
| 4142 | [[package]] |
| 4143 | name = "syn" |
| 4144 | version = "1.0.109" |
| 4145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4146 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 4147 | dependencies = [ |
| 4148 | "proc-macro2", |
| 4149 | "quote", |
| 4150 | "unicode-ident", |
| 4151 | ] |
| 4152 | |
| 4153 | [[package]] |
| 4154 | name = "syn" |
| 4155 | version = "2.0.117" |
| 4156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4157 | checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" |
| 4158 | dependencies = [ |
| 4159 | "proc-macro2", |
| 4160 | "quote", |
| 4161 | "unicode-ident", |
| 4162 | ] |
| 4163 | |
| 4164 | [[package]] |
| 4165 | name = "sync_wrapper" |
| 4166 | version = "1.0.2" |
| 4167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4168 | checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
| 4169 | dependencies = [ |
| 4170 | "futures-core", |
| 4171 | ] |
| 4172 | |
| 4173 | [[package]] |
| 4174 | name = "synstructure" |
| 4175 | version = "0.13.2" |
| 4176 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4177 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 4178 | dependencies = [ |
| 4179 | "proc-macro2", |
| 4180 | "quote", |
| 4181 | "syn 2.0.117", |
| 4182 | ] |
| 4183 | |
| 4184 | [[package]] |
| 4185 | name = "tap" |
| 4186 | version = "1.0.1" |
| 4187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4188 | checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
| 4189 | |
| 4190 | [[package]] |
| 4191 | name = "tempfile" |
| 4192 | version = "3.27.0" |
| 4193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4194 | checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" |
| 4195 | dependencies = [ |
| 4196 | "fastrand", |
| 4197 | "getrandom 0.4.2", |
| 4198 | "once_cell", |
| 4199 | "rustix", |
| 4200 | "windows-sys 0.61.2", |
| 4201 | ] |
| 4202 | |
| 4203 | [[package]] |
| 4204 | name = "thiserror" |
| 4205 | version = "1.0.69" |
| 4206 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4207 | checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
| 4208 | dependencies = [ |
| 4209 | "thiserror-impl 1.0.69", |
| 4210 | ] |
| 4211 | |
| 4212 | [[package]] |
| 4213 | name = "thiserror" |
| 4214 | version = "2.0.18" |
| 4215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4216 | checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" |
| 4217 | dependencies = [ |
| 4218 | "thiserror-impl 2.0.18", |
| 4219 | ] |
| 4220 | |
| 4221 | [[package]] |
| 4222 | name = "thiserror-impl" |
| 4223 | version = "1.0.69" |
| 4224 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4225 | checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
| 4226 | dependencies = [ |
| 4227 | "proc-macro2", |
| 4228 | "quote", |
| 4229 | "syn 2.0.117", |
| 4230 | ] |
| 4231 | |
| 4232 | [[package]] |
| 4233 | name = "thiserror-impl" |
| 4234 | version = "2.0.18" |
| 4235 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4236 | checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" |
| 4237 | dependencies = [ |
| 4238 | "proc-macro2", |
| 4239 | "quote", |
| 4240 | "syn 2.0.117", |
| 4241 | ] |
| 4242 | |
| 4243 | [[package]] |
| 4244 | name = "thread_local" |
| 4245 | version = "1.1.9" |
| 4246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4247 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 4248 | dependencies = [ |
| 4249 | "cfg-if", |
| 4250 | ] |
| 4251 | |
| 4252 | [[package]] |
| 4253 | name = "tinystr" |
| 4254 | version = "0.8.3" |
| 4255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4256 | checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 4257 | dependencies = [ |
| 4258 | "displaydoc", |
| 4259 | "zerovec", |
| 4260 | ] |
| 4261 | |
| 4262 | [[package]] |
| 4263 | name = "tinyvec" |
| 4264 | version = "1.11.0" |
| 4265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4266 | checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" |
| 4267 | dependencies = [ |
| 4268 | "tinyvec_macros", |
| 4269 | ] |
| 4270 | |
| 4271 | [[package]] |
| 4272 | name = "tinyvec_macros" |
| 4273 | version = "0.1.1" |
| 4274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4275 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 4276 | |
| 4277 | [[package]] |
| 4278 | name = "tokio" |
| 4279 | version = "1.51.0" |
| 4280 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4281 | checksum = "2bd1c4c0fc4a7ab90fc15ef6daaa3ec3b893f004f915f2392557ed23237820cd" |
| 4282 | dependencies = [ |
| 4283 | "bytes", |
| 4284 | "libc", |
| 4285 | "mio", |
| 4286 | "parking_lot", |
| 4287 | "pin-project-lite", |
| 4288 | "signal-hook-registry", |
| 4289 | "socket2 0.6.3", |
| 4290 | "tokio-macros", |
| 4291 | "tracing", |
| 4292 | "windows-sys 0.61.2", |
| 4293 | ] |
| 4294 | |
| 4295 | [[package]] |
| 4296 | name = "tokio-macros" |
| 4297 | version = "2.7.0" |
| 4298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4299 | checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" |
| 4300 | dependencies = [ |
| 4301 | "proc-macro2", |
| 4302 | "quote", |
| 4303 | "syn 2.0.117", |
| 4304 | ] |
| 4305 | |
| 4306 | [[package]] |
| 4307 | name = "tokio-rustls" |
| 4308 | version = "0.26.4" |
| 4309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4310 | checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" |
| 4311 | dependencies = [ |
| 4312 | "rustls", |
| 4313 | "tokio", |
| 4314 | ] |
| 4315 | |
| 4316 | [[package]] |
| 4317 | name = "tokio-stream" |
| 4318 | version = "0.1.18" |
| 4319 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4320 | checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70" |
| 4321 | dependencies = [ |
| 4322 | "futures-core", |
| 4323 | "pin-project-lite", |
| 4324 | "tokio", |
| 4325 | ] |
| 4326 | |
| 4327 | [[package]] |
| 4328 | name = "tokio-util" |
| 4329 | version = "0.7.18" |
| 4330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4331 | checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
| 4332 | dependencies = [ |
| 4333 | "bytes", |
| 4334 | "futures-core", |
| 4335 | "futures-sink", |
| 4336 | "pin-project-lite", |
| 4337 | "tokio", |
| 4338 | ] |
| 4339 | |
| 4340 | [[package]] |
| 4341 | name = "toml" |
| 4342 | version = "0.9.12+spec-1.1.0" |
| 4343 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4344 | checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" |
| 4345 | dependencies = [ |
| 4346 | "indexmap 2.13.1", |
| 4347 | "serde_core", |
| 4348 | "serde_spanned", |
| 4349 | "toml_datetime", |
| 4350 | "toml_parser", |
| 4351 | "toml_writer", |
| 4352 | "winnow 0.7.15", |
| 4353 | ] |
| 4354 | |
| 4355 | [[package]] |
| 4356 | name = "toml_datetime" |
| 4357 | version = "0.7.5+spec-1.1.0" |
| 4358 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4359 | checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" |
| 4360 | dependencies = [ |
| 4361 | "serde_core", |
| 4362 | ] |
| 4363 | |
| 4364 | [[package]] |
| 4365 | name = "toml_parser" |
| 4366 | version = "1.1.2+spec-1.1.0" |
| 4367 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4368 | checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526" |
| 4369 | dependencies = [ |
| 4370 | "winnow 1.0.1", |
| 4371 | ] |
| 4372 | |
| 4373 | [[package]] |
| 4374 | name = "toml_writer" |
| 4375 | version = "1.1.1+spec-1.1.0" |
| 4376 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4377 | checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db" |
| 4378 | |
| 4379 | [[package]] |
| 4380 | name = "tonic" |
| 4381 | version = "0.12.3" |
| 4382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4383 | checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52" |
| 4384 | dependencies = [ |
| 4385 | "async-stream", |
| 4386 | "async-trait", |
| 4387 | "axum 0.7.9", |
| 4388 | "base64 0.22.1", |
| 4389 | "bytes", |
| 4390 | "h2", |
| 4391 | "http", |
| 4392 | "http-body", |
| 4393 | "http-body-util", |
| 4394 | "hyper", |
| 4395 | "hyper-timeout", |
| 4396 | "hyper-util", |
| 4397 | "percent-encoding", |
| 4398 | "pin-project", |
| 4399 | "prost 0.13.5", |
| 4400 | "socket2 0.5.10", |
| 4401 | "tokio", |
| 4402 | "tokio-stream", |
| 4403 | "tower 0.4.13", |
| 4404 | "tower-layer", |
| 4405 | "tower-service", |
| 4406 | "tracing", |
| 4407 | ] |
| 4408 | |
| 4409 | [[package]] |
| 4410 | name = "tonic" |
| 4411 | version = "0.14.5" |
| 4412 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4413 | checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec" |
| 4414 | dependencies = [ |
| 4415 | "async-trait", |
| 4416 | "axum 0.8.8", |
| 4417 | "base64 0.22.1", |
| 4418 | "bytes", |
| 4419 | "flate2", |
| 4420 | "h2", |
| 4421 | "http", |
| 4422 | "http-body", |
| 4423 | "http-body-util", |
| 4424 | "hyper", |
| 4425 | "hyper-timeout", |
| 4426 | "hyper-util", |
| 4427 | "percent-encoding", |
| 4428 | "pin-project", |
| 4429 | "rustls-native-certs", |
| 4430 | "socket2 0.6.3", |
| 4431 | "sync_wrapper", |
| 4432 | "tokio", |
| 4433 | "tokio-rustls", |
| 4434 | "tokio-stream", |
| 4435 | "tower 0.5.3", |
| 4436 | "tower-layer", |
| 4437 | "tower-service", |
| 4438 | "tracing", |
| 4439 | ] |
| 4440 | |
| 4441 | [[package]] |
| 4442 | name = "tonic-build" |
| 4443 | version = "0.14.5" |
| 4444 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4445 | checksum = "1882ac3bf5ef12877d7ed57aad87e75154c11931c2ba7e6cde5e22d63522c734" |
| 4446 | dependencies = [ |
| 4447 | "prettyplease", |
| 4448 | "proc-macro2", |
| 4449 | "quote", |
| 4450 | "syn 2.0.117", |
| 4451 | ] |
| 4452 | |
| 4453 | [[package]] |
| 4454 | name = "tonic-prost" |
| 4455 | version = "0.14.5" |
| 4456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4457 | checksum = "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309" |
| 4458 | dependencies = [ |
| 4459 | "bytes", |
| 4460 | "prost 0.14.3", |
| 4461 | "tonic 0.14.5", |
| 4462 | ] |
| 4463 | |
| 4464 | [[package]] |
| 4465 | name = "tonic-prost-build" |
| 4466 | version = "0.14.5" |
| 4467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4468 | checksum = "f3144df636917574672e93d0f56d7edec49f90305749c668df5101751bb8f95a" |
| 4469 | dependencies = [ |
| 4470 | "prettyplease", |
| 4471 | "proc-macro2", |
| 4472 | "prost-build", |
| 4473 | "prost-types 0.14.3", |
| 4474 | "quote", |
| 4475 | "syn 2.0.117", |
| 4476 | "tempfile", |
| 4477 | "tonic-build", |
| 4478 | ] |
| 4479 | |
| 4480 | [[package]] |
| 4481 | name = "tower" |
| 4482 | version = "0.4.13" |
| 4483 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4484 | checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" |
| 4485 | dependencies = [ |
| 4486 | "futures-core", |
| 4487 | "futures-util", |
| 4488 | "indexmap 1.9.3", |
| 4489 | "pin-project", |
| 4490 | "pin-project-lite", |
| 4491 | "rand 0.8.5", |
| 4492 | "slab", |
| 4493 | "tokio", |
| 4494 | "tokio-util", |
| 4495 | "tower-layer", |
| 4496 | "tower-service", |
| 4497 | "tracing", |
| 4498 | ] |
| 4499 | |
| 4500 | [[package]] |
| 4501 | name = "tower" |
| 4502 | version = "0.5.3" |
| 4503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4504 | checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" |
| 4505 | dependencies = [ |
| 4506 | "futures-core", |
| 4507 | "futures-util", |
| 4508 | "indexmap 2.13.1", |
| 4509 | "pin-project-lite", |
| 4510 | "slab", |
| 4511 | "sync_wrapper", |
| 4512 | "tokio", |
| 4513 | "tokio-util", |
| 4514 | "tower-layer", |
| 4515 | "tower-service", |
| 4516 | "tracing", |
| 4517 | ] |
| 4518 | |
| 4519 | [[package]] |
| 4520 | name = "tower-http" |
| 4521 | version = "0.6.8" |
| 4522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4523 | checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" |
| 4524 | dependencies = [ |
| 4525 | "bitflags 2.11.0", |
| 4526 | "bytes", |
| 4527 | "futures-util", |
| 4528 | "http", |
| 4529 | "http-body", |
| 4530 | "iri-string", |
| 4531 | "pin-project-lite", |
| 4532 | "tower 0.5.3", |
| 4533 | "tower-layer", |
| 4534 | "tower-service", |
| 4535 | ] |
| 4536 | |
| 4537 | [[package]] |
| 4538 | name = "tower-layer" |
| 4539 | version = "0.3.3" |
| 4540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4541 | checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
| 4542 | |
| 4543 | [[package]] |
| 4544 | name = "tower-service" |
| 4545 | version = "0.3.3" |
| 4546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4547 | checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
| 4548 | |
| 4549 | [[package]] |
| 4550 | name = "tracing" |
| 4551 | version = "0.1.44" |
| 4552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4553 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 4554 | dependencies = [ |
| 4555 | "pin-project-lite", |
| 4556 | "tracing-attributes", |
| 4557 | "tracing-core", |
| 4558 | ] |
| 4559 | |
| 4560 | [[package]] |
| 4561 | name = "tracing-attributes" |
| 4562 | version = "0.1.31" |
| 4563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4564 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 4565 | dependencies = [ |
| 4566 | "proc-macro2", |
| 4567 | "quote", |
| 4568 | "syn 2.0.117", |
| 4569 | ] |
| 4570 | |
| 4571 | [[package]] |
| 4572 | name = "tracing-core" |
| 4573 | version = "0.1.36" |
| 4574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4575 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 4576 | dependencies = [ |
| 4577 | "once_cell", |
| 4578 | "valuable", |
| 4579 | ] |
| 4580 | |
| 4581 | [[package]] |
| 4582 | name = "tracing-futures" |
| 4583 | version = "0.2.5" |
| 4584 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4585 | checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" |
| 4586 | dependencies = [ |
| 4587 | "pin-project", |
| 4588 | "tracing", |
| 4589 | ] |
| 4590 | |
| 4591 | [[package]] |
| 4592 | name = "tracing-journald" |
| 4593 | version = "0.3.2" |
| 4594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4595 | checksum = "2d3a81ed245bfb62592b1e2bc153e77656d94ee6a0497683a65a12ccaf2438d0" |
| 4596 | dependencies = [ |
| 4597 | "libc", |
| 4598 | "tracing-core", |
| 4599 | "tracing-subscriber", |
| 4600 | ] |
| 4601 | |
| 4602 | [[package]] |
| 4603 | name = "tracing-log" |
| 4604 | version = "0.2.0" |
| 4605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4606 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 4607 | dependencies = [ |
| 4608 | "log", |
| 4609 | "once_cell", |
| 4610 | "tracing-core", |
| 4611 | ] |
| 4612 | |
| 4613 | [[package]] |
| 4614 | name = "tracing-serde" |
| 4615 | version = "0.2.0" |
| 4616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4617 | checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1" |
| 4618 | dependencies = [ |
| 4619 | "serde", |
| 4620 | "tracing-core", |
| 4621 | ] |
| 4622 | |
| 4623 | [[package]] |
| 4624 | name = "tracing-subscriber" |
| 4625 | version = "0.3.23" |
| 4626 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4627 | checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 4628 | dependencies = [ |
| 4629 | "matchers", |
| 4630 | "nu-ansi-term", |
| 4631 | "once_cell", |
| 4632 | "regex-automata", |
| 4633 | "serde", |
| 4634 | "serde_json", |
| 4635 | "sharded-slab", |
| 4636 | "smallvec", |
| 4637 | "thread_local", |
| 4638 | "tracing", |
| 4639 | "tracing-core", |
| 4640 | "tracing-log", |
| 4641 | "tracing-serde", |
| 4642 | ] |
| 4643 | |
| 4644 | [[package]] |
| 4645 | name = "try-lock" |
| 4646 | version = "0.2.5" |
| 4647 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4648 | checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" |
| 4649 | |
| 4650 | [[package]] |
| 4651 | name = "twox-hash" |
| 4652 | version = "2.1.2" |
| 4653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4654 | checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c" |
| 4655 | dependencies = [ |
| 4656 | "rand 0.9.2", |
| 4657 | ] |
| 4658 | |
| 4659 | [[package]] |
| 4660 | name = "typed-arena" |
| 4661 | version = "2.0.2" |
| 4662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4663 | checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" |
| 4664 | |
| 4665 | [[package]] |
| 4666 | name = "typenum" |
| 4667 | version = "1.19.0" |
| 4668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4669 | checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" |
| 4670 | |
| 4671 | [[package]] |
| 4672 | name = "unarray" |
| 4673 | version = "0.1.4" |
| 4674 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4675 | checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94" |
| 4676 | |
| 4677 | [[package]] |
| 4678 | name = "unicase" |
| 4679 | version = "2.9.0" |
| 4680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4681 | checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" |
| 4682 | |
| 4683 | [[package]] |
| 4684 | name = "unicode-ident" |
| 4685 | version = "1.0.24" |
| 4686 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4687 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 4688 | |
| 4689 | [[package]] |
| 4690 | name = "unicode-xid" |
| 4691 | version = "0.2.6" |
| 4692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4693 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 4694 | |
| 4695 | [[package]] |
| 4696 | name = "unsafe-libyaml" |
| 4697 | version = "0.2.11" |
| 4698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4699 | checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
| 4700 | |
| 4701 | [[package]] |
| 4702 | name = "untrusted" |
| 4703 | version = "0.9.0" |
| 4704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4705 | checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
| 4706 | |
| 4707 | [[package]] |
| 4708 | name = "url" |
| 4709 | version = "2.5.8" |
| 4710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4711 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 4712 | dependencies = [ |
| 4713 | "form_urlencoded", |
| 4714 | "idna", |
| 4715 | "percent-encoding", |
| 4716 | "serde", |
| 4717 | ] |
| 4718 | |
| 4719 | [[package]] |
| 4720 | name = "urlencoding" |
| 4721 | version = "2.1.3" |
| 4722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4723 | checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" |
| 4724 | |
| 4725 | [[package]] |
| 4726 | name = "utf8_iter" |
| 4727 | version = "1.0.4" |
| 4728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4729 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 4730 | |
| 4731 | [[package]] |
| 4732 | name = "utf8parse" |
| 4733 | version = "0.2.2" |
| 4734 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4735 | checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
| 4736 | |
| 4737 | [[package]] |
| 4738 | name = "uuid" |
| 4739 | version = "1.23.0" |
| 4740 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4741 | checksum = "5ac8b6f42ead25368cf5b098aeb3dc8a1a2c05a3eee8a9a1a68c640edbfc79d9" |
| 4742 | dependencies = [ |
| 4743 | "getrandom 0.4.2", |
| 4744 | "js-sys", |
| 4745 | "serde_core", |
| 4746 | "wasm-bindgen", |
| 4747 | ] |
| 4748 | |
| 4749 | [[package]] |
| 4750 | name = "valuable" |
| 4751 | version = "0.1.1" |
| 4752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4753 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 4754 | |
| 4755 | [[package]] |
| 4756 | name = "version_check" |
| 4757 | version = "0.9.5" |
| 4758 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4759 | checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
| 4760 | |
| 4761 | [[package]] |
| 4762 | name = "wait-timeout" |
| 4763 | version = "0.2.1" |
| 4764 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4765 | checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11" |
| 4766 | dependencies = [ |
| 4767 | "libc", |
| 4768 | ] |
| 4769 | |
| 4770 | [[package]] |
| 4771 | name = "walkdir" |
| 4772 | version = "2.5.0" |
| 4773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4774 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 4775 | dependencies = [ |
| 4776 | "same-file", |
| 4777 | "winapi-util", |
| 4778 | ] |
| 4779 | |
| 4780 | [[package]] |
| 4781 | name = "want" |
| 4782 | version = "0.3.1" |
| 4783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4784 | checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" |
| 4785 | dependencies = [ |
| 4786 | "try-lock", |
| 4787 | ] |
| 4788 | |
| 4789 | [[package]] |
| 4790 | name = "wasi" |
| 4791 | version = "0.11.1+wasi-snapshot-preview1" |
| 4792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4793 | checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
| 4794 | |
| 4795 | [[package]] |
| 4796 | name = "wasip2" |
| 4797 | version = "1.0.2+wasi-0.2.9" |
| 4798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4799 | checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" |
| 4800 | dependencies = [ |
| 4801 | "wit-bindgen", |
| 4802 | ] |
| 4803 | |
| 4804 | [[package]] |
| 4805 | name = "wasip3" |
| 4806 | version = "0.4.0+wasi-0.3.0-rc-2026-01-06" |
| 4807 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4808 | checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" |
| 4809 | dependencies = [ |
| 4810 | "wit-bindgen", |
| 4811 | ] |
| 4812 | |
| 4813 | [[package]] |
| 4814 | name = "wasm-bindgen" |
| 4815 | version = "0.2.117" |
| 4816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4817 | checksum = "0551fc1bb415591e3372d0bc4780db7e587d84e2a7e79da121051c5c4b89d0b0" |
| 4818 | dependencies = [ |
| 4819 | "cfg-if", |
| 4820 | "once_cell", |
| 4821 | "rustversion", |
| 4822 | "wasm-bindgen-macro", |
| 4823 | "wasm-bindgen-shared", |
| 4824 | ] |
| 4825 | |
| 4826 | [[package]] |
| 4827 | name = "wasm-bindgen-futures" |
| 4828 | version = "0.4.67" |
| 4829 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4830 | checksum = "03623de6905b7206edd0a75f69f747f134b7f0a2323392d664448bf2d3c5d87e" |
| 4831 | dependencies = [ |
| 4832 | "js-sys", |
| 4833 | "wasm-bindgen", |
| 4834 | ] |
| 4835 | |
| 4836 | [[package]] |
| 4837 | name = "wasm-bindgen-macro" |
| 4838 | version = "0.2.117" |
| 4839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4840 | checksum = "7fbdf9a35adf44786aecd5ff89b4563a90325f9da0923236f6104e603c7e86be" |
| 4841 | dependencies = [ |
| 4842 | "quote", |
| 4843 | "wasm-bindgen-macro-support", |
| 4844 | ] |
| 4845 | |
| 4846 | [[package]] |
| 4847 | name = "wasm-bindgen-macro-support" |
| 4848 | version = "0.2.117" |
| 4849 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4850 | checksum = "dca9693ef2bab6d4e6707234500350d8dad079eb508dca05530c85dc3a529ff2" |
| 4851 | dependencies = [ |
| 4852 | "bumpalo", |
| 4853 | "proc-macro2", |
| 4854 | "quote", |
| 4855 | "syn 2.0.117", |
| 4856 | "wasm-bindgen-shared", |
| 4857 | ] |
| 4858 | |
| 4859 | [[package]] |
| 4860 | name = "wasm-bindgen-shared" |
| 4861 | version = "0.2.117" |
| 4862 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4863 | checksum = "39129a682a6d2d841b6c429d0c51e5cb0ed1a03829d8b3d1e69a011e62cb3d3b" |
| 4864 | dependencies = [ |
| 4865 | "unicode-ident", |
| 4866 | ] |
| 4867 | |
| 4868 | [[package]] |
| 4869 | name = "wasm-encoder" |
| 4870 | version = "0.244.0" |
| 4871 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4872 | checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" |
| 4873 | dependencies = [ |
| 4874 | "leb128fmt", |
| 4875 | "wasmparser", |
| 4876 | ] |
| 4877 | |
| 4878 | [[package]] |
| 4879 | name = "wasm-metadata" |
| 4880 | version = "0.244.0" |
| 4881 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4882 | checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" |
| 4883 | dependencies = [ |
| 4884 | "anyhow", |
| 4885 | "indexmap 2.13.1", |
| 4886 | "wasm-encoder", |
| 4887 | "wasmparser", |
| 4888 | ] |
| 4889 | |
| 4890 | [[package]] |
| 4891 | name = "wasmparser" |
| 4892 | version = "0.244.0" |
| 4893 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4894 | checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" |
| 4895 | dependencies = [ |
| 4896 | "bitflags 2.11.0", |
| 4897 | "hashbrown 0.15.5", |
| 4898 | "indexmap 2.13.1", |
| 4899 | "semver", |
| 4900 | ] |
| 4901 | |
| 4902 | [[package]] |
| 4903 | name = "web-sys" |
| 4904 | version = "0.3.94" |
| 4905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4906 | checksum = "cd70027e39b12f0849461e08ffc50b9cd7688d942c1c8e3c7b22273236b4dd0a" |
| 4907 | dependencies = [ |
| 4908 | "js-sys", |
| 4909 | "wasm-bindgen", |
| 4910 | ] |
| 4911 | |
| 4912 | [[package]] |
| 4913 | name = "web-time" |
| 4914 | version = "1.1.0" |
| 4915 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4916 | checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" |
| 4917 | dependencies = [ |
| 4918 | "js-sys", |
| 4919 | "wasm-bindgen", |
| 4920 | ] |
| 4921 | |
| 4922 | [[package]] |
| 4923 | name = "webpki-root-certs" |
| 4924 | version = "1.0.7" |
| 4925 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4926 | checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c" |
| 4927 | dependencies = [ |
| 4928 | "rustls-pki-types", |
| 4929 | ] |
| 4930 | |
| 4931 | [[package]] |
| 4932 | name = "winapi" |
| 4933 | version = "0.3.9" |
| 4934 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4935 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 4936 | dependencies = [ |
| 4937 | "winapi-i686-pc-windows-gnu", |
| 4938 | "winapi-x86_64-pc-windows-gnu", |
| 4939 | ] |
| 4940 | |
| 4941 | [[package]] |
| 4942 | name = "winapi-i686-pc-windows-gnu" |
| 4943 | version = "0.4.0" |
| 4944 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4945 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 4946 | |
| 4947 | [[package]] |
| 4948 | name = "winapi-util" |
| 4949 | version = "0.1.11" |
| 4950 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4951 | checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" |
| 4952 | dependencies = [ |
| 4953 | "windows-sys 0.61.2", |
| 4954 | ] |
| 4955 | |
| 4956 | [[package]] |
| 4957 | name = "winapi-x86_64-pc-windows-gnu" |
| 4958 | version = "0.4.0" |
| 4959 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4960 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 4961 | |
| 4962 | [[package]] |
| 4963 | name = "windows-core" |
| 4964 | version = "0.62.2" |
| 4965 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4966 | checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 4967 | dependencies = [ |
| 4968 | "windows-implement", |
| 4969 | "windows-interface", |
| 4970 | "windows-link", |
| 4971 | "windows-result", |
| 4972 | "windows-strings", |
| 4973 | ] |
| 4974 | |
| 4975 | [[package]] |
| 4976 | name = "windows-implement" |
| 4977 | version = "0.60.2" |
| 4978 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4979 | checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 4980 | dependencies = [ |
| 4981 | "proc-macro2", |
| 4982 | "quote", |
| 4983 | "syn 2.0.117", |
| 4984 | ] |
| 4985 | |
| 4986 | [[package]] |
| 4987 | name = "windows-interface" |
| 4988 | version = "0.59.3" |
| 4989 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 4990 | checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 4991 | dependencies = [ |
| 4992 | "proc-macro2", |
| 4993 | "quote", |
| 4994 | "syn 2.0.117", |
| 4995 | ] |
| 4996 | |
| 4997 | [[package]] |
| 4998 | name = "windows-link" |
| 4999 | version = "0.2.1" |
| 5000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Showing first 5,000 of 5,522 lines.
View raw