openobserve: 0.11.0 -> 0.14.0, move to pkgs/by-name (#372209)

authored by Yt and committed by GitHub 8959d730 75e6ca3c

+114 -9774
+114
pkgs/by-name/op/openobserve/package.nix
··· 1 + { 2 + lib, 3 + rustPlatform, 4 + fetchFromGitHub, 5 + pkg-config, 6 + protobuf, 7 + bzip2, 8 + oniguruma, 9 + sqlite, 10 + xz, 11 + zlib, 12 + zstd, 13 + buildNpmPackage, 14 + gitUpdater, 15 + }: 16 + 17 + let 18 + version = "0.14.0"; 19 + src = fetchFromGitHub { 20 + owner = "openobserve"; 21 + repo = "openobserve"; 22 + tag = "v${version}"; 23 + hash = "sha256-rTp+DkADqYkJg1zJog1yURE082V5kCqgid/oUd81SN8="; 24 + }; 25 + web = buildNpmPackage { 26 + inherit src version; 27 + pname = "openobserve-ui"; 28 + 29 + sourceRoot = "${src.name}/web"; 30 + 31 + npmDepsHash = "sha256-awfQR1wZBX3ggmD0uJE9Fur4voPydeygrviRijKnBTE="; 32 + 33 + preBuild = '' 34 + # Patch vite config to not open the browser to visualize plugin composition 35 + substituteInPlace vite.config.ts \ 36 + --replace "open: true" "open: false"; 37 + ''; 38 + 39 + env = { 40 + NODE_OPTIONS = "--max-old-space-size=8192"; 41 + # cypress tries to download binaries otherwise 42 + CYPRESS_INSTALL_BINARY = 0; 43 + }; 44 + 45 + installPhase = '' 46 + runHook preInstall 47 + mkdir -p $out/share 48 + mv dist $out/share/openobserve-ui 49 + runHook postInstall 50 + ''; 51 + }; 52 + in 53 + rustPlatform.buildRustPackage { 54 + pname = "openobserve"; 55 + inherit version src; 56 + 57 + patches = [ 58 + # prevent using git to determine version info during build time 59 + ./build.rs.patch 60 + ]; 61 + 62 + preBuild = '' 63 + cp -r ${web}/share/openobserve-ui web/dist 64 + ''; 65 + 66 + useFetchCargoVendor = true; 67 + cargoHash = "sha256-FWMUPghx9CxuzP7jFZYSIwZsylApWzQsfx8DuwS4GTo="; 68 + 69 + nativeBuildInputs = [ 70 + pkg-config 71 + protobuf 72 + ]; 73 + 74 + buildInputs = [ 75 + bzip2 76 + oniguruma 77 + sqlite 78 + xz 79 + zlib 80 + zstd 81 + ]; 82 + 83 + env = { 84 + RUSTONIG_SYSTEM_LIBONIG = true; 85 + ZSTD_SYS_USE_PKG_CONFIG = true; 86 + 87 + RUSTC_BOOTSTRAP = 1; # uses experimental features 88 + 89 + # the patched build.rs file sets these variables 90 + GIT_VERSION = src.tag; 91 + GIT_COMMIT_HASH = "builtByNix"; 92 + GIT_BUILD_DATE = "1970-01-01T00:00:00Z"; 93 + }; 94 + 95 + # requires network access or filesystem mutations 96 + checkFlags = [ 97 + "--skip=handler::http::router::tests::test_get_proxy_routes" 98 + "--skip=tests::e2e_test" 99 + ]; 100 + 101 + passthru.updateScript = gitUpdater { 102 + rev-prefix = "v"; 103 + ignoredVersions = "rc"; 104 + }; 105 + 106 + meta = { 107 + description = "Cloud-native observability platform built specifically for logs, metrics, traces, analytics & realtime user-monitoring"; 108 + homepage = "https://github.com/openobserve/openobserve"; 109 + changelog = "https://github.com/openobserve/openobserve/releases/tag/v${version}"; 110 + license = lib.licenses.asl20; 111 + maintainers = with lib.maintainers; [ happysalada ]; 112 + mainProgram = "openobserve"; 113 + }; 114 + }
-9620
pkgs/servers/monitoring/openobserve/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "actix" 7 - version = "0.13.5" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "de7fa236829ba0841304542f7614c42b80fca007455315c45c785ccfa873a85b" 10 - dependencies = [ 11 - "actix-macros", 12 - "actix-rt", 13 - "actix_derive", 14 - "bitflags 2.5.0", 15 - "bytes", 16 - "crossbeam-channel", 17 - "futures-core", 18 - "futures-sink", 19 - "futures-task", 20 - "futures-util", 21 - "log", 22 - "once_cell", 23 - "parking_lot", 24 - "pin-project-lite", 25 - "smallvec", 26 - "tokio", 27 - "tokio-util", 28 - ] 29 - 30 - [[package]] 31 - name = "actix-codec" 32 - version = "0.5.2" 33 - source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a" 35 - dependencies = [ 36 - "bitflags 2.5.0", 37 - "bytes", 38 - "futures-core", 39 - "futures-sink", 40 - "memchr", 41 - "pin-project-lite", 42 - "tokio", 43 - "tokio-util", 44 - "tracing", 45 - ] 46 - 47 - [[package]] 48 - name = "actix-cors" 49 - version = "0.7.0" 50 - source = "registry+https://github.com/rust-lang/crates.io-index" 51 - checksum = "f9e772b3bcafe335042b5db010ab7c09013dad6eac4915c91d8d50902769f331" 52 - dependencies = [ 53 - "actix-utils", 54 - "actix-web", 55 - "derive_more", 56 - "futures-util", 57 - "log", 58 - "once_cell", 59 - "smallvec", 60 - ] 61 - 62 - [[package]] 63 - name = "actix-http" 64 - version = "3.8.0" 65 - source = "registry+https://github.com/rust-lang/crates.io-index" 66 - checksum = "3ae682f693a9cd7b058f2b0b5d9a6d7728a8555779bedbbc35dd88528611d020" 67 - dependencies = [ 68 - "actix-codec", 69 - "actix-rt", 70 - "actix-service", 71 - "actix-utils", 72 - "ahash 0.8.11", 73 - "base64 0.22.1", 74 - "bitflags 2.5.0", 75 - "brotli 6.0.0", 76 - "bytes", 77 - "bytestring", 78 - "derive_more", 79 - "encoding_rs", 80 - "flate2", 81 - "futures-core", 82 - "h2 0.3.26", 83 - "http 0.2.12", 84 - "httparse", 85 - "httpdate", 86 - "itoa", 87 - "language-tags", 88 - "local-channel", 89 - "mime", 90 - "percent-encoding", 91 - "pin-project-lite", 92 - "rand", 93 - "sha1", 94 - "smallvec", 95 - "tokio", 96 - "tokio-util", 97 - "tracing", 98 - "zstd", 99 - ] 100 - 101 - [[package]] 102 - name = "actix-macros" 103 - version = "0.2.4" 104 - source = "registry+https://github.com/rust-lang/crates.io-index" 105 - checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb" 106 - dependencies = [ 107 - "quote", 108 - "syn 2.0.66", 109 - ] 110 - 111 - [[package]] 112 - name = "actix-multipart" 113 - version = "0.6.2" 114 - source = "registry+https://github.com/rust-lang/crates.io-index" 115 - checksum = "d974dd6c4f78d102d057c672dcf6faa618fafa9df91d44f9c466688fc1275a3a" 116 - dependencies = [ 117 - "actix-multipart-derive", 118 - "actix-utils", 119 - "actix-web", 120 - "bytes", 121 - "derive_more", 122 - "futures-core", 123 - "futures-util", 124 - "httparse", 125 - "local-waker", 126 - "log", 127 - "memchr", 128 - "mime", 129 - "rand", 130 - "serde", 131 - "serde_json", 132 - "serde_plain", 133 - "tempfile", 134 - "tokio", 135 - ] 136 - 137 - [[package]] 138 - name = "actix-multipart-derive" 139 - version = "0.6.1" 140 - source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "0a0a77f836d869f700e5b47ac7c3c8b9c8bc82e4aec861954c6198abee3ebd4d" 142 - dependencies = [ 143 - "darling", 144 - "parse-size", 145 - "proc-macro2", 146 - "quote", 147 - "syn 2.0.66", 148 - ] 149 - 150 - [[package]] 151 - name = "actix-router" 152 - version = "0.5.3" 153 - source = "registry+https://github.com/rust-lang/crates.io-index" 154 - checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8" 155 - dependencies = [ 156 - "bytestring", 157 - "cfg-if 1.0.0", 158 - "http 0.2.12", 159 - "regex", 160 - "regex-lite", 161 - "serde", 162 - "tracing", 163 - ] 164 - 165 - [[package]] 166 - name = "actix-rt" 167 - version = "2.10.0" 168 - source = "registry+https://github.com/rust-lang/crates.io-index" 169 - checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208" 170 - dependencies = [ 171 - "futures-core", 172 - "tokio", 173 - ] 174 - 175 - [[package]] 176 - name = "actix-server" 177 - version = "2.4.0" 178 - source = "registry+https://github.com/rust-lang/crates.io-index" 179 - checksum = "b02303ce8d4e8be5b855af6cf3c3a08f3eff26880faad82bab679c22d3650cb5" 180 - dependencies = [ 181 - "actix-rt", 182 - "actix-service", 183 - "actix-utils", 184 - "futures-core", 185 - "futures-util", 186 - "mio", 187 - "socket2", 188 - "tokio", 189 - "tracing", 190 - ] 191 - 192 - [[package]] 193 - name = "actix-service" 194 - version = "2.0.2" 195 - source = "registry+https://github.com/rust-lang/crates.io-index" 196 - checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a" 197 - dependencies = [ 198 - "futures-core", 199 - "paste", 200 - "pin-project-lite", 201 - ] 202 - 203 - [[package]] 204 - name = "actix-tls" 205 - version = "3.4.0" 206 - source = "registry+https://github.com/rust-lang/crates.io-index" 207 - checksum = "ac453898d866cdbecdbc2334fe1738c747b4eba14a677261f2b768ba05329389" 208 - dependencies = [ 209 - "actix-rt", 210 - "actix-service", 211 - "actix-utils", 212 - "futures-core", 213 - "http 0.2.12", 214 - "http 1.1.0", 215 - "impl-more", 216 - "pin-project-lite", 217 - "tokio", 218 - "tokio-util", 219 - "tracing", 220 - ] 221 - 222 - [[package]] 223 - name = "actix-utils" 224 - version = "3.0.1" 225 - source = "registry+https://github.com/rust-lang/crates.io-index" 226 - checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8" 227 - dependencies = [ 228 - "local-waker", 229 - "pin-project-lite", 230 - ] 231 - 232 - [[package]] 233 - name = "actix-web" 234 - version = "4.8.0" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "1988c02af8d2b718c05bc4aeb6a66395b7cdf32858c2c71131e5637a8c05a9ff" 237 - dependencies = [ 238 - "actix-codec", 239 - "actix-http", 240 - "actix-macros", 241 - "actix-router", 242 - "actix-rt", 243 - "actix-server", 244 - "actix-service", 245 - "actix-utils", 246 - "actix-web-codegen", 247 - "ahash 0.8.11", 248 - "bytes", 249 - "bytestring", 250 - "cfg-if 1.0.0", 251 - "cookie", 252 - "derive_more", 253 - "encoding_rs", 254 - "futures-core", 255 - "futures-util", 256 - "itoa", 257 - "language-tags", 258 - "log", 259 - "mime", 260 - "once_cell", 261 - "pin-project-lite", 262 - "regex", 263 - "regex-lite", 264 - "serde", 265 - "serde_json", 266 - "serde_urlencoded", 267 - "smallvec", 268 - "socket2", 269 - "time", 270 - "url", 271 - ] 272 - 273 - [[package]] 274 - name = "actix-web-actors" 275 - version = "4.3.0" 276 - source = "registry+https://github.com/rust-lang/crates.io-index" 277 - checksum = "420b001bb709d8510c3e2659dae046e54509ff9528018d09c78381e765a1f9fa" 278 - dependencies = [ 279 - "actix", 280 - "actix-codec", 281 - "actix-http", 282 - "actix-web", 283 - "bytes", 284 - "bytestring", 285 - "futures-core", 286 - "pin-project-lite", 287 - "tokio", 288 - "tokio-util", 289 - ] 290 - 291 - [[package]] 292 - name = "actix-web-codegen" 293 - version = "4.3.0" 294 - source = "registry+https://github.com/rust-lang/crates.io-index" 295 - checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8" 296 - dependencies = [ 297 - "actix-router", 298 - "proc-macro2", 299 - "quote", 300 - "syn 2.0.66", 301 - ] 302 - 303 - [[package]] 304 - name = "actix-web-httpauth" 305 - version = "0.8.2" 306 - source = "registry+https://github.com/rust-lang/crates.io-index" 307 - checksum = "456348ed9dcd72a13a1f4a660449fafdecee9ac8205552e286809eb5b0b29bd3" 308 - dependencies = [ 309 - "actix-utils", 310 - "actix-web", 311 - "base64 0.22.1", 312 - "futures-core", 313 - "futures-util", 314 - "log", 315 - "pin-project-lite", 316 - ] 317 - 318 - [[package]] 319 - name = "actix-web-lab" 320 - version = "0.20.2" 321 - source = "registry+https://github.com/rust-lang/crates.io-index" 322 - checksum = "7675c1a84eec1b179c844cdea8488e3e409d8e4984026e92fa96c87dd86f33c6" 323 - dependencies = [ 324 - "actix-http", 325 - "actix-router", 326 - "actix-service", 327 - "actix-utils", 328 - "actix-web", 329 - "actix-web-lab-derive", 330 - "ahash 0.8.11", 331 - "arc-swap", 332 - "async-trait", 333 - "bytes", 334 - "bytestring", 335 - "csv", 336 - "derive_more", 337 - "futures-core", 338 - "futures-util", 339 - "http 0.2.12", 340 - "impl-more", 341 - "itertools 0.12.1", 342 - "local-channel", 343 - "mediatype", 344 - "mime", 345 - "once_cell", 346 - "pin-project-lite", 347 - "regex", 348 - "serde", 349 - "serde_html_form", 350 - "serde_json", 351 - "tokio", 352 - "tokio-stream", 353 - "tracing", 354 - ] 355 - 356 - [[package]] 357 - name = "actix-web-lab-derive" 358 - version = "0.20.0" 359 - source = "registry+https://github.com/rust-lang/crates.io-index" 360 - checksum = "9aa0b287c8de4a76b691f29dbb5451e8dd5b79d777eaf87350c9b0cbfdb5e968" 361 - dependencies = [ 362 - "proc-macro2", 363 - "quote", 364 - "syn 2.0.66", 365 - ] 366 - 367 - [[package]] 368 - name = "actix-web-opentelemetry" 369 - version = "0.17.0" 370 - source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "d6e0327e7b731c61b77fb54b278477aa3ebd09752bde38d169863167636e2d48" 372 - dependencies = [ 373 - "actix-http", 374 - "actix-web", 375 - "futures-util", 376 - "opentelemetry", 377 - "opentelemetry-semantic-conventions", 378 - "serde", 379 - ] 380 - 381 - [[package]] 382 - name = "actix-web-prometheus" 383 - version = "0.1.2" 384 - source = "registry+https://github.com/rust-lang/crates.io-index" 385 - checksum = "ad5228fd1a6b5d0f60d636776c2a70acc9fc667034bb4ac02ec4259f0eeeab6c" 386 - dependencies = [ 387 - "actix-service", 388 - "actix-web", 389 - "futures-lite 1.13.0", 390 - "pin-project", 391 - "prometheus", 392 - "quanta 0.10.1", 393 - "thiserror", 394 - ] 395 - 396 - [[package]] 397 - name = "actix-web-rust-embed-responder" 398 - version = "2.2.2" 399 - source = "registry+https://github.com/rust-lang/crates.io-index" 400 - checksum = "fd68c2339c8e4498a4b9b83392b58b85c337c835baf38c90757e3236e1121c97" 401 - dependencies = [ 402 - "actix-web", 403 - "base64 0.21.7", 404 - "brotli 3.5.0", 405 - "chrono", 406 - "flate2", 407 - "futures-core", 408 - "lazy_static", 409 - "regex", 410 - "rust-embed-for-web", 411 - ] 412 - 413 - [[package]] 414 - name = "actix-ws" 415 - version = "0.2.5" 416 - source = "registry+https://github.com/rust-lang/crates.io-index" 417 - checksum = "535aec173810be3ca6f25dd5b4d431ae7125d62000aa3cbae1ec739921b02cf3" 418 - dependencies = [ 419 - "actix-codec", 420 - "actix-http", 421 - "actix-web", 422 - "futures-core", 423 - "tokio", 424 - ] 425 - 426 - [[package]] 427 - name = "actix_derive" 428 - version = "0.6.1" 429 - source = "registry+https://github.com/rust-lang/crates.io-index" 430 - checksum = "7c7db3d5a9718568e4cf4a537cfd7070e6e6ff7481510d0237fb529ac850f6d3" 431 - dependencies = [ 432 - "proc-macro2", 433 - "quote", 434 - "syn 2.0.66", 435 - ] 436 - 437 - [[package]] 438 - name = "addr2line" 439 - version = "0.22.0" 440 - source = "registry+https://github.com/rust-lang/crates.io-index" 441 - checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 442 - dependencies = [ 443 - "gimli", 444 - ] 445 - 446 - [[package]] 447 - name = "adler" 448 - version = "1.0.2" 449 - source = "registry+https://github.com/rust-lang/crates.io-index" 450 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 451 - 452 - [[package]] 453 - name = "adler32" 454 - version = "1.2.0" 455 - source = "registry+https://github.com/rust-lang/crates.io-index" 456 - checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234" 457 - 458 - [[package]] 459 - name = "aead" 460 - version = "0.5.2" 461 - source = "registry+https://github.com/rust-lang/crates.io-index" 462 - checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 463 - dependencies = [ 464 - "crypto-common", 465 - "generic-array", 466 - ] 467 - 468 - [[package]] 469 - name = "aes" 470 - version = "0.8.4" 471 - source = "registry+https://github.com/rust-lang/crates.io-index" 472 - checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 473 - dependencies = [ 474 - "cfg-if 1.0.0", 475 - "cipher", 476 - "cpufeatures", 477 - ] 478 - 479 - [[package]] 480 - name = "ahash" 481 - version = "0.7.8" 482 - source = "registry+https://github.com/rust-lang/crates.io-index" 483 - checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9" 484 - dependencies = [ 485 - "getrandom", 486 - "once_cell", 487 - "version_check", 488 - ] 489 - 490 - [[package]] 491 - name = "ahash" 492 - version = "0.8.11" 493 - source = "registry+https://github.com/rust-lang/crates.io-index" 494 - checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" 495 - dependencies = [ 496 - "cfg-if 1.0.0", 497 - "const-random", 498 - "getrandom", 499 - "once_cell", 500 - "serde", 501 - "version_check", 502 - "zerocopy", 503 - ] 504 - 505 - [[package]] 506 - name = "aho-corasick" 507 - version = "1.1.3" 508 - source = "registry+https://github.com/rust-lang/crates.io-index" 509 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 510 - dependencies = [ 511 - "memchr", 512 - ] 513 - 514 - [[package]] 515 - name = "alloc-no-stdlib" 516 - version = "2.0.4" 517 - source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 519 - 520 - [[package]] 521 - name = "alloc-stdlib" 522 - version = "0.2.2" 523 - source = "registry+https://github.com/rust-lang/crates.io-index" 524 - checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 525 - dependencies = [ 526 - "alloc-no-stdlib", 527 - ] 528 - 529 - [[package]] 530 - name = "allocator-api2" 531 - version = "0.2.18" 532 - source = "registry+https://github.com/rust-lang/crates.io-index" 533 - checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" 534 - 535 - [[package]] 536 - name = "android-tzdata" 537 - version = "0.1.1" 538 - source = "registry+https://github.com/rust-lang/crates.io-index" 539 - checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 540 - 541 - [[package]] 542 - name = "android_system_properties" 543 - version = "0.1.5" 544 - source = "registry+https://github.com/rust-lang/crates.io-index" 545 - checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 546 - dependencies = [ 547 - "libc", 548 - ] 549 - 550 - [[package]] 551 - name = "anes" 552 - version = "0.1.6" 553 - source = "registry+https://github.com/rust-lang/crates.io-index" 554 - checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" 555 - 556 - [[package]] 557 - name = "ansi_term" 558 - version = "0.12.1" 559 - source = "registry+https://github.com/rust-lang/crates.io-index" 560 - checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 561 - dependencies = [ 562 - "winapi 0.3.9", 563 - ] 564 - 565 - [[package]] 566 - name = "anstream" 567 - version = "0.6.14" 568 - source = "registry+https://github.com/rust-lang/crates.io-index" 569 - checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 570 - dependencies = [ 571 - "anstyle", 572 - "anstyle-parse", 573 - "anstyle-query", 574 - "anstyle-wincon", 575 - "colorchoice", 576 - "is_terminal_polyfill", 577 - "utf8parse", 578 - ] 579 - 580 - [[package]] 581 - name = "anstyle" 582 - version = "1.0.7" 583 - source = "registry+https://github.com/rust-lang/crates.io-index" 584 - checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 585 - 586 - [[package]] 587 - name = "anstyle-parse" 588 - version = "0.2.4" 589 - source = "registry+https://github.com/rust-lang/crates.io-index" 590 - checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 591 - dependencies = [ 592 - "utf8parse", 593 - ] 594 - 595 - [[package]] 596 - name = "anstyle-query" 597 - version = "1.1.0" 598 - source = "registry+https://github.com/rust-lang/crates.io-index" 599 - checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" 600 - dependencies = [ 601 - "windows-sys 0.52.0", 602 - ] 603 - 604 - [[package]] 605 - name = "anstyle-wincon" 606 - version = "3.0.3" 607 - source = "registry+https://github.com/rust-lang/crates.io-index" 608 - checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 609 - dependencies = [ 610 - "anstyle", 611 - "windows-sys 0.52.0", 612 - ] 613 - 614 - [[package]] 615 - name = "anyhow" 616 - version = "1.0.86" 617 - source = "registry+https://github.com/rust-lang/crates.io-index" 618 - checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da" 619 - 620 - [[package]] 621 - name = "arbitrary" 622 - version = "1.3.2" 623 - source = "registry+https://github.com/rust-lang/crates.io-index" 624 - checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" 625 - dependencies = [ 626 - "derive_arbitrary", 627 - ] 628 - 629 - [[package]] 630 - name = "arc-swap" 631 - version = "1.7.1" 632 - source = "registry+https://github.com/rust-lang/crates.io-index" 633 - checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 634 - 635 - [[package]] 636 - name = "argon2" 637 - version = "0.5.3" 638 - source = "registry+https://github.com/rust-lang/crates.io-index" 639 - checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072" 640 - dependencies = [ 641 - "base64ct", 642 - "blake2", 643 - "cpufeatures", 644 - "password-hash", 645 - ] 646 - 647 - [[package]] 648 - name = "arrayref" 649 - version = "0.3.7" 650 - source = "registry+https://github.com/rust-lang/crates.io-index" 651 - checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" 652 - 653 - [[package]] 654 - name = "arrayvec" 655 - version = "0.7.4" 656 - source = "registry+https://github.com/rust-lang/crates.io-index" 657 - checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" 658 - 659 - [[package]] 660 - name = "arrow" 661 - version = "52.2.0" 662 - source = "registry+https://github.com/rust-lang/crates.io-index" 663 - checksum = "05048a8932648b63f21c37d88b552ccc8a65afb6dfe9fc9f30ce79174c2e7a85" 664 - dependencies = [ 665 - "arrow-arith", 666 - "arrow-array", 667 - "arrow-buffer", 668 - "arrow-cast", 669 - "arrow-csv", 670 - "arrow-data", 671 - "arrow-ipc", 672 - "arrow-json", 673 - "arrow-ord", 674 - "arrow-row", 675 - "arrow-schema", 676 - "arrow-select", 677 - "arrow-string", 678 - ] 679 - 680 - [[package]] 681 - name = "arrow-arith" 682 - version = "52.2.0" 683 - source = "registry+https://github.com/rust-lang/crates.io-index" 684 - checksum = "1d8a57966e43bfe9a3277984a14c24ec617ad874e4c0e1d2a1b083a39cfbf22c" 685 - dependencies = [ 686 - "arrow-array", 687 - "arrow-buffer", 688 - "arrow-data", 689 - "arrow-schema", 690 - "chrono", 691 - "half", 692 - "num", 693 - ] 694 - 695 - [[package]] 696 - name = "arrow-array" 697 - version = "52.2.0" 698 - source = "registry+https://github.com/rust-lang/crates.io-index" 699 - checksum = "16f4a9468c882dc66862cef4e1fd8423d47e67972377d85d80e022786427768c" 700 - dependencies = [ 701 - "ahash 0.8.11", 702 - "arrow-buffer", 703 - "arrow-data", 704 - "arrow-schema", 705 - "chrono", 706 - "chrono-tz", 707 - "half", 708 - "hashbrown 0.14.5", 709 - "num", 710 - ] 711 - 712 - [[package]] 713 - name = "arrow-buffer" 714 - version = "52.2.0" 715 - source = "registry+https://github.com/rust-lang/crates.io-index" 716 - checksum = "c975484888fc95ec4a632cdc98be39c085b1bb518531b0c80c5d462063e5daa1" 717 - dependencies = [ 718 - "bytes", 719 - "half", 720 - "num", 721 - ] 722 - 723 - [[package]] 724 - name = "arrow-cast" 725 - version = "52.2.0" 726 - source = "registry+https://github.com/rust-lang/crates.io-index" 727 - checksum = "da26719e76b81d8bc3faad1d4dbdc1bcc10d14704e63dc17fc9f3e7e1e567c8e" 728 - dependencies = [ 729 - "arrow-array", 730 - "arrow-buffer", 731 - "arrow-data", 732 - "arrow-schema", 733 - "arrow-select", 734 - "atoi", 735 - "base64 0.22.1", 736 - "chrono", 737 - "comfy-table", 738 - "half", 739 - "lexical-core", 740 - "num", 741 - "ryu", 742 - ] 743 - 744 - [[package]] 745 - name = "arrow-csv" 746 - version = "52.2.0" 747 - source = "registry+https://github.com/rust-lang/crates.io-index" 748 - checksum = "c13c36dc5ddf8c128df19bab27898eea64bf9da2b555ec1cd17a8ff57fba9ec2" 749 - dependencies = [ 750 - "arrow-array", 751 - "arrow-buffer", 752 - "arrow-cast", 753 - "arrow-data", 754 - "arrow-schema", 755 - "chrono", 756 - "csv", 757 - "csv-core", 758 - "lazy_static", 759 - "lexical-core", 760 - "regex", 761 - ] 762 - 763 - [[package]] 764 - name = "arrow-data" 765 - version = "52.2.0" 766 - source = "registry+https://github.com/rust-lang/crates.io-index" 767 - checksum = "dd9d6f18c65ef7a2573ab498c374d8ae364b4a4edf67105357491c031f716ca5" 768 - dependencies = [ 769 - "arrow-buffer", 770 - "arrow-schema", 771 - "half", 772 - "num", 773 - ] 774 - 775 - [[package]] 776 - name = "arrow-ipc" 777 - version = "52.2.0" 778 - source = "registry+https://github.com/rust-lang/crates.io-index" 779 - checksum = "e786e1cdd952205d9a8afc69397b317cfbb6e0095e445c69cda7e8da5c1eeb0f" 780 - dependencies = [ 781 - "arrow-array", 782 - "arrow-buffer", 783 - "arrow-cast", 784 - "arrow-data", 785 - "arrow-schema", 786 - "flatbuffers", 787 - "lz4_flex", 788 - "zstd", 789 - ] 790 - 791 - [[package]] 792 - name = "arrow-json" 793 - version = "52.2.0" 794 - source = "registry+https://github.com/rust-lang/crates.io-index" 795 - checksum = "fb22284c5a2a01d73cebfd88a33511a3234ab45d66086b2ca2d1228c3498e445" 796 - dependencies = [ 797 - "arrow-array", 798 - "arrow-buffer", 799 - "arrow-cast", 800 - "arrow-data", 801 - "arrow-schema", 802 - "chrono", 803 - "half", 804 - "indexmap 2.2.6", 805 - "lexical-core", 806 - "num", 807 - "serde", 808 - "serde_json", 809 - ] 810 - 811 - [[package]] 812 - name = "arrow-ord" 813 - version = "52.2.0" 814 - source = "registry+https://github.com/rust-lang/crates.io-index" 815 - checksum = "42745f86b1ab99ef96d1c0bcf49180848a64fe2c7a7a0d945bc64fa2b21ba9bc" 816 - dependencies = [ 817 - "arrow-array", 818 - "arrow-buffer", 819 - "arrow-data", 820 - "arrow-schema", 821 - "arrow-select", 822 - "half", 823 - "num", 824 - ] 825 - 826 - [[package]] 827 - name = "arrow-row" 828 - version = "52.2.0" 829 - source = "registry+https://github.com/rust-lang/crates.io-index" 830 - checksum = "4cd09a518c602a55bd406bcc291a967b284cfa7a63edfbf8b897ea4748aad23c" 831 - dependencies = [ 832 - "ahash 0.8.11", 833 - "arrow-array", 834 - "arrow-buffer", 835 - "arrow-data", 836 - "arrow-schema", 837 - "half", 838 - ] 839 - 840 - [[package]] 841 - name = "arrow-schema" 842 - version = "52.2.0" 843 - source = "registry+https://github.com/rust-lang/crates.io-index" 844 - checksum = "9e972cd1ff4a4ccd22f86d3e53e835c2ed92e0eea6a3e8eadb72b4f1ac802cf8" 845 - dependencies = [ 846 - "serde", 847 - ] 848 - 849 - [[package]] 850 - name = "arrow-select" 851 - version = "52.2.0" 852 - source = "registry+https://github.com/rust-lang/crates.io-index" 853 - checksum = "600bae05d43483d216fb3494f8c32fdbefd8aa4e1de237e790dbb3d9f44690a3" 854 - dependencies = [ 855 - "ahash 0.8.11", 856 - "arrow-array", 857 - "arrow-buffer", 858 - "arrow-data", 859 - "arrow-schema", 860 - "num", 861 - ] 862 - 863 - [[package]] 864 - name = "arrow-string" 865 - version = "52.2.0" 866 - source = "registry+https://github.com/rust-lang/crates.io-index" 867 - checksum = "f0dc1985b67cb45f6606a248ac2b4a288849f196bab8c657ea5589f47cdd55e6" 868 - dependencies = [ 869 - "arrow-array", 870 - "arrow-buffer", 871 - "arrow-data", 872 - "arrow-schema", 873 - "arrow-select", 874 - "memchr", 875 - "num", 876 - "regex", 877 - "regex-syntax 0.8.4", 878 - ] 879 - 880 - [[package]] 881 - name = "ascii-canvas" 882 - version = "3.0.0" 883 - source = "registry+https://github.com/rust-lang/crates.io-index" 884 - checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6" 885 - dependencies = [ 886 - "term", 887 - ] 888 - 889 - [[package]] 890 - name = "askama" 891 - version = "0.12.1" 892 - source = "registry+https://github.com/rust-lang/crates.io-index" 893 - checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28" 894 - dependencies = [ 895 - "askama_derive", 896 - "askama_escape", 897 - "humansize", 898 - "num-traits", 899 - "percent-encoding", 900 - ] 901 - 902 - [[package]] 903 - name = "askama_derive" 904 - version = "0.12.5" 905 - source = "registry+https://github.com/rust-lang/crates.io-index" 906 - checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83" 907 - dependencies = [ 908 - "askama_parser", 909 - "basic-toml", 910 - "mime", 911 - "mime_guess", 912 - "proc-macro2", 913 - "quote", 914 - "serde", 915 - "syn 2.0.66", 916 - ] 917 - 918 - [[package]] 919 - name = "askama_escape" 920 - version = "0.10.3" 921 - source = "registry+https://github.com/rust-lang/crates.io-index" 922 - checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" 923 - 924 - [[package]] 925 - name = "askama_parser" 926 - version = "0.2.1" 927 - source = "registry+https://github.com/rust-lang/crates.io-index" 928 - checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0" 929 - dependencies = [ 930 - "nom", 931 - ] 932 - 933 - [[package]] 934 - name = "async-channel" 935 - version = "2.3.1" 936 - source = "registry+https://github.com/rust-lang/crates.io-index" 937 - checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" 938 - dependencies = [ 939 - "concurrent-queue", 940 - "event-listener-strategy", 941 - "futures-core", 942 - "pin-project-lite", 943 - ] 944 - 945 - [[package]] 946 - name = "async-compression" 947 - version = "0.4.11" 948 - source = "registry+https://github.com/rust-lang/crates.io-index" 949 - checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5" 950 - dependencies = [ 951 - "bzip2", 952 - "flate2", 953 - "futures-core", 954 - "futures-io", 955 - "memchr", 956 - "pin-project-lite", 957 - "tokio", 958 - "xz2", 959 - "zstd", 960 - "zstd-safe", 961 - ] 962 - 963 - [[package]] 964 - name = "async-fs" 965 - version = "2.1.2" 966 - source = "registry+https://github.com/rust-lang/crates.io-index" 967 - checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" 968 - dependencies = [ 969 - "async-lock", 970 - "blocking", 971 - "futures-lite 2.3.0", 972 - ] 973 - 974 - [[package]] 975 - name = "async-lock" 976 - version = "3.4.0" 977 - source = "registry+https://github.com/rust-lang/crates.io-index" 978 - checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" 979 - dependencies = [ 980 - "event-listener 5.3.1", 981 - "event-listener-strategy", 982 - "pin-project-lite", 983 - ] 984 - 985 - [[package]] 986 - name = "async-nats" 987 - version = "0.35.1" 988 - source = "registry+https://github.com/rust-lang/crates.io-index" 989 - checksum = "ab8df97cb8fc4a884af29ab383e9292ea0939cfcdd7d2a17179086dc6c427e7f" 990 - dependencies = [ 991 - "base64 0.22.1", 992 - "bytes", 993 - "futures", 994 - "memchr", 995 - "nkeys", 996 - "nuid", 997 - "once_cell", 998 - "portable-atomic", 999 - "rand", 1000 - "regex", 1001 - "ring", 1002 - "rustls-native-certs 0.7.0", 1003 - "rustls-pemfile 2.1.2", 1004 - "rustls-webpki 0.102.4", 1005 - "serde", 1006 - "serde_json", 1007 - "serde_nanos", 1008 - "serde_repr", 1009 - "thiserror", 1010 - "time", 1011 - "tokio", 1012 - "tokio-rustls 0.26.0", 1013 - "tracing", 1014 - "tryhard", 1015 - "url", 1016 - ] 1017 - 1018 - [[package]] 1019 - name = "async-recursion" 1020 - version = "1.1.1" 1021 - source = "registry+https://github.com/rust-lang/crates.io-index" 1022 - checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 1023 - dependencies = [ 1024 - "proc-macro2", 1025 - "quote", 1026 - "syn 2.0.66", 1027 - ] 1028 - 1029 - [[package]] 1030 - name = "async-stream" 1031 - version = "0.3.5" 1032 - source = "registry+https://github.com/rust-lang/crates.io-index" 1033 - checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51" 1034 - dependencies = [ 1035 - "async-stream-impl", 1036 - "futures-core", 1037 - "pin-project-lite", 1038 - ] 1039 - 1040 - [[package]] 1041 - name = "async-stream-impl" 1042 - version = "0.3.5" 1043 - source = "registry+https://github.com/rust-lang/crates.io-index" 1044 - checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193" 1045 - dependencies = [ 1046 - "proc-macro2", 1047 - "quote", 1048 - "syn 2.0.66", 1049 - ] 1050 - 1051 - [[package]] 1052 - name = "async-task" 1053 - version = "4.7.1" 1054 - source = "registry+https://github.com/rust-lang/crates.io-index" 1055 - checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" 1056 - 1057 - [[package]] 1058 - name = "async-trait" 1059 - version = "0.1.80" 1060 - source = "registry+https://github.com/rust-lang/crates.io-index" 1061 - checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" 1062 - dependencies = [ 1063 - "proc-macro2", 1064 - "quote", 1065 - "syn 2.0.66", 1066 - ] 1067 - 1068 - [[package]] 1069 - name = "async-tungstenite" 1070 - version = "0.23.0" 1071 - source = "registry+https://github.com/rust-lang/crates.io-index" 1072 - checksum = "a1e9efbe14612da0a19fb983059a0b621e9cf6225d7018ecab4f9988215540dc" 1073 - dependencies = [ 1074 - "futures-io", 1075 - "futures-util", 1076 - "log", 1077 - "pin-project-lite", 1078 - "tokio", 1079 - "tungstenite 0.20.1", 1080 - ] 1081 - 1082 - [[package]] 1083 - name = "async-walkdir" 1084 - version = "1.0.0" 1085 - source = "registry+https://github.com/rust-lang/crates.io-index" 1086 - checksum = "73f6338023cbfc0555eccb8e83d3d4dcf1183b51ca9140a03b1dbb8a559193db" 1087 - dependencies = [ 1088 - "async-fs", 1089 - "futures-lite 2.3.0", 1090 - ] 1091 - 1092 - [[package]] 1093 - name = "atoi" 1094 - version = "2.0.0" 1095 - source = "registry+https://github.com/rust-lang/crates.io-index" 1096 - checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 1097 - dependencies = [ 1098 - "num-traits", 1099 - ] 1100 - 1101 - [[package]] 1102 - name = "atomic" 1103 - version = "0.5.3" 1104 - source = "registry+https://github.com/rust-lang/crates.io-index" 1105 - checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" 1106 - 1107 - [[package]] 1108 - name = "atomic-waker" 1109 - version = "1.1.2" 1110 - source = "registry+https://github.com/rust-lang/crates.io-index" 1111 - checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 1112 - 1113 - [[package]] 1114 - name = "atty" 1115 - version = "0.2.14" 1116 - source = "registry+https://github.com/rust-lang/crates.io-index" 1117 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 1118 - dependencies = [ 1119 - "hermit-abi 0.1.19", 1120 - "libc", 1121 - "winapi 0.3.9", 1122 - ] 1123 - 1124 - [[package]] 1125 - name = "autocfg" 1126 - version = "1.3.0" 1127 - source = "registry+https://github.com/rust-lang/crates.io-index" 1128 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 1129 - 1130 - [[package]] 1131 - name = "awc" 1132 - version = "3.5.0" 1133 - source = "registry+https://github.com/rust-lang/crates.io-index" 1134 - checksum = "fe6b67e44fb95d1dc9467e3930383e115f9b4ed60ca689db41409284e967a12d" 1135 - dependencies = [ 1136 - "actix-codec", 1137 - "actix-http", 1138 - "actix-rt", 1139 - "actix-service", 1140 - "actix-tls", 1141 - "actix-utils", 1142 - "base64 0.22.1", 1143 - "bytes", 1144 - "cfg-if 1.0.0", 1145 - "cookie", 1146 - "derive_more", 1147 - "futures-core", 1148 - "futures-util", 1149 - "h2 0.3.26", 1150 - "http 0.2.12", 1151 - "itoa", 1152 - "log", 1153 - "mime", 1154 - "percent-encoding", 1155 - "pin-project-lite", 1156 - "rand", 1157 - "serde", 1158 - "serde_json", 1159 - "serde_urlencoded", 1160 - "tokio", 1161 - ] 1162 - 1163 - [[package]] 1164 - name = "axum" 1165 - version = "0.6.20" 1166 - source = "registry+https://github.com/rust-lang/crates.io-index" 1167 - checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" 1168 - dependencies = [ 1169 - "async-trait", 1170 - "axum-core", 1171 - "bitflags 1.3.2", 1172 - "bytes", 1173 - "futures-util", 1174 - "http 0.2.12", 1175 - "http-body 0.4.6", 1176 - "hyper 0.14.29", 1177 - "itoa", 1178 - "matchit", 1179 - "memchr", 1180 - "mime", 1181 - "percent-encoding", 1182 - "pin-project-lite", 1183 - "rustversion", 1184 - "serde", 1185 - "sync_wrapper", 1186 - "tower", 1187 - "tower-layer", 1188 - "tower-service", 1189 - ] 1190 - 1191 - [[package]] 1192 - name = "axum-core" 1193 - version = "0.3.4" 1194 - source = "registry+https://github.com/rust-lang/crates.io-index" 1195 - checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c" 1196 - dependencies = [ 1197 - "async-trait", 1198 - "bytes", 1199 - "futures-util", 1200 - "http 0.2.12", 1201 - "http-body 0.4.6", 1202 - "mime", 1203 - "rustversion", 1204 - "tower-layer", 1205 - "tower-service", 1206 - ] 1207 - 1208 - [[package]] 1209 - name = "backtrace" 1210 - version = "0.3.73" 1211 - source = "registry+https://github.com/rust-lang/crates.io-index" 1212 - checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 1213 - dependencies = [ 1214 - "addr2line", 1215 - "cc", 1216 - "cfg-if 1.0.0", 1217 - "libc", 1218 - "miniz_oxide", 1219 - "object", 1220 - "rustc-demangle", 1221 - ] 1222 - 1223 - [[package]] 1224 - name = "base-encode" 1225 - version = "0.3.1" 1226 - source = "registry+https://github.com/rust-lang/crates.io-index" 1227 - checksum = "a17bd29f7c70f32e9387f4d4acfa5ea7b7749ef784fb78cf382df97069337b8c" 1228 - 1229 - [[package]] 1230 - name = "base16" 1231 - version = "0.2.1" 1232 - source = "registry+https://github.com/rust-lang/crates.io-index" 1233 - checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8" 1234 - 1235 - [[package]] 1236 - name = "base62" 1237 - version = "2.0.2" 1238 - source = "registry+https://github.com/rust-lang/crates.io-index" 1239 - checksum = "f879ef8fc74665ed7f0e6127cb106315888fc2744f68e14b74f83edbb2a08992" 1240 - 1241 - [[package]] 1242 - name = "base64" 1243 - version = "0.12.3" 1244 - source = "registry+https://github.com/rust-lang/crates.io-index" 1245 - checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" 1246 - 1247 - [[package]] 1248 - name = "base64" 1249 - version = "0.13.1" 1250 - source = "registry+https://github.com/rust-lang/crates.io-index" 1251 - checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 1252 - 1253 - [[package]] 1254 - name = "base64" 1255 - version = "0.21.7" 1256 - source = "registry+https://github.com/rust-lang/crates.io-index" 1257 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 1258 - 1259 - [[package]] 1260 - name = "base64" 1261 - version = "0.22.1" 1262 - source = "registry+https://github.com/rust-lang/crates.io-index" 1263 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 1264 - 1265 - [[package]] 1266 - name = "base64ct" 1267 - version = "1.6.0" 1268 - source = "registry+https://github.com/rust-lang/crates.io-index" 1269 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 1270 - 1271 - [[package]] 1272 - name = "base85rs" 1273 - version = "0.1.3" 1274 - source = "registry+https://github.com/rust-lang/crates.io-index" 1275 - checksum = "87678d33a2af71f019ed11f52db246ca6c5557edee2cccbe689676d1ad9c6b5a" 1276 - 1277 - [[package]] 1278 - name = "basic-toml" 1279 - version = "0.1.9" 1280 - source = "registry+https://github.com/rust-lang/crates.io-index" 1281 - checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" 1282 - dependencies = [ 1283 - "serde", 1284 - ] 1285 - 1286 - [[package]] 1287 - name = "bincode" 1288 - version = "1.3.3" 1289 - source = "registry+https://github.com/rust-lang/crates.io-index" 1290 - checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 1291 - dependencies = [ 1292 - "serde", 1293 - ] 1294 - 1295 - [[package]] 1296 - name = "bit-set" 1297 - version = "0.5.3" 1298 - source = "registry+https://github.com/rust-lang/crates.io-index" 1299 - checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 1300 - dependencies = [ 1301 - "bit-vec", 1302 - ] 1303 - 1304 - [[package]] 1305 - name = "bit-vec" 1306 - version = "0.6.3" 1307 - source = "registry+https://github.com/rust-lang/crates.io-index" 1308 - checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 1309 - 1310 - [[package]] 1311 - name = "bitflags" 1312 - version = "1.3.2" 1313 - source = "registry+https://github.com/rust-lang/crates.io-index" 1314 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 1315 - 1316 - [[package]] 1317 - name = "bitflags" 1318 - version = "2.5.0" 1319 - source = "registry+https://github.com/rust-lang/crates.io-index" 1320 - checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 1321 - dependencies = [ 1322 - "serde", 1323 - ] 1324 - 1325 - [[package]] 1326 - name = "bitvec" 1327 - version = "1.0.1" 1328 - source = "registry+https://github.com/rust-lang/crates.io-index" 1329 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 1330 - dependencies = [ 1331 - "funty", 1332 - "radium", 1333 - "tap", 1334 - "wyz", 1335 - ] 1336 - 1337 - [[package]] 1338 - name = "blake2" 1339 - version = "0.10.6" 1340 - source = "registry+https://github.com/rust-lang/crates.io-index" 1341 - checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe" 1342 - dependencies = [ 1343 - "digest", 1344 - ] 1345 - 1346 - [[package]] 1347 - name = "blake3" 1348 - version = "1.5.1" 1349 - source = "registry+https://github.com/rust-lang/crates.io-index" 1350 - checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52" 1351 - dependencies = [ 1352 - "arrayref", 1353 - "arrayvec", 1354 - "cc", 1355 - "cfg-if 1.0.0", 1356 - "constant_time_eq", 1357 - "rayon", 1358 - ] 1359 - 1360 - [[package]] 1361 - name = "block-buffer" 1362 - version = "0.10.4" 1363 - source = "registry+https://github.com/rust-lang/crates.io-index" 1364 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 1365 - dependencies = [ 1366 - "generic-array", 1367 - ] 1368 - 1369 - [[package]] 1370 - name = "block-padding" 1371 - version = "0.3.3" 1372 - source = "registry+https://github.com/rust-lang/crates.io-index" 1373 - checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 1374 - dependencies = [ 1375 - "generic-array", 1376 - ] 1377 - 1378 - [[package]] 1379 - name = "block2" 1380 - version = "0.5.1" 1381 - source = "registry+https://github.com/rust-lang/crates.io-index" 1382 - checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f" 1383 - dependencies = [ 1384 - "objc2", 1385 - ] 1386 - 1387 - [[package]] 1388 - name = "blocking" 1389 - version = "1.6.1" 1390 - source = "registry+https://github.com/rust-lang/crates.io-index" 1391 - checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" 1392 - dependencies = [ 1393 - "async-channel", 1394 - "async-task", 1395 - "futures-io", 1396 - "futures-lite 2.3.0", 1397 - "piper", 1398 - ] 1399 - 1400 - [[package]] 1401 - name = "borsh" 1402 - version = "1.5.1" 1403 - source = "registry+https://github.com/rust-lang/crates.io-index" 1404 - checksum = "a6362ed55def622cddc70a4746a68554d7b687713770de539e59a739b249f8ed" 1405 - dependencies = [ 1406 - "borsh-derive", 1407 - "cfg_aliases 0.2.1", 1408 - ] 1409 - 1410 - [[package]] 1411 - name = "borsh-derive" 1412 - version = "1.5.1" 1413 - source = "registry+https://github.com/rust-lang/crates.io-index" 1414 - checksum = "c3ef8005764f53cd4dca619f5bf64cafd4664dada50ece25e4d81de54c80cc0b" 1415 - dependencies = [ 1416 - "once_cell", 1417 - "proc-macro-crate 3.1.0", 1418 - "proc-macro2", 1419 - "quote", 1420 - "syn 2.0.66", 1421 - "syn_derive", 1422 - ] 1423 - 1424 - [[package]] 1425 - name = "brotli" 1426 - version = "3.5.0" 1427 - source = "registry+https://github.com/rust-lang/crates.io-index" 1428 - checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391" 1429 - dependencies = [ 1430 - "alloc-no-stdlib", 1431 - "alloc-stdlib", 1432 - "brotli-decompressor 2.5.1", 1433 - ] 1434 - 1435 - [[package]] 1436 - name = "brotli" 1437 - version = "6.0.0" 1438 - source = "registry+https://github.com/rust-lang/crates.io-index" 1439 - checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b" 1440 - dependencies = [ 1441 - "alloc-no-stdlib", 1442 - "alloc-stdlib", 1443 - "brotli-decompressor 4.0.1", 1444 - ] 1445 - 1446 - [[package]] 1447 - name = "brotli-decompressor" 1448 - version = "2.5.1" 1449 - source = "registry+https://github.com/rust-lang/crates.io-index" 1450 - checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f" 1451 - dependencies = [ 1452 - "alloc-no-stdlib", 1453 - "alloc-stdlib", 1454 - ] 1455 - 1456 - [[package]] 1457 - name = "brotli-decompressor" 1458 - version = "4.0.1" 1459 - source = "registry+https://github.com/rust-lang/crates.io-index" 1460 - checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362" 1461 - dependencies = [ 1462 - "alloc-no-stdlib", 1463 - "alloc-stdlib", 1464 - ] 1465 - 1466 - [[package]] 1467 - name = "bstr" 1468 - version = "1.9.1" 1469 - source = "registry+https://github.com/rust-lang/crates.io-index" 1470 - checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 1471 - dependencies = [ 1472 - "memchr", 1473 - "serde", 1474 - ] 1475 - 1476 - [[package]] 1477 - name = "bumpalo" 1478 - version = "3.16.0" 1479 - source = "registry+https://github.com/rust-lang/crates.io-index" 1480 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 1481 - 1482 - [[package]] 1483 - name = "bytecheck" 1484 - version = "0.6.12" 1485 - source = "registry+https://github.com/rust-lang/crates.io-index" 1486 - checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2" 1487 - dependencies = [ 1488 - "bytecheck_derive", 1489 - "ptr_meta", 1490 - "simdutf8", 1491 - ] 1492 - 1493 - [[package]] 1494 - name = "bytecheck_derive" 1495 - version = "0.6.12" 1496 - source = "registry+https://github.com/rust-lang/crates.io-index" 1497 - checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659" 1498 - dependencies = [ 1499 - "proc-macro2", 1500 - "quote", 1501 - "syn 1.0.109", 1502 - ] 1503 - 1504 - [[package]] 1505 - name = "byteorder" 1506 - version = "1.5.0" 1507 - source = "registry+https://github.com/rust-lang/crates.io-index" 1508 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 1509 - 1510 - [[package]] 1511 - name = "bytes" 1512 - version = "1.6.0" 1513 - source = "registry+https://github.com/rust-lang/crates.io-index" 1514 - checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 1515 - dependencies = [ 1516 - "serde", 1517 - ] 1518 - 1519 - [[package]] 1520 - name = "bytestring" 1521 - version = "1.3.1" 1522 - source = "registry+https://github.com/rust-lang/crates.io-index" 1523 - checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72" 1524 - dependencies = [ 1525 - "bytes", 1526 - ] 1527 - 1528 - [[package]] 1529 - name = "bzip2" 1530 - version = "0.4.4" 1531 - source = "registry+https://github.com/rust-lang/crates.io-index" 1532 - checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8" 1533 - dependencies = [ 1534 - "bzip2-sys", 1535 - "libc", 1536 - ] 1537 - 1538 - [[package]] 1539 - name = "bzip2-sys" 1540 - version = "0.1.11+1.0.8" 1541 - source = "registry+https://github.com/rust-lang/crates.io-index" 1542 - checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc" 1543 - dependencies = [ 1544 - "cc", 1545 - "libc", 1546 - "pkg-config", 1547 - ] 1548 - 1549 - [[package]] 1550 - name = "c_linked_list" 1551 - version = "1.1.1" 1552 - source = "registry+https://github.com/rust-lang/crates.io-index" 1553 - checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b" 1554 - 1555 - [[package]] 1556 - name = "cactus" 1557 - version = "1.0.7" 1558 - source = "registry+https://github.com/rust-lang/crates.io-index" 1559 - checksum = "acbc26382d871df4b7442e3df10a9402bf3cf5e55cbd66f12be38861425f0564" 1560 - 1561 - [[package]] 1562 - name = "cast" 1563 - version = "0.3.0" 1564 - source = "registry+https://github.com/rust-lang/crates.io-index" 1565 - checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" 1566 - 1567 - [[package]] 1568 - name = "cbc" 1569 - version = "0.1.2" 1570 - source = "registry+https://github.com/rust-lang/crates.io-index" 1571 - checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 1572 - dependencies = [ 1573 - "cipher", 1574 - ] 1575 - 1576 - [[package]] 1577 - name = "cc" 1578 - version = "1.0.99" 1579 - source = "registry+https://github.com/rust-lang/crates.io-index" 1580 - checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" 1581 - dependencies = [ 1582 - "jobserver", 1583 - "libc", 1584 - "once_cell", 1585 - ] 1586 - 1587 - [[package]] 1588 - name = "cesu8" 1589 - version = "1.1.0" 1590 - source = "registry+https://github.com/rust-lang/crates.io-index" 1591 - checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 1592 - 1593 - [[package]] 1594 - name = "cfb-mode" 1595 - version = "0.8.2" 1596 - source = "registry+https://github.com/rust-lang/crates.io-index" 1597 - checksum = "738b8d467867f80a71351933f70461f5b56f24d5c93e0cf216e59229c968d330" 1598 - dependencies = [ 1599 - "cipher", 1600 - ] 1601 - 1602 - [[package]] 1603 - name = "cfg-if" 1604 - version = "0.1.10" 1605 - source = "registry+https://github.com/rust-lang/crates.io-index" 1606 - checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" 1607 - 1608 - [[package]] 1609 - name = "cfg-if" 1610 - version = "1.0.0" 1611 - source = "registry+https://github.com/rust-lang/crates.io-index" 1612 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 1613 - 1614 - [[package]] 1615 - name = "cfg_aliases" 1616 - version = "0.1.1" 1617 - source = "registry+https://github.com/rust-lang/crates.io-index" 1618 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 1619 - 1620 - [[package]] 1621 - name = "cfg_aliases" 1622 - version = "0.2.1" 1623 - source = "registry+https://github.com/rust-lang/crates.io-index" 1624 - checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 1625 - 1626 - [[package]] 1627 - name = "cfgrammar" 1628 - version = "0.12.0" 1629 - source = "registry+https://github.com/rust-lang/crates.io-index" 1630 - checksum = "bf74ea341ae8905eac9a234b6a5a845e118c25bbbdecf85ec77431a8b3bfa0be" 1631 - dependencies = [ 1632 - "indexmap 1.9.3", 1633 - "lazy_static", 1634 - "num-traits", 1635 - "regex", 1636 - "serde", 1637 - "vob", 1638 - ] 1639 - 1640 - [[package]] 1641 - name = "chacha20" 1642 - version = "0.9.1" 1643 - source = "registry+https://github.com/rust-lang/crates.io-index" 1644 - checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818" 1645 - dependencies = [ 1646 - "cfg-if 1.0.0", 1647 - "cipher", 1648 - "cpufeatures", 1649 - ] 1650 - 1651 - [[package]] 1652 - name = "chacha20poly1305" 1653 - version = "0.10.1" 1654 - source = "registry+https://github.com/rust-lang/crates.io-index" 1655 - checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35" 1656 - dependencies = [ 1657 - "aead", 1658 - "chacha20", 1659 - "cipher", 1660 - "poly1305", 1661 - "zeroize", 1662 - ] 1663 - 1664 - [[package]] 1665 - name = "charset" 1666 - version = "0.1.3" 1667 - source = "registry+https://github.com/rust-lang/crates.io-index" 1668 - checksum = "18e9079d1a12a2cc2bffb5db039c43661836ead4082120d5844f02555aca2d46" 1669 - dependencies = [ 1670 - "base64 0.13.1", 1671 - "encoding_rs", 1672 - ] 1673 - 1674 - [[package]] 1675 - name = "chromiumoxide" 1676 - version = "0.5.7" 1677 - source = "git+https://github.com/mattsse/chromiumoxide?rev=348967500868c2b5dfcb3930fe483b2ff17b35ff#348967500868c2b5dfcb3930fe483b2ff17b35ff" 1678 - dependencies = [ 1679 - "async-tungstenite", 1680 - "base64 0.21.7", 1681 - "cfg-if 1.0.0", 1682 - "chromiumoxide_cdp", 1683 - "chromiumoxide_fetcher", 1684 - "chromiumoxide_types", 1685 - "dunce", 1686 - "fnv", 1687 - "futures", 1688 - "futures-timer", 1689 - "pin-project-lite", 1690 - "reqwest 0.11.27", 1691 - "serde", 1692 - "serde_json", 1693 - "thiserror", 1694 - "tokio", 1695 - "tracing", 1696 - "url", 1697 - "which", 1698 - "winreg 0.51.0", 1699 - ] 1700 - 1701 - [[package]] 1702 - name = "chromiumoxide_cdp" 1703 - version = "0.5.2" 1704 - source = "git+https://github.com/mattsse/chromiumoxide?rev=348967500868c2b5dfcb3930fe483b2ff17b35ff#348967500868c2b5dfcb3930fe483b2ff17b35ff" 1705 - dependencies = [ 1706 - "chromiumoxide_pdl", 1707 - "chromiumoxide_types", 1708 - "serde", 1709 - "serde_json", 1710 - ] 1711 - 1712 - [[package]] 1713 - name = "chromiumoxide_fetcher" 1714 - version = "0.5.3" 1715 - source = "git+https://github.com/mattsse/chromiumoxide?rev=348967500868c2b5dfcb3930fe483b2ff17b35ff#348967500868c2b5dfcb3930fe483b2ff17b35ff" 1716 - dependencies = [ 1717 - "anyhow", 1718 - "directories", 1719 - "os_info", 1720 - "reqwest 0.11.27", 1721 - "thiserror", 1722 - "tokio", 1723 - "zip", 1724 - ] 1725 - 1726 - [[package]] 1727 - name = "chromiumoxide_pdl" 1728 - version = "0.5.2" 1729 - source = "git+https://github.com/mattsse/chromiumoxide?rev=348967500868c2b5dfcb3930fe483b2ff17b35ff#348967500868c2b5dfcb3930fe483b2ff17b35ff" 1730 - dependencies = [ 1731 - "chromiumoxide_types", 1732 - "either", 1733 - "heck 0.4.1", 1734 - "once_cell", 1735 - "proc-macro2", 1736 - "quote", 1737 - "regex", 1738 - "serde", 1739 - "serde_json", 1740 - ] 1741 - 1742 - [[package]] 1743 - name = "chromiumoxide_types" 1744 - version = "0.5.2" 1745 - source = "git+https://github.com/mattsse/chromiumoxide?rev=348967500868c2b5dfcb3930fe483b2ff17b35ff#348967500868c2b5dfcb3930fe483b2ff17b35ff" 1746 - dependencies = [ 1747 - "serde", 1748 - "serde_json", 1749 - ] 1750 - 1751 - [[package]] 1752 - name = "chrono" 1753 - version = "0.4.38" 1754 - source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 1756 - dependencies = [ 1757 - "android-tzdata", 1758 - "iana-time-zone", 1759 - "js-sys", 1760 - "num-traits", 1761 - "serde", 1762 - "wasm-bindgen", 1763 - "windows-targets 0.52.5", 1764 - ] 1765 - 1766 - [[package]] 1767 - name = "chrono-tz" 1768 - version = "0.9.0" 1769 - source = "registry+https://github.com/rust-lang/crates.io-index" 1770 - checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb" 1771 - dependencies = [ 1772 - "chrono", 1773 - "chrono-tz-build", 1774 - "phf", 1775 - ] 1776 - 1777 - [[package]] 1778 - name = "chrono-tz-build" 1779 - version = "0.3.0" 1780 - source = "registry+https://github.com/rust-lang/crates.io-index" 1781 - checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1" 1782 - dependencies = [ 1783 - "parse-zoneinfo", 1784 - "phf", 1785 - "phf_codegen", 1786 - ] 1787 - 1788 - [[package]] 1789 - name = "chumsky" 1790 - version = "0.9.3" 1791 - source = "registry+https://github.com/rust-lang/crates.io-index" 1792 - checksum = "8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9" 1793 - dependencies = [ 1794 - "hashbrown 0.14.5", 1795 - "stacker", 1796 - ] 1797 - 1798 - [[package]] 1799 - name = "ciborium" 1800 - version = "0.2.2" 1801 - source = "registry+https://github.com/rust-lang/crates.io-index" 1802 - checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 1803 - dependencies = [ 1804 - "ciborium-io", 1805 - "ciborium-ll", 1806 - "serde", 1807 - ] 1808 - 1809 - [[package]] 1810 - name = "ciborium-io" 1811 - version = "0.2.2" 1812 - source = "registry+https://github.com/rust-lang/crates.io-index" 1813 - checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 1814 - 1815 - [[package]] 1816 - name = "ciborium-ll" 1817 - version = "0.2.2" 1818 - source = "registry+https://github.com/rust-lang/crates.io-index" 1819 - checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 1820 - dependencies = [ 1821 - "ciborium-io", 1822 - "half", 1823 - ] 1824 - 1825 - [[package]] 1826 - name = "cidr" 1827 - version = "0.2.3" 1828 - source = "registry+https://github.com/rust-lang/crates.io-index" 1829 - checksum = "6bdf600c45bd958cf2945c445264471cca8b6c8e67bc87b71affd6d7e5682621" 1830 - 1831 - [[package]] 1832 - name = "cidr-utils" 1833 - version = "0.6.1" 1834 - source = "registry+https://github.com/rust-lang/crates.io-index" 1835 - checksum = "25c0a9fb70c2c2cc2a520aa259b1d1345650046a07df1b6da1d3cefcd327f43e" 1836 - dependencies = [ 1837 - "cidr", 1838 - "num-bigint", 1839 - "num-traits", 1840 - ] 1841 - 1842 - [[package]] 1843 - name = "cipher" 1844 - version = "0.4.4" 1845 - source = "registry+https://github.com/rust-lang/crates.io-index" 1846 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 1847 - dependencies = [ 1848 - "crypto-common", 1849 - "inout", 1850 - "zeroize", 1851 - ] 1852 - 1853 - [[package]] 1854 - name = "cityhasher" 1855 - version = "0.1.0" 1856 - source = "registry+https://github.com/rust-lang/crates.io-index" 1857 - checksum = "ceab37c9e94f42414cccae77e930232c517f1bb190947018cffb0ab41fc40992" 1858 - 1859 - [[package]] 1860 - name = "clap" 1861 - version = "3.2.25" 1862 - source = "registry+https://github.com/rust-lang/crates.io-index" 1863 - checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" 1864 - dependencies = [ 1865 - "atty", 1866 - "bitflags 1.3.2", 1867 - "clap_derive 3.2.25", 1868 - "clap_lex 0.2.4", 1869 - "indexmap 1.9.3", 1870 - "once_cell", 1871 - "strsim 0.10.0", 1872 - "termcolor", 1873 - "textwrap", 1874 - ] 1875 - 1876 - [[package]] 1877 - name = "clap" 1878 - version = "4.5.7" 1879 - source = "registry+https://github.com/rust-lang/crates.io-index" 1880 - checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f" 1881 - dependencies = [ 1882 - "clap_builder", 1883 - "clap_derive 4.5.5", 1884 - ] 1885 - 1886 - [[package]] 1887 - name = "clap_builder" 1888 - version = "4.5.7" 1889 - source = "registry+https://github.com/rust-lang/crates.io-index" 1890 - checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f" 1891 - dependencies = [ 1892 - "anstream", 1893 - "anstyle", 1894 - "clap_lex 0.7.1", 1895 - "strsim 0.11.1", 1896 - ] 1897 - 1898 - [[package]] 1899 - name = "clap_derive" 1900 - version = "3.2.25" 1901 - source = "registry+https://github.com/rust-lang/crates.io-index" 1902 - checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008" 1903 - dependencies = [ 1904 - "heck 0.4.1", 1905 - "proc-macro-error", 1906 - "proc-macro2", 1907 - "quote", 1908 - "syn 1.0.109", 1909 - ] 1910 - 1911 - [[package]] 1912 - name = "clap_derive" 1913 - version = "4.5.5" 1914 - source = "registry+https://github.com/rust-lang/crates.io-index" 1915 - checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6" 1916 - dependencies = [ 1917 - "heck 0.5.0", 1918 - "proc-macro2", 1919 - "quote", 1920 - "syn 2.0.66", 1921 - ] 1922 - 1923 - [[package]] 1924 - name = "clap_lex" 1925 - version = "0.2.4" 1926 - source = "registry+https://github.com/rust-lang/crates.io-index" 1927 - checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 1928 - dependencies = [ 1929 - "os_str_bytes", 1930 - ] 1931 - 1932 - [[package]] 1933 - name = "clap_lex" 1934 - version = "0.7.1" 1935 - source = "registry+https://github.com/rust-lang/crates.io-index" 1936 - checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70" 1937 - 1938 - [[package]] 1939 - name = "clipboard-win" 1940 - version = "5.4.0" 1941 - source = "registry+https://github.com/rust-lang/crates.io-index" 1942 - checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" 1943 - dependencies = [ 1944 - "error-code", 1945 - ] 1946 - 1947 - [[package]] 1948 - name = "cloudevents-sdk" 1949 - version = "0.7.0" 1950 - source = "registry+https://github.com/rust-lang/crates.io-index" 1951 - checksum = "801713078518ab05d7c78508c14cf55173a14a1a6659421d3352c2576a6167bf" 1952 - dependencies = [ 1953 - "actix-http", 1954 - "actix-web", 1955 - "async-trait", 1956 - "base64 0.12.3", 1957 - "bitflags 1.3.2", 1958 - "bytes", 1959 - "chrono", 1960 - "delegate-attr", 1961 - "futures", 1962 - "hostname 0.3.1", 1963 - "http 0.2.12", 1964 - "serde", 1965 - "serde_json", 1966 - "snafu 0.6.10", 1967 - "url", 1968 - "uuid", 1969 - "web-sys", 1970 - ] 1971 - 1972 - [[package]] 1973 - name = "codespan-reporting" 1974 - version = "0.11.1" 1975 - source = "registry+https://github.com/rust-lang/crates.io-index" 1976 - checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 1977 - dependencies = [ 1978 - "termcolor", 1979 - "unicode-width", 1980 - ] 1981 - 1982 - [[package]] 1983 - name = "colorchoice" 1984 - version = "1.0.1" 1985 - source = "registry+https://github.com/rust-lang/crates.io-index" 1986 - checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" 1987 - 1988 - [[package]] 1989 - name = "combine" 1990 - version = "4.6.7" 1991 - source = "registry+https://github.com/rust-lang/crates.io-index" 1992 - checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 1993 - dependencies = [ 1994 - "bytes", 1995 - "memchr", 1996 - ] 1997 - 1998 - [[package]] 1999 - name = "comfy-table" 2000 - version = "7.1.1" 2001 - source = "registry+https://github.com/rust-lang/crates.io-index" 2002 - checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7" 2003 - dependencies = [ 2004 - "strum 0.26.2", 2005 - "strum_macros 0.26.4", 2006 - "unicode-width", 2007 - ] 2008 - 2009 - [[package]] 2010 - name = "community-id" 2011 - version = "0.2.2" 2012 - source = "registry+https://github.com/rust-lang/crates.io-index" 2013 - checksum = "4f6af96839c04974cf381e427792a99913ecf3f7bfb348f153dc8a8e5f9803ad" 2014 - dependencies = [ 2015 - "anyhow", 2016 - "base64 0.21.7", 2017 - "hex", 2018 - "lazy_static", 2019 - "num_enum", 2020 - "sha1", 2021 - ] 2022 - 2023 - [[package]] 2024 - name = "concurrent-queue" 2025 - version = "2.5.0" 2026 - source = "registry+https://github.com/rust-lang/crates.io-index" 2027 - checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 2028 - dependencies = [ 2029 - "crossbeam-utils", 2030 - ] 2031 - 2032 - [[package]] 2033 - name = "config" 2034 - version = "0.1.0" 2035 - dependencies = [ 2036 - "actix-web-prometheus", 2037 - "ahash 0.8.11", 2038 - "anyhow", 2039 - "arc-swap", 2040 - "arrow", 2041 - "arrow-json", 2042 - "arrow-schema", 2043 - "async-recursion", 2044 - "async-walkdir", 2045 - "base64 0.21.7", 2046 - "bitvec", 2047 - "byteorder", 2048 - "bytes", 2049 - "chromiumoxide", 2050 - "chrono", 2051 - "cityhasher", 2052 - "dashmap", 2053 - "datafusion", 2054 - "dotenv_config", 2055 - "dotenvy", 2056 - "futures", 2057 - "get_if_addrs", 2058 - "getrandom", 2059 - "gxhash", 2060 - "hashbrown 0.14.5", 2061 - "hex", 2062 - "indexmap 2.2.6", 2063 - "itertools 0.12.1", 2064 - "lettre", 2065 - "log", 2066 - "memchr", 2067 - "murmur3", 2068 - "once_cell", 2069 - "parking_lot", 2070 - "parquet", 2071 - "prometheus", 2072 - "proto", 2073 - "rand", 2074 - "regex", 2075 - "reqwest 0.11.27", 2076 - "segment", 2077 - "serde", 2078 - "serde_json", 2079 - "sqlparser", 2080 - "svix-ksuid", 2081 - "sysinfo", 2082 - "tokio", 2083 - "tracing", 2084 - "tracing-log", 2085 - "tracing-subscriber", 2086 - "utoipa", 2087 - ] 2088 - 2089 - [[package]] 2090 - name = "console-api" 2091 - version = "0.6.0" 2092 - source = "registry+https://github.com/rust-lang/crates.io-index" 2093 - checksum = "fd326812b3fd01da5bb1af7d340d0d555fd3d4b641e7f1dfcf5962a902952787" 2094 - dependencies = [ 2095 - "futures-core", 2096 - "prost 0.12.6", 2097 - "prost-types", 2098 - "tonic 0.10.2", 2099 - "tracing-core", 2100 - ] 2101 - 2102 - [[package]] 2103 - name = "console-subscriber" 2104 - version = "0.2.0" 2105 - source = "registry+https://github.com/rust-lang/crates.io-index" 2106 - checksum = "7481d4c57092cd1c19dd541b92bdce883de840df30aa5d03fd48a3935c01842e" 2107 - dependencies = [ 2108 - "console-api", 2109 - "crossbeam-channel", 2110 - "crossbeam-utils", 2111 - "futures-task", 2112 - "hdrhistogram", 2113 - "humantime", 2114 - "prost-types", 2115 - "serde", 2116 - "serde_json", 2117 - "thread_local", 2118 - "tokio", 2119 - "tokio-stream", 2120 - "tonic 0.10.2", 2121 - "tracing", 2122 - "tracing-core", 2123 - "tracing-subscriber", 2124 - ] 2125 - 2126 - [[package]] 2127 - name = "const-oid" 2128 - version = "0.9.6" 2129 - source = "registry+https://github.com/rust-lang/crates.io-index" 2130 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 2131 - 2132 - [[package]] 2133 - name = "const-random" 2134 - version = "0.1.18" 2135 - source = "registry+https://github.com/rust-lang/crates.io-index" 2136 - checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359" 2137 - dependencies = [ 2138 - "const-random-macro", 2139 - ] 2140 - 2141 - [[package]] 2142 - name = "const-random-macro" 2143 - version = "0.1.16" 2144 - source = "registry+https://github.com/rust-lang/crates.io-index" 2145 - checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e" 2146 - dependencies = [ 2147 - "getrandom", 2148 - "once_cell", 2149 - "tiny-keccak", 2150 - ] 2151 - 2152 - [[package]] 2153 - name = "constant_time_eq" 2154 - version = "0.3.0" 2155 - source = "registry+https://github.com/rust-lang/crates.io-index" 2156 - checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2" 2157 - 2158 - [[package]] 2159 - name = "convert_case" 2160 - version = "0.4.0" 2161 - source = "registry+https://github.com/rust-lang/crates.io-index" 2162 - checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e" 2163 - 2164 - [[package]] 2165 - name = "convert_case" 2166 - version = "0.6.0" 2167 - source = "registry+https://github.com/rust-lang/crates.io-index" 2168 - checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 2169 - dependencies = [ 2170 - "unicode-segmentation", 2171 - ] 2172 - 2173 - [[package]] 2174 - name = "cookie" 2175 - version = "0.16.2" 2176 - source = "registry+https://github.com/rust-lang/crates.io-index" 2177 - checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb" 2178 - dependencies = [ 2179 - "percent-encoding", 2180 - "time", 2181 - "version_check", 2182 - ] 2183 - 2184 - [[package]] 2185 - name = "core-foundation" 2186 - version = "0.9.4" 2187 - source = "registry+https://github.com/rust-lang/crates.io-index" 2188 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 2189 - dependencies = [ 2190 - "core-foundation-sys", 2191 - "libc", 2192 - ] 2193 - 2194 - [[package]] 2195 - name = "core-foundation-sys" 2196 - version = "0.8.6" 2197 - source = "registry+https://github.com/rust-lang/crates.io-index" 2198 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 2199 - 2200 - [[package]] 2201 - name = "cpp_demangle" 2202 - version = "0.4.3" 2203 - source = "registry+https://github.com/rust-lang/crates.io-index" 2204 - checksum = "7e8227005286ec39567949b33df9896bcadfa6051bccca2488129f108ca23119" 2205 - dependencies = [ 2206 - "cfg-if 1.0.0", 2207 - ] 2208 - 2209 - [[package]] 2210 - name = "cpufeatures" 2211 - version = "0.2.12" 2212 - source = "registry+https://github.com/rust-lang/crates.io-index" 2213 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 2214 - dependencies = [ 2215 - "libc", 2216 - ] 2217 - 2218 - [[package]] 2219 - name = "crc" 2220 - version = "3.2.1" 2221 - source = "registry+https://github.com/rust-lang/crates.io-index" 2222 - checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636" 2223 - dependencies = [ 2224 - "crc-catalog", 2225 - ] 2226 - 2227 - [[package]] 2228 - name = "crc-catalog" 2229 - version = "2.4.0" 2230 - source = "registry+https://github.com/rust-lang/crates.io-index" 2231 - checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 2232 - 2233 - [[package]] 2234 - name = "crc32fast" 2235 - version = "1.4.2" 2236 - source = "registry+https://github.com/rust-lang/crates.io-index" 2237 - checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 2238 - dependencies = [ 2239 - "cfg-if 1.0.0", 2240 - ] 2241 - 2242 - [[package]] 2243 - name = "criterion" 2244 - version = "0.5.1" 2245 - source = "registry+https://github.com/rust-lang/crates.io-index" 2246 - checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" 2247 - dependencies = [ 2248 - "anes", 2249 - "cast", 2250 - "ciborium", 2251 - "clap 4.5.7", 2252 - "criterion-plot", 2253 - "is-terminal", 2254 - "itertools 0.10.5", 2255 - "num-traits", 2256 - "once_cell", 2257 - "oorandom", 2258 - "rayon", 2259 - "regex", 2260 - "serde", 2261 - "serde_derive", 2262 - "serde_json", 2263 - "tinytemplate", 2264 - "walkdir", 2265 - ] 2266 - 2267 - [[package]] 2268 - name = "criterion-plot" 2269 - version = "0.5.0" 2270 - source = "registry+https://github.com/rust-lang/crates.io-index" 2271 - checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" 2272 - dependencies = [ 2273 - "cast", 2274 - "itertools 0.10.5", 2275 - ] 2276 - 2277 - [[package]] 2278 - name = "cron" 2279 - version = "0.12.1" 2280 - source = "registry+https://github.com/rust-lang/crates.io-index" 2281 - checksum = "6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07" 2282 - dependencies = [ 2283 - "chrono", 2284 - "nom", 2285 - "once_cell", 2286 - ] 2287 - 2288 - [[package]] 2289 - name = "crossbeam-channel" 2290 - version = "0.5.13" 2291 - source = "registry+https://github.com/rust-lang/crates.io-index" 2292 - checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" 2293 - dependencies = [ 2294 - "crossbeam-utils", 2295 - ] 2296 - 2297 - [[package]] 2298 - name = "crossbeam-deque" 2299 - version = "0.8.5" 2300 - source = "registry+https://github.com/rust-lang/crates.io-index" 2301 - checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" 2302 - dependencies = [ 2303 - "crossbeam-epoch", 2304 - "crossbeam-utils", 2305 - ] 2306 - 2307 - [[package]] 2308 - name = "crossbeam-epoch" 2309 - version = "0.9.18" 2310 - source = "registry+https://github.com/rust-lang/crates.io-index" 2311 - checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 2312 - dependencies = [ 2313 - "crossbeam-utils", 2314 - ] 2315 - 2316 - [[package]] 2317 - name = "crossbeam-queue" 2318 - version = "0.3.11" 2319 - source = "registry+https://github.com/rust-lang/crates.io-index" 2320 - checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35" 2321 - dependencies = [ 2322 - "crossbeam-utils", 2323 - ] 2324 - 2325 - [[package]] 2326 - name = "crossbeam-utils" 2327 - version = "0.8.20" 2328 - source = "registry+https://github.com/rust-lang/crates.io-index" 2329 - checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" 2330 - 2331 - [[package]] 2332 - name = "crunchy" 2333 - version = "0.2.2" 2334 - source = "registry+https://github.com/rust-lang/crates.io-index" 2335 - checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" 2336 - 2337 - [[package]] 2338 - name = "crypto-common" 2339 - version = "0.1.6" 2340 - source = "registry+https://github.com/rust-lang/crates.io-index" 2341 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 2342 - dependencies = [ 2343 - "generic-array", 2344 - "rand_core", 2345 - "typenum", 2346 - ] 2347 - 2348 - [[package]] 2349 - name = "crypto_secretbox" 2350 - version = "0.1.1" 2351 - source = "registry+https://github.com/rust-lang/crates.io-index" 2352 - checksum = "b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1" 2353 - dependencies = [ 2354 - "aead", 2355 - "cipher", 2356 - "generic-array", 2357 - "poly1305", 2358 - "salsa20", 2359 - "subtle", 2360 - "zeroize", 2361 - ] 2362 - 2363 - [[package]] 2364 - name = "csv" 2365 - version = "1.3.0" 2366 - source = "registry+https://github.com/rust-lang/crates.io-index" 2367 - checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe" 2368 - dependencies = [ 2369 - "csv-core", 2370 - "itoa", 2371 - "ryu", 2372 - "serde", 2373 - ] 2374 - 2375 - [[package]] 2376 - name = "csv-core" 2377 - version = "0.1.11" 2378 - source = "registry+https://github.com/rust-lang/crates.io-index" 2379 - checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70" 2380 - dependencies = [ 2381 - "memchr", 2382 - ] 2383 - 2384 - [[package]] 2385 - name = "ctr" 2386 - version = "0.9.2" 2387 - source = "registry+https://github.com/rust-lang/crates.io-index" 2388 - checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" 2389 - dependencies = [ 2390 - "cipher", 2391 - ] 2392 - 2393 - [[package]] 2394 - name = "curve25519-dalek" 2395 - version = "4.1.3" 2396 - source = "registry+https://github.com/rust-lang/crates.io-index" 2397 - checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 2398 - dependencies = [ 2399 - "cfg-if 1.0.0", 2400 - "cpufeatures", 2401 - "curve25519-dalek-derive", 2402 - "digest", 2403 - "fiat-crypto", 2404 - "rustc_version", 2405 - "subtle", 2406 - ] 2407 - 2408 - [[package]] 2409 - name = "curve25519-dalek-derive" 2410 - version = "0.1.1" 2411 - source = "registry+https://github.com/rust-lang/crates.io-index" 2412 - checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 2413 - dependencies = [ 2414 - "proc-macro2", 2415 - "quote", 2416 - "syn 2.0.66", 2417 - ] 2418 - 2419 - [[package]] 2420 - name = "darling" 2421 - version = "0.20.9" 2422 - source = "registry+https://github.com/rust-lang/crates.io-index" 2423 - checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1" 2424 - dependencies = [ 2425 - "darling_core", 2426 - "darling_macro", 2427 - ] 2428 - 2429 - [[package]] 2430 - name = "darling_core" 2431 - version = "0.20.9" 2432 - source = "registry+https://github.com/rust-lang/crates.io-index" 2433 - checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120" 2434 - dependencies = [ 2435 - "fnv", 2436 - "ident_case", 2437 - "proc-macro2", 2438 - "quote", 2439 - "strsim 0.11.1", 2440 - "syn 2.0.66", 2441 - ] 2442 - 2443 - [[package]] 2444 - name = "darling_macro" 2445 - version = "0.20.9" 2446 - source = "registry+https://github.com/rust-lang/crates.io-index" 2447 - checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178" 2448 - dependencies = [ 2449 - "darling_core", 2450 - "quote", 2451 - "syn 2.0.66", 2452 - ] 2453 - 2454 - [[package]] 2455 - name = "dashmap" 2456 - version = "6.0.1" 2457 - source = "registry+https://github.com/rust-lang/crates.io-index" 2458 - checksum = "804c8821570c3f8b70230c2ba75ffa5c0f9a4189b9a432b6656c536712acae28" 2459 - dependencies = [ 2460 - "cfg-if 1.0.0", 2461 - "crossbeam-utils", 2462 - "hashbrown 0.14.5", 2463 - "lock_api", 2464 - "once_cell", 2465 - "parking_lot_core", 2466 - "serde", 2467 - ] 2468 - 2469 - [[package]] 2470 - name = "data-encoding" 2471 - version = "2.6.0" 2472 - source = "registry+https://github.com/rust-lang/crates.io-index" 2473 - checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 2474 - 2475 - [[package]] 2476 - name = "datafusion" 2477 - version = "41.0.0" 2478 - source = "registry+https://github.com/rust-lang/crates.io-index" 2479 - checksum = "e4fd4a99fc70d40ef7e52b243b4a399c3f8d353a40d5ecb200deee05e49c61bb" 2480 - dependencies = [ 2481 - "ahash 0.8.11", 2482 - "arrow", 2483 - "arrow-array", 2484 - "arrow-ipc", 2485 - "arrow-schema", 2486 - "async-compression", 2487 - "async-trait", 2488 - "bytes", 2489 - "bzip2", 2490 - "chrono", 2491 - "dashmap", 2492 - "datafusion-catalog", 2493 - "datafusion-common", 2494 - "datafusion-common-runtime", 2495 - "datafusion-execution", 2496 - "datafusion-expr", 2497 - "datafusion-functions", 2498 - "datafusion-functions-aggregate", 2499 - "datafusion-functions-nested", 2500 - "datafusion-optimizer", 2501 - "datafusion-physical-expr", 2502 - "datafusion-physical-expr-common", 2503 - "datafusion-physical-optimizer", 2504 - "datafusion-physical-plan", 2505 - "datafusion-sql", 2506 - "flate2", 2507 - "futures", 2508 - "glob", 2509 - "half", 2510 - "hashbrown 0.14.5", 2511 - "indexmap 2.2.6", 2512 - "itertools 0.12.1", 2513 - "log", 2514 - "num_cpus", 2515 - "object_store", 2516 - "parking_lot", 2517 - "parquet", 2518 - "paste", 2519 - "pin-project-lite", 2520 - "rand", 2521 - "sqlparser", 2522 - "tempfile", 2523 - "tokio", 2524 - "tokio-util", 2525 - "url", 2526 - "uuid", 2527 - "xz2", 2528 - "zstd", 2529 - ] 2530 - 2531 - [[package]] 2532 - name = "datafusion-catalog" 2533 - version = "41.0.0" 2534 - source = "registry+https://github.com/rust-lang/crates.io-index" 2535 - checksum = "e13b3cfbd84c6003594ae1972314e3df303a27ce8ce755fcea3240c90f4c0529" 2536 - dependencies = [ 2537 - "arrow-schema", 2538 - "async-trait", 2539 - "datafusion-common", 2540 - "datafusion-execution", 2541 - "datafusion-expr", 2542 - "datafusion-physical-plan", 2543 - ] 2544 - 2545 - [[package]] 2546 - name = "datafusion-common" 2547 - version = "41.0.0" 2548 - source = "registry+https://github.com/rust-lang/crates.io-index" 2549 - checksum = "44fdbc877e3e40dcf88cc8f283d9f5c8851f0a3aa07fee657b1b75ac1ad49b9c" 2550 - dependencies = [ 2551 - "ahash 0.8.11", 2552 - "arrow", 2553 - "arrow-array", 2554 - "arrow-buffer", 2555 - "arrow-schema", 2556 - "chrono", 2557 - "half", 2558 - "hashbrown 0.14.5", 2559 - "instant", 2560 - "libc", 2561 - "num_cpus", 2562 - "object_store", 2563 - "parquet", 2564 - "sqlparser", 2565 - ] 2566 - 2567 - [[package]] 2568 - name = "datafusion-common-runtime" 2569 - version = "41.0.0" 2570 - source = "registry+https://github.com/rust-lang/crates.io-index" 2571 - checksum = "8a7496d1f664179f6ce3a5cbef6566056ccaf3ea4aa72cc455f80e62c1dd86b1" 2572 - dependencies = [ 2573 - "tokio", 2574 - ] 2575 - 2576 - [[package]] 2577 - name = "datafusion-execution" 2578 - version = "41.0.0" 2579 - source = "registry+https://github.com/rust-lang/crates.io-index" 2580 - checksum = "799e70968c815b611116951e3dd876aef04bf217da31b72eec01ee6a959336a1" 2581 - dependencies = [ 2582 - "arrow", 2583 - "chrono", 2584 - "dashmap", 2585 - "datafusion-common", 2586 - "datafusion-expr", 2587 - "futures", 2588 - "hashbrown 0.14.5", 2589 - "log", 2590 - "object_store", 2591 - "parking_lot", 2592 - "rand", 2593 - "tempfile", 2594 - "url", 2595 - ] 2596 - 2597 - [[package]] 2598 - name = "datafusion-expr" 2599 - version = "41.0.0" 2600 - source = "registry+https://github.com/rust-lang/crates.io-index" 2601 - checksum = "1c1841c409d9518c17971d15c9bae62e629eb937e6fb6c68cd32e9186f8b30d2" 2602 - dependencies = [ 2603 - "ahash 0.8.11", 2604 - "arrow", 2605 - "arrow-array", 2606 - "arrow-buffer", 2607 - "chrono", 2608 - "datafusion-common", 2609 - "paste", 2610 - "serde_json", 2611 - "sqlparser", 2612 - "strum 0.26.2", 2613 - "strum_macros 0.26.4", 2614 - ] 2615 - 2616 - [[package]] 2617 - name = "datafusion-functions" 2618 - version = "41.0.0" 2619 - source = "registry+https://github.com/rust-lang/crates.io-index" 2620 - checksum = "a8e481cf34d2a444bd8fa09b65945f0ce83dc92df8665b761505b3d9f351bebb" 2621 - dependencies = [ 2622 - "arrow", 2623 - "arrow-buffer", 2624 - "base64 0.22.1", 2625 - "blake2", 2626 - "blake3", 2627 - "chrono", 2628 - "datafusion-common", 2629 - "datafusion-execution", 2630 - "datafusion-expr", 2631 - "hashbrown 0.14.5", 2632 - "hex", 2633 - "itertools 0.12.1", 2634 - "log", 2635 - "md-5", 2636 - "rand", 2637 - "regex", 2638 - "sha2", 2639 - "unicode-segmentation", 2640 - "uuid", 2641 - ] 2642 - 2643 - [[package]] 2644 - name = "datafusion-functions-aggregate" 2645 - version = "41.0.0" 2646 - source = "registry+https://github.com/rust-lang/crates.io-index" 2647 - checksum = "2b4ece19f73c02727e5e8654d79cd5652de371352c1df3c4ac3e419ecd6943fb" 2648 - dependencies = [ 2649 - "ahash 0.8.11", 2650 - "arrow", 2651 - "arrow-schema", 2652 - "datafusion-common", 2653 - "datafusion-execution", 2654 - "datafusion-expr", 2655 - "datafusion-physical-expr-common", 2656 - "log", 2657 - "paste", 2658 - "sqlparser", 2659 - ] 2660 - 2661 - [[package]] 2662 - name = "datafusion-functions-nested" 2663 - version = "41.0.0" 2664 - source = "registry+https://github.com/rust-lang/crates.io-index" 2665 - checksum = "a1474552cc824e8c9c88177d454db5781d4b66757d4aca75719306b8343a5e8d" 2666 - dependencies = [ 2667 - "arrow", 2668 - "arrow-array", 2669 - "arrow-buffer", 2670 - "arrow-ord", 2671 - "arrow-schema", 2672 - "datafusion-common", 2673 - "datafusion-execution", 2674 - "datafusion-expr", 2675 - "datafusion-functions", 2676 - "datafusion-functions-aggregate", 2677 - "itertools 0.12.1", 2678 - "log", 2679 - "paste", 2680 - "rand", 2681 - ] 2682 - 2683 - [[package]] 2684 - name = "datafusion-optimizer" 2685 - version = "41.0.0" 2686 - source = "registry+https://github.com/rust-lang/crates.io-index" 2687 - checksum = "791ff56f55608bc542d1ea7a68a64bdc86a9413f5a381d06a39fd49c2a3ab906" 2688 - dependencies = [ 2689 - "arrow", 2690 - "async-trait", 2691 - "chrono", 2692 - "datafusion-common", 2693 - "datafusion-expr", 2694 - "datafusion-physical-expr", 2695 - "hashbrown 0.14.5", 2696 - "indexmap 2.2.6", 2697 - "itertools 0.12.1", 2698 - "log", 2699 - "paste", 2700 - "regex-syntax 0.8.4", 2701 - ] 2702 - 2703 - [[package]] 2704 - name = "datafusion-physical-expr" 2705 - version = "41.0.0" 2706 - source = "registry+https://github.com/rust-lang/crates.io-index" 2707 - checksum = "9a223962b3041304a3e20ed07a21d5de3d88d7e4e71ca192135db6d24e3365a4" 2708 - dependencies = [ 2709 - "ahash 0.8.11", 2710 - "arrow", 2711 - "arrow-array", 2712 - "arrow-buffer", 2713 - "arrow-ord", 2714 - "arrow-schema", 2715 - "arrow-string", 2716 - "base64 0.22.1", 2717 - "chrono", 2718 - "datafusion-common", 2719 - "datafusion-execution", 2720 - "datafusion-expr", 2721 - "datafusion-physical-expr-common", 2722 - "half", 2723 - "hashbrown 0.14.5", 2724 - "hex", 2725 - "indexmap 2.2.6", 2726 - "itertools 0.12.1", 2727 - "log", 2728 - "paste", 2729 - "petgraph", 2730 - "regex", 2731 - ] 2732 - 2733 - [[package]] 2734 - name = "datafusion-physical-expr-common" 2735 - version = "41.0.0" 2736 - source = "registry+https://github.com/rust-lang/crates.io-index" 2737 - checksum = "db5e7d8532a1601cd916881db87a70b0a599900d23f3db2897d389032da53bc6" 2738 - dependencies = [ 2739 - "ahash 0.8.11", 2740 - "arrow", 2741 - "datafusion-common", 2742 - "datafusion-expr", 2743 - "hashbrown 0.14.5", 2744 - "rand", 2745 - ] 2746 - 2747 - [[package]] 2748 - name = "datafusion-physical-optimizer" 2749 - version = "41.0.0" 2750 - source = "registry+https://github.com/rust-lang/crates.io-index" 2751 - checksum = "fdb9c78f308e050f5004671039786a925c3fee83b90004e9fcfd328d7febdcc0" 2752 - dependencies = [ 2753 - "datafusion-common", 2754 - "datafusion-execution", 2755 - "datafusion-physical-expr", 2756 - "datafusion-physical-plan", 2757 - ] 2758 - 2759 - [[package]] 2760 - name = "datafusion-physical-plan" 2761 - version = "41.0.0" 2762 - source = "registry+https://github.com/rust-lang/crates.io-index" 2763 - checksum = "8d1116949432eb2d30f6362707e2846d942e491052a206f2ddcb42d08aea1ffe" 2764 - dependencies = [ 2765 - "ahash 0.8.11", 2766 - "arrow", 2767 - "arrow-array", 2768 - "arrow-buffer", 2769 - "arrow-ord", 2770 - "arrow-schema", 2771 - "async-trait", 2772 - "chrono", 2773 - "datafusion-common", 2774 - "datafusion-common-runtime", 2775 - "datafusion-execution", 2776 - "datafusion-expr", 2777 - "datafusion-functions-aggregate", 2778 - "datafusion-physical-expr", 2779 - "datafusion-physical-expr-common", 2780 - "futures", 2781 - "half", 2782 - "hashbrown 0.14.5", 2783 - "indexmap 2.2.6", 2784 - "itertools 0.12.1", 2785 - "log", 2786 - "once_cell", 2787 - "parking_lot", 2788 - "pin-project-lite", 2789 - "rand", 2790 - "tokio", 2791 - ] 2792 - 2793 - [[package]] 2794 - name = "datafusion-proto" 2795 - version = "41.0.0" 2796 - source = "registry+https://github.com/rust-lang/crates.io-index" 2797 - checksum = "cf1d25864c18178d0e51438648f5e0fa08417dbbc39b642c1752cbbb1013abf0" 2798 - dependencies = [ 2799 - "arrow", 2800 - "chrono", 2801 - "datafusion", 2802 - "datafusion-common", 2803 - "datafusion-expr", 2804 - "datafusion-proto-common", 2805 - "object_store", 2806 - "prost 0.12.6", 2807 - ] 2808 - 2809 - [[package]] 2810 - name = "datafusion-proto-common" 2811 - version = "41.0.0" 2812 - source = "registry+https://github.com/rust-lang/crates.io-index" 2813 - checksum = "96a683253732334526b1cc5314a73a0f786803831f7e189ed3fe387ac50d7222" 2814 - dependencies = [ 2815 - "arrow", 2816 - "chrono", 2817 - "datafusion-common", 2818 - "object_store", 2819 - "prost 0.12.6", 2820 - ] 2821 - 2822 - [[package]] 2823 - name = "datafusion-sql" 2824 - version = "41.0.0" 2825 - source = "registry+https://github.com/rust-lang/crates.io-index" 2826 - checksum = "b45d0180711165fe94015d7c4123eb3e1cf5fb60b1506453200b8d1ce666bef0" 2827 - dependencies = [ 2828 - "arrow", 2829 - "arrow-array", 2830 - "arrow-schema", 2831 - "datafusion-common", 2832 - "datafusion-expr", 2833 - "log", 2834 - "regex", 2835 - "sqlparser", 2836 - "strum 0.26.2", 2837 - ] 2838 - 2839 - [[package]] 2840 - name = "debugid" 2841 - version = "0.8.0" 2842 - source = "registry+https://github.com/rust-lang/crates.io-index" 2843 - checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d" 2844 - dependencies = [ 2845 - "uuid", 2846 - ] 2847 - 2848 - [[package]] 2849 - name = "delegate-attr" 2850 - version = "0.2.9" 2851 - source = "registry+https://github.com/rust-lang/crates.io-index" 2852 - checksum = "ee7e7ea0dba407429d816e8e38dda1a467cd74737722f2ccc8eae60429a1a3ab" 2853 - dependencies = [ 2854 - "proc-macro2", 2855 - "quote", 2856 - "syn 1.0.109", 2857 - ] 2858 - 2859 - [[package]] 2860 - name = "der" 2861 - version = "0.7.9" 2862 - source = "registry+https://github.com/rust-lang/crates.io-index" 2863 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 2864 - dependencies = [ 2865 - "const-oid", 2866 - "pem-rfc7468", 2867 - "zeroize", 2868 - ] 2869 - 2870 - [[package]] 2871 - name = "deranged" 2872 - version = "0.3.11" 2873 - source = "registry+https://github.com/rust-lang/crates.io-index" 2874 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 2875 - dependencies = [ 2876 - "powerfmt", 2877 - "serde", 2878 - ] 2879 - 2880 - [[package]] 2881 - name = "derive_arbitrary" 2882 - version = "1.3.2" 2883 - source = "registry+https://github.com/rust-lang/crates.io-index" 2884 - checksum = "67e77553c4162a157adbf834ebae5b415acbecbeafc7a74b0e886657506a7611" 2885 - dependencies = [ 2886 - "proc-macro2", 2887 - "quote", 2888 - "syn 2.0.66", 2889 - ] 2890 - 2891 - [[package]] 2892 - name = "derive_more" 2893 - version = "0.99.17" 2894 - source = "registry+https://github.com/rust-lang/crates.io-index" 2895 - checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321" 2896 - dependencies = [ 2897 - "convert_case 0.4.0", 2898 - "proc-macro2", 2899 - "quote", 2900 - "rustc_version", 2901 - "syn 1.0.109", 2902 - ] 2903 - 2904 - [[package]] 2905 - name = "digest" 2906 - version = "0.10.7" 2907 - source = "registry+https://github.com/rust-lang/crates.io-index" 2908 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 2909 - dependencies = [ 2910 - "block-buffer", 2911 - "const-oid", 2912 - "crypto-common", 2913 - "subtle", 2914 - ] 2915 - 2916 - [[package]] 2917 - name = "directories" 2918 - version = "5.0.1" 2919 - source = "registry+https://github.com/rust-lang/crates.io-index" 2920 - checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" 2921 - dependencies = [ 2922 - "dirs-sys", 2923 - ] 2924 - 2925 - [[package]] 2926 - name = "dirs" 2927 - version = "5.0.1" 2928 - source = "registry+https://github.com/rust-lang/crates.io-index" 2929 - checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 2930 - dependencies = [ 2931 - "dirs-sys", 2932 - ] 2933 - 2934 - [[package]] 2935 - name = "dirs-next" 2936 - version = "2.0.0" 2937 - source = "registry+https://github.com/rust-lang/crates.io-index" 2938 - checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1" 2939 - dependencies = [ 2940 - "cfg-if 1.0.0", 2941 - "dirs-sys-next", 2942 - ] 2943 - 2944 - [[package]] 2945 - name = "dirs-sys" 2946 - version = "0.4.1" 2947 - source = "registry+https://github.com/rust-lang/crates.io-index" 2948 - checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 2949 - dependencies = [ 2950 - "libc", 2951 - "option-ext", 2952 - "redox_users", 2953 - "windows-sys 0.48.0", 2954 - ] 2955 - 2956 - [[package]] 2957 - name = "dirs-sys-next" 2958 - version = "0.1.2" 2959 - source = "registry+https://github.com/rust-lang/crates.io-index" 2960 - checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d" 2961 - dependencies = [ 2962 - "libc", 2963 - "redox_users", 2964 - "winapi 0.3.9", 2965 - ] 2966 - 2967 - [[package]] 2968 - name = "displaydoc" 2969 - version = "0.2.4" 2970 - source = "registry+https://github.com/rust-lang/crates.io-index" 2971 - checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" 2972 - dependencies = [ 2973 - "proc-macro2", 2974 - "quote", 2975 - "syn 2.0.66", 2976 - ] 2977 - 2978 - [[package]] 2979 - name = "dissimilar" 2980 - version = "1.0.9" 2981 - source = "registry+https://github.com/rust-lang/crates.io-index" 2982 - checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" 2983 - 2984 - [[package]] 2985 - name = "dns-lookup" 2986 - version = "2.0.4" 2987 - source = "registry+https://github.com/rust-lang/crates.io-index" 2988 - checksum = "e5766087c2235fec47fafa4cfecc81e494ee679d0fd4a59887ea0919bfb0e4fc" 2989 - dependencies = [ 2990 - "cfg-if 1.0.0", 2991 - "libc", 2992 - "socket2", 2993 - "windows-sys 0.48.0", 2994 - ] 2995 - 2996 - [[package]] 2997 - name = "doc-comment" 2998 - version = "0.3.3" 2999 - source = "registry+https://github.com/rust-lang/crates.io-index" 3000 - checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" 3001 - 3002 - [[package]] 3003 - name = "domain" 3004 - version = "0.10.1" 3005 - source = "registry+https://github.com/rust-lang/crates.io-index" 3006 - checksum = "7eefe29e8dd614abbee51a1616654cab123c4c56850ab83f5b7f1e1f9977bf7c" 3007 - dependencies = [ 3008 - "bytes", 3009 - "futures-util", 3010 - "moka", 3011 - "octseq", 3012 - "rand", 3013 - "serde", 3014 - "smallvec", 3015 - "time", 3016 - "tokio", 3017 - "tracing", 3018 - ] 3019 - 3020 - [[package]] 3021 - name = "dotenv_config" 3022 - version = "0.1.9" 3023 - source = "registry+https://github.com/rust-lang/crates.io-index" 3024 - checksum = "4bce5ef5fd13358c4135f7ec808e6eb0e4fe8a93e399ea73d9ea24e3ec3f78b5" 3025 - dependencies = [ 3026 - "anyhow", 3027 - "askama", 3028 - "convert_case 0.6.0", 3029 - ] 3030 - 3031 - [[package]] 3032 - name = "dotenvy" 3033 - version = "0.15.7" 3034 - source = "registry+https://github.com/rust-lang/crates.io-index" 3035 - checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 3036 - 3037 - [[package]] 3038 - name = "dunce" 3039 - version = "1.0.4" 3040 - source = "registry+https://github.com/rust-lang/crates.io-index" 3041 - checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b" 3042 - 3043 - [[package]] 3044 - name = "dyn-clone" 3045 - version = "1.0.17" 3046 - source = "registry+https://github.com/rust-lang/crates.io-index" 3047 - checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125" 3048 - 3049 - [[package]] 3050 - name = "ed25519" 3051 - version = "2.2.3" 3052 - source = "registry+https://github.com/rust-lang/crates.io-index" 3053 - checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 3054 - dependencies = [ 3055 - "signature", 3056 - ] 3057 - 3058 - [[package]] 3059 - name = "ed25519-dalek" 3060 - version = "2.1.1" 3061 - source = "registry+https://github.com/rust-lang/crates.io-index" 3062 - checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" 3063 - dependencies = [ 3064 - "curve25519-dalek", 3065 - "ed25519", 3066 - "sha2", 3067 - "signature", 3068 - "subtle", 3069 - ] 3070 - 3071 - [[package]] 3072 - name = "either" 3073 - version = "1.12.0" 3074 - source = "registry+https://github.com/rust-lang/crates.io-index" 3075 - checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" 3076 - dependencies = [ 3077 - "serde", 3078 - ] 3079 - 3080 - [[package]] 3081 - name = "email-encoding" 3082 - version = "0.3.0" 3083 - source = "registry+https://github.com/rust-lang/crates.io-index" 3084 - checksum = "60d1d33cdaede7e24091f039632eb5d3c7469fe5b066a985281a34fc70fa317f" 3085 - dependencies = [ 3086 - "base64 0.22.1", 3087 - "memchr", 3088 - ] 3089 - 3090 - [[package]] 3091 - name = "email_address" 3092 - version = "0.2.4" 3093 - source = "registry+https://github.com/rust-lang/crates.io-index" 3094 - checksum = "e2153bd83ebc09db15bcbdc3e2194d901804952e3dc96967e1cd3b0c5c32d112" 3095 - 3096 - [[package]] 3097 - name = "ena" 3098 - version = "0.14.3" 3099 - source = "registry+https://github.com/rust-lang/crates.io-index" 3100 - checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5" 3101 - dependencies = [ 3102 - "log", 3103 - ] 3104 - 3105 - [[package]] 3106 - name = "encode_unicode" 3107 - version = "1.0.0" 3108 - source = "registry+https://github.com/rust-lang/crates.io-index" 3109 - checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 3110 - 3111 - [[package]] 3112 - name = "encoding_rs" 3113 - version = "0.8.34" 3114 - source = "registry+https://github.com/rust-lang/crates.io-index" 3115 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 3116 - dependencies = [ 3117 - "cfg-if 1.0.0", 3118 - ] 3119 - 3120 - [[package]] 3121 - name = "enrichment" 3122 - version = "0.1.0" 3123 - source = "git+https://github.com/openobserve/vector?rev=70e61fc344b9db2f191cfba9ad58ee08e79d30b4#70e61fc344b9db2f191cfba9ad58ee08e79d30b4" 3124 - dependencies = [ 3125 - "arc-swap", 3126 - "chrono", 3127 - "dyn-clone", 3128 - "vrl", 3129 - ] 3130 - 3131 - [[package]] 3132 - name = "enum-iterator" 3133 - version = "1.5.0" 3134 - source = "registry+https://github.com/rust-lang/crates.io-index" 3135 - checksum = "9fd242f399be1da0a5354aa462d57b4ab2b4ee0683cc552f7c007d2d12d36e94" 3136 - dependencies = [ 3137 - "enum-iterator-derive", 3138 - ] 3139 - 3140 - [[package]] 3141 - name = "enum-iterator-derive" 3142 - version = "1.4.0" 3143 - source = "registry+https://github.com/rust-lang/crates.io-index" 3144 - checksum = "a1ab991c1362ac86c61ab6f556cff143daa22e5a15e4e189df818b2fd19fe65b" 3145 - dependencies = [ 3146 - "proc-macro2", 3147 - "quote", 3148 - "syn 2.0.66", 3149 - ] 3150 - 3151 - [[package]] 3152 - name = "env_logger" 3153 - version = "0.8.4" 3154 - source = "registry+https://github.com/rust-lang/crates.io-index" 3155 - checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" 3156 - dependencies = [ 3157 - "log", 3158 - "regex", 3159 - ] 3160 - 3161 - [[package]] 3162 - name = "env_logger" 3163 - version = "0.10.2" 3164 - source = "registry+https://github.com/rust-lang/crates.io-index" 3165 - checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 3166 - dependencies = [ 3167 - "humantime", 3168 - "is-terminal", 3169 - "log", 3170 - "regex", 3171 - "termcolor", 3172 - ] 3173 - 3174 - [[package]] 3175 - name = "equivalent" 3176 - version = "1.0.1" 3177 - source = "registry+https://github.com/rust-lang/crates.io-index" 3178 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 3179 - 3180 - [[package]] 3181 - name = "errno" 3182 - version = "0.3.9" 3183 - source = "registry+https://github.com/rust-lang/crates.io-index" 3184 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 3185 - dependencies = [ 3186 - "libc", 3187 - "windows-sys 0.52.0", 3188 - ] 3189 - 3190 - [[package]] 3191 - name = "error-code" 3192 - version = "3.2.0" 3193 - source = "registry+https://github.com/rust-lang/crates.io-index" 3194 - checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b" 3195 - 3196 - [[package]] 3197 - name = "etcd-client" 3198 - version = "0.12.4" 3199 - source = "registry+https://github.com/rust-lang/crates.io-index" 3200 - checksum = "4ae697f3928e8c89ae6f4dcf788059f49fd01a76dc53e63628f5a33881f5715e" 3201 - dependencies = [ 3202 - "http 0.2.12", 3203 - "prost 0.12.6", 3204 - "tokio", 3205 - "tokio-stream", 3206 - "tonic 0.10.2", 3207 - "tonic-build 0.10.2", 3208 - "tower", 3209 - "tower-service", 3210 - ] 3211 - 3212 - [[package]] 3213 - name = "etcetera" 3214 - version = "0.8.0" 3215 - source = "registry+https://github.com/rust-lang/crates.io-index" 3216 - checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 3217 - dependencies = [ 3218 - "cfg-if 1.0.0", 3219 - "home", 3220 - "windows-sys 0.48.0", 3221 - ] 3222 - 3223 - [[package]] 3224 - name = "event-listener" 3225 - version = "2.5.3" 3226 - source = "registry+https://github.com/rust-lang/crates.io-index" 3227 - checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" 3228 - 3229 - [[package]] 3230 - name = "event-listener" 3231 - version = "5.3.1" 3232 - source = "registry+https://github.com/rust-lang/crates.io-index" 3233 - checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" 3234 - dependencies = [ 3235 - "concurrent-queue", 3236 - "parking", 3237 - "pin-project-lite", 3238 - ] 3239 - 3240 - [[package]] 3241 - name = "event-listener-strategy" 3242 - version = "0.5.2" 3243 - source = "registry+https://github.com/rust-lang/crates.io-index" 3244 - checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" 3245 - dependencies = [ 3246 - "event-listener 5.3.1", 3247 - "pin-project-lite", 3248 - ] 3249 - 3250 - [[package]] 3251 - name = "exitcode" 3252 - version = "1.1.2" 3253 - source = "registry+https://github.com/rust-lang/crates.io-index" 3254 - checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193" 3255 - 3256 - [[package]] 3257 - name = "expect-test" 3258 - version = "1.5.0" 3259 - source = "registry+https://github.com/rust-lang/crates.io-index" 3260 - checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0" 3261 - dependencies = [ 3262 - "dissimilar", 3263 - "once_cell", 3264 - ] 3265 - 3266 - [[package]] 3267 - name = "fastrand" 3268 - version = "1.9.0" 3269 - source = "registry+https://github.com/rust-lang/crates.io-index" 3270 - checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" 3271 - dependencies = [ 3272 - "instant", 3273 - ] 3274 - 3275 - [[package]] 3276 - name = "fastrand" 3277 - version = "2.1.0" 3278 - source = "registry+https://github.com/rust-lang/crates.io-index" 3279 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 3280 - 3281 - [[package]] 3282 - name = "faststr" 3283 - version = "0.2.19" 3284 - source = "registry+https://github.com/rust-lang/crates.io-index" 3285 - checksum = "f375fcf41ec4dac873a8028fba4210dbda5c86bba13d2d741e651b474f7c05a4" 3286 - dependencies = [ 3287 - "bytes", 3288 - "serde", 3289 - "simdutf8", 3290 - ] 3291 - 3292 - [[package]] 3293 - name = "fiat-crypto" 3294 - version = "0.2.9" 3295 - source = "registry+https://github.com/rust-lang/crates.io-index" 3296 - checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 3297 - 3298 - [[package]] 3299 - name = "filetime" 3300 - version = "0.2.23" 3301 - source = "registry+https://github.com/rust-lang/crates.io-index" 3302 - checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 3303 - dependencies = [ 3304 - "cfg-if 1.0.0", 3305 - "libc", 3306 - "redox_syscall 0.4.1", 3307 - "windows-sys 0.52.0", 3308 - ] 3309 - 3310 - [[package]] 3311 - name = "findshlibs" 3312 - version = "0.10.2" 3313 - source = "registry+https://github.com/rust-lang/crates.io-index" 3314 - checksum = "40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64" 3315 - dependencies = [ 3316 - "cc", 3317 - "lazy_static", 3318 - "libc", 3319 - "winapi 0.3.9", 3320 - ] 3321 - 3322 - [[package]] 3323 - name = "fixedbitset" 3324 - version = "0.4.2" 3325 - source = "registry+https://github.com/rust-lang/crates.io-index" 3326 - checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 3327 - 3328 - [[package]] 3329 - name = "flatbuffers" 3330 - version = "24.3.25" 3331 - source = "registry+https://github.com/rust-lang/crates.io-index" 3332 - checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f" 3333 - dependencies = [ 3334 - "bitflags 1.3.2", 3335 - "rustc_version", 3336 - ] 3337 - 3338 - [[package]] 3339 - name = "flate2" 3340 - version = "1.0.30" 3341 - source = "registry+https://github.com/rust-lang/crates.io-index" 3342 - checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae" 3343 - dependencies = [ 3344 - "crc32fast", 3345 - "libz-sys", 3346 - "miniz_oxide", 3347 - ] 3348 - 3349 - [[package]] 3350 - name = "float-cmp" 3351 - version = "0.9.0" 3352 - source = "registry+https://github.com/rust-lang/crates.io-index" 3353 - checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4" 3354 - dependencies = [ 3355 - "num-traits", 3356 - ] 3357 - 3358 - [[package]] 3359 - name = "flume" 3360 - version = "0.11.0" 3361 - source = "registry+https://github.com/rust-lang/crates.io-index" 3362 - checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181" 3363 - dependencies = [ 3364 - "futures-core", 3365 - "futures-sink", 3366 - "spin 0.9.8", 3367 - ] 3368 - 3369 - [[package]] 3370 - name = "fnv" 3371 - version = "1.0.7" 3372 - source = "registry+https://github.com/rust-lang/crates.io-index" 3373 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 3374 - 3375 - [[package]] 3376 - name = "form_urlencoded" 3377 - version = "1.2.1" 3378 - source = "registry+https://github.com/rust-lang/crates.io-index" 3379 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 3380 - dependencies = [ 3381 - "percent-encoding", 3382 - ] 3383 - 3384 - [[package]] 3385 - name = "funty" 3386 - version = "2.0.0" 3387 - source = "registry+https://github.com/rust-lang/crates.io-index" 3388 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 3389 - 3390 - [[package]] 3391 - name = "futures" 3392 - version = "0.3.30" 3393 - source = "registry+https://github.com/rust-lang/crates.io-index" 3394 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 3395 - dependencies = [ 3396 - "futures-channel", 3397 - "futures-core", 3398 - "futures-executor", 3399 - "futures-io", 3400 - "futures-sink", 3401 - "futures-task", 3402 - "futures-util", 3403 - ] 3404 - 3405 - [[package]] 3406 - name = "futures-channel" 3407 - version = "0.3.30" 3408 - source = "registry+https://github.com/rust-lang/crates.io-index" 3409 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 3410 - dependencies = [ 3411 - "futures-core", 3412 - "futures-sink", 3413 - ] 3414 - 3415 - [[package]] 3416 - name = "futures-core" 3417 - version = "0.3.30" 3418 - source = "registry+https://github.com/rust-lang/crates.io-index" 3419 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 3420 - 3421 - [[package]] 3422 - name = "futures-executor" 3423 - version = "0.3.30" 3424 - source = "registry+https://github.com/rust-lang/crates.io-index" 3425 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 3426 - dependencies = [ 3427 - "futures-core", 3428 - "futures-task", 3429 - "futures-util", 3430 - ] 3431 - 3432 - [[package]] 3433 - name = "futures-intrusive" 3434 - version = "0.5.0" 3435 - source = "registry+https://github.com/rust-lang/crates.io-index" 3436 - checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 3437 - dependencies = [ 3438 - "futures-core", 3439 - "lock_api", 3440 - "parking_lot", 3441 - ] 3442 - 3443 - [[package]] 3444 - name = "futures-io" 3445 - version = "0.3.30" 3446 - source = "registry+https://github.com/rust-lang/crates.io-index" 3447 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 3448 - 3449 - [[package]] 3450 - name = "futures-lite" 3451 - version = "1.13.0" 3452 - source = "registry+https://github.com/rust-lang/crates.io-index" 3453 - checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" 3454 - dependencies = [ 3455 - "fastrand 1.9.0", 3456 - "futures-core", 3457 - "futures-io", 3458 - "memchr", 3459 - "parking", 3460 - "pin-project-lite", 3461 - "waker-fn", 3462 - ] 3463 - 3464 - [[package]] 3465 - name = "futures-lite" 3466 - version = "2.3.0" 3467 - source = "registry+https://github.com/rust-lang/crates.io-index" 3468 - checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" 3469 - dependencies = [ 3470 - "fastrand 2.1.0", 3471 - "futures-core", 3472 - "futures-io", 3473 - "parking", 3474 - "pin-project-lite", 3475 - ] 3476 - 3477 - [[package]] 3478 - name = "futures-macro" 3479 - version = "0.3.30" 3480 - source = "registry+https://github.com/rust-lang/crates.io-index" 3481 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 3482 - dependencies = [ 3483 - "proc-macro2", 3484 - "quote", 3485 - "syn 2.0.66", 3486 - ] 3487 - 3488 - [[package]] 3489 - name = "futures-sink" 3490 - version = "0.3.30" 3491 - source = "registry+https://github.com/rust-lang/crates.io-index" 3492 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 3493 - 3494 - [[package]] 3495 - name = "futures-task" 3496 - version = "0.3.30" 3497 - source = "registry+https://github.com/rust-lang/crates.io-index" 3498 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 3499 - 3500 - [[package]] 3501 - name = "futures-timer" 3502 - version = "3.0.3" 3503 - source = "registry+https://github.com/rust-lang/crates.io-index" 3504 - checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" 3505 - 3506 - [[package]] 3507 - name = "futures-util" 3508 - version = "0.3.30" 3509 - source = "registry+https://github.com/rust-lang/crates.io-index" 3510 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 3511 - dependencies = [ 3512 - "futures-channel", 3513 - "futures-core", 3514 - "futures-io", 3515 - "futures-macro", 3516 - "futures-sink", 3517 - "futures-task", 3518 - "memchr", 3519 - "pin-project-lite", 3520 - "pin-utils", 3521 - "slab", 3522 - ] 3523 - 3524 - [[package]] 3525 - name = "gcc" 3526 - version = "0.3.55" 3527 - source = "registry+https://github.com/rust-lang/crates.io-index" 3528 - checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" 3529 - 3530 - [[package]] 3531 - name = "generic-array" 3532 - version = "0.14.7" 3533 - source = "registry+https://github.com/rust-lang/crates.io-index" 3534 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 3535 - dependencies = [ 3536 - "typenum", 3537 - "version_check", 3538 - "zeroize", 3539 - ] 3540 - 3541 - [[package]] 3542 - name = "get_if_addrs" 3543 - version = "0.5.3" 3544 - source = "registry+https://github.com/rust-lang/crates.io-index" 3545 - checksum = "abddb55a898d32925f3148bd281174a68eeb68bbfd9a5938a57b18f506ee4ef7" 3546 - dependencies = [ 3547 - "c_linked_list", 3548 - "get_if_addrs-sys", 3549 - "libc", 3550 - "winapi 0.2.8", 3551 - ] 3552 - 3553 - [[package]] 3554 - name = "get_if_addrs-sys" 3555 - version = "0.1.1" 3556 - source = "registry+https://github.com/rust-lang/crates.io-index" 3557 - checksum = "0d04f9fb746cf36b191c00f3ede8bde9c8e64f9f4b05ae2694a9ccf5e3f5ab48" 3558 - dependencies = [ 3559 - "gcc", 3560 - "libc", 3561 - ] 3562 - 3563 - [[package]] 3564 - name = "getopts" 3565 - version = "0.2.21" 3566 - source = "registry+https://github.com/rust-lang/crates.io-index" 3567 - checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5" 3568 - dependencies = [ 3569 - "unicode-width", 3570 - ] 3571 - 3572 - [[package]] 3573 - name = "getrandom" 3574 - version = "0.2.15" 3575 - source = "registry+https://github.com/rust-lang/crates.io-index" 3576 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 3577 - dependencies = [ 3578 - "cfg-if 1.0.0", 3579 - "js-sys", 3580 - "libc", 3581 - "wasi 0.11.0+wasi-snapshot-preview1", 3582 - "wasm-bindgen", 3583 - ] 3584 - 3585 - [[package]] 3586 - name = "getset" 3587 - version = "0.1.2" 3588 - source = "registry+https://github.com/rust-lang/crates.io-index" 3589 - checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9" 3590 - dependencies = [ 3591 - "proc-macro-error", 3592 - "proc-macro2", 3593 - "quote", 3594 - "syn 1.0.109", 3595 - ] 3596 - 3597 - [[package]] 3598 - name = "gimli" 3599 - version = "0.29.0" 3600 - source = "registry+https://github.com/rust-lang/crates.io-index" 3601 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 3602 - 3603 - [[package]] 3604 - name = "glob" 3605 - version = "0.3.1" 3606 - source = "registry+https://github.com/rust-lang/crates.io-index" 3607 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 3608 - 3609 - [[package]] 3610 - name = "globset" 3611 - version = "0.4.14" 3612 - source = "registry+https://github.com/rust-lang/crates.io-index" 3613 - checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1" 3614 - dependencies = [ 3615 - "aho-corasick", 3616 - "bstr", 3617 - "log", 3618 - "regex-automata 0.4.7", 3619 - "regex-syntax 0.8.4", 3620 - ] 3621 - 3622 - [[package]] 3623 - name = "grok" 3624 - version = "2.0.0" 3625 - source = "registry+https://github.com/rust-lang/crates.io-index" 3626 - checksum = "273797968160270573071022613fc4aa28b91fe68f3eef6c96a1b2a1947ddfbd" 3627 - dependencies = [ 3628 - "glob", 3629 - "onig", 3630 - ] 3631 - 3632 - [[package]] 3633 - name = "gxhash" 3634 - version = "3.4.1" 3635 - source = "registry+https://github.com/rust-lang/crates.io-index" 3636 - checksum = "a197c9b654827513cf53842c5c6d3da2b4b35a785f8e0eff78bdf8e445aba1bb" 3637 - dependencies = [ 3638 - "rustversion", 3639 - ] 3640 - 3641 - [[package]] 3642 - name = "h2" 3643 - version = "0.3.26" 3644 - source = "registry+https://github.com/rust-lang/crates.io-index" 3645 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 3646 - dependencies = [ 3647 - "bytes", 3648 - "fnv", 3649 - "futures-core", 3650 - "futures-sink", 3651 - "futures-util", 3652 - "http 0.2.12", 3653 - "indexmap 2.2.6", 3654 - "slab", 3655 - "tokio", 3656 - "tokio-util", 3657 - "tracing", 3658 - ] 3659 - 3660 - [[package]] 3661 - name = "h2" 3662 - version = "0.4.5" 3663 - source = "registry+https://github.com/rust-lang/crates.io-index" 3664 - checksum = "fa82e28a107a8cc405f0839610bdc9b15f1e25ec7d696aa5cf173edbcb1486ab" 3665 - dependencies = [ 3666 - "atomic-waker", 3667 - "bytes", 3668 - "fnv", 3669 - "futures-core", 3670 - "futures-sink", 3671 - "http 1.1.0", 3672 - "indexmap 2.2.6", 3673 - "slab", 3674 - "tokio", 3675 - "tokio-util", 3676 - "tracing", 3677 - ] 3678 - 3679 - [[package]] 3680 - name = "half" 3681 - version = "2.4.1" 3682 - source = "registry+https://github.com/rust-lang/crates.io-index" 3683 - checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" 3684 - dependencies = [ 3685 - "cfg-if 1.0.0", 3686 - "crunchy", 3687 - "num-traits", 3688 - ] 3689 - 3690 - [[package]] 3691 - name = "hashbrown" 3692 - version = "0.12.3" 3693 - source = "registry+https://github.com/rust-lang/crates.io-index" 3694 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 3695 - dependencies = [ 3696 - "ahash 0.7.8", 3697 - ] 3698 - 3699 - [[package]] 3700 - name = "hashbrown" 3701 - version = "0.14.5" 3702 - source = "registry+https://github.com/rust-lang/crates.io-index" 3703 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 3704 - dependencies = [ 3705 - "ahash 0.8.11", 3706 - "allocator-api2", 3707 - "serde", 3708 - ] 3709 - 3710 - [[package]] 3711 - name = "hashlink" 3712 - version = "0.8.4" 3713 - source = "registry+https://github.com/rust-lang/crates.io-index" 3714 - checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7" 3715 - dependencies = [ 3716 - "hashbrown 0.14.5", 3717 - ] 3718 - 3719 - [[package]] 3720 - name = "hashlink" 3721 - version = "0.9.1" 3722 - source = "registry+https://github.com/rust-lang/crates.io-index" 3723 - checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af" 3724 - dependencies = [ 3725 - "hashbrown 0.14.5", 3726 - ] 3727 - 3728 - [[package]] 3729 - name = "hdrhistogram" 3730 - version = "7.5.4" 3731 - source = "registry+https://github.com/rust-lang/crates.io-index" 3732 - checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d" 3733 - dependencies = [ 3734 - "base64 0.21.7", 3735 - "byteorder", 3736 - "flate2", 3737 - "nom", 3738 - "num-traits", 3739 - ] 3740 - 3741 - [[package]] 3742 - name = "heck" 3743 - version = "0.4.1" 3744 - source = "registry+https://github.com/rust-lang/crates.io-index" 3745 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 3746 - dependencies = [ 3747 - "unicode-segmentation", 3748 - ] 3749 - 3750 - [[package]] 3751 - name = "heck" 3752 - version = "0.5.0" 3753 - source = "registry+https://github.com/rust-lang/crates.io-index" 3754 - checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 3755 - 3756 - [[package]] 3757 - name = "hermit-abi" 3758 - version = "0.1.19" 3759 - source = "registry+https://github.com/rust-lang/crates.io-index" 3760 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 3761 - dependencies = [ 3762 - "libc", 3763 - ] 3764 - 3765 - [[package]] 3766 - name = "hermit-abi" 3767 - version = "0.3.9" 3768 - source = "registry+https://github.com/rust-lang/crates.io-index" 3769 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 3770 - 3771 - [[package]] 3772 - name = "hex" 3773 - version = "0.4.3" 3774 - source = "registry+https://github.com/rust-lang/crates.io-index" 3775 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 3776 - 3777 - [[package]] 3778 - name = "hkdf" 3779 - version = "0.12.4" 3780 - source = "registry+https://github.com/rust-lang/crates.io-index" 3781 - checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 3782 - dependencies = [ 3783 - "hmac", 3784 - ] 3785 - 3786 - [[package]] 3787 - name = "hmac" 3788 - version = "0.12.1" 3789 - source = "registry+https://github.com/rust-lang/crates.io-index" 3790 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 3791 - dependencies = [ 3792 - "digest", 3793 - ] 3794 - 3795 - [[package]] 3796 - name = "home" 3797 - version = "0.5.9" 3798 - source = "registry+https://github.com/rust-lang/crates.io-index" 3799 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 3800 - dependencies = [ 3801 - "windows-sys 0.52.0", 3802 - ] 3803 - 3804 - [[package]] 3805 - name = "hostname" 3806 - version = "0.3.1" 3807 - source = "registry+https://github.com/rust-lang/crates.io-index" 3808 - checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867" 3809 - dependencies = [ 3810 - "libc", 3811 - "match_cfg", 3812 - "winapi 0.3.9", 3813 - ] 3814 - 3815 - [[package]] 3816 - name = "hostname" 3817 - version = "0.4.0" 3818 - source = "registry+https://github.com/rust-lang/crates.io-index" 3819 - checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba" 3820 - dependencies = [ 3821 - "cfg-if 1.0.0", 3822 - "libc", 3823 - "windows", 3824 - ] 3825 - 3826 - [[package]] 3827 - name = "http" 3828 - version = "0.2.12" 3829 - source = "registry+https://github.com/rust-lang/crates.io-index" 3830 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 3831 - dependencies = [ 3832 - "bytes", 3833 - "fnv", 3834 - "itoa", 3835 - ] 3836 - 3837 - [[package]] 3838 - name = "http" 3839 - version = "1.1.0" 3840 - source = "registry+https://github.com/rust-lang/crates.io-index" 3841 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 3842 - dependencies = [ 3843 - "bytes", 3844 - "fnv", 3845 - "itoa", 3846 - ] 3847 - 3848 - [[package]] 3849 - name = "http-auth-basic" 3850 - version = "0.3.3" 3851 - source = "registry+https://github.com/rust-lang/crates.io-index" 3852 - checksum = "dd2e17aacf7f4a2428def798e2ff4f4f883c0987bdaf47dd5c8bc027bc9f1ebc" 3853 - dependencies = [ 3854 - "base64 0.13.1", 3855 - ] 3856 - 3857 - [[package]] 3858 - name = "http-body" 3859 - version = "0.4.6" 3860 - source = "registry+https://github.com/rust-lang/crates.io-index" 3861 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 3862 - dependencies = [ 3863 - "bytes", 3864 - "http 0.2.12", 3865 - "pin-project-lite", 3866 - ] 3867 - 3868 - [[package]] 3869 - name = "http-body" 3870 - version = "1.0.0" 3871 - source = "registry+https://github.com/rust-lang/crates.io-index" 3872 - checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643" 3873 - dependencies = [ 3874 - "bytes", 3875 - "http 1.1.0", 3876 - ] 3877 - 3878 - [[package]] 3879 - name = "http-body-util" 3880 - version = "0.1.2" 3881 - source = "registry+https://github.com/rust-lang/crates.io-index" 3882 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 3883 - dependencies = [ 3884 - "bytes", 3885 - "futures-util", 3886 - "http 1.1.0", 3887 - "http-body 1.0.0", 3888 - "pin-project-lite", 3889 - ] 3890 - 3891 - [[package]] 3892 - name = "httparse" 3893 - version = "1.9.3" 3894 - source = "registry+https://github.com/rust-lang/crates.io-index" 3895 - checksum = "d0e7a4dd27b9476dc40cb050d3632d3bba3a70ddbff012285f7f8559a1e7e545" 3896 - 3897 - [[package]] 3898 - name = "httpdate" 3899 - version = "1.0.3" 3900 - source = "registry+https://github.com/rust-lang/crates.io-index" 3901 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 3902 - 3903 - [[package]] 3904 - name = "humansize" 3905 - version = "2.1.3" 3906 - source = "registry+https://github.com/rust-lang/crates.io-index" 3907 - checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 3908 - dependencies = [ 3909 - "libm", 3910 - ] 3911 - 3912 - [[package]] 3913 - name = "humantime" 3914 - version = "2.1.0" 3915 - source = "registry+https://github.com/rust-lang/crates.io-index" 3916 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 3917 - 3918 - [[package]] 3919 - name = "hyper" 3920 - version = "0.14.29" 3921 - source = "registry+https://github.com/rust-lang/crates.io-index" 3922 - checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" 3923 - dependencies = [ 3924 - "bytes", 3925 - "futures-channel", 3926 - "futures-core", 3927 - "futures-util", 3928 - "h2 0.3.26", 3929 - "http 0.2.12", 3930 - "http-body 0.4.6", 3931 - "httparse", 3932 - "httpdate", 3933 - "itoa", 3934 - "pin-project-lite", 3935 - "socket2", 3936 - "tokio", 3937 - "tower-service", 3938 - "tracing", 3939 - "want", 3940 - ] 3941 - 3942 - [[package]] 3943 - name = "hyper" 3944 - version = "1.3.1" 3945 - source = "registry+https://github.com/rust-lang/crates.io-index" 3946 - checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d" 3947 - dependencies = [ 3948 - "bytes", 3949 - "futures-channel", 3950 - "futures-util", 3951 - "h2 0.4.5", 3952 - "http 1.1.0", 3953 - "http-body 1.0.0", 3954 - "httparse", 3955 - "itoa", 3956 - "pin-project-lite", 3957 - "smallvec", 3958 - "tokio", 3959 - "want", 3960 - ] 3961 - 3962 - [[package]] 3963 - name = "hyper-rustls" 3964 - version = "0.24.2" 3965 - source = "registry+https://github.com/rust-lang/crates.io-index" 3966 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 3967 - dependencies = [ 3968 - "futures-util", 3969 - "http 0.2.12", 3970 - "hyper 0.14.29", 3971 - "rustls 0.21.12", 3972 - "tokio", 3973 - "tokio-rustls 0.24.1", 3974 - ] 3975 - 3976 - [[package]] 3977 - name = "hyper-rustls" 3978 - version = "0.26.0" 3979 - source = "registry+https://github.com/rust-lang/crates.io-index" 3980 - checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c" 3981 - dependencies = [ 3982 - "futures-util", 3983 - "http 1.1.0", 3984 - "hyper 1.3.1", 3985 - "hyper-util", 3986 - "rustls 0.22.4", 3987 - "rustls-pki-types", 3988 - "tokio", 3989 - "tokio-rustls 0.25.0", 3990 - "tower-service", 3991 - ] 3992 - 3993 - [[package]] 3994 - name = "hyper-timeout" 3995 - version = "0.4.1" 3996 - source = "registry+https://github.com/rust-lang/crates.io-index" 3997 - checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1" 3998 - dependencies = [ 3999 - "hyper 0.14.29", 4000 - "pin-project-lite", 4001 - "tokio", 4002 - "tokio-io-timeout", 4003 - ] 4004 - 4005 - [[package]] 4006 - name = "hyper-util" 4007 - version = "0.1.5" 4008 - source = "registry+https://github.com/rust-lang/crates.io-index" 4009 - checksum = "7b875924a60b96e5d7b9ae7b066540b1dd1cbd90d1828f54c92e02a283351c56" 4010 - dependencies = [ 4011 - "bytes", 4012 - "futures-channel", 4013 - "futures-util", 4014 - "http 1.1.0", 4015 - "http-body 1.0.0", 4016 - "hyper 1.3.1", 4017 - "pin-project-lite", 4018 - "socket2", 4019 - "tokio", 4020 - "tower", 4021 - "tower-service", 4022 - "tracing", 4023 - ] 4024 - 4025 - [[package]] 4026 - name = "iana-time-zone" 4027 - version = "0.1.60" 4028 - source = "registry+https://github.com/rust-lang/crates.io-index" 4029 - checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141" 4030 - dependencies = [ 4031 - "android_system_properties", 4032 - "core-foundation-sys", 4033 - "iana-time-zone-haiku", 4034 - "js-sys", 4035 - "wasm-bindgen", 4036 - "windows-core", 4037 - ] 4038 - 4039 - [[package]] 4040 - name = "iana-time-zone-haiku" 4041 - version = "0.1.2" 4042 - source = "registry+https://github.com/rust-lang/crates.io-index" 4043 - checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 4044 - dependencies = [ 4045 - "cc", 4046 - ] 4047 - 4048 - [[package]] 4049 - name = "icu_collections" 4050 - version = "1.5.0" 4051 - source = "registry+https://github.com/rust-lang/crates.io-index" 4052 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 4053 - dependencies = [ 4054 - "displaydoc", 4055 - "yoke", 4056 - "zerofrom", 4057 - "zerovec", 4058 - ] 4059 - 4060 - [[package]] 4061 - name = "icu_locid" 4062 - version = "1.5.0" 4063 - source = "registry+https://github.com/rust-lang/crates.io-index" 4064 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 4065 - dependencies = [ 4066 - "displaydoc", 4067 - "litemap", 4068 - "tinystr", 4069 - "writeable", 4070 - "zerovec", 4071 - ] 4072 - 4073 - [[package]] 4074 - name = "icu_locid_transform" 4075 - version = "1.5.0" 4076 - source = "registry+https://github.com/rust-lang/crates.io-index" 4077 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 4078 - dependencies = [ 4079 - "displaydoc", 4080 - "icu_locid", 4081 - "icu_locid_transform_data", 4082 - "icu_provider", 4083 - "tinystr", 4084 - "zerovec", 4085 - ] 4086 - 4087 - [[package]] 4088 - name = "icu_locid_transform_data" 4089 - version = "1.5.0" 4090 - source = "registry+https://github.com/rust-lang/crates.io-index" 4091 - checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 4092 - 4093 - [[package]] 4094 - name = "icu_normalizer" 4095 - version = "1.5.0" 4096 - source = "registry+https://github.com/rust-lang/crates.io-index" 4097 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 4098 - dependencies = [ 4099 - "displaydoc", 4100 - "icu_collections", 4101 - "icu_normalizer_data", 4102 - "icu_properties", 4103 - "icu_provider", 4104 - "smallvec", 4105 - "utf16_iter", 4106 - "utf8_iter", 4107 - "write16", 4108 - "zerovec", 4109 - ] 4110 - 4111 - [[package]] 4112 - name = "icu_normalizer_data" 4113 - version = "1.5.0" 4114 - source = "registry+https://github.com/rust-lang/crates.io-index" 4115 - checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 4116 - 4117 - [[package]] 4118 - name = "icu_properties" 4119 - version = "1.5.0" 4120 - source = "registry+https://github.com/rust-lang/crates.io-index" 4121 - checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036" 4122 - dependencies = [ 4123 - "displaydoc", 4124 - "icu_collections", 4125 - "icu_locid_transform", 4126 - "icu_properties_data", 4127 - "icu_provider", 4128 - "tinystr", 4129 - "zerovec", 4130 - ] 4131 - 4132 - [[package]] 4133 - name = "icu_properties_data" 4134 - version = "1.5.0" 4135 - source = "registry+https://github.com/rust-lang/crates.io-index" 4136 - checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 4137 - 4138 - [[package]] 4139 - name = "icu_provider" 4140 - version = "1.5.0" 4141 - source = "registry+https://github.com/rust-lang/crates.io-index" 4142 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 4143 - dependencies = [ 4144 - "displaydoc", 4145 - "icu_locid", 4146 - "icu_provider_macros", 4147 - "stable_deref_trait", 4148 - "tinystr", 4149 - "writeable", 4150 - "yoke", 4151 - "zerofrom", 4152 - "zerovec", 4153 - ] 4154 - 4155 - [[package]] 4156 - name = "icu_provider_macros" 4157 - version = "1.5.0" 4158 - source = "registry+https://github.com/rust-lang/crates.io-index" 4159 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 4160 - dependencies = [ 4161 - "proc-macro2", 4162 - "quote", 4163 - "syn 2.0.66", 4164 - ] 4165 - 4166 - [[package]] 4167 - name = "ident_case" 4168 - version = "1.0.1" 4169 - source = "registry+https://github.com/rust-lang/crates.io-index" 4170 - checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 4171 - 4172 - [[package]] 4173 - name = "idna" 4174 - version = "0.3.0" 4175 - source = "registry+https://github.com/rust-lang/crates.io-index" 4176 - checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6" 4177 - dependencies = [ 4178 - "unicode-bidi", 4179 - "unicode-normalization", 4180 - ] 4181 - 4182 - [[package]] 4183 - name = "idna" 4184 - version = "0.5.0" 4185 - source = "registry+https://github.com/rust-lang/crates.io-index" 4186 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 4187 - dependencies = [ 4188 - "unicode-bidi", 4189 - "unicode-normalization", 4190 - ] 4191 - 4192 - [[package]] 4193 - name = "idna" 4194 - version = "1.0.0" 4195 - source = "registry+https://github.com/rust-lang/crates.io-index" 4196 - checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed" 4197 - dependencies = [ 4198 - "icu_normalizer", 4199 - "icu_properties", 4200 - "smallvec", 4201 - "utf8_iter", 4202 - ] 4203 - 4204 - [[package]] 4205 - name = "impl-more" 4206 - version = "0.1.6" 4207 - source = "registry+https://github.com/rust-lang/crates.io-index" 4208 - checksum = "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d" 4209 - 4210 - [[package]] 4211 - name = "indexmap" 4212 - version = "1.9.3" 4213 - source = "registry+https://github.com/rust-lang/crates.io-index" 4214 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 4215 - dependencies = [ 4216 - "autocfg", 4217 - "hashbrown 0.12.3", 4218 - ] 4219 - 4220 - [[package]] 4221 - name = "indexmap" 4222 - version = "2.2.6" 4223 - source = "registry+https://github.com/rust-lang/crates.io-index" 4224 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 4225 - dependencies = [ 4226 - "equivalent", 4227 - "hashbrown 0.14.5", 4228 - "serde", 4229 - ] 4230 - 4231 - [[package]] 4232 - name = "indoc" 4233 - version = "2.0.5" 4234 - source = "registry+https://github.com/rust-lang/crates.io-index" 4235 - checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 4236 - 4237 - [[package]] 4238 - name = "infra" 4239 - version = "0.1.0" 4240 - dependencies = [ 4241 - "ahash 0.8.11", 4242 - "anyhow", 4243 - "async-nats", 4244 - "async-recursion", 4245 - "async-trait", 4246 - "bytes", 4247 - "chrono", 4248 - "config", 4249 - "datafusion", 4250 - "etcd-client", 4251 - "futures", 4252 - "hashbrown 0.14.5", 4253 - "hashlink 0.9.1", 4254 - "log", 4255 - "object_store", 4256 - "once_cell", 4257 - "parking_lot", 4258 - "serde", 4259 - "serde_json", 4260 - "sqlx", 4261 - "thiserror", 4262 - "tokio", 4263 - "tokio-stream", 4264 - "tracing", 4265 - "zstd", 4266 - ] 4267 - 4268 - [[package]] 4269 - name = "ingester" 4270 - version = "0.1.0" 4271 - dependencies = [ 4272 - "arrow", 4273 - "arrow-schema", 4274 - "async-walkdir", 4275 - "byteorder", 4276 - "bytes", 4277 - "chrono", 4278 - "config", 4279 - "datafusion", 4280 - "futures", 4281 - "hashbrown 0.14.5", 4282 - "indexmap 2.2.6", 4283 - "infra", 4284 - "itertools 0.12.1", 4285 - "log", 4286 - "once_cell", 4287 - "parquet", 4288 - "serde", 4289 - "serde_json", 4290 - "snafu 0.7.5", 4291 - "tokio", 4292 - "wal", 4293 - ] 4294 - 4295 - [[package]] 4296 - name = "inout" 4297 - version = "0.1.3" 4298 - source = "registry+https://github.com/rust-lang/crates.io-index" 4299 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 4300 - dependencies = [ 4301 - "block-padding", 4302 - "generic-array", 4303 - ] 4304 - 4305 - [[package]] 4306 - name = "instant" 4307 - version = "0.1.13" 4308 - source = "registry+https://github.com/rust-lang/crates.io-index" 4309 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 4310 - dependencies = [ 4311 - "cfg-if 1.0.0", 4312 - "js-sys", 4313 - "wasm-bindgen", 4314 - "web-sys", 4315 - ] 4316 - 4317 - [[package]] 4318 - name = "integer-encoding" 4319 - version = "3.0.4" 4320 - source = "registry+https://github.com/rust-lang/crates.io-index" 4321 - checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02" 4322 - 4323 - [[package]] 4324 - name = "ipnet" 4325 - version = "2.9.0" 4326 - source = "registry+https://github.com/rust-lang/crates.io-index" 4327 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 4328 - 4329 - [[package]] 4330 - name = "ipnetwork" 4331 - version = "0.18.0" 4332 - source = "registry+https://github.com/rust-lang/crates.io-index" 4333 - checksum = "4088d739b183546b239688ddbc79891831df421773df95e236daf7867866d355" 4334 - dependencies = [ 4335 - "serde", 4336 - ] 4337 - 4338 - [[package]] 4339 - name = "ipnetwork" 4340 - version = "0.20.0" 4341 - source = "registry+https://github.com/rust-lang/crates.io-index" 4342 - checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e" 4343 - dependencies = [ 4344 - "serde", 4345 - ] 4346 - 4347 - [[package]] 4348 - name = "is-terminal" 4349 - version = "0.4.12" 4350 - source = "registry+https://github.com/rust-lang/crates.io-index" 4351 - checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 4352 - dependencies = [ 4353 - "hermit-abi 0.3.9", 4354 - "libc", 4355 - "windows-sys 0.52.0", 4356 - ] 4357 - 4358 - [[package]] 4359 - name = "is_terminal_polyfill" 4360 - version = "1.70.0" 4361 - source = "registry+https://github.com/rust-lang/crates.io-index" 4362 - checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" 4363 - 4364 - [[package]] 4365 - name = "itertools" 4366 - version = "0.10.5" 4367 - source = "registry+https://github.com/rust-lang/crates.io-index" 4368 - checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" 4369 - dependencies = [ 4370 - "either", 4371 - ] 4372 - 4373 - [[package]] 4374 - name = "itertools" 4375 - version = "0.11.0" 4376 - source = "registry+https://github.com/rust-lang/crates.io-index" 4377 - checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 4378 - dependencies = [ 4379 - "either", 4380 - ] 4381 - 4382 - [[package]] 4383 - name = "itertools" 4384 - version = "0.12.1" 4385 - source = "registry+https://github.com/rust-lang/crates.io-index" 4386 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 4387 - dependencies = [ 4388 - "either", 4389 - ] 4390 - 4391 - [[package]] 4392 - name = "itertools" 4393 - version = "0.13.0" 4394 - source = "registry+https://github.com/rust-lang/crates.io-index" 4395 - checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 4396 - dependencies = [ 4397 - "either", 4398 - ] 4399 - 4400 - [[package]] 4401 - name = "itoa" 4402 - version = "1.0.11" 4403 - source = "registry+https://github.com/rust-lang/crates.io-index" 4404 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 4405 - 4406 - [[package]] 4407 - name = "jni" 4408 - version = "0.21.1" 4409 - source = "registry+https://github.com/rust-lang/crates.io-index" 4410 - checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97" 4411 - dependencies = [ 4412 - "cesu8", 4413 - "cfg-if 1.0.0", 4414 - "combine", 4415 - "jni-sys", 4416 - "log", 4417 - "thiserror", 4418 - "walkdir", 4419 - "windows-sys 0.45.0", 4420 - ] 4421 - 4422 - [[package]] 4423 - name = "jni-sys" 4424 - version = "0.3.0" 4425 - source = "registry+https://github.com/rust-lang/crates.io-index" 4426 - checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 4427 - 4428 - [[package]] 4429 - name = "jobserver" 4430 - version = "0.1.31" 4431 - source = "registry+https://github.com/rust-lang/crates.io-index" 4432 - checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" 4433 - dependencies = [ 4434 - "libc", 4435 - ] 4436 - 4437 - [[package]] 4438 - name = "js-sys" 4439 - version = "0.3.69" 4440 - source = "registry+https://github.com/rust-lang/crates.io-index" 4441 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 4442 - dependencies = [ 4443 - "wasm-bindgen", 4444 - ] 4445 - 4446 - [[package]] 4447 - name = "json" 4448 - version = "0.12.4" 4449 - source = "registry+https://github.com/rust-lang/crates.io-index" 4450 - checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd" 4451 - 4452 - [[package]] 4453 - name = "jsonwebtoken" 4454 - version = "9.3.0" 4455 - source = "registry+https://github.com/rust-lang/crates.io-index" 4456 - checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f" 4457 - dependencies = [ 4458 - "base64 0.21.7", 4459 - "js-sys", 4460 - "pem", 4461 - "ring", 4462 - "serde", 4463 - "serde_json", 4464 - "simple_asn1", 4465 - ] 4466 - 4467 - [[package]] 4468 - name = "keccak" 4469 - version = "0.1.5" 4470 - source = "registry+https://github.com/rust-lang/crates.io-index" 4471 - checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" 4472 - dependencies = [ 4473 - "cpufeatures", 4474 - ] 4475 - 4476 - [[package]] 4477 - name = "lalrpop" 4478 - version = "0.20.2" 4479 - source = "registry+https://github.com/rust-lang/crates.io-index" 4480 - checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca" 4481 - dependencies = [ 4482 - "ascii-canvas", 4483 - "bit-set", 4484 - "ena", 4485 - "itertools 0.11.0", 4486 - "lalrpop-util", 4487 - "petgraph", 4488 - "regex", 4489 - "regex-syntax 0.8.4", 4490 - "string_cache", 4491 - "term", 4492 - "tiny-keccak", 4493 - "unicode-xid", 4494 - "walkdir", 4495 - ] 4496 - 4497 - [[package]] 4498 - name = "lalrpop-util" 4499 - version = "0.20.2" 4500 - source = "registry+https://github.com/rust-lang/crates.io-index" 4501 - checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553" 4502 - dependencies = [ 4503 - "regex-automata 0.4.7", 4504 - ] 4505 - 4506 - [[package]] 4507 - name = "language-tags" 4508 - version = "0.3.2" 4509 - source = "registry+https://github.com/rust-lang/crates.io-index" 4510 - checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388" 4511 - 4512 - [[package]] 4513 - name = "lazy_static" 4514 - version = "1.4.0" 4515 - source = "registry+https://github.com/rust-lang/crates.io-index" 4516 - checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 4517 - dependencies = [ 4518 - "spin 0.5.2", 4519 - ] 4520 - 4521 - [[package]] 4522 - name = "lettre" 4523 - version = "0.11.7" 4524 - source = "registry+https://github.com/rust-lang/crates.io-index" 4525 - checksum = "1a62049a808f1c4e2356a2a380bd5f2aca3b011b0b482cf3b914ba1731426969" 4526 - dependencies = [ 4527 - "async-trait", 4528 - "base64 0.22.1", 4529 - "chumsky", 4530 - "email-encoding", 4531 - "email_address", 4532 - "fastrand 2.1.0", 4533 - "futures-io", 4534 - "futures-util", 4535 - "hostname 0.4.0", 4536 - "httpdate", 4537 - "idna 0.5.0", 4538 - "mime", 4539 - "nom", 4540 - "percent-encoding", 4541 - "quoted_printable", 4542 - "rustls 0.23.9", 4543 - "rustls-pemfile 2.1.2", 4544 - "socket2", 4545 - "tokio", 4546 - "tokio-rustls 0.26.0", 4547 - "url", 4548 - "webpki-roots 0.26.2", 4549 - ] 4550 - 4551 - [[package]] 4552 - name = "lexical-core" 4553 - version = "0.8.5" 4554 - source = "registry+https://github.com/rust-lang/crates.io-index" 4555 - checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46" 4556 - dependencies = [ 4557 - "lexical-parse-float", 4558 - "lexical-parse-integer", 4559 - "lexical-util", 4560 - "lexical-write-float", 4561 - "lexical-write-integer", 4562 - ] 4563 - 4564 - [[package]] 4565 - name = "lexical-parse-float" 4566 - version = "0.8.5" 4567 - source = "registry+https://github.com/rust-lang/crates.io-index" 4568 - checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f" 4569 - dependencies = [ 4570 - "lexical-parse-integer", 4571 - "lexical-util", 4572 - "static_assertions", 4573 - ] 4574 - 4575 - [[package]] 4576 - name = "lexical-parse-integer" 4577 - version = "0.8.6" 4578 - source = "registry+https://github.com/rust-lang/crates.io-index" 4579 - checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9" 4580 - dependencies = [ 4581 - "lexical-util", 4582 - "static_assertions", 4583 - ] 4584 - 4585 - [[package]] 4586 - name = "lexical-util" 4587 - version = "0.8.5" 4588 - source = "registry+https://github.com/rust-lang/crates.io-index" 4589 - checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc" 4590 - dependencies = [ 4591 - "static_assertions", 4592 - ] 4593 - 4594 - [[package]] 4595 - name = "lexical-write-float" 4596 - version = "0.8.5" 4597 - source = "registry+https://github.com/rust-lang/crates.io-index" 4598 - checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862" 4599 - dependencies = [ 4600 - "lexical-util", 4601 - "lexical-write-integer", 4602 - "static_assertions", 4603 - ] 4604 - 4605 - [[package]] 4606 - name = "lexical-write-integer" 4607 - version = "0.8.5" 4608 - source = "registry+https://github.com/rust-lang/crates.io-index" 4609 - checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446" 4610 - dependencies = [ 4611 - "lexical-util", 4612 - "static_assertions", 4613 - ] 4614 - 4615 - [[package]] 4616 - name = "libc" 4617 - version = "0.2.155" 4618 - source = "registry+https://github.com/rust-lang/crates.io-index" 4619 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 4620 - 4621 - [[package]] 4622 - name = "libflate" 4623 - version = "1.4.0" 4624 - source = "registry+https://github.com/rust-lang/crates.io-index" 4625 - checksum = "5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18" 4626 - dependencies = [ 4627 - "adler32", 4628 - "crc32fast", 4629 - "libflate_lz77", 4630 - ] 4631 - 4632 - [[package]] 4633 - name = "libflate_lz77" 4634 - version = "1.2.0" 4635 - source = "registry+https://github.com/rust-lang/crates.io-index" 4636 - checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf" 4637 - dependencies = [ 4638 - "rle-decode-fast", 4639 - ] 4640 - 4641 - [[package]] 4642 - name = "libm" 4643 - version = "0.2.8" 4644 - source = "registry+https://github.com/rust-lang/crates.io-index" 4645 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 4646 - 4647 - [[package]] 4648 - name = "libmimalloc-sys" 4649 - version = "0.1.38" 4650 - source = "registry+https://github.com/rust-lang/crates.io-index" 4651 - checksum = "0e7bb23d733dfcc8af652a78b7bf232f0e967710d044732185e561e47c0336b6" 4652 - dependencies = [ 4653 - "cc", 4654 - "libc", 4655 - ] 4656 - 4657 - [[package]] 4658 - name = "libredox" 4659 - version = "0.1.3" 4660 - source = "registry+https://github.com/rust-lang/crates.io-index" 4661 - checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d" 4662 - dependencies = [ 4663 - "bitflags 2.5.0", 4664 - "libc", 4665 - ] 4666 - 4667 - [[package]] 4668 - name = "libsqlite3-sys" 4669 - version = "0.27.0" 4670 - source = "registry+https://github.com/rust-lang/crates.io-index" 4671 - checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716" 4672 - dependencies = [ 4673 - "cc", 4674 - "pkg-config", 4675 - "vcpkg", 4676 - ] 4677 - 4678 - [[package]] 4679 - name = "libz-sys" 4680 - version = "1.1.18" 4681 - source = "registry+https://github.com/rust-lang/crates.io-index" 4682 - checksum = "c15da26e5af7e25c90b37a2d75cdbf940cf4a55316de9d84c679c9b8bfabf82e" 4683 - dependencies = [ 4684 - "cc", 4685 - "pkg-config", 4686 - "vcpkg", 4687 - ] 4688 - 4689 - [[package]] 4690 - name = "linux-raw-sys" 4691 - version = "0.4.14" 4692 - source = "registry+https://github.com/rust-lang/crates.io-index" 4693 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 4694 - 4695 - [[package]] 4696 - name = "litemap" 4697 - version = "0.7.3" 4698 - source = "registry+https://github.com/rust-lang/crates.io-index" 4699 - checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" 4700 - 4701 - [[package]] 4702 - name = "local-channel" 4703 - version = "0.1.5" 4704 - source = "registry+https://github.com/rust-lang/crates.io-index" 4705 - checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8" 4706 - dependencies = [ 4707 - "futures-core", 4708 - "futures-sink", 4709 - "local-waker", 4710 - ] 4711 - 4712 - [[package]] 4713 - name = "local-waker" 4714 - version = "0.1.4" 4715 - source = "registry+https://github.com/rust-lang/crates.io-index" 4716 - checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487" 4717 - 4718 - [[package]] 4719 - name = "lock_api" 4720 - version = "0.4.12" 4721 - source = "registry+https://github.com/rust-lang/crates.io-index" 4722 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 4723 - dependencies = [ 4724 - "autocfg", 4725 - "scopeguard", 4726 - ] 4727 - 4728 - [[package]] 4729 - name = "log" 4730 - version = "0.4.21" 4731 - source = "registry+https://github.com/rust-lang/crates.io-index" 4732 - checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" 4733 - 4734 - [[package]] 4735 - name = "lrlex" 4736 - version = "0.12.0" 4737 - source = "registry+https://github.com/rust-lang/crates.io-index" 4738 - checksum = "22b832738fbfa58ad036580929e973b3b6bd31c6d6c7f18f6b5ea7b626675c85" 4739 - dependencies = [ 4740 - "getopts", 4741 - "lazy_static", 4742 - "lrpar", 4743 - "num-traits", 4744 - "regex", 4745 - "serde", 4746 - "try_from", 4747 - "vergen", 4748 - ] 4749 - 4750 - [[package]] 4751 - name = "lrpar" 4752 - version = "0.12.0" 4753 - source = "registry+https://github.com/rust-lang/crates.io-index" 4754 - checksum = "2f270b952b07995fe874b10a5ed7dd28c80aa2130e37a7de7ed667d034e0a521" 4755 - dependencies = [ 4756 - "bincode", 4757 - "cactus", 4758 - "cfgrammar", 4759 - "filetime", 4760 - "indexmap 1.9.3", 4761 - "lazy_static", 4762 - "lrtable", 4763 - "num-traits", 4764 - "packedvec", 4765 - "regex", 4766 - "serde", 4767 - "static_assertions", 4768 - "vergen", 4769 - "vob", 4770 - ] 4771 - 4772 - [[package]] 4773 - name = "lrtable" 4774 - version = "0.12.0" 4775 - source = "registry+https://github.com/rust-lang/crates.io-index" 4776 - checksum = "a854115c6a10772ac154261592b082436abc869c812575cadcf9d7ceda8eff0b" 4777 - dependencies = [ 4778 - "cfgrammar", 4779 - "fnv", 4780 - "num-traits", 4781 - "serde", 4782 - "sparsevec", 4783 - "static_assertions", 4784 - "vob", 4785 - ] 4786 - 4787 - [[package]] 4788 - name = "lz4_flex" 4789 - version = "0.11.3" 4790 - source = "registry+https://github.com/rust-lang/crates.io-index" 4791 - checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5" 4792 - dependencies = [ 4793 - "twox-hash", 4794 - ] 4795 - 4796 - [[package]] 4797 - name = "lzma-sys" 4798 - version = "0.1.20" 4799 - source = "registry+https://github.com/rust-lang/crates.io-index" 4800 - checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27" 4801 - dependencies = [ 4802 - "cc", 4803 - "libc", 4804 - "pkg-config", 4805 - ] 4806 - 4807 - [[package]] 4808 - name = "mach" 4809 - version = "0.3.2" 4810 - source = "registry+https://github.com/rust-lang/crates.io-index" 4811 - checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa" 4812 - dependencies = [ 4813 - "libc", 4814 - ] 4815 - 4816 - [[package]] 4817 - name = "match_cfg" 4818 - version = "0.1.0" 4819 - source = "registry+https://github.com/rust-lang/crates.io-index" 4820 - checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4" 4821 - 4822 - [[package]] 4823 - name = "matchers" 4824 - version = "0.1.0" 4825 - source = "registry+https://github.com/rust-lang/crates.io-index" 4826 - checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 4827 - dependencies = [ 4828 - "regex-automata 0.1.10", 4829 - ] 4830 - 4831 - [[package]] 4832 - name = "matchit" 4833 - version = "0.7.3" 4834 - source = "registry+https://github.com/rust-lang/crates.io-index" 4835 - checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" 4836 - 4837 - [[package]] 4838 - name = "maxminddb" 4839 - version = "0.23.0" 4840 - source = "registry+https://github.com/rust-lang/crates.io-index" 4841 - checksum = "fe2ba61113f9f7a9f0e87c519682d39c43a6f3f79c2cc42c3ba3dda83b1fa334" 4842 - dependencies = [ 4843 - "ipnetwork 0.18.0", 4844 - "log", 4845 - "memchr", 4846 - "serde", 4847 - ] 4848 - 4849 - [[package]] 4850 - name = "md-5" 4851 - version = "0.10.6" 4852 - source = "registry+https://github.com/rust-lang/crates.io-index" 4853 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 4854 - dependencies = [ 4855 - "cfg-if 1.0.0", 4856 - "digest", 4857 - ] 4858 - 4859 - [[package]] 4860 - name = "mediatype" 4861 - version = "0.19.18" 4862 - source = "registry+https://github.com/rust-lang/crates.io-index" 4863 - checksum = "8878cd8d1b3c8c8ae4b2ba0a36652b7cf192f618a599a7fbdfa25cffd4ea72dd" 4864 - 4865 - [[package]] 4866 - name = "memchr" 4867 - version = "2.7.2" 4868 - source = "registry+https://github.com/rust-lang/crates.io-index" 4869 - checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" 4870 - 4871 - [[package]] 4872 - name = "memmap2" 4873 - version = "0.9.4" 4874 - source = "registry+https://github.com/rust-lang/crates.io-index" 4875 - checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322" 4876 - dependencies = [ 4877 - "libc", 4878 - ] 4879 - 4880 - [[package]] 4881 - name = "memory-stats" 4882 - version = "1.1.0" 4883 - source = "registry+https://github.com/rust-lang/crates.io-index" 4884 - checksum = "34f79cf9964c5c9545493acda1263f1912f8d2c56c8a2ffee2606cb960acaacc" 4885 - dependencies = [ 4886 - "libc", 4887 - "winapi 0.3.9", 4888 - ] 4889 - 4890 - [[package]] 4891 - name = "mimalloc" 4892 - version = "0.1.42" 4893 - source = "registry+https://github.com/rust-lang/crates.io-index" 4894 - checksum = "e9186d86b79b52f4a77af65604b51225e8db1d6ee7e3f41aec1e40829c71a176" 4895 - dependencies = [ 4896 - "libmimalloc-sys", 4897 - ] 4898 - 4899 - [[package]] 4900 - name = "mime" 4901 - version = "0.3.17" 4902 - source = "registry+https://github.com/rust-lang/crates.io-index" 4903 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 4904 - 4905 - [[package]] 4906 - name = "mime_guess" 4907 - version = "2.0.4" 4908 - source = "registry+https://github.com/rust-lang/crates.io-index" 4909 - checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef" 4910 - dependencies = [ 4911 - "mime", 4912 - "unicase", 4913 - ] 4914 - 4915 - [[package]] 4916 - name = "minimal-lexical" 4917 - version = "0.2.1" 4918 - source = "registry+https://github.com/rust-lang/crates.io-index" 4919 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 4920 - 4921 - [[package]] 4922 - name = "miniz_oxide" 4923 - version = "0.7.3" 4924 - source = "registry+https://github.com/rust-lang/crates.io-index" 4925 - checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" 4926 - dependencies = [ 4927 - "adler", 4928 - ] 4929 - 4930 - [[package]] 4931 - name = "mio" 4932 - version = "0.8.11" 4933 - source = "registry+https://github.com/rust-lang/crates.io-index" 4934 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 4935 - dependencies = [ 4936 - "libc", 4937 - "log", 4938 - "wasi 0.11.0+wasi-snapshot-preview1", 4939 - "windows-sys 0.48.0", 4940 - ] 4941 - 4942 - [[package]] 4943 - name = "moka" 4944 - version = "0.12.8" 4945 - source = "registry+https://github.com/rust-lang/crates.io-index" 4946 - checksum = "32cf62eb4dd975d2dde76432fb1075c49e3ee2331cf36f1f8fd4b66550d32b6f" 4947 - dependencies = [ 4948 - "async-lock", 4949 - "async-trait", 4950 - "crossbeam-channel", 4951 - "crossbeam-epoch", 4952 - "crossbeam-utils", 4953 - "event-listener 5.3.1", 4954 - "futures-util", 4955 - "once_cell", 4956 - "parking_lot", 4957 - "quanta 0.12.3", 4958 - "rustc_version", 4959 - "smallvec", 4960 - "tagptr", 4961 - "thiserror", 4962 - "triomphe", 4963 - "uuid", 4964 - ] 4965 - 4966 - [[package]] 4967 - name = "multimap" 4968 - version = "0.10.0" 4969 - source = "registry+https://github.com/rust-lang/crates.io-index" 4970 - checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03" 4971 - 4972 - [[package]] 4973 - name = "murmur3" 4974 - version = "0.5.2" 4975 - source = "registry+https://github.com/rust-lang/crates.io-index" 4976 - checksum = "9252111cf132ba0929b6f8e030cac2a24b507f3a4d6db6fb2896f27b354c714b" 4977 - 4978 - [[package]] 4979 - name = "names" 4980 - version = "0.14.0" 4981 - source = "registry+https://github.com/rust-lang/crates.io-index" 4982 - checksum = "7bddcd3bf5144b6392de80e04c347cd7fab2508f6df16a85fc496ecd5cec39bc" 4983 - dependencies = [ 4984 - "clap 3.2.25", 4985 - "rand", 4986 - ] 4987 - 4988 - [[package]] 4989 - name = "ndk-context" 4990 - version = "0.1.1" 4991 - source = "registry+https://github.com/rust-lang/crates.io-index" 4992 - checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b" 4993 - 4994 - [[package]] 4995 - name = "new_debug_unreachable" 4996 - version = "1.0.6" 4997 - source = "registry+https://github.com/rust-lang/crates.io-index" 4998 - checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 4999 - 5000 - [[package]] 5001 - name = "new_mime_guess" 5002 - version = "4.0.1" 5003 - source = "registry+https://github.com/rust-lang/crates.io-index" 5004 - checksum = "c2d684d1b59e0dc07b37e2203ef576987473288f530082512aff850585c61b1f" 5005 - dependencies = [ 5006 - "mime", 5007 - "unicase", 5008 - ] 5009 - 5010 - [[package]] 5011 - name = "nix" 5012 - version = "0.26.4" 5013 - source = "registry+https://github.com/rust-lang/crates.io-index" 5014 - checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" 5015 - dependencies = [ 5016 - "bitflags 1.3.2", 5017 - "cfg-if 1.0.0", 5018 - "libc", 5019 - ] 5020 - 5021 - [[package]] 5022 - name = "nix" 5023 - version = "0.28.0" 5024 - source = "registry+https://github.com/rust-lang/crates.io-index" 5025 - checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" 5026 - dependencies = [ 5027 - "bitflags 2.5.0", 5028 - "cfg-if 1.0.0", 5029 - "cfg_aliases 0.1.1", 5030 - "libc", 5031 - ] 5032 - 5033 - [[package]] 5034 - name = "nkeys" 5035 - version = "0.4.1" 5036 - source = "registry+https://github.com/rust-lang/crates.io-index" 5037 - checksum = "bc522a19199a0795776406619aa6aa78e1e55690fbeb3181b8db5265fd0e89ce" 5038 - dependencies = [ 5039 - "data-encoding", 5040 - "ed25519", 5041 - "ed25519-dalek", 5042 - "getrandom", 5043 - "log", 5044 - "rand", 5045 - "signatory", 5046 - ] 5047 - 5048 - [[package]] 5049 - name = "nom" 5050 - version = "7.1.3" 5051 - source = "registry+https://github.com/rust-lang/crates.io-index" 5052 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 5053 - dependencies = [ 5054 - "memchr", 5055 - "minimal-lexical", 5056 - ] 5057 - 5058 - [[package]] 5059 - name = "ntapi" 5060 - version = "0.4.1" 5061 - source = "registry+https://github.com/rust-lang/crates.io-index" 5062 - checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 5063 - dependencies = [ 5064 - "winapi 0.3.9", 5065 - ] 5066 - 5067 - [[package]] 5068 - name = "nu-ansi-term" 5069 - version = "0.46.0" 5070 - source = "registry+https://github.com/rust-lang/crates.io-index" 5071 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 5072 - dependencies = [ 5073 - "overload", 5074 - "winapi 0.3.9", 5075 - ] 5076 - 5077 - [[package]] 5078 - name = "nuid" 5079 - version = "0.5.0" 5080 - source = "registry+https://github.com/rust-lang/crates.io-index" 5081 - checksum = "fc895af95856f929163a0aa20c26a78d26bfdc839f51b9d5aa7a5b79e52b7e83" 5082 - dependencies = [ 5083 - "rand", 5084 - ] 5085 - 5086 - [[package]] 5087 - name = "num" 5088 - version = "0.4.3" 5089 - source = "registry+https://github.com/rust-lang/crates.io-index" 5090 - checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 5091 - dependencies = [ 5092 - "num-bigint", 5093 - "num-complex", 5094 - "num-integer", 5095 - "num-iter", 5096 - "num-rational", 5097 - "num-traits", 5098 - ] 5099 - 5100 - [[package]] 5101 - name = "num-bigint" 5102 - version = "0.4.5" 5103 - source = "registry+https://github.com/rust-lang/crates.io-index" 5104 - checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" 5105 - dependencies = [ 5106 - "num-integer", 5107 - "num-traits", 5108 - ] 5109 - 5110 - [[package]] 5111 - name = "num-bigint-dig" 5112 - version = "0.8.4" 5113 - source = "registry+https://github.com/rust-lang/crates.io-index" 5114 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 5115 - dependencies = [ 5116 - "byteorder", 5117 - "lazy_static", 5118 - "libm", 5119 - "num-integer", 5120 - "num-iter", 5121 - "num-traits", 5122 - "rand", 5123 - "smallvec", 5124 - "zeroize", 5125 - ] 5126 - 5127 - [[package]] 5128 - name = "num-complex" 5129 - version = "0.4.6" 5130 - source = "registry+https://github.com/rust-lang/crates.io-index" 5131 - checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 5132 - dependencies = [ 5133 - "num-traits", 5134 - ] 5135 - 5136 - [[package]] 5137 - name = "num-conv" 5138 - version = "0.1.0" 5139 - source = "registry+https://github.com/rust-lang/crates.io-index" 5140 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 5141 - 5142 - [[package]] 5143 - name = "num-integer" 5144 - version = "0.1.46" 5145 - source = "registry+https://github.com/rust-lang/crates.io-index" 5146 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 5147 - dependencies = [ 5148 - "num-traits", 5149 - ] 5150 - 5151 - [[package]] 5152 - name = "num-iter" 5153 - version = "0.1.45" 5154 - source = "registry+https://github.com/rust-lang/crates.io-index" 5155 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 5156 - dependencies = [ 5157 - "autocfg", 5158 - "num-integer", 5159 - "num-traits", 5160 - ] 5161 - 5162 - [[package]] 5163 - name = "num-rational" 5164 - version = "0.4.2" 5165 - source = "registry+https://github.com/rust-lang/crates.io-index" 5166 - checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 5167 - dependencies = [ 5168 - "num-bigint", 5169 - "num-integer", 5170 - "num-traits", 5171 - ] 5172 - 5173 - [[package]] 5174 - name = "num-traits" 5175 - version = "0.2.19" 5176 - source = "registry+https://github.com/rust-lang/crates.io-index" 5177 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 5178 - dependencies = [ 5179 - "autocfg", 5180 - "libm", 5181 - ] 5182 - 5183 - [[package]] 5184 - name = "num_cpus" 5185 - version = "1.16.0" 5186 - source = "registry+https://github.com/rust-lang/crates.io-index" 5187 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 5188 - dependencies = [ 5189 - "hermit-abi 0.3.9", 5190 - "libc", 5191 - ] 5192 - 5193 - [[package]] 5194 - name = "num_enum" 5195 - version = "0.6.1" 5196 - source = "registry+https://github.com/rust-lang/crates.io-index" 5197 - checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" 5198 - dependencies = [ 5199 - "num_enum_derive", 5200 - ] 5201 - 5202 - [[package]] 5203 - name = "num_enum_derive" 5204 - version = "0.6.1" 5205 - source = "registry+https://github.com/rust-lang/crates.io-index" 5206 - checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" 5207 - dependencies = [ 5208 - "proc-macro-crate 1.3.1", 5209 - "proc-macro2", 5210 - "quote", 5211 - "syn 2.0.66", 5212 - ] 5213 - 5214 - [[package]] 5215 - name = "objc-sys" 5216 - version = "0.3.5" 5217 - source = "registry+https://github.com/rust-lang/crates.io-index" 5218 - checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310" 5219 - 5220 - [[package]] 5221 - name = "objc2" 5222 - version = "0.5.2" 5223 - source = "registry+https://github.com/rust-lang/crates.io-index" 5224 - checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804" 5225 - dependencies = [ 5226 - "objc-sys", 5227 - "objc2-encode", 5228 - ] 5229 - 5230 - [[package]] 5231 - name = "objc2-encode" 5232 - version = "4.0.3" 5233 - source = "registry+https://github.com/rust-lang/crates.io-index" 5234 - checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8" 5235 - 5236 - [[package]] 5237 - name = "objc2-foundation" 5238 - version = "0.2.2" 5239 - source = "registry+https://github.com/rust-lang/crates.io-index" 5240 - checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8" 5241 - dependencies = [ 5242 - "bitflags 2.5.0", 5243 - "block2", 5244 - "libc", 5245 - "objc2", 5246 - ] 5247 - 5248 - [[package]] 5249 - name = "object" 5250 - version = "0.36.0" 5251 - source = "registry+https://github.com/rust-lang/crates.io-index" 5252 - checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" 5253 - dependencies = [ 5254 - "memchr", 5255 - ] 5256 - 5257 - [[package]] 5258 - name = "object_store" 5259 - version = "0.10.2" 5260 - source = "registry+https://github.com/rust-lang/crates.io-index" 5261 - checksum = "e6da452820c715ce78221e8202ccc599b4a52f3e1eb3eedb487b680c81a8e3f3" 5262 - dependencies = [ 5263 - "async-trait", 5264 - "base64 0.22.1", 5265 - "bytes", 5266 - "chrono", 5267 - "futures", 5268 - "humantime", 5269 - "hyper 1.3.1", 5270 - "itertools 0.13.0", 5271 - "md-5", 5272 - "parking_lot", 5273 - "percent-encoding", 5274 - "quick-xml", 5275 - "rand", 5276 - "reqwest 0.12.4", 5277 - "ring", 5278 - "rustls-pemfile 2.1.2", 5279 - "serde", 5280 - "serde_json", 5281 - "snafu 0.7.5", 5282 - "tokio", 5283 - "tracing", 5284 - "url", 5285 - "walkdir", 5286 - ] 5287 - 5288 - [[package]] 5289 - name = "octseq" 5290 - version = "0.5.1" 5291 - source = "registry+https://github.com/rust-lang/crates.io-index" 5292 - checksum = "2ed2eaec452d98ccc1c615dd843fd039d9445f2fb4da114ee7e6af5fcb68be98" 5293 - dependencies = [ 5294 - "bytes", 5295 - "serde", 5296 - "smallvec", 5297 - ] 5298 - 5299 - [[package]] 5300 - name = "ofb" 5301 - version = "0.6.1" 5302 - source = "registry+https://github.com/rust-lang/crates.io-index" 5303 - checksum = "2cc40678e045ff4eb1666ea6c0f994b133c31f673c09aed292261b6d5b6963a0" 5304 - dependencies = [ 5305 - "cipher", 5306 - ] 5307 - 5308 - [[package]] 5309 - name = "once_cell" 5310 - version = "1.19.0" 5311 - source = "registry+https://github.com/rust-lang/crates.io-index" 5312 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 5313 - 5314 - [[package]] 5315 - name = "onig" 5316 - version = "6.4.0" 5317 - source = "registry+https://github.com/rust-lang/crates.io-index" 5318 - checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" 5319 - dependencies = [ 5320 - "bitflags 1.3.2", 5321 - "libc", 5322 - "once_cell", 5323 - "onig_sys", 5324 - ] 5325 - 5326 - [[package]] 5327 - name = "onig_sys" 5328 - version = "69.8.1" 5329 - source = "registry+https://github.com/rust-lang/crates.io-index" 5330 - checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7" 5331 - dependencies = [ 5332 - "cc", 5333 - "pkg-config", 5334 - ] 5335 - 5336 - [[package]] 5337 - name = "oorandom" 5338 - version = "11.1.3" 5339 - source = "registry+https://github.com/rust-lang/crates.io-index" 5340 - checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" 5341 - 5342 - [[package]] 5343 - name = "opaque-debug" 5344 - version = "0.3.1" 5345 - source = "registry+https://github.com/rust-lang/crates.io-index" 5346 - checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 5347 - 5348 - [[package]] 5349 - name = "openobserve" 5350 - version = "0.10.9" 5351 - dependencies = [ 5352 - "actix", 5353 - "actix-cors", 5354 - "actix-http", 5355 - "actix-multipart", 5356 - "actix-web", 5357 - "actix-web-actors", 5358 - "actix-web-httpauth", 5359 - "actix-web-lab", 5360 - "actix-web-opentelemetry", 5361 - "actix-web-prometheus", 5362 - "actix-web-rust-embed-responder", 5363 - "actix-ws", 5364 - "ahash 0.8.11", 5365 - "anyhow", 5366 - "argon2", 5367 - "arrow", 5368 - "arrow-schema", 5369 - "async-recursion", 5370 - "async-trait", 5371 - "awc", 5372 - "base64 0.21.7", 5373 - "bitvec", 5374 - "blake3", 5375 - "bytes", 5376 - "chromiumoxide", 5377 - "chrono", 5378 - "clap 4.5.7", 5379 - "cloudevents-sdk", 5380 - "config", 5381 - "console-subscriber", 5382 - "cron", 5383 - "csv", 5384 - "dashmap", 5385 - "datafusion", 5386 - "datafusion-proto", 5387 - "enrichment", 5388 - "env_logger 0.10.2", 5389 - "etcd-client", 5390 - "expect-test", 5391 - "faststr", 5392 - "flate2", 5393 - "float-cmp", 5394 - "futures", 5395 - "getrandom", 5396 - "hashbrown 0.14.5", 5397 - "hex", 5398 - "http-auth-basic", 5399 - "infra", 5400 - "ingester", 5401 - "ipnetwork 0.20.0", 5402 - "itertools 0.12.1", 5403 - "jsonwebtoken", 5404 - "lettre", 5405 - "log", 5406 - "maxminddb", 5407 - "memory-stats", 5408 - "mimalloc", 5409 - "object_store", 5410 - "once_cell", 5411 - "opentelemetry", 5412 - "opentelemetry-otlp", 5413 - "opentelemetry-proto", 5414 - "opentelemetry_sdk", 5415 - "parking_lot", 5416 - "parquet", 5417 - "prometheus", 5418 - "promql-parser", 5419 - "prost 0.12.6", 5420 - "proto", 5421 - "pyroscope", 5422 - "pyroscope_pprofrs", 5423 - "rand", 5424 - "rayon", 5425 - "regex", 5426 - "regex-syntax 0.8.4", 5427 - "report_server", 5428 - "reqwest 0.11.27", 5429 - "rust-embed-for-web", 5430 - "segment", 5431 - "serde", 5432 - "serde_json", 5433 - "sha256", 5434 - "snafu 0.7.5", 5435 - "snap", 5436 - "sqlparser", 5437 - "strum 0.25.0", 5438 - "sysinfo", 5439 - "syslog_loose 0.18.0", 5440 - "thiserror", 5441 - "tikv-jemallocator", 5442 - "time", 5443 - "tokio", 5444 - "tokio-stream", 5445 - "tokio-tungstenite", 5446 - "tonic 0.11.0", 5447 - "tracing", 5448 - "tracing-appender", 5449 - "tracing-opentelemetry", 5450 - "tracing-subscriber", 5451 - "uaparser", 5452 - "url", 5453 - "utoipa", 5454 - "utoipa-swagger-ui", 5455 - "version-compare", 5456 - "vrl", 5457 - "zstd", 5458 - ] 5459 - 5460 - [[package]] 5461 - name = "openssl-probe" 5462 - version = "0.1.5" 5463 - source = "registry+https://github.com/rust-lang/crates.io-index" 5464 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 5465 - 5466 - [[package]] 5467 - name = "opentelemetry" 5468 - version = "0.22.0" 5469 - source = "registry+https://github.com/rust-lang/crates.io-index" 5470 - checksum = "900d57987be3f2aeb70d385fff9b27fb74c5723cc9a52d904d4f9c807a0667bf" 5471 - dependencies = [ 5472 - "futures-core", 5473 - "futures-sink", 5474 - "js-sys", 5475 - "once_cell", 5476 - "pin-project-lite", 5477 - "thiserror", 5478 - "urlencoding", 5479 - ] 5480 - 5481 - [[package]] 5482 - name = "opentelemetry-http" 5483 - version = "0.11.1" 5484 - source = "registry+https://github.com/rust-lang/crates.io-index" 5485 - checksum = "7690dc77bf776713848c4faa6501157469017eaf332baccd4eb1cea928743d94" 5486 - dependencies = [ 5487 - "async-trait", 5488 - "bytes", 5489 - "http 0.2.12", 5490 - "opentelemetry", 5491 - "reqwest 0.11.27", 5492 - ] 5493 - 5494 - [[package]] 5495 - name = "opentelemetry-otlp" 5496 - version = "0.15.0" 5497 - source = "registry+https://github.com/rust-lang/crates.io-index" 5498 - checksum = "1a016b8d9495c639af2145ac22387dcb88e44118e45320d9238fbf4e7889abcb" 5499 - dependencies = [ 5500 - "async-trait", 5501 - "futures-core", 5502 - "http 0.2.12", 5503 - "opentelemetry", 5504 - "opentelemetry-http", 5505 - "opentelemetry-proto", 5506 - "opentelemetry-semantic-conventions", 5507 - "opentelemetry_sdk", 5508 - "prost 0.12.6", 5509 - "reqwest 0.11.27", 5510 - "serde", 5511 - "thiserror", 5512 - "tokio", 5513 - "tonic 0.11.0", 5514 - ] 5515 - 5516 - [[package]] 5517 - name = "opentelemetry-proto" 5518 - version = "0.5.0" 5519 - source = "registry+https://github.com/rust-lang/crates.io-index" 5520 - checksum = "3a8fddc9b68f5b80dae9d6f510b88e02396f006ad48cac349411fbecc80caae4" 5521 - dependencies = [ 5522 - "opentelemetry", 5523 - "opentelemetry_sdk", 5524 - "prost 0.12.6", 5525 - "serde", 5526 - "tonic 0.11.0", 5527 - ] 5528 - 5529 - [[package]] 5530 - name = "opentelemetry-semantic-conventions" 5531 - version = "0.14.0" 5532 - source = "registry+https://github.com/rust-lang/crates.io-index" 5533 - checksum = "f9ab5bd6c42fb9349dcf28af2ba9a0667f697f9bdcca045d39f2cec5543e2910" 5534 - 5535 - [[package]] 5536 - name = "opentelemetry_sdk" 5537 - version = "0.22.1" 5538 - source = "registry+https://github.com/rust-lang/crates.io-index" 5539 - checksum = "9e90c7113be649e31e9a0f8b5ee24ed7a16923b322c3c5ab6367469c049d6b7e" 5540 - dependencies = [ 5541 - "async-trait", 5542 - "crossbeam-channel", 5543 - "futures-channel", 5544 - "futures-executor", 5545 - "futures-util", 5546 - "glob", 5547 - "once_cell", 5548 - "opentelemetry", 5549 - "ordered-float 4.2.0", 5550 - "percent-encoding", 5551 - "rand", 5552 - "serde_json", 5553 - "thiserror", 5554 - "tokio", 5555 - "tokio-stream", 5556 - ] 5557 - 5558 - [[package]] 5559 - name = "option-ext" 5560 - version = "0.2.0" 5561 - source = "registry+https://github.com/rust-lang/crates.io-index" 5562 - checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 5563 - 5564 - [[package]] 5565 - name = "ordered-float" 5566 - version = "2.10.1" 5567 - source = "registry+https://github.com/rust-lang/crates.io-index" 5568 - checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c" 5569 - dependencies = [ 5570 - "num-traits", 5571 - ] 5572 - 5573 - [[package]] 5574 - name = "ordered-float" 5575 - version = "4.2.0" 5576 - source = "registry+https://github.com/rust-lang/crates.io-index" 5577 - checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e" 5578 - dependencies = [ 5579 - "num-traits", 5580 - ] 5581 - 5582 - [[package]] 5583 - name = "os_info" 5584 - version = "3.8.2" 5585 - source = "registry+https://github.com/rust-lang/crates.io-index" 5586 - checksum = "ae99c7fa6dd38c7cafe1ec085e804f8f555a2f8659b0dbe03f1f9963a9b51092" 5587 - dependencies = [ 5588 - "log", 5589 - "windows-sys 0.52.0", 5590 - ] 5591 - 5592 - [[package]] 5593 - name = "os_str_bytes" 5594 - version = "6.6.1" 5595 - source = "registry+https://github.com/rust-lang/crates.io-index" 5596 - checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" 5597 - 5598 - [[package]] 5599 - name = "overload" 5600 - version = "0.1.1" 5601 - source = "registry+https://github.com/rust-lang/crates.io-index" 5602 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 5603 - 5604 - [[package]] 5605 - name = "owo-colors" 5606 - version = "3.5.0" 5607 - source = "registry+https://github.com/rust-lang/crates.io-index" 5608 - checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" 5609 - 5610 - [[package]] 5611 - name = "packedvec" 5612 - version = "1.2.4" 5613 - source = "registry+https://github.com/rust-lang/crates.io-index" 5614 - checksum = "bde3c690ec20e4a2b4fb46f0289a451181eb50011a1e2acc8d85e2fde9062a45" 5615 - dependencies = [ 5616 - "num-traits", 5617 - "serde", 5618 - ] 5619 - 5620 - [[package]] 5621 - name = "pad" 5622 - version = "0.1.6" 5623 - source = "registry+https://github.com/rust-lang/crates.io-index" 5624 - checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3" 5625 - dependencies = [ 5626 - "unicode-width", 5627 - ] 5628 - 5629 - [[package]] 5630 - name = "parking" 5631 - version = "2.2.0" 5632 - source = "registry+https://github.com/rust-lang/crates.io-index" 5633 - checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae" 5634 - 5635 - [[package]] 5636 - name = "parking_lot" 5637 - version = "0.12.3" 5638 - source = "registry+https://github.com/rust-lang/crates.io-index" 5639 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 5640 - dependencies = [ 5641 - "lock_api", 5642 - "parking_lot_core", 5643 - ] 5644 - 5645 - [[package]] 5646 - name = "parking_lot_core" 5647 - version = "0.9.10" 5648 - source = "registry+https://github.com/rust-lang/crates.io-index" 5649 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 5650 - dependencies = [ 5651 - "cfg-if 1.0.0", 5652 - "libc", 5653 - "redox_syscall 0.5.1", 5654 - "smallvec", 5655 - "windows-targets 0.52.5", 5656 - ] 5657 - 5658 - [[package]] 5659 - name = "parquet" 5660 - version = "52.2.0" 5661 - source = "registry+https://github.com/rust-lang/crates.io-index" 5662 - checksum = "e977b9066b4d3b03555c22bdc442f3fadebd96a39111249113087d0edb2691cd" 5663 - dependencies = [ 5664 - "ahash 0.8.11", 5665 - "arrow-array", 5666 - "arrow-buffer", 5667 - "arrow-cast", 5668 - "arrow-data", 5669 - "arrow-ipc", 5670 - "arrow-schema", 5671 - "arrow-select", 5672 - "base64 0.22.1", 5673 - "brotli 6.0.0", 5674 - "bytes", 5675 - "chrono", 5676 - "flate2", 5677 - "futures", 5678 - "half", 5679 - "hashbrown 0.14.5", 5680 - "lz4_flex", 5681 - "num", 5682 - "num-bigint", 5683 - "object_store", 5684 - "paste", 5685 - "seq-macro", 5686 - "snap", 5687 - "thrift", 5688 - "tokio", 5689 - "twox-hash", 5690 - "zstd", 5691 - "zstd-sys", 5692 - ] 5693 - 5694 - [[package]] 5695 - name = "parse-size" 5696 - version = "1.0.0" 5697 - source = "registry+https://github.com/rust-lang/crates.io-index" 5698 - checksum = "944553dd59c802559559161f9816429058b869003836120e262e8caec061b7ae" 5699 - 5700 - [[package]] 5701 - name = "parse-zoneinfo" 5702 - version = "0.3.1" 5703 - source = "registry+https://github.com/rust-lang/crates.io-index" 5704 - checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24" 5705 - dependencies = [ 5706 - "regex", 5707 - ] 5708 - 5709 - [[package]] 5710 - name = "password-hash" 5711 - version = "0.5.0" 5712 - source = "registry+https://github.com/rust-lang/crates.io-index" 5713 - checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166" 5714 - dependencies = [ 5715 - "base64ct", 5716 - "rand_core", 5717 - "subtle", 5718 - ] 5719 - 5720 - [[package]] 5721 - name = "paste" 5722 - version = "1.0.15" 5723 - source = "registry+https://github.com/rust-lang/crates.io-index" 5724 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 5725 - 5726 - [[package]] 5727 - name = "peeking_take_while" 5728 - version = "1.0.0" 5729 - source = "registry+https://github.com/rust-lang/crates.io-index" 5730 - checksum = "9e9ed2178b0575fff8e1b83b58ba6f75e727aafac2e1b6c795169ad3b17eb518" 5731 - 5732 - [[package]] 5733 - name = "pem" 5734 - version = "3.0.4" 5735 - source = "registry+https://github.com/rust-lang/crates.io-index" 5736 - checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae" 5737 - dependencies = [ 5738 - "base64 0.22.1", 5739 - "serde", 5740 - ] 5741 - 5742 - [[package]] 5743 - name = "pem-rfc7468" 5744 - version = "0.7.0" 5745 - source = "registry+https://github.com/rust-lang/crates.io-index" 5746 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 5747 - dependencies = [ 5748 - "base64ct", 5749 - ] 5750 - 5751 - [[package]] 5752 - name = "percent-encoding" 5753 - version = "2.3.1" 5754 - source = "registry+https://github.com/rust-lang/crates.io-index" 5755 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 5756 - 5757 - [[package]] 5758 - name = "pest" 5759 - version = "2.7.10" 5760 - source = "registry+https://github.com/rust-lang/crates.io-index" 5761 - checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8" 5762 - dependencies = [ 5763 - "memchr", 5764 - "thiserror", 5765 - "ucd-trie", 5766 - ] 5767 - 5768 - [[package]] 5769 - name = "pest_derive" 5770 - version = "2.7.10" 5771 - source = "registry+https://github.com/rust-lang/crates.io-index" 5772 - checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459" 5773 - dependencies = [ 5774 - "pest", 5775 - "pest_generator", 5776 - ] 5777 - 5778 - [[package]] 5779 - name = "pest_generator" 5780 - version = "2.7.10" 5781 - source = "registry+https://github.com/rust-lang/crates.io-index" 5782 - checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687" 5783 - dependencies = [ 5784 - "pest", 5785 - "pest_meta", 5786 - "proc-macro2", 5787 - "quote", 5788 - "syn 2.0.66", 5789 - ] 5790 - 5791 - [[package]] 5792 - name = "pest_meta" 5793 - version = "2.7.10" 5794 - source = "registry+https://github.com/rust-lang/crates.io-index" 5795 - checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd" 5796 - dependencies = [ 5797 - "once_cell", 5798 - "pest", 5799 - "sha2", 5800 - ] 5801 - 5802 - [[package]] 5803 - name = "petgraph" 5804 - version = "0.6.5" 5805 - source = "registry+https://github.com/rust-lang/crates.io-index" 5806 - checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db" 5807 - dependencies = [ 5808 - "fixedbitset", 5809 - "indexmap 2.2.6", 5810 - ] 5811 - 5812 - [[package]] 5813 - name = "phf" 5814 - version = "0.11.2" 5815 - source = "registry+https://github.com/rust-lang/crates.io-index" 5816 - checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" 5817 - dependencies = [ 5818 - "phf_shared 0.11.2", 5819 - ] 5820 - 5821 - [[package]] 5822 - name = "phf_codegen" 5823 - version = "0.11.2" 5824 - source = "registry+https://github.com/rust-lang/crates.io-index" 5825 - checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a" 5826 - dependencies = [ 5827 - "phf_generator", 5828 - "phf_shared 0.11.2", 5829 - ] 5830 - 5831 - [[package]] 5832 - name = "phf_generator" 5833 - version = "0.11.2" 5834 - source = "registry+https://github.com/rust-lang/crates.io-index" 5835 - checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" 5836 - dependencies = [ 5837 - "phf_shared 0.11.2", 5838 - "rand", 5839 - ] 5840 - 5841 - [[package]] 5842 - name = "phf_shared" 5843 - version = "0.10.0" 5844 - source = "registry+https://github.com/rust-lang/crates.io-index" 5845 - checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096" 5846 - dependencies = [ 5847 - "siphasher", 5848 - ] 5849 - 5850 - [[package]] 5851 - name = "phf_shared" 5852 - version = "0.11.2" 5853 - source = "registry+https://github.com/rust-lang/crates.io-index" 5854 - checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" 5855 - dependencies = [ 5856 - "siphasher", 5857 - ] 5858 - 5859 - [[package]] 5860 - name = "pin-project" 5861 - version = "1.1.5" 5862 - source = "registry+https://github.com/rust-lang/crates.io-index" 5863 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 5864 - dependencies = [ 5865 - "pin-project-internal", 5866 - ] 5867 - 5868 - [[package]] 5869 - name = "pin-project-internal" 5870 - version = "1.1.5" 5871 - source = "registry+https://github.com/rust-lang/crates.io-index" 5872 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 5873 - dependencies = [ 5874 - "proc-macro2", 5875 - "quote", 5876 - "syn 2.0.66", 5877 - ] 5878 - 5879 - [[package]] 5880 - name = "pin-project-lite" 5881 - version = "0.2.14" 5882 - source = "registry+https://github.com/rust-lang/crates.io-index" 5883 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 5884 - 5885 - [[package]] 5886 - name = "pin-utils" 5887 - version = "0.1.0" 5888 - source = "registry+https://github.com/rust-lang/crates.io-index" 5889 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 5890 - 5891 - [[package]] 5892 - name = "piper" 5893 - version = "0.2.3" 5894 - source = "registry+https://github.com/rust-lang/crates.io-index" 5895 - checksum = "ae1d5c74c9876f070d3e8fd503d748c7d974c3e48da8f41350fa5222ef9b4391" 5896 - dependencies = [ 5897 - "atomic-waker", 5898 - "fastrand 2.1.0", 5899 - "futures-io", 5900 - ] 5901 - 5902 - [[package]] 5903 - name = "pkcs1" 5904 - version = "0.7.5" 5905 - source = "registry+https://github.com/rust-lang/crates.io-index" 5906 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 5907 - dependencies = [ 5908 - "der", 5909 - "pkcs8", 5910 - "spki", 5911 - ] 5912 - 5913 - [[package]] 5914 - name = "pkcs8" 5915 - version = "0.10.2" 5916 - source = "registry+https://github.com/rust-lang/crates.io-index" 5917 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 5918 - dependencies = [ 5919 - "der", 5920 - "spki", 5921 - ] 5922 - 5923 - [[package]] 5924 - name = "pkg-config" 5925 - version = "0.3.30" 5926 - source = "registry+https://github.com/rust-lang/crates.io-index" 5927 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 5928 - 5929 - [[package]] 5930 - name = "poly1305" 5931 - version = "0.8.0" 5932 - source = "registry+https://github.com/rust-lang/crates.io-index" 5933 - checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf" 5934 - dependencies = [ 5935 - "cpufeatures", 5936 - "opaque-debug", 5937 - "universal-hash", 5938 - ] 5939 - 5940 - [[package]] 5941 - name = "portable-atomic" 5942 - version = "1.6.0" 5943 - source = "registry+https://github.com/rust-lang/crates.io-index" 5944 - checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 5945 - 5946 - [[package]] 5947 - name = "powerfmt" 5948 - version = "0.2.0" 5949 - source = "registry+https://github.com/rust-lang/crates.io-index" 5950 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 5951 - 5952 - [[package]] 5953 - name = "pprof" 5954 - version = "0.12.1" 5955 - source = "registry+https://github.com/rust-lang/crates.io-index" 5956 - checksum = "978385d59daf9269189d052ca8a84c1acfd0715c0599a5d5188d4acc078ca46a" 5957 - dependencies = [ 5958 - "backtrace", 5959 - "cfg-if 1.0.0", 5960 - "findshlibs", 5961 - "libc", 5962 - "log", 5963 - "nix 0.26.4", 5964 - "once_cell", 5965 - "parking_lot", 5966 - "smallvec", 5967 - "symbolic-demangle", 5968 - "tempfile", 5969 - "thiserror", 5970 - ] 5971 - 5972 - [[package]] 5973 - name = "ppv-lite86" 5974 - version = "0.2.17" 5975 - source = "registry+https://github.com/rust-lang/crates.io-index" 5976 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 5977 - 5978 - [[package]] 5979 - name = "precomputed-hash" 5980 - version = "0.1.1" 5981 - source = "registry+https://github.com/rust-lang/crates.io-index" 5982 - checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 5983 - 5984 - [[package]] 5985 - name = "prettydiff" 5986 - version = "0.7.0" 5987 - source = "registry+https://github.com/rust-lang/crates.io-index" 5988 - checksum = "abec3fb083c10660b3854367697da94c674e9e82aa7511014dc958beeb7215e9" 5989 - dependencies = [ 5990 - "owo-colors", 5991 - "pad", 5992 - ] 5993 - 5994 - [[package]] 5995 - name = "prettyplease" 5996 - version = "0.2.20" 5997 - source = "registry+https://github.com/rust-lang/crates.io-index" 5998 - checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" 5999 - dependencies = [ 6000 - "proc-macro2", 6001 - "syn 2.0.66", 6002 - ] 6003 - 6004 - [[package]] 6005 - name = "prettytable-rs" 6006 - version = "0.10.0" 6007 - source = "registry+https://github.com/rust-lang/crates.io-index" 6008 - checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a" 6009 - dependencies = [ 6010 - "encode_unicode", 6011 - "is-terminal", 6012 - "lazy_static", 6013 - "term", 6014 - "unicode-width", 6015 - ] 6016 - 6017 - [[package]] 6018 - name = "proc-macro-crate" 6019 - version = "1.3.1" 6020 - source = "registry+https://github.com/rust-lang/crates.io-index" 6021 - checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" 6022 - dependencies = [ 6023 - "once_cell", 6024 - "toml_edit 0.19.15", 6025 - ] 6026 - 6027 - [[package]] 6028 - name = "proc-macro-crate" 6029 - version = "3.1.0" 6030 - source = "registry+https://github.com/rust-lang/crates.io-index" 6031 - checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284" 6032 - dependencies = [ 6033 - "toml_edit 0.21.1", 6034 - ] 6035 - 6036 - [[package]] 6037 - name = "proc-macro-error" 6038 - version = "1.0.4" 6039 - source = "registry+https://github.com/rust-lang/crates.io-index" 6040 - checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 6041 - dependencies = [ 6042 - "proc-macro-error-attr", 6043 - "proc-macro2", 6044 - "quote", 6045 - "syn 1.0.109", 6046 - "version_check", 6047 - ] 6048 - 6049 - [[package]] 6050 - name = "proc-macro-error-attr" 6051 - version = "1.0.4" 6052 - source = "registry+https://github.com/rust-lang/crates.io-index" 6053 - checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 6054 - dependencies = [ 6055 - "proc-macro2", 6056 - "quote", 6057 - "version_check", 6058 - ] 6059 - 6060 - [[package]] 6061 - name = "proc-macro2" 6062 - version = "1.0.85" 6063 - source = "registry+https://github.com/rust-lang/crates.io-index" 6064 - checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" 6065 - dependencies = [ 6066 - "unicode-ident", 6067 - ] 6068 - 6069 - [[package]] 6070 - name = "procfs" 6071 - version = "0.16.0" 6072 - source = "registry+https://github.com/rust-lang/crates.io-index" 6073 - checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4" 6074 - dependencies = [ 6075 - "bitflags 2.5.0", 6076 - "hex", 6077 - "lazy_static", 6078 - "procfs-core", 6079 - "rustix", 6080 - ] 6081 - 6082 - [[package]] 6083 - name = "procfs-core" 6084 - version = "0.16.0" 6085 - source = "registry+https://github.com/rust-lang/crates.io-index" 6086 - checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29" 6087 - dependencies = [ 6088 - "bitflags 2.5.0", 6089 - "hex", 6090 - ] 6091 - 6092 - [[package]] 6093 - name = "prometheus" 6094 - version = "0.13.4" 6095 - source = "registry+https://github.com/rust-lang/crates.io-index" 6096 - checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1" 6097 - dependencies = [ 6098 - "cfg-if 1.0.0", 6099 - "fnv", 6100 - "lazy_static", 6101 - "libc", 6102 - "memchr", 6103 - "parking_lot", 6104 - "procfs", 6105 - "protobuf", 6106 - "thiserror", 6107 - ] 6108 - 6109 - [[package]] 6110 - name = "promql-parser" 6111 - version = "0.3.1" 6112 - source = "registry+https://github.com/rust-lang/crates.io-index" 6113 - checksum = "a24c16fbf55ea420c6286ef5ee86772062332d9f3b10d24a6edbc2e88840e1ad" 6114 - dependencies = [ 6115 - "cfgrammar", 6116 - "lazy_static", 6117 - "lrlex", 6118 - "lrpar", 6119 - "regex", 6120 - ] 6121 - 6122 - [[package]] 6123 - name = "prost" 6124 - version = "0.11.9" 6125 - source = "registry+https://github.com/rust-lang/crates.io-index" 6126 - checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd" 6127 - dependencies = [ 6128 - "bytes", 6129 - "prost-derive 0.11.9", 6130 - ] 6131 - 6132 - [[package]] 6133 - name = "prost" 6134 - version = "0.12.6" 6135 - source = "registry+https://github.com/rust-lang/crates.io-index" 6136 - checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29" 6137 - dependencies = [ 6138 - "bytes", 6139 - "prost-derive 0.12.6", 6140 - ] 6141 - 6142 - [[package]] 6143 - name = "prost-build" 6144 - version = "0.12.6" 6145 - source = "registry+https://github.com/rust-lang/crates.io-index" 6146 - checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4" 6147 - dependencies = [ 6148 - "bytes", 6149 - "heck 0.5.0", 6150 - "itertools 0.12.1", 6151 - "log", 6152 - "multimap", 6153 - "once_cell", 6154 - "petgraph", 6155 - "prettyplease", 6156 - "prost 0.12.6", 6157 - "prost-types", 6158 - "regex", 6159 - "syn 2.0.66", 6160 - "tempfile", 6161 - ] 6162 - 6163 - [[package]] 6164 - name = "prost-derive" 6165 - version = "0.11.9" 6166 - source = "registry+https://github.com/rust-lang/crates.io-index" 6167 - checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4" 6168 - dependencies = [ 6169 - "anyhow", 6170 - "itertools 0.10.5", 6171 - "proc-macro2", 6172 - "quote", 6173 - "syn 1.0.109", 6174 - ] 6175 - 6176 - [[package]] 6177 - name = "prost-derive" 6178 - version = "0.12.6" 6179 - source = "registry+https://github.com/rust-lang/crates.io-index" 6180 - checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1" 6181 - dependencies = [ 6182 - "anyhow", 6183 - "itertools 0.12.1", 6184 - "proc-macro2", 6185 - "quote", 6186 - "syn 2.0.66", 6187 - ] 6188 - 6189 - [[package]] 6190 - name = "prost-reflect" 6191 - version = "0.13.1" 6192 - source = "registry+https://github.com/rust-lang/crates.io-index" 6193 - checksum = "6f5eec97d5d34bdd17ad2db2219aabf46b054c6c41bd5529767c9ce55be5898f" 6194 - dependencies = [ 6195 - "once_cell", 6196 - "prost 0.12.6", 6197 - "prost-types", 6198 - ] 6199 - 6200 - [[package]] 6201 - name = "prost-types" 6202 - version = "0.12.6" 6203 - source = "registry+https://github.com/rust-lang/crates.io-index" 6204 - checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0" 6205 - dependencies = [ 6206 - "prost 0.12.6", 6207 - ] 6208 - 6209 - [[package]] 6210 - name = "proto" 6211 - version = "0.1.0" 6212 - dependencies = [ 6213 - "async-trait", 6214 - "datafusion", 6215 - "datafusion-proto", 6216 - "prost 0.12.6", 6217 - "prost-build", 6218 - "serde", 6219 - "serde_json", 6220 - "tokio", 6221 - "tonic 0.11.0", 6222 - "tonic-build 0.11.0", 6223 - ] 6224 - 6225 - [[package]] 6226 - name = "protobuf" 6227 - version = "2.28.0" 6228 - source = "registry+https://github.com/rust-lang/crates.io-index" 6229 - checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94" 6230 - 6231 - [[package]] 6232 - name = "psl" 6233 - version = "2.1.55" 6234 - source = "registry+https://github.com/rust-lang/crates.io-index" 6235 - checksum = "ce9398ad066421139b2e3afe16ea46772ffda30bd9ba57554dc035df5e26edc8" 6236 - dependencies = [ 6237 - "psl-types", 6238 - ] 6239 - 6240 - [[package]] 6241 - name = "psl-types" 6242 - version = "2.0.11" 6243 - source = "registry+https://github.com/rust-lang/crates.io-index" 6244 - checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" 6245 - 6246 - [[package]] 6247 - name = "psm" 6248 - version = "0.1.21" 6249 - source = "registry+https://github.com/rust-lang/crates.io-index" 6250 - checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874" 6251 - dependencies = [ 6252 - "cc", 6253 - ] 6254 - 6255 - [[package]] 6256 - name = "ptr_meta" 6257 - version = "0.1.4" 6258 - source = "registry+https://github.com/rust-lang/crates.io-index" 6259 - checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" 6260 - dependencies = [ 6261 - "ptr_meta_derive", 6262 - ] 6263 - 6264 - [[package]] 6265 - name = "ptr_meta_derive" 6266 - version = "0.1.4" 6267 - source = "registry+https://github.com/rust-lang/crates.io-index" 6268 - checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" 6269 - dependencies = [ 6270 - "proc-macro2", 6271 - "quote", 6272 - "syn 1.0.109", 6273 - ] 6274 - 6275 - [[package]] 6276 - name = "publicsuffix" 6277 - version = "2.2.3" 6278 - source = "registry+https://github.com/rust-lang/crates.io-index" 6279 - checksum = "96a8c1bda5ae1af7f99a2962e49df150414a43d62404644d98dd5c3a93d07457" 6280 - dependencies = [ 6281 - "idna 0.3.0", 6282 - "psl-types", 6283 - ] 6284 - 6285 - [[package]] 6286 - name = "pyroscope" 6287 - version = "0.5.7" 6288 - source = "registry+https://github.com/rust-lang/crates.io-index" 6289 - checksum = "ac8a53ce01af1087eaeee6ce7c4fbf50ea4040ab1825c0115c4bafa039644ba9" 6290 - dependencies = [ 6291 - "json", 6292 - "libc", 6293 - "libflate", 6294 - "log", 6295 - "names", 6296 - "prost 0.11.9", 6297 - "reqwest 0.11.27", 6298 - "thiserror", 6299 - "url", 6300 - "winapi 0.3.9", 6301 - ] 6302 - 6303 - [[package]] 6304 - name = "pyroscope_pprofrs" 6305 - version = "0.2.7" 6306 - source = "registry+https://github.com/rust-lang/crates.io-index" 6307 - checksum = "43f010b2a981a7f8449a650f25f309e520b5206ea2d89512dcb146aaa5518ff4" 6308 - dependencies = [ 6309 - "log", 6310 - "pprof", 6311 - "pyroscope", 6312 - "thiserror", 6313 - ] 6314 - 6315 - [[package]] 6316 - name = "quanta" 6317 - version = "0.10.1" 6318 - source = "registry+https://github.com/rust-lang/crates.io-index" 6319 - checksum = "b7e31331286705f455e56cca62e0e717158474ff02b7936c1fa596d983f4ae27" 6320 - dependencies = [ 6321 - "crossbeam-utils", 6322 - "libc", 6323 - "mach", 6324 - "once_cell", 6325 - "raw-cpuid 10.7.0", 6326 - "wasi 0.10.2+wasi-snapshot-preview1", 6327 - "web-sys", 6328 - "winapi 0.3.9", 6329 - ] 6330 - 6331 - [[package]] 6332 - name = "quanta" 6333 - version = "0.12.3" 6334 - source = "registry+https://github.com/rust-lang/crates.io-index" 6335 - checksum = "8e5167a477619228a0b284fac2674e3c388cba90631d7b7de620e6f1fcd08da5" 6336 - dependencies = [ 6337 - "crossbeam-utils", 6338 - "libc", 6339 - "once_cell", 6340 - "raw-cpuid 11.1.0", 6341 - "wasi 0.11.0+wasi-snapshot-preview1", 6342 - "web-sys", 6343 - "winapi 0.3.9", 6344 - ] 6345 - 6346 - [[package]] 6347 - name = "quick-xml" 6348 - version = "0.36.1" 6349 - source = "registry+https://github.com/rust-lang/crates.io-index" 6350 - checksum = "96a05e2e8efddfa51a84ca47cec303fac86c8541b686d37cac5efc0e094417bc" 6351 - dependencies = [ 6352 - "memchr", 6353 - "serde", 6354 - ] 6355 - 6356 - [[package]] 6357 - name = "quickcheck" 6358 - version = "1.0.3" 6359 - source = "registry+https://github.com/rust-lang/crates.io-index" 6360 - checksum = "588f6378e4dd99458b60ec275b4477add41ce4fa9f64dcba6f15adccb19b50d6" 6361 - dependencies = [ 6362 - "env_logger 0.8.4", 6363 - "log", 6364 - "rand", 6365 - ] 6366 - 6367 - [[package]] 6368 - name = "quote" 6369 - version = "1.0.36" 6370 - source = "registry+https://github.com/rust-lang/crates.io-index" 6371 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 6372 - dependencies = [ 6373 - "proc-macro2", 6374 - ] 6375 - 6376 - [[package]] 6377 - name = "quoted_printable" 6378 - version = "0.5.0" 6379 - source = "registry+https://github.com/rust-lang/crates.io-index" 6380 - checksum = "79ec282e887b434b68c18fe5c121d38e72a5cf35119b59e54ec5b992ea9c8eb0" 6381 - 6382 - [[package]] 6383 - name = "radium" 6384 - version = "0.7.0" 6385 - source = "registry+https://github.com/rust-lang/crates.io-index" 6386 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 6387 - 6388 - [[package]] 6389 - name = "rand" 6390 - version = "0.8.5" 6391 - source = "registry+https://github.com/rust-lang/crates.io-index" 6392 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 6393 - dependencies = [ 6394 - "libc", 6395 - "rand_chacha", 6396 - "rand_core", 6397 - ] 6398 - 6399 - [[package]] 6400 - name = "rand_chacha" 6401 - version = "0.3.1" 6402 - source = "registry+https://github.com/rust-lang/crates.io-index" 6403 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 6404 - dependencies = [ 6405 - "ppv-lite86", 6406 - "rand_core", 6407 - ] 6408 - 6409 - [[package]] 6410 - name = "rand_core" 6411 - version = "0.6.4" 6412 - source = "registry+https://github.com/rust-lang/crates.io-index" 6413 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 6414 - dependencies = [ 6415 - "getrandom", 6416 - ] 6417 - 6418 - [[package]] 6419 - name = "raw-cpuid" 6420 - version = "10.7.0" 6421 - source = "registry+https://github.com/rust-lang/crates.io-index" 6422 - checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332" 6423 - dependencies = [ 6424 - "bitflags 1.3.2", 6425 - ] 6426 - 6427 - [[package]] 6428 - name = "raw-cpuid" 6429 - version = "11.1.0" 6430 - source = "registry+https://github.com/rust-lang/crates.io-index" 6431 - checksum = "cb9ee317cfe3fbd54b36a511efc1edd42e216903c9cd575e686dd68a2ba90d8d" 6432 - dependencies = [ 6433 - "bitflags 2.5.0", 6434 - ] 6435 - 6436 - [[package]] 6437 - name = "rayon" 6438 - version = "1.10.0" 6439 - source = "registry+https://github.com/rust-lang/crates.io-index" 6440 - checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" 6441 - dependencies = [ 6442 - "either", 6443 - "rayon-core", 6444 - ] 6445 - 6446 - [[package]] 6447 - name = "rayon-core" 6448 - version = "1.12.1" 6449 - source = "registry+https://github.com/rust-lang/crates.io-index" 6450 - checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" 6451 - dependencies = [ 6452 - "crossbeam-deque", 6453 - "crossbeam-utils", 6454 - ] 6455 - 6456 - [[package]] 6457 - name = "redox_syscall" 6458 - version = "0.4.1" 6459 - source = "registry+https://github.com/rust-lang/crates.io-index" 6460 - checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 6461 - dependencies = [ 6462 - "bitflags 1.3.2", 6463 - ] 6464 - 6465 - [[package]] 6466 - name = "redox_syscall" 6467 - version = "0.5.1" 6468 - source = "registry+https://github.com/rust-lang/crates.io-index" 6469 - checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" 6470 - dependencies = [ 6471 - "bitflags 2.5.0", 6472 - ] 6473 - 6474 - [[package]] 6475 - name = "redox_users" 6476 - version = "0.4.5" 6477 - source = "registry+https://github.com/rust-lang/crates.io-index" 6478 - checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891" 6479 - dependencies = [ 6480 - "getrandom", 6481 - "libredox", 6482 - "thiserror", 6483 - ] 6484 - 6485 - [[package]] 6486 - name = "regex" 6487 - version = "1.10.5" 6488 - source = "registry+https://github.com/rust-lang/crates.io-index" 6489 - checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 6490 - dependencies = [ 6491 - "aho-corasick", 6492 - "memchr", 6493 - "regex-automata 0.4.7", 6494 - "regex-syntax 0.8.4", 6495 - ] 6496 - 6497 - [[package]] 6498 - name = "regex-automata" 6499 - version = "0.1.10" 6500 - source = "registry+https://github.com/rust-lang/crates.io-index" 6501 - checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 6502 - dependencies = [ 6503 - "regex-syntax 0.6.29", 6504 - ] 6505 - 6506 - [[package]] 6507 - name = "regex-automata" 6508 - version = "0.4.7" 6509 - source = "registry+https://github.com/rust-lang/crates.io-index" 6510 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 6511 - dependencies = [ 6512 - "aho-corasick", 6513 - "memchr", 6514 - "regex-syntax 0.8.4", 6515 - ] 6516 - 6517 - [[package]] 6518 - name = "regex-lite" 6519 - version = "0.1.6" 6520 - source = "registry+https://github.com/rust-lang/crates.io-index" 6521 - checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a" 6522 - 6523 - [[package]] 6524 - name = "regex-syntax" 6525 - version = "0.6.29" 6526 - source = "registry+https://github.com/rust-lang/crates.io-index" 6527 - checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 6528 - 6529 - [[package]] 6530 - name = "regex-syntax" 6531 - version = "0.8.4" 6532 - source = "registry+https://github.com/rust-lang/crates.io-index" 6533 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 6534 - 6535 - [[package]] 6536 - name = "rend" 6537 - version = "0.4.2" 6538 - source = "registry+https://github.com/rust-lang/crates.io-index" 6539 - checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c" 6540 - dependencies = [ 6541 - "bytecheck", 6542 - ] 6543 - 6544 - [[package]] 6545 - name = "report_server" 6546 - version = "0.1.0" 6547 - dependencies = [ 6548 - "actix-web", 6549 - "anyhow", 6550 - "chromiumoxide", 6551 - "chrono", 6552 - "config", 6553 - "env_logger 0.10.2", 6554 - "futures", 6555 - "lettre", 6556 - "log", 6557 - "once_cell", 6558 - "serde", 6559 - "tempfile", 6560 - "tokio", 6561 - ] 6562 - 6563 - [[package]] 6564 - name = "reqwest" 6565 - version = "0.11.27" 6566 - source = "registry+https://github.com/rust-lang/crates.io-index" 6567 - checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 6568 - dependencies = [ 6569 - "base64 0.21.7", 6570 - "bytes", 6571 - "encoding_rs", 6572 - "futures-core", 6573 - "futures-util", 6574 - "h2 0.3.26", 6575 - "http 0.2.12", 6576 - "http-body 0.4.6", 6577 - "hyper 0.14.29", 6578 - "hyper-rustls 0.24.2", 6579 - "ipnet", 6580 - "js-sys", 6581 - "log", 6582 - "mime", 6583 - "once_cell", 6584 - "percent-encoding", 6585 - "pin-project-lite", 6586 - "rustls 0.21.12", 6587 - "rustls-native-certs 0.6.3", 6588 - "rustls-pemfile 1.0.4", 6589 - "serde", 6590 - "serde_json", 6591 - "serde_urlencoded", 6592 - "sync_wrapper", 6593 - "system-configuration", 6594 - "tokio", 6595 - "tokio-rustls 0.24.1", 6596 - "tokio-util", 6597 - "tower-service", 6598 - "url", 6599 - "wasm-bindgen", 6600 - "wasm-bindgen-futures", 6601 - "wasm-streams", 6602 - "web-sys", 6603 - "webpki-roots 0.25.4", 6604 - "winreg 0.50.0", 6605 - ] 6606 - 6607 - [[package]] 6608 - name = "reqwest" 6609 - version = "0.12.4" 6610 - source = "registry+https://github.com/rust-lang/crates.io-index" 6611 - checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10" 6612 - dependencies = [ 6613 - "base64 0.22.1", 6614 - "bytes", 6615 - "futures-core", 6616 - "futures-util", 6617 - "h2 0.4.5", 6618 - "http 1.1.0", 6619 - "http-body 1.0.0", 6620 - "http-body-util", 6621 - "hyper 1.3.1", 6622 - "hyper-rustls 0.26.0", 6623 - "hyper-util", 6624 - "ipnet", 6625 - "js-sys", 6626 - "log", 6627 - "mime", 6628 - "once_cell", 6629 - "percent-encoding", 6630 - "pin-project-lite", 6631 - "rustls 0.22.4", 6632 - "rustls-native-certs 0.7.0", 6633 - "rustls-pemfile 2.1.2", 6634 - "rustls-pki-types", 6635 - "serde", 6636 - "serde_json", 6637 - "serde_urlencoded", 6638 - "sync_wrapper", 6639 - "tokio", 6640 - "tokio-rustls 0.25.0", 6641 - "tokio-util", 6642 - "tower-service", 6643 - "url", 6644 - "wasm-bindgen", 6645 - "wasm-bindgen-futures", 6646 - "wasm-streams", 6647 - "web-sys", 6648 - "winreg 0.52.0", 6649 - ] 6650 - 6651 - [[package]] 6652 - name = "ring" 6653 - version = "0.17.8" 6654 - source = "registry+https://github.com/rust-lang/crates.io-index" 6655 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 6656 - dependencies = [ 6657 - "cc", 6658 - "cfg-if 1.0.0", 6659 - "getrandom", 6660 - "libc", 6661 - "spin 0.9.8", 6662 - "untrusted", 6663 - "windows-sys 0.52.0", 6664 - ] 6665 - 6666 - [[package]] 6667 - name = "rkyv" 6668 - version = "0.7.44" 6669 - source = "registry+https://github.com/rust-lang/crates.io-index" 6670 - checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0" 6671 - dependencies = [ 6672 - "bitvec", 6673 - "bytecheck", 6674 - "bytes", 6675 - "hashbrown 0.12.3", 6676 - "ptr_meta", 6677 - "rend", 6678 - "rkyv_derive", 6679 - "seahash", 6680 - "tinyvec", 6681 - "uuid", 6682 - ] 6683 - 6684 - [[package]] 6685 - name = "rkyv_derive" 6686 - version = "0.7.44" 6687 - source = "registry+https://github.com/rust-lang/crates.io-index" 6688 - checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65" 6689 - dependencies = [ 6690 - "proc-macro2", 6691 - "quote", 6692 - "syn 1.0.109", 6693 - ] 6694 - 6695 - [[package]] 6696 - name = "rle-decode-fast" 6697 - version = "1.0.3" 6698 - source = "registry+https://github.com/rust-lang/crates.io-index" 6699 - checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422" 6700 - 6701 - [[package]] 6702 - name = "roxmltree" 6703 - version = "0.20.0" 6704 - source = "registry+https://github.com/rust-lang/crates.io-index" 6705 - checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 6706 - 6707 - [[package]] 6708 - name = "rsa" 6709 - version = "0.9.6" 6710 - source = "registry+https://github.com/rust-lang/crates.io-index" 6711 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 6712 - dependencies = [ 6713 - "const-oid", 6714 - "digest", 6715 - "num-bigint-dig", 6716 - "num-integer", 6717 - "num-traits", 6718 - "pkcs1", 6719 - "pkcs8", 6720 - "rand_core", 6721 - "signature", 6722 - "spki", 6723 - "subtle", 6724 - "zeroize", 6725 - ] 6726 - 6727 - [[package]] 6728 - name = "rust-embed" 6729 - version = "8.4.0" 6730 - source = "registry+https://github.com/rust-lang/crates.io-index" 6731 - checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a" 6732 - dependencies = [ 6733 - "rust-embed-impl", 6734 - "rust-embed-utils", 6735 - "walkdir", 6736 - ] 6737 - 6738 - [[package]] 6739 - name = "rust-embed-for-web" 6740 - version = "11.2.1" 6741 - source = "registry+https://github.com/rust-lang/crates.io-index" 6742 - checksum = "acadd634962e6a536f9c0058aaf712b65ee0f21394614b342e8de3feff79c4cc" 6743 - dependencies = [ 6744 - "rust-embed-for-web-impl", 6745 - "rust-embed-for-web-utils", 6746 - "walkdir", 6747 - ] 6748 - 6749 - [[package]] 6750 - name = "rust-embed-for-web-impl" 6751 - version = "11.2.1" 6752 - source = "registry+https://github.com/rust-lang/crates.io-index" 6753 - checksum = "b4a25a96341f5b99dfb29ba21dfe72d8d02109b40be52aac50022c91917bc178" 6754 - dependencies = [ 6755 - "brotli 6.0.0", 6756 - "flate2", 6757 - "globset", 6758 - "proc-macro2", 6759 - "quote", 6760 - "rust-embed-for-web-utils", 6761 - "shellexpand", 6762 - "syn 2.0.66", 6763 - "walkdir", 6764 - ] 6765 - 6766 - [[package]] 6767 - name = "rust-embed-for-web-utils" 6768 - version = "11.2.1" 6769 - source = "registry+https://github.com/rust-lang/crates.io-index" 6770 - checksum = "6cc18e05c3925164af76d54900ac3eb6e0557acbd52504f4878e231161d442dd" 6771 - dependencies = [ 6772 - "base85rs", 6773 - "chrono", 6774 - "globset", 6775 - "new_mime_guess", 6776 - "sha2", 6777 - "walkdir", 6778 - ] 6779 - 6780 - [[package]] 6781 - name = "rust-embed-impl" 6782 - version = "8.4.0" 6783 - source = "registry+https://github.com/rust-lang/crates.io-index" 6784 - checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4" 6785 - dependencies = [ 6786 - "proc-macro2", 6787 - "quote", 6788 - "rust-embed-utils", 6789 - "shellexpand", 6790 - "syn 2.0.66", 6791 - "walkdir", 6792 - ] 6793 - 6794 - [[package]] 6795 - name = "rust-embed-utils" 6796 - version = "8.4.0" 6797 - source = "registry+https://github.com/rust-lang/crates.io-index" 6798 - checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32" 6799 - dependencies = [ 6800 - "sha2", 6801 - "walkdir", 6802 - ] 6803 - 6804 - [[package]] 6805 - name = "rust_decimal" 6806 - version = "1.35.0" 6807 - source = "registry+https://github.com/rust-lang/crates.io-index" 6808 - checksum = "1790d1c4c0ca81211399e0e0af16333276f375209e71a37b67698a373db5b47a" 6809 - dependencies = [ 6810 - "arrayvec", 6811 - "borsh", 6812 - "bytes", 6813 - "num-traits", 6814 - "rand", 6815 - "rkyv", 6816 - "serde", 6817 - "serde_json", 6818 - ] 6819 - 6820 - [[package]] 6821 - name = "rustc-demangle" 6822 - version = "0.1.24" 6823 - source = "registry+https://github.com/rust-lang/crates.io-index" 6824 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 6825 - 6826 - [[package]] 6827 - name = "rustc_version" 6828 - version = "0.4.0" 6829 - source = "registry+https://github.com/rust-lang/crates.io-index" 6830 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 6831 - dependencies = [ 6832 - "semver", 6833 - ] 6834 - 6835 - [[package]] 6836 - name = "rustix" 6837 - version = "0.38.34" 6838 - source = "registry+https://github.com/rust-lang/crates.io-index" 6839 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 6840 - dependencies = [ 6841 - "bitflags 2.5.0", 6842 - "errno", 6843 - "libc", 6844 - "linux-raw-sys", 6845 - "windows-sys 0.52.0", 6846 - ] 6847 - 6848 - [[package]] 6849 - name = "rustls" 6850 - version = "0.21.12" 6851 - source = "registry+https://github.com/rust-lang/crates.io-index" 6852 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 6853 - dependencies = [ 6854 - "log", 6855 - "ring", 6856 - "rustls-webpki 0.101.7", 6857 - "sct", 6858 - ] 6859 - 6860 - [[package]] 6861 - name = "rustls" 6862 - version = "0.22.4" 6863 - source = "registry+https://github.com/rust-lang/crates.io-index" 6864 - checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432" 6865 - dependencies = [ 6866 - "log", 6867 - "ring", 6868 - "rustls-pki-types", 6869 - "rustls-webpki 0.102.4", 6870 - "subtle", 6871 - "zeroize", 6872 - ] 6873 - 6874 - [[package]] 6875 - name = "rustls" 6876 - version = "0.23.9" 6877 - source = "registry+https://github.com/rust-lang/crates.io-index" 6878 - checksum = "a218f0f6d05669de4eabfb24f31ce802035c952429d037507b4a4a39f0e60c5b" 6879 - dependencies = [ 6880 - "log", 6881 - "once_cell", 6882 - "ring", 6883 - "rustls-pki-types", 6884 - "rustls-webpki 0.102.4", 6885 - "subtle", 6886 - "zeroize", 6887 - ] 6888 - 6889 - [[package]] 6890 - name = "rustls-native-certs" 6891 - version = "0.6.3" 6892 - source = "registry+https://github.com/rust-lang/crates.io-index" 6893 - checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 6894 - dependencies = [ 6895 - "openssl-probe", 6896 - "rustls-pemfile 1.0.4", 6897 - "schannel", 6898 - "security-framework", 6899 - ] 6900 - 6901 - [[package]] 6902 - name = "rustls-native-certs" 6903 - version = "0.7.0" 6904 - source = "registry+https://github.com/rust-lang/crates.io-index" 6905 - checksum = "8f1fb85efa936c42c6d5fc28d2629bb51e4b2f4b8a5211e297d599cc5a093792" 6906 - dependencies = [ 6907 - "openssl-probe", 6908 - "rustls-pemfile 2.1.2", 6909 - "rustls-pki-types", 6910 - "schannel", 6911 - "security-framework", 6912 - ] 6913 - 6914 - [[package]] 6915 - name = "rustls-pemfile" 6916 - version = "1.0.4" 6917 - source = "registry+https://github.com/rust-lang/crates.io-index" 6918 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 6919 - dependencies = [ 6920 - "base64 0.21.7", 6921 - ] 6922 - 6923 - [[package]] 6924 - name = "rustls-pemfile" 6925 - version = "2.1.2" 6926 - source = "registry+https://github.com/rust-lang/crates.io-index" 6927 - checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d" 6928 - dependencies = [ 6929 - "base64 0.22.1", 6930 - "rustls-pki-types", 6931 - ] 6932 - 6933 - [[package]] 6934 - name = "rustls-pki-types" 6935 - version = "1.7.0" 6936 - source = "registry+https://github.com/rust-lang/crates.io-index" 6937 - checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d" 6938 - 6939 - [[package]] 6940 - name = "rustls-webpki" 6941 - version = "0.101.7" 6942 - source = "registry+https://github.com/rust-lang/crates.io-index" 6943 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 6944 - dependencies = [ 6945 - "ring", 6946 - "untrusted", 6947 - ] 6948 - 6949 - [[package]] 6950 - name = "rustls-webpki" 6951 - version = "0.102.4" 6952 - source = "registry+https://github.com/rust-lang/crates.io-index" 6953 - checksum = "ff448f7e92e913c4b7d4c6d8e4540a1724b319b4152b8aef6d4cf8339712b33e" 6954 - dependencies = [ 6955 - "ring", 6956 - "rustls-pki-types", 6957 - "untrusted", 6958 - ] 6959 - 6960 - [[package]] 6961 - name = "rustversion" 6962 - version = "1.0.17" 6963 - source = "registry+https://github.com/rust-lang/crates.io-index" 6964 - checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 6965 - 6966 - [[package]] 6967 - name = "rustyline" 6968 - version = "14.0.0" 6969 - source = "registry+https://github.com/rust-lang/crates.io-index" 6970 - checksum = "7803e8936da37efd9b6d4478277f4b2b9bb5cdb37a113e8d63222e58da647e63" 6971 - dependencies = [ 6972 - "bitflags 2.5.0", 6973 - "cfg-if 1.0.0", 6974 - "clipboard-win", 6975 - "libc", 6976 - "log", 6977 - "memchr", 6978 - "nix 0.28.0", 6979 - "unicode-segmentation", 6980 - "unicode-width", 6981 - "utf8parse", 6982 - "windows-sys 0.52.0", 6983 - ] 6984 - 6985 - [[package]] 6986 - name = "ryu" 6987 - version = "1.0.18" 6988 - source = "registry+https://github.com/rust-lang/crates.io-index" 6989 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 6990 - 6991 - [[package]] 6992 - name = "salsa20" 6993 - version = "0.10.2" 6994 - source = "registry+https://github.com/rust-lang/crates.io-index" 6995 - checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213" 6996 - dependencies = [ 6997 - "cipher", 6998 - ] 6999 - 7000 - [[package]] 7001 - name = "same-file" 7002 - version = "1.0.6" 7003 - source = "registry+https://github.com/rust-lang/crates.io-index" 7004 - checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 7005 - dependencies = [ 7006 - "winapi-util", 7007 - ] 7008 - 7009 - [[package]] 7010 - name = "schannel" 7011 - version = "0.1.23" 7012 - source = "registry+https://github.com/rust-lang/crates.io-index" 7013 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 7014 - dependencies = [ 7015 - "windows-sys 0.52.0", 7016 - ] 7017 - 7018 - [[package]] 7019 - name = "scopeguard" 7020 - version = "1.2.0" 7021 - source = "registry+https://github.com/rust-lang/crates.io-index" 7022 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 7023 - 7024 - [[package]] 7025 - name = "sct" 7026 - version = "0.7.1" 7027 - source = "registry+https://github.com/rust-lang/crates.io-index" 7028 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 7029 - dependencies = [ 7030 - "ring", 7031 - "untrusted", 7032 - ] 7033 - 7034 - [[package]] 7035 - name = "seahash" 7036 - version = "4.1.0" 7037 - source = "registry+https://github.com/rust-lang/crates.io-index" 7038 - checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" 7039 - 7040 - [[package]] 7041 - name = "security-framework" 7042 - version = "2.11.0" 7043 - source = "registry+https://github.com/rust-lang/crates.io-index" 7044 - checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" 7045 - dependencies = [ 7046 - "bitflags 2.5.0", 7047 - "core-foundation", 7048 - "core-foundation-sys", 7049 - "libc", 7050 - "security-framework-sys", 7051 - ] 7052 - 7053 - [[package]] 7054 - name = "security-framework-sys" 7055 - version = "2.11.0" 7056 - source = "registry+https://github.com/rust-lang/crates.io-index" 7057 - checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" 7058 - dependencies = [ 7059 - "core-foundation-sys", 7060 - "libc", 7061 - ] 7062 - 7063 - [[package]] 7064 - name = "segment" 7065 - version = "0.2.3" 7066 - source = "registry+https://github.com/rust-lang/crates.io-index" 7067 - checksum = "12485833e00457a6bbba60397d3f19362751a0caefe27f6755fff1a2be4fd601" 7068 - dependencies = [ 7069 - "async-trait", 7070 - "reqwest 0.11.27", 7071 - "serde", 7072 - "serde_json", 7073 - "thiserror", 7074 - "time", 7075 - ] 7076 - 7077 - [[package]] 7078 - name = "semver" 7079 - version = "1.0.23" 7080 - source = "registry+https://github.com/rust-lang/crates.io-index" 7081 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 7082 - 7083 - [[package]] 7084 - name = "seq-macro" 7085 - version = "0.3.5" 7086 - source = "registry+https://github.com/rust-lang/crates.io-index" 7087 - checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4" 7088 - 7089 - [[package]] 7090 - name = "serde" 7091 - version = "1.0.203" 7092 - source = "registry+https://github.com/rust-lang/crates.io-index" 7093 - checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 7094 - dependencies = [ 7095 - "serde_derive", 7096 - ] 7097 - 7098 - [[package]] 7099 - name = "serde_derive" 7100 - version = "1.0.203" 7101 - source = "registry+https://github.com/rust-lang/crates.io-index" 7102 - checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 7103 - dependencies = [ 7104 - "proc-macro2", 7105 - "quote", 7106 - "syn 2.0.66", 7107 - ] 7108 - 7109 - [[package]] 7110 - name = "serde_html_form" 7111 - version = "0.2.6" 7112 - source = "registry+https://github.com/rust-lang/crates.io-index" 7113 - checksum = "8de514ef58196f1fc96dcaef80fe6170a1ce6215df9687a93fe8300e773fefc5" 7114 - dependencies = [ 7115 - "form_urlencoded", 7116 - "indexmap 2.2.6", 7117 - "itoa", 7118 - "ryu", 7119 - "serde", 7120 - ] 7121 - 7122 - [[package]] 7123 - name = "serde_json" 7124 - version = "1.0.117" 7125 - source = "registry+https://github.com/rust-lang/crates.io-index" 7126 - checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" 7127 - dependencies = [ 7128 - "itoa", 7129 - "ryu", 7130 - "serde", 7131 - ] 7132 - 7133 - [[package]] 7134 - name = "serde_nanos" 7135 - version = "0.1.4" 7136 - source = "registry+https://github.com/rust-lang/crates.io-index" 7137 - checksum = "a93142f0367a4cc53ae0fead1bcda39e85beccfad3dcd717656cacab94b12985" 7138 - dependencies = [ 7139 - "serde", 7140 - ] 7141 - 7142 - [[package]] 7143 - name = "serde_plain" 7144 - version = "1.0.2" 7145 - source = "registry+https://github.com/rust-lang/crates.io-index" 7146 - checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50" 7147 - dependencies = [ 7148 - "serde", 7149 - ] 7150 - 7151 - [[package]] 7152 - name = "serde_repr" 7153 - version = "0.1.19" 7154 - source = "registry+https://github.com/rust-lang/crates.io-index" 7155 - checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" 7156 - dependencies = [ 7157 - "proc-macro2", 7158 - "quote", 7159 - "syn 2.0.66", 7160 - ] 7161 - 7162 - [[package]] 7163 - name = "serde_urlencoded" 7164 - version = "0.7.1" 7165 - source = "registry+https://github.com/rust-lang/crates.io-index" 7166 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 7167 - dependencies = [ 7168 - "form_urlencoded", 7169 - "itoa", 7170 - "ryu", 7171 - "serde", 7172 - ] 7173 - 7174 - [[package]] 7175 - name = "serde_yaml" 7176 - version = "0.9.30" 7177 - source = "registry+https://github.com/rust-lang/crates.io-index" 7178 - checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38" 7179 - dependencies = [ 7180 - "indexmap 2.2.6", 7181 - "itoa", 7182 - "ryu", 7183 - "serde", 7184 - "unsafe-libyaml", 7185 - ] 7186 - 7187 - [[package]] 7188 - name = "sha-1" 7189 - version = "0.10.1" 7190 - source = "registry+https://github.com/rust-lang/crates.io-index" 7191 - checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c" 7192 - dependencies = [ 7193 - "cfg-if 1.0.0", 7194 - "cpufeatures", 7195 - "digest", 7196 - ] 7197 - 7198 - [[package]] 7199 - name = "sha1" 7200 - version = "0.10.6" 7201 - source = "registry+https://github.com/rust-lang/crates.io-index" 7202 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 7203 - dependencies = [ 7204 - "cfg-if 1.0.0", 7205 - "cpufeatures", 7206 - "digest", 7207 - ] 7208 - 7209 - [[package]] 7210 - name = "sha2" 7211 - version = "0.10.8" 7212 - source = "registry+https://github.com/rust-lang/crates.io-index" 7213 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 7214 - dependencies = [ 7215 - "cfg-if 1.0.0", 7216 - "cpufeatures", 7217 - "digest", 7218 - ] 7219 - 7220 - [[package]] 7221 - name = "sha256" 7222 - version = "1.5.0" 7223 - source = "registry+https://github.com/rust-lang/crates.io-index" 7224 - checksum = "18278f6a914fa3070aa316493f7d2ddfb9ac86ebc06fa3b83bffda487e9065b0" 7225 - dependencies = [ 7226 - "async-trait", 7227 - "bytes", 7228 - "hex", 7229 - "sha2", 7230 - "tokio", 7231 - ] 7232 - 7233 - [[package]] 7234 - name = "sha3" 7235 - version = "0.10.8" 7236 - source = "registry+https://github.com/rust-lang/crates.io-index" 7237 - checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" 7238 - dependencies = [ 7239 - "digest", 7240 - "keccak", 7241 - ] 7242 - 7243 - [[package]] 7244 - name = "sharded-slab" 7245 - version = "0.1.7" 7246 - source = "registry+https://github.com/rust-lang/crates.io-index" 7247 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 7248 - dependencies = [ 7249 - "lazy_static", 7250 - ] 7251 - 7252 - [[package]] 7253 - name = "shellexpand" 7254 - version = "3.1.0" 7255 - source = "registry+https://github.com/rust-lang/crates.io-index" 7256 - checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b" 7257 - dependencies = [ 7258 - "dirs", 7259 - ] 7260 - 7261 - [[package]] 7262 - name = "signal-hook-registry" 7263 - version = "1.4.2" 7264 - source = "registry+https://github.com/rust-lang/crates.io-index" 7265 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 7266 - dependencies = [ 7267 - "libc", 7268 - ] 7269 - 7270 - [[package]] 7271 - name = "signatory" 7272 - version = "0.27.1" 7273 - source = "registry+https://github.com/rust-lang/crates.io-index" 7274 - checksum = "c1e303f8205714074f6068773f0e29527e0453937fe837c9717d066635b65f31" 7275 - dependencies = [ 7276 - "pkcs8", 7277 - "rand_core", 7278 - "signature", 7279 - "zeroize", 7280 - ] 7281 - 7282 - [[package]] 7283 - name = "signature" 7284 - version = "2.2.0" 7285 - source = "registry+https://github.com/rust-lang/crates.io-index" 7286 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 7287 - dependencies = [ 7288 - "digest", 7289 - "rand_core", 7290 - ] 7291 - 7292 - [[package]] 7293 - name = "simdutf8" 7294 - version = "0.1.4" 7295 - source = "registry+https://github.com/rust-lang/crates.io-index" 7296 - checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" 7297 - 7298 - [[package]] 7299 - name = "simple_asn1" 7300 - version = "0.6.2" 7301 - source = "registry+https://github.com/rust-lang/crates.io-index" 7302 - checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085" 7303 - dependencies = [ 7304 - "num-bigint", 7305 - "num-traits", 7306 - "thiserror", 7307 - "time", 7308 - ] 7309 - 7310 - [[package]] 7311 - name = "siphasher" 7312 - version = "0.3.11" 7313 - source = "registry+https://github.com/rust-lang/crates.io-index" 7314 - checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" 7315 - 7316 - [[package]] 7317 - name = "slab" 7318 - version = "0.4.9" 7319 - source = "registry+https://github.com/rust-lang/crates.io-index" 7320 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 7321 - dependencies = [ 7322 - "autocfg", 7323 - ] 7324 - 7325 - [[package]] 7326 - name = "smallvec" 7327 - version = "1.13.2" 7328 - source = "registry+https://github.com/rust-lang/crates.io-index" 7329 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 7330 - 7331 - [[package]] 7332 - name = "snafu" 7333 - version = "0.6.10" 7334 - source = "registry+https://github.com/rust-lang/crates.io-index" 7335 - checksum = "eab12d3c261b2308b0d80c26fffb58d17eba81a4be97890101f416b478c79ca7" 7336 - dependencies = [ 7337 - "doc-comment", 7338 - "snafu-derive 0.6.10", 7339 - ] 7340 - 7341 - [[package]] 7342 - name = "snafu" 7343 - version = "0.7.5" 7344 - source = "registry+https://github.com/rust-lang/crates.io-index" 7345 - checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6" 7346 - dependencies = [ 7347 - "doc-comment", 7348 - "snafu-derive 0.7.5", 7349 - ] 7350 - 7351 - [[package]] 7352 - name = "snafu" 7353 - version = "0.8.4" 7354 - source = "registry+https://github.com/rust-lang/crates.io-index" 7355 - checksum = "2b835cb902660db3415a672d862905e791e54d306c6e8189168c7f3d9ae1c79d" 7356 - dependencies = [ 7357 - "snafu-derive 0.8.4", 7358 - ] 7359 - 7360 - [[package]] 7361 - name = "snafu-derive" 7362 - version = "0.6.10" 7363 - source = "registry+https://github.com/rust-lang/crates.io-index" 7364 - checksum = "1508efa03c362e23817f96cde18abed596a25219a8b2c66e8db33c03543d315b" 7365 - dependencies = [ 7366 - "proc-macro2", 7367 - "quote", 7368 - "syn 1.0.109", 7369 - ] 7370 - 7371 - [[package]] 7372 - name = "snafu-derive" 7373 - version = "0.7.5" 7374 - source = "registry+https://github.com/rust-lang/crates.io-index" 7375 - checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf" 7376 - dependencies = [ 7377 - "heck 0.4.1", 7378 - "proc-macro2", 7379 - "quote", 7380 - "syn 1.0.109", 7381 - ] 7382 - 7383 - [[package]] 7384 - name = "snafu-derive" 7385 - version = "0.8.4" 7386 - source = "registry+https://github.com/rust-lang/crates.io-index" 7387 - checksum = "38d1e02fca405f6280643174a50c942219f0bbf4dbf7d480f1dd864d6f211ae5" 7388 - dependencies = [ 7389 - "heck 0.5.0", 7390 - "proc-macro2", 7391 - "quote", 7392 - "syn 2.0.66", 7393 - ] 7394 - 7395 - [[package]] 7396 - name = "snap" 7397 - version = "1.1.1" 7398 - source = "registry+https://github.com/rust-lang/crates.io-index" 7399 - checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" 7400 - 7401 - [[package]] 7402 - name = "socket2" 7403 - version = "0.5.7" 7404 - source = "registry+https://github.com/rust-lang/crates.io-index" 7405 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 7406 - dependencies = [ 7407 - "libc", 7408 - "windows-sys 0.52.0", 7409 - ] 7410 - 7411 - [[package]] 7412 - name = "sparsevec" 7413 - version = "0.1.4" 7414 - source = "registry+https://github.com/rust-lang/crates.io-index" 7415 - checksum = "928d1ef5df00aec8c5643c2ac37db4dd282763013c0fcc81efbb8e13db8dd8ec" 7416 - dependencies = [ 7417 - "num-traits", 7418 - "packedvec", 7419 - "serde", 7420 - "vob", 7421 - ] 7422 - 7423 - [[package]] 7424 - name = "spin" 7425 - version = "0.5.2" 7426 - source = "registry+https://github.com/rust-lang/crates.io-index" 7427 - checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 7428 - 7429 - [[package]] 7430 - name = "spin" 7431 - version = "0.9.8" 7432 - source = "registry+https://github.com/rust-lang/crates.io-index" 7433 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 7434 - dependencies = [ 7435 - "lock_api", 7436 - ] 7437 - 7438 - [[package]] 7439 - name = "spki" 7440 - version = "0.7.3" 7441 - source = "registry+https://github.com/rust-lang/crates.io-index" 7442 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 7443 - dependencies = [ 7444 - "base64ct", 7445 - "der", 7446 - ] 7447 - 7448 - [[package]] 7449 - name = "sqlformat" 7450 - version = "0.2.4" 7451 - source = "registry+https://github.com/rust-lang/crates.io-index" 7452 - checksum = "f895e3734318cc55f1fe66258926c9b910c124d47520339efecbb6c59cec7c1f" 7453 - dependencies = [ 7454 - "nom", 7455 - "unicode_categories", 7456 - ] 7457 - 7458 - [[package]] 7459 - name = "sqlparser" 7460 - version = "0.49.0" 7461 - source = "registry+https://github.com/rust-lang/crates.io-index" 7462 - checksum = "a4a404d0e14905361b918cb8afdb73605e25c1d5029312bd9785142dcb3aa49e" 7463 - dependencies = [ 7464 - "log", 7465 - "serde", 7466 - "sqlparser_derive", 7467 - ] 7468 - 7469 - [[package]] 7470 - name = "sqlparser_derive" 7471 - version = "0.2.2" 7472 - source = "registry+https://github.com/rust-lang/crates.io-index" 7473 - checksum = "01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554" 7474 - dependencies = [ 7475 - "proc-macro2", 7476 - "quote", 7477 - "syn 2.0.66", 7478 - ] 7479 - 7480 - [[package]] 7481 - name = "sqlx" 7482 - version = "0.7.4" 7483 - source = "registry+https://github.com/rust-lang/crates.io-index" 7484 - checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa" 7485 - dependencies = [ 7486 - "sqlx-core", 7487 - "sqlx-macros", 7488 - "sqlx-mysql", 7489 - "sqlx-postgres", 7490 - "sqlx-sqlite", 7491 - ] 7492 - 7493 - [[package]] 7494 - name = "sqlx-core" 7495 - version = "0.7.4" 7496 - source = "registry+https://github.com/rust-lang/crates.io-index" 7497 - checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6" 7498 - dependencies = [ 7499 - "ahash 0.8.11", 7500 - "atoi", 7501 - "byteorder", 7502 - "bytes", 7503 - "chrono", 7504 - "crc", 7505 - "crossbeam-queue", 7506 - "either", 7507 - "event-listener 2.5.3", 7508 - "futures-channel", 7509 - "futures-core", 7510 - "futures-intrusive", 7511 - "futures-io", 7512 - "futures-util", 7513 - "hashlink 0.8.4", 7514 - "hex", 7515 - "indexmap 2.2.6", 7516 - "log", 7517 - "memchr", 7518 - "once_cell", 7519 - "paste", 7520 - "percent-encoding", 7521 - "rustls 0.21.12", 7522 - "rustls-pemfile 1.0.4", 7523 - "serde", 7524 - "serde_json", 7525 - "sha2", 7526 - "smallvec", 7527 - "sqlformat", 7528 - "thiserror", 7529 - "tokio", 7530 - "tokio-stream", 7531 - "tracing", 7532 - "url", 7533 - "webpki-roots 0.25.4", 7534 - ] 7535 - 7536 - [[package]] 7537 - name = "sqlx-macros" 7538 - version = "0.7.4" 7539 - source = "registry+https://github.com/rust-lang/crates.io-index" 7540 - checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127" 7541 - dependencies = [ 7542 - "proc-macro2", 7543 - "quote", 7544 - "sqlx-core", 7545 - "sqlx-macros-core", 7546 - "syn 1.0.109", 7547 - ] 7548 - 7549 - [[package]] 7550 - name = "sqlx-macros-core" 7551 - version = "0.7.4" 7552 - source = "registry+https://github.com/rust-lang/crates.io-index" 7553 - checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8" 7554 - dependencies = [ 7555 - "dotenvy", 7556 - "either", 7557 - "heck 0.4.1", 7558 - "hex", 7559 - "once_cell", 7560 - "proc-macro2", 7561 - "quote", 7562 - "serde", 7563 - "serde_json", 7564 - "sha2", 7565 - "sqlx-core", 7566 - "sqlx-mysql", 7567 - "sqlx-postgres", 7568 - "sqlx-sqlite", 7569 - "syn 1.0.109", 7570 - "tempfile", 7571 - "tokio", 7572 - "url", 7573 - ] 7574 - 7575 - [[package]] 7576 - name = "sqlx-mysql" 7577 - version = "0.7.4" 7578 - source = "registry+https://github.com/rust-lang/crates.io-index" 7579 - checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418" 7580 - dependencies = [ 7581 - "atoi", 7582 - "base64 0.21.7", 7583 - "bitflags 2.5.0", 7584 - "byteorder", 7585 - "bytes", 7586 - "chrono", 7587 - "crc", 7588 - "digest", 7589 - "dotenvy", 7590 - "either", 7591 - "futures-channel", 7592 - "futures-core", 7593 - "futures-io", 7594 - "futures-util", 7595 - "generic-array", 7596 - "hex", 7597 - "hkdf", 7598 - "hmac", 7599 - "itoa", 7600 - "log", 7601 - "md-5", 7602 - "memchr", 7603 - "once_cell", 7604 - "percent-encoding", 7605 - "rand", 7606 - "rsa", 7607 - "serde", 7608 - "sha1", 7609 - "sha2", 7610 - "smallvec", 7611 - "sqlx-core", 7612 - "stringprep", 7613 - "thiserror", 7614 - "tracing", 7615 - "whoami", 7616 - ] 7617 - 7618 - [[package]] 7619 - name = "sqlx-postgres" 7620 - version = "0.7.4" 7621 - source = "registry+https://github.com/rust-lang/crates.io-index" 7622 - checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e" 7623 - dependencies = [ 7624 - "atoi", 7625 - "base64 0.21.7", 7626 - "bitflags 2.5.0", 7627 - "byteorder", 7628 - "chrono", 7629 - "crc", 7630 - "dotenvy", 7631 - "etcetera", 7632 - "futures-channel", 7633 - "futures-core", 7634 - "futures-io", 7635 - "futures-util", 7636 - "hex", 7637 - "hkdf", 7638 - "hmac", 7639 - "home", 7640 - "itoa", 7641 - "log", 7642 - "md-5", 7643 - "memchr", 7644 - "once_cell", 7645 - "rand", 7646 - "serde", 7647 - "serde_json", 7648 - "sha2", 7649 - "smallvec", 7650 - "sqlx-core", 7651 - "stringprep", 7652 - "thiserror", 7653 - "tracing", 7654 - "whoami", 7655 - ] 7656 - 7657 - [[package]] 7658 - name = "sqlx-sqlite" 7659 - version = "0.7.4" 7660 - source = "registry+https://github.com/rust-lang/crates.io-index" 7661 - checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa" 7662 - dependencies = [ 7663 - "atoi", 7664 - "chrono", 7665 - "flume", 7666 - "futures-channel", 7667 - "futures-core", 7668 - "futures-executor", 7669 - "futures-intrusive", 7670 - "futures-util", 7671 - "libsqlite3-sys", 7672 - "log", 7673 - "percent-encoding", 7674 - "serde", 7675 - "sqlx-core", 7676 - "tracing", 7677 - "url", 7678 - "urlencoding", 7679 - ] 7680 - 7681 - [[package]] 7682 - name = "stable_deref_trait" 7683 - version = "1.2.0" 7684 - source = "registry+https://github.com/rust-lang/crates.io-index" 7685 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 7686 - 7687 - [[package]] 7688 - name = "stacker" 7689 - version = "0.1.15" 7690 - source = "registry+https://github.com/rust-lang/crates.io-index" 7691 - checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce" 7692 - dependencies = [ 7693 - "cc", 7694 - "cfg-if 1.0.0", 7695 - "libc", 7696 - "psm", 7697 - "winapi 0.3.9", 7698 - ] 7699 - 7700 - [[package]] 7701 - name = "static_assertions" 7702 - version = "1.1.0" 7703 - source = "registry+https://github.com/rust-lang/crates.io-index" 7704 - checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 7705 - 7706 - [[package]] 7707 - name = "string_cache" 7708 - version = "0.8.7" 7709 - source = "registry+https://github.com/rust-lang/crates.io-index" 7710 - checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b" 7711 - dependencies = [ 7712 - "new_debug_unreachable", 7713 - "once_cell", 7714 - "parking_lot", 7715 - "phf_shared 0.10.0", 7716 - "precomputed-hash", 7717 - ] 7718 - 7719 - [[package]] 7720 - name = "stringprep" 7721 - version = "0.1.5" 7722 - source = "registry+https://github.com/rust-lang/crates.io-index" 7723 - checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 7724 - dependencies = [ 7725 - "unicode-bidi", 7726 - "unicode-normalization", 7727 - "unicode-properties", 7728 - ] 7729 - 7730 - [[package]] 7731 - name = "strip-ansi-escapes" 7732 - version = "0.2.0" 7733 - source = "registry+https://github.com/rust-lang/crates.io-index" 7734 - checksum = "55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa" 7735 - dependencies = [ 7736 - "vte", 7737 - ] 7738 - 7739 - [[package]] 7740 - name = "strsim" 7741 - version = "0.10.0" 7742 - source = "registry+https://github.com/rust-lang/crates.io-index" 7743 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 7744 - 7745 - [[package]] 7746 - name = "strsim" 7747 - version = "0.11.1" 7748 - source = "registry+https://github.com/rust-lang/crates.io-index" 7749 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 7750 - 7751 - [[package]] 7752 - name = "strum" 7753 - version = "0.25.0" 7754 - source = "registry+https://github.com/rust-lang/crates.io-index" 7755 - checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" 7756 - dependencies = [ 7757 - "strum_macros 0.25.3", 7758 - ] 7759 - 7760 - [[package]] 7761 - name = "strum" 7762 - version = "0.26.2" 7763 - source = "registry+https://github.com/rust-lang/crates.io-index" 7764 - checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29" 7765 - dependencies = [ 7766 - "strum_macros 0.26.4", 7767 - ] 7768 - 7769 - [[package]] 7770 - name = "strum_macros" 7771 - version = "0.25.3" 7772 - source = "registry+https://github.com/rust-lang/crates.io-index" 7773 - checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0" 7774 - dependencies = [ 7775 - "heck 0.4.1", 7776 - "proc-macro2", 7777 - "quote", 7778 - "rustversion", 7779 - "syn 2.0.66", 7780 - ] 7781 - 7782 - [[package]] 7783 - name = "strum_macros" 7784 - version = "0.26.4" 7785 - source = "registry+https://github.com/rust-lang/crates.io-index" 7786 - checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 7787 - dependencies = [ 7788 - "heck 0.5.0", 7789 - "proc-macro2", 7790 - "quote", 7791 - "rustversion", 7792 - "syn 2.0.66", 7793 - ] 7794 - 7795 - [[package]] 7796 - name = "subtle" 7797 - version = "2.5.0" 7798 - source = "registry+https://github.com/rust-lang/crates.io-index" 7799 - checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc" 7800 - 7801 - [[package]] 7802 - name = "svix-ksuid" 7803 - version = "0.8.0" 7804 - source = "registry+https://github.com/rust-lang/crates.io-index" 7805 - checksum = "66f014385b7fc154f59e9480770c2187b6e61037c2439895788a9a4d421d7859" 7806 - dependencies = [ 7807 - "base-encode", 7808 - "byteorder", 7809 - "getrandom", 7810 - "serde", 7811 - "time", 7812 - ] 7813 - 7814 - [[package]] 7815 - name = "symbolic-common" 7816 - version = "12.9.2" 7817 - source = "registry+https://github.com/rust-lang/crates.io-index" 7818 - checksum = "71297dc3e250f7dbdf8adb99e235da783d690f5819fdeb4cce39d9cfb0aca9f1" 7819 - dependencies = [ 7820 - "debugid", 7821 - "memmap2", 7822 - "stable_deref_trait", 7823 - "uuid", 7824 - ] 7825 - 7826 - [[package]] 7827 - name = "symbolic-demangle" 7828 - version = "12.9.2" 7829 - source = "registry+https://github.com/rust-lang/crates.io-index" 7830 - checksum = "424fa2c9bf2c862891b9cfd354a752751a6730fd838a4691e7f6c2c7957b9daf" 7831 - dependencies = [ 7832 - "cpp_demangle", 7833 - "rustc-demangle", 7834 - "symbolic-common", 7835 - ] 7836 - 7837 - [[package]] 7838 - name = "syn" 7839 - version = "1.0.109" 7840 - source = "registry+https://github.com/rust-lang/crates.io-index" 7841 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 7842 - dependencies = [ 7843 - "proc-macro2", 7844 - "quote", 7845 - "unicode-ident", 7846 - ] 7847 - 7848 - [[package]] 7849 - name = "syn" 7850 - version = "2.0.66" 7851 - source = "registry+https://github.com/rust-lang/crates.io-index" 7852 - checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" 7853 - dependencies = [ 7854 - "proc-macro2", 7855 - "quote", 7856 - "unicode-ident", 7857 - ] 7858 - 7859 - [[package]] 7860 - name = "syn_derive" 7861 - version = "0.1.8" 7862 - source = "registry+https://github.com/rust-lang/crates.io-index" 7863 - checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b" 7864 - dependencies = [ 7865 - "proc-macro-error", 7866 - "proc-macro2", 7867 - "quote", 7868 - "syn 2.0.66", 7869 - ] 7870 - 7871 - [[package]] 7872 - name = "sync_wrapper" 7873 - version = "0.1.2" 7874 - source = "registry+https://github.com/rust-lang/crates.io-index" 7875 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 7876 - 7877 - [[package]] 7878 - name = "synstructure" 7879 - version = "0.13.1" 7880 - source = "registry+https://github.com/rust-lang/crates.io-index" 7881 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 7882 - dependencies = [ 7883 - "proc-macro2", 7884 - "quote", 7885 - "syn 2.0.66", 7886 - ] 7887 - 7888 - [[package]] 7889 - name = "sysinfo" 7890 - version = "0.29.11" 7891 - source = "registry+https://github.com/rust-lang/crates.io-index" 7892 - checksum = "cd727fc423c2060f6c92d9534cef765c65a6ed3f428a03d7def74a8c4348e666" 7893 - dependencies = [ 7894 - "cfg-if 1.0.0", 7895 - "core-foundation-sys", 7896 - "libc", 7897 - "ntapi", 7898 - "once_cell", 7899 - "rayon", 7900 - "winapi 0.3.9", 7901 - ] 7902 - 7903 - [[package]] 7904 - name = "syslog_loose" 7905 - version = "0.18.0" 7906 - source = "registry+https://github.com/rust-lang/crates.io-index" 7907 - checksum = "97fb75f176928530867b2a659e470f9c9ff71904695bab6556f7ad30f9039efd" 7908 - dependencies = [ 7909 - "chrono", 7910 - "nom", 7911 - ] 7912 - 7913 - [[package]] 7914 - name = "syslog_loose" 7915 - version = "0.21.0" 7916 - source = "registry+https://github.com/rust-lang/crates.io-index" 7917 - checksum = "161028c00842709450114c39db3b29f44c898055ed8833bb9b535aba7facf30e" 7918 - dependencies = [ 7919 - "chrono", 7920 - "nom", 7921 - ] 7922 - 7923 - [[package]] 7924 - name = "system-configuration" 7925 - version = "0.5.1" 7926 - source = "registry+https://github.com/rust-lang/crates.io-index" 7927 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 7928 - dependencies = [ 7929 - "bitflags 1.3.2", 7930 - "core-foundation", 7931 - "system-configuration-sys", 7932 - ] 7933 - 7934 - [[package]] 7935 - name = "system-configuration-sys" 7936 - version = "0.5.0" 7937 - source = "registry+https://github.com/rust-lang/crates.io-index" 7938 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 7939 - dependencies = [ 7940 - "core-foundation-sys", 7941 - "libc", 7942 - ] 7943 - 7944 - [[package]] 7945 - name = "tagptr" 7946 - version = "0.2.0" 7947 - source = "registry+https://github.com/rust-lang/crates.io-index" 7948 - checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 7949 - 7950 - [[package]] 7951 - name = "tap" 7952 - version = "1.0.1" 7953 - source = "registry+https://github.com/rust-lang/crates.io-index" 7954 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 7955 - 7956 - [[package]] 7957 - name = "tempfile" 7958 - version = "3.10.1" 7959 - source = "registry+https://github.com/rust-lang/crates.io-index" 7960 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 7961 - dependencies = [ 7962 - "cfg-if 1.0.0", 7963 - "fastrand 2.1.0", 7964 - "rustix", 7965 - "windows-sys 0.52.0", 7966 - ] 7967 - 7968 - [[package]] 7969 - name = "term" 7970 - version = "0.7.0" 7971 - source = "registry+https://github.com/rust-lang/crates.io-index" 7972 - checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f" 7973 - dependencies = [ 7974 - "dirs-next", 7975 - "rustversion", 7976 - "winapi 0.3.9", 7977 - ] 7978 - 7979 - [[package]] 7980 - name = "termcolor" 7981 - version = "1.4.1" 7982 - source = "registry+https://github.com/rust-lang/crates.io-index" 7983 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 7984 - dependencies = [ 7985 - "winapi-util", 7986 - ] 7987 - 7988 - [[package]] 7989 - name = "textwrap" 7990 - version = "0.16.1" 7991 - source = "registry+https://github.com/rust-lang/crates.io-index" 7992 - checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" 7993 - 7994 - [[package]] 7995 - name = "thiserror" 7996 - version = "1.0.61" 7997 - source = "registry+https://github.com/rust-lang/crates.io-index" 7998 - checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 7999 - dependencies = [ 8000 - "thiserror-impl", 8001 - ] 8002 - 8003 - [[package]] 8004 - name = "thiserror-impl" 8005 - version = "1.0.61" 8006 - source = "registry+https://github.com/rust-lang/crates.io-index" 8007 - checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 8008 - dependencies = [ 8009 - "proc-macro2", 8010 - "quote", 8011 - "syn 2.0.66", 8012 - ] 8013 - 8014 - [[package]] 8015 - name = "thread_local" 8016 - version = "1.1.8" 8017 - source = "registry+https://github.com/rust-lang/crates.io-index" 8018 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 8019 - dependencies = [ 8020 - "cfg-if 1.0.0", 8021 - "once_cell", 8022 - ] 8023 - 8024 - [[package]] 8025 - name = "thrift" 8026 - version = "0.17.0" 8027 - source = "registry+https://github.com/rust-lang/crates.io-index" 8028 - checksum = "7e54bc85fc7faa8bc175c4bab5b92ba8d9a3ce893d0e9f42cc455c8ab16a9e09" 8029 - dependencies = [ 8030 - "byteorder", 8031 - "integer-encoding", 8032 - "ordered-float 2.10.1", 8033 - ] 8034 - 8035 - [[package]] 8036 - name = "tikv-jemalloc-sys" 8037 - version = "0.5.4+5.3.0-patched" 8038 - source = "registry+https://github.com/rust-lang/crates.io-index" 8039 - checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1" 8040 - dependencies = [ 8041 - "cc", 8042 - "libc", 8043 - ] 8044 - 8045 - [[package]] 8046 - name = "tikv-jemallocator" 8047 - version = "0.5.4" 8048 - source = "registry+https://github.com/rust-lang/crates.io-index" 8049 - checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca" 8050 - dependencies = [ 8051 - "libc", 8052 - "tikv-jemalloc-sys", 8053 - ] 8054 - 8055 - [[package]] 8056 - name = "time" 8057 - version = "0.3.36" 8058 - source = "registry+https://github.com/rust-lang/crates.io-index" 8059 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 8060 - dependencies = [ 8061 - "deranged", 8062 - "itoa", 8063 - "num-conv", 8064 - "powerfmt", 8065 - "serde", 8066 - "time-core", 8067 - "time-macros", 8068 - ] 8069 - 8070 - [[package]] 8071 - name = "time-core" 8072 - version = "0.1.2" 8073 - source = "registry+https://github.com/rust-lang/crates.io-index" 8074 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 8075 - 8076 - [[package]] 8077 - name = "time-macros" 8078 - version = "0.2.18" 8079 - source = "registry+https://github.com/rust-lang/crates.io-index" 8080 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 8081 - dependencies = [ 8082 - "num-conv", 8083 - "time-core", 8084 - ] 8085 - 8086 - [[package]] 8087 - name = "tiny-keccak" 8088 - version = "2.0.2" 8089 - source = "registry+https://github.com/rust-lang/crates.io-index" 8090 - checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237" 8091 - dependencies = [ 8092 - "crunchy", 8093 - ] 8094 - 8095 - [[package]] 8096 - name = "tinystr" 8097 - version = "0.7.6" 8098 - source = "registry+https://github.com/rust-lang/crates.io-index" 8099 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 8100 - dependencies = [ 8101 - "displaydoc", 8102 - "zerovec", 8103 - ] 8104 - 8105 - [[package]] 8106 - name = "tinytemplate" 8107 - version = "1.2.1" 8108 - source = "registry+https://github.com/rust-lang/crates.io-index" 8109 - checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" 8110 - dependencies = [ 8111 - "serde", 8112 - "serde_json", 8113 - ] 8114 - 8115 - [[package]] 8116 - name = "tinyvec" 8117 - version = "1.6.0" 8118 - source = "registry+https://github.com/rust-lang/crates.io-index" 8119 - checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" 8120 - dependencies = [ 8121 - "tinyvec_macros", 8122 - ] 8123 - 8124 - [[package]] 8125 - name = "tinyvec_macros" 8126 - version = "0.1.1" 8127 - source = "registry+https://github.com/rust-lang/crates.io-index" 8128 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 8129 - 8130 - [[package]] 8131 - name = "tokio" 8132 - version = "1.38.0" 8133 - source = "registry+https://github.com/rust-lang/crates.io-index" 8134 - checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 8135 - dependencies = [ 8136 - "backtrace", 8137 - "bytes", 8138 - "libc", 8139 - "mio", 8140 - "num_cpus", 8141 - "parking_lot", 8142 - "pin-project-lite", 8143 - "signal-hook-registry", 8144 - "socket2", 8145 - "tokio-macros", 8146 - "tracing", 8147 - "windows-sys 0.48.0", 8148 - ] 8149 - 8150 - [[package]] 8151 - name = "tokio-io-timeout" 8152 - version = "1.2.0" 8153 - source = "registry+https://github.com/rust-lang/crates.io-index" 8154 - checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf" 8155 - dependencies = [ 8156 - "pin-project-lite", 8157 - "tokio", 8158 - ] 8159 - 8160 - [[package]] 8161 - name = "tokio-macros" 8162 - version = "2.3.0" 8163 - source = "registry+https://github.com/rust-lang/crates.io-index" 8164 - checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 8165 - dependencies = [ 8166 - "proc-macro2", 8167 - "quote", 8168 - "syn 2.0.66", 8169 - ] 8170 - 8171 - [[package]] 8172 - name = "tokio-rustls" 8173 - version = "0.24.1" 8174 - source = "registry+https://github.com/rust-lang/crates.io-index" 8175 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 8176 - dependencies = [ 8177 - "rustls 0.21.12", 8178 - "tokio", 8179 - ] 8180 - 8181 - [[package]] 8182 - name = "tokio-rustls" 8183 - version = "0.25.0" 8184 - source = "registry+https://github.com/rust-lang/crates.io-index" 8185 - checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f" 8186 - dependencies = [ 8187 - "rustls 0.22.4", 8188 - "rustls-pki-types", 8189 - "tokio", 8190 - ] 8191 - 8192 - [[package]] 8193 - name = "tokio-rustls" 8194 - version = "0.26.0" 8195 - source = "registry+https://github.com/rust-lang/crates.io-index" 8196 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 8197 - dependencies = [ 8198 - "rustls 0.23.9", 8199 - "rustls-pki-types", 8200 - "tokio", 8201 - ] 8202 - 8203 - [[package]] 8204 - name = "tokio-stream" 8205 - version = "0.1.15" 8206 - source = "registry+https://github.com/rust-lang/crates.io-index" 8207 - checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af" 8208 - dependencies = [ 8209 - "futures-core", 8210 - "pin-project-lite", 8211 - "tokio", 8212 - ] 8213 - 8214 - [[package]] 8215 - name = "tokio-tungstenite" 8216 - version = "0.23.1" 8217 - source = "registry+https://github.com/rust-lang/crates.io-index" 8218 - checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd" 8219 - dependencies = [ 8220 - "futures-util", 8221 - "log", 8222 - "tokio", 8223 - "tungstenite 0.23.0", 8224 - ] 8225 - 8226 - [[package]] 8227 - name = "tokio-util" 8228 - version = "0.7.11" 8229 - source = "registry+https://github.com/rust-lang/crates.io-index" 8230 - checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" 8231 - dependencies = [ 8232 - "bytes", 8233 - "futures-core", 8234 - "futures-sink", 8235 - "pin-project-lite", 8236 - "tokio", 8237 - ] 8238 - 8239 - [[package]] 8240 - name = "toml_datetime" 8241 - version = "0.6.6" 8242 - source = "registry+https://github.com/rust-lang/crates.io-index" 8243 - checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 8244 - 8245 - [[package]] 8246 - name = "toml_edit" 8247 - version = "0.19.15" 8248 - source = "registry+https://github.com/rust-lang/crates.io-index" 8249 - checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421" 8250 - dependencies = [ 8251 - "indexmap 2.2.6", 8252 - "toml_datetime", 8253 - "winnow", 8254 - ] 8255 - 8256 - [[package]] 8257 - name = "toml_edit" 8258 - version = "0.21.1" 8259 - source = "registry+https://github.com/rust-lang/crates.io-index" 8260 - checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1" 8261 - dependencies = [ 8262 - "indexmap 2.2.6", 8263 - "toml_datetime", 8264 - "winnow", 8265 - ] 8266 - 8267 - [[package]] 8268 - name = "tonic" 8269 - version = "0.10.2" 8270 - source = "registry+https://github.com/rust-lang/crates.io-index" 8271 - checksum = "d560933a0de61cf715926b9cac824d4c883c2c43142f787595e48280c40a1d0e" 8272 - dependencies = [ 8273 - "async-stream", 8274 - "async-trait", 8275 - "axum", 8276 - "base64 0.21.7", 8277 - "bytes", 8278 - "h2 0.3.26", 8279 - "http 0.2.12", 8280 - "http-body 0.4.6", 8281 - "hyper 0.14.29", 8282 - "hyper-timeout", 8283 - "percent-encoding", 8284 - "pin-project", 8285 - "prost 0.12.6", 8286 - "rustls 0.21.12", 8287 - "rustls-pemfile 1.0.4", 8288 - "tokio", 8289 - "tokio-rustls 0.24.1", 8290 - "tokio-stream", 8291 - "tower", 8292 - "tower-layer", 8293 - "tower-service", 8294 - "tracing", 8295 - ] 8296 - 8297 - [[package]] 8298 - name = "tonic" 8299 - version = "0.11.0" 8300 - source = "registry+https://github.com/rust-lang/crates.io-index" 8301 - checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13" 8302 - dependencies = [ 8303 - "async-stream", 8304 - "async-trait", 8305 - "axum", 8306 - "base64 0.21.7", 8307 - "bytes", 8308 - "flate2", 8309 - "h2 0.3.26", 8310 - "http 0.2.12", 8311 - "http-body 0.4.6", 8312 - "hyper 0.14.29", 8313 - "hyper-timeout", 8314 - "percent-encoding", 8315 - "pin-project", 8316 - "prost 0.12.6", 8317 - "tokio", 8318 - "tokio-stream", 8319 - "tower", 8320 - "tower-layer", 8321 - "tower-service", 8322 - "tracing", 8323 - ] 8324 - 8325 - [[package]] 8326 - name = "tonic-build" 8327 - version = "0.10.2" 8328 - source = "registry+https://github.com/rust-lang/crates.io-index" 8329 - checksum = "9d021fc044c18582b9a2408cd0dd05b1596e3ecdb5c4df822bb0183545683889" 8330 - dependencies = [ 8331 - "prettyplease", 8332 - "proc-macro2", 8333 - "prost-build", 8334 - "quote", 8335 - "syn 2.0.66", 8336 - ] 8337 - 8338 - [[package]] 8339 - name = "tonic-build" 8340 - version = "0.11.0" 8341 - source = "registry+https://github.com/rust-lang/crates.io-index" 8342 - checksum = "be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2" 8343 - dependencies = [ 8344 - "prettyplease", 8345 - "proc-macro2", 8346 - "prost-build", 8347 - "quote", 8348 - "syn 2.0.66", 8349 - ] 8350 - 8351 - [[package]] 8352 - name = "tower" 8353 - version = "0.4.13" 8354 - source = "registry+https://github.com/rust-lang/crates.io-index" 8355 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 8356 - dependencies = [ 8357 - "futures-core", 8358 - "futures-util", 8359 - "indexmap 1.9.3", 8360 - "pin-project", 8361 - "pin-project-lite", 8362 - "rand", 8363 - "slab", 8364 - "tokio", 8365 - "tokio-util", 8366 - "tower-layer", 8367 - "tower-service", 8368 - "tracing", 8369 - ] 8370 - 8371 - [[package]] 8372 - name = "tower-layer" 8373 - version = "0.3.2" 8374 - source = "registry+https://github.com/rust-lang/crates.io-index" 8375 - checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 8376 - 8377 - [[package]] 8378 - name = "tower-service" 8379 - version = "0.3.2" 8380 - source = "registry+https://github.com/rust-lang/crates.io-index" 8381 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 8382 - 8383 - [[package]] 8384 - name = "tracing" 8385 - version = "0.1.40" 8386 - source = "registry+https://github.com/rust-lang/crates.io-index" 8387 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 8388 - dependencies = [ 8389 - "log", 8390 - "pin-project-lite", 8391 - "tracing-attributes", 8392 - "tracing-core", 8393 - ] 8394 - 8395 - [[package]] 8396 - name = "tracing-appender" 8397 - version = "0.2.3" 8398 - source = "registry+https://github.com/rust-lang/crates.io-index" 8399 - checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf" 8400 - dependencies = [ 8401 - "crossbeam-channel", 8402 - "thiserror", 8403 - "time", 8404 - "tracing-subscriber", 8405 - ] 8406 - 8407 - [[package]] 8408 - name = "tracing-attributes" 8409 - version = "0.1.27" 8410 - source = "registry+https://github.com/rust-lang/crates.io-index" 8411 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 8412 - dependencies = [ 8413 - "proc-macro2", 8414 - "quote", 8415 - "syn 2.0.66", 8416 - ] 8417 - 8418 - [[package]] 8419 - name = "tracing-core" 8420 - version = "0.1.32" 8421 - source = "registry+https://github.com/rust-lang/crates.io-index" 8422 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 8423 - dependencies = [ 8424 - "once_cell", 8425 - "valuable", 8426 - ] 8427 - 8428 - [[package]] 8429 - name = "tracing-log" 8430 - version = "0.2.0" 8431 - source = "registry+https://github.com/rust-lang/crates.io-index" 8432 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 8433 - dependencies = [ 8434 - "log", 8435 - "once_cell", 8436 - "tracing-core", 8437 - ] 8438 - 8439 - [[package]] 8440 - name = "tracing-opentelemetry" 8441 - version = "0.23.0" 8442 - source = "registry+https://github.com/rust-lang/crates.io-index" 8443 - checksum = "a9be14ba1bbe4ab79e9229f7f89fab8d120b865859f10527f31c033e599d2284" 8444 - dependencies = [ 8445 - "js-sys", 8446 - "once_cell", 8447 - "opentelemetry", 8448 - "opentelemetry_sdk", 8449 - "smallvec", 8450 - "tracing", 8451 - "tracing-core", 8452 - "tracing-log", 8453 - "tracing-subscriber", 8454 - "web-time", 8455 - ] 8456 - 8457 - [[package]] 8458 - name = "tracing-serde" 8459 - version = "0.1.3" 8460 - source = "registry+https://github.com/rust-lang/crates.io-index" 8461 - checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1" 8462 - dependencies = [ 8463 - "serde", 8464 - "tracing-core", 8465 - ] 8466 - 8467 - [[package]] 8468 - name = "tracing-subscriber" 8469 - version = "0.3.18" 8470 - source = "registry+https://github.com/rust-lang/crates.io-index" 8471 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 8472 - dependencies = [ 8473 - "matchers", 8474 - "nu-ansi-term", 8475 - "once_cell", 8476 - "regex", 8477 - "serde", 8478 - "serde_json", 8479 - "sharded-slab", 8480 - "smallvec", 8481 - "thread_local", 8482 - "tracing", 8483 - "tracing-core", 8484 - "tracing-log", 8485 - "tracing-serde", 8486 - ] 8487 - 8488 - [[package]] 8489 - name = "triomphe" 8490 - version = "0.1.11" 8491 - source = "registry+https://github.com/rust-lang/crates.io-index" 8492 - checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3" 8493 - 8494 - [[package]] 8495 - name = "try-lock" 8496 - version = "0.2.5" 8497 - source = "registry+https://github.com/rust-lang/crates.io-index" 8498 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 8499 - 8500 - [[package]] 8501 - name = "try_from" 8502 - version = "0.3.2" 8503 - source = "registry+https://github.com/rust-lang/crates.io-index" 8504 - checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" 8505 - dependencies = [ 8506 - "cfg-if 0.1.10", 8507 - ] 8508 - 8509 - [[package]] 8510 - name = "tryhard" 8511 - version = "0.5.1" 8512 - source = "registry+https://github.com/rust-lang/crates.io-index" 8513 - checksum = "9c9f0a709784e86923586cff0d872dba54cd2d2e116b3bc57587d15737cfce9d" 8514 - dependencies = [ 8515 - "futures", 8516 - "pin-project-lite", 8517 - "tokio", 8518 - ] 8519 - 8520 - [[package]] 8521 - name = "tungstenite" 8522 - version = "0.20.1" 8523 - source = "registry+https://github.com/rust-lang/crates.io-index" 8524 - checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9" 8525 - dependencies = [ 8526 - "byteorder", 8527 - "bytes", 8528 - "data-encoding", 8529 - "http 0.2.12", 8530 - "httparse", 8531 - "log", 8532 - "rand", 8533 - "sha1", 8534 - "thiserror", 8535 - "url", 8536 - "utf-8", 8537 - ] 8538 - 8539 - [[package]] 8540 - name = "tungstenite" 8541 - version = "0.23.0" 8542 - source = "registry+https://github.com/rust-lang/crates.io-index" 8543 - checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8" 8544 - dependencies = [ 8545 - "byteorder", 8546 - "bytes", 8547 - "data-encoding", 8548 - "http 1.1.0", 8549 - "httparse", 8550 - "log", 8551 - "rand", 8552 - "sha1", 8553 - "thiserror", 8554 - "utf-8", 8555 - ] 8556 - 8557 - [[package]] 8558 - name = "twox-hash" 8559 - version = "1.6.3" 8560 - source = "registry+https://github.com/rust-lang/crates.io-index" 8561 - checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" 8562 - dependencies = [ 8563 - "cfg-if 1.0.0", 8564 - "static_assertions", 8565 - ] 8566 - 8567 - [[package]] 8568 - name = "typenum" 8569 - version = "1.17.0" 8570 - source = "registry+https://github.com/rust-lang/crates.io-index" 8571 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 8572 - 8573 - [[package]] 8574 - name = "uaparser" 8575 - version = "0.6.4" 8576 - source = "registry+https://github.com/rust-lang/crates.io-index" 8577 - checksum = "a4c9e1c3f893758f154004195fc2d2c52fbda462df725220ceaef830ac29affa" 8578 - dependencies = [ 8579 - "derive_more", 8580 - "lazy_static", 8581 - "regex", 8582 - "serde", 8583 - "serde_derive", 8584 - "serde_yaml", 8585 - ] 8586 - 8587 - [[package]] 8588 - name = "ucd-trie" 8589 - version = "0.1.6" 8590 - source = "registry+https://github.com/rust-lang/crates.io-index" 8591 - checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 8592 - 8593 - [[package]] 8594 - name = "unicase" 8595 - version = "2.7.0" 8596 - source = "registry+https://github.com/rust-lang/crates.io-index" 8597 - checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 8598 - dependencies = [ 8599 - "version_check", 8600 - ] 8601 - 8602 - [[package]] 8603 - name = "unicode-bidi" 8604 - version = "0.3.15" 8605 - source = "registry+https://github.com/rust-lang/crates.io-index" 8606 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 8607 - 8608 - [[package]] 8609 - name = "unicode-ident" 8610 - version = "1.0.12" 8611 - source = "registry+https://github.com/rust-lang/crates.io-index" 8612 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 8613 - 8614 - [[package]] 8615 - name = "unicode-normalization" 8616 - version = "0.1.23" 8617 - source = "registry+https://github.com/rust-lang/crates.io-index" 8618 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 8619 - dependencies = [ 8620 - "tinyvec", 8621 - ] 8622 - 8623 - [[package]] 8624 - name = "unicode-properties" 8625 - version = "0.1.1" 8626 - source = "registry+https://github.com/rust-lang/crates.io-index" 8627 - checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291" 8628 - 8629 - [[package]] 8630 - name = "unicode-segmentation" 8631 - version = "1.11.0" 8632 - source = "registry+https://github.com/rust-lang/crates.io-index" 8633 - checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" 8634 - 8635 - [[package]] 8636 - name = "unicode-width" 8637 - version = "0.1.13" 8638 - source = "registry+https://github.com/rust-lang/crates.io-index" 8639 - checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" 8640 - 8641 - [[package]] 8642 - name = "unicode-xid" 8643 - version = "0.2.4" 8644 - source = "registry+https://github.com/rust-lang/crates.io-index" 8645 - checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" 8646 - 8647 - [[package]] 8648 - name = "unicode_categories" 8649 - version = "0.1.1" 8650 - source = "registry+https://github.com/rust-lang/crates.io-index" 8651 - checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 8652 - 8653 - [[package]] 8654 - name = "universal-hash" 8655 - version = "0.5.1" 8656 - source = "registry+https://github.com/rust-lang/crates.io-index" 8657 - checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 8658 - dependencies = [ 8659 - "crypto-common", 8660 - "subtle", 8661 - ] 8662 - 8663 - [[package]] 8664 - name = "unsafe-libyaml" 8665 - version = "0.2.11" 8666 - source = "registry+https://github.com/rust-lang/crates.io-index" 8667 - checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 8668 - 8669 - [[package]] 8670 - name = "untrusted" 8671 - version = "0.9.0" 8672 - source = "registry+https://github.com/rust-lang/crates.io-index" 8673 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 8674 - 8675 - [[package]] 8676 - name = "url" 8677 - version = "2.5.1" 8678 - source = "registry+https://github.com/rust-lang/crates.io-index" 8679 - checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56" 8680 - dependencies = [ 8681 - "form_urlencoded", 8682 - "idna 1.0.0", 8683 - "percent-encoding", 8684 - "serde", 8685 - ] 8686 - 8687 - [[package]] 8688 - name = "urlencoding" 8689 - version = "2.1.3" 8690 - source = "registry+https://github.com/rust-lang/crates.io-index" 8691 - checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 8692 - 8693 - [[package]] 8694 - name = "utf-8" 8695 - version = "0.7.6" 8696 - source = "registry+https://github.com/rust-lang/crates.io-index" 8697 - checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 8698 - 8699 - [[package]] 8700 - name = "utf16_iter" 8701 - version = "1.0.5" 8702 - source = "registry+https://github.com/rust-lang/crates.io-index" 8703 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 8704 - 8705 - [[package]] 8706 - name = "utf8-width" 8707 - version = "0.1.7" 8708 - source = "registry+https://github.com/rust-lang/crates.io-index" 8709 - checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" 8710 - 8711 - [[package]] 8712 - name = "utf8_iter" 8713 - version = "1.0.4" 8714 - source = "registry+https://github.com/rust-lang/crates.io-index" 8715 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 8716 - 8717 - [[package]] 8718 - name = "utf8parse" 8719 - version = "0.2.2" 8720 - source = "registry+https://github.com/rust-lang/crates.io-index" 8721 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 8722 - 8723 - [[package]] 8724 - name = "utoipa" 8725 - version = "4.2.3" 8726 - source = "registry+https://github.com/rust-lang/crates.io-index" 8727 - checksum = "c5afb1a60e207dca502682537fefcfd9921e71d0b83e9576060f09abc6efab23" 8728 - dependencies = [ 8729 - "indexmap 2.2.6", 8730 - "serde", 8731 - "serde_json", 8732 - "utoipa-gen", 8733 - ] 8734 - 8735 - [[package]] 8736 - name = "utoipa-gen" 8737 - version = "4.3.0" 8738 - source = "registry+https://github.com/rust-lang/crates.io-index" 8739 - checksum = "7bf0e16c02bc4bf5322ab65f10ab1149bdbcaa782cba66dc7057370a3f8190be" 8740 - dependencies = [ 8741 - "proc-macro-error", 8742 - "proc-macro2", 8743 - "quote", 8744 - "regex", 8745 - "syn 2.0.66", 8746 - ] 8747 - 8748 - [[package]] 8749 - name = "utoipa-swagger-ui" 8750 - version = "4.0.0" 8751 - source = "registry+https://github.com/rust-lang/crates.io-index" 8752 - checksum = "154517adf0d0b6e22e8e1f385628f14fcaa3db43531dc74303d3edef89d6dfe5" 8753 - dependencies = [ 8754 - "actix-web", 8755 - "mime_guess", 8756 - "regex", 8757 - "rust-embed", 8758 - "serde", 8759 - "serde_json", 8760 - "utoipa", 8761 - "zip", 8762 - ] 8763 - 8764 - [[package]] 8765 - name = "uuid" 8766 - version = "1.8.0" 8767 - source = "registry+https://github.com/rust-lang/crates.io-index" 8768 - checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0" 8769 - dependencies = [ 8770 - "atomic", 8771 - "getrandom", 8772 - "wasm-bindgen", 8773 - ] 8774 - 8775 - [[package]] 8776 - name = "valuable" 8777 - version = "0.1.0" 8778 - source = "registry+https://github.com/rust-lang/crates.io-index" 8779 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 8780 - 8781 - [[package]] 8782 - name = "vcpkg" 8783 - version = "0.2.15" 8784 - source = "registry+https://github.com/rust-lang/crates.io-index" 8785 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 8786 - 8787 - [[package]] 8788 - name = "vergen" 8789 - version = "7.5.1" 8790 - source = "registry+https://github.com/rust-lang/crates.io-index" 8791 - checksum = "f21b881cd6636ece9735721cf03c1fe1e774fe258683d084bb2812ab67435749" 8792 - dependencies = [ 8793 - "anyhow", 8794 - "cfg-if 1.0.0", 8795 - "enum-iterator", 8796 - "getset", 8797 - "rustversion", 8798 - "thiserror", 8799 - "time", 8800 - ] 8801 - 8802 - [[package]] 8803 - name = "version-compare" 8804 - version = "0.2.0" 8805 - source = "registry+https://github.com/rust-lang/crates.io-index" 8806 - checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b" 8807 - 8808 - [[package]] 8809 - name = "version_check" 8810 - version = "0.9.4" 8811 - source = "registry+https://github.com/rust-lang/crates.io-index" 8812 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 8813 - 8814 - [[package]] 8815 - name = "vob" 8816 - version = "3.0.3" 8817 - source = "registry+https://github.com/rust-lang/crates.io-index" 8818 - checksum = "c058f4c41e71a043c67744cb76dcc1ae63ece328c1732a72489ccccc2dec23e6" 8819 - dependencies = [ 8820 - "num-traits", 8821 - "rustc_version", 8822 - "serde", 8823 - ] 8824 - 8825 - [[package]] 8826 - name = "vrl" 8827 - version = "0.17.0" 8828 - source = "registry+https://github.com/rust-lang/crates.io-index" 8829 - checksum = "84451e6a979d54175932cfe49f36f31ab7a483f3feb3cfa65ee584b91ef2f858" 8830 - dependencies = [ 8831 - "aes", 8832 - "ansi_term", 8833 - "arbitrary", 8834 - "base16", 8835 - "base62", 8836 - "base64 0.22.1", 8837 - "bytes", 8838 - "cbc", 8839 - "cfb-mode", 8840 - "cfg-if 1.0.0", 8841 - "chacha20poly1305", 8842 - "charset", 8843 - "chrono", 8844 - "chrono-tz", 8845 - "cidr-utils", 8846 - "clap 4.5.7", 8847 - "codespan-reporting", 8848 - "community-id", 8849 - "crypto_secretbox", 8850 - "csv", 8851 - "ctr", 8852 - "data-encoding", 8853 - "digest", 8854 - "dns-lookup", 8855 - "domain", 8856 - "dyn-clone", 8857 - "exitcode", 8858 - "flate2", 8859 - "grok", 8860 - "hex", 8861 - "hmac", 8862 - "hostname 0.4.0", 8863 - "iana-time-zone", 8864 - "idna 0.5.0", 8865 - "indexmap 2.2.6", 8866 - "indoc", 8867 - "itertools 0.13.0", 8868 - "lalrpop", 8869 - "lalrpop-util", 8870 - "md-5", 8871 - "nom", 8872 - "ofb", 8873 - "once_cell", 8874 - "onig", 8875 - "ordered-float 4.2.0", 8876 - "paste", 8877 - "peeking_take_while", 8878 - "percent-encoding", 8879 - "pest", 8880 - "pest_derive", 8881 - "prettydiff", 8882 - "prettytable-rs", 8883 - "prost 0.12.6", 8884 - "prost-reflect", 8885 - "psl", 8886 - "psl-types", 8887 - "publicsuffix", 8888 - "quickcheck", 8889 - "quoted_printable", 8890 - "rand", 8891 - "regex", 8892 - "roxmltree", 8893 - "rust_decimal", 8894 - "rustyline", 8895 - "seahash", 8896 - "serde", 8897 - "serde_json", 8898 - "sha-1", 8899 - "sha2", 8900 - "sha3", 8901 - "snafu 0.8.4", 8902 - "snap", 8903 - "strip-ansi-escapes", 8904 - "syslog_loose 0.21.0", 8905 - "termcolor", 8906 - "thiserror", 8907 - "tokio", 8908 - "tracing", 8909 - "uaparser", 8910 - "url", 8911 - "utf8-width", 8912 - "uuid", 8913 - "webbrowser", 8914 - "woothee", 8915 - "zstd", 8916 - ] 8917 - 8918 - [[package]] 8919 - name = "vte" 8920 - version = "0.11.1" 8921 - source = "registry+https://github.com/rust-lang/crates.io-index" 8922 - checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197" 8923 - dependencies = [ 8924 - "utf8parse", 8925 - "vte_generate_state_changes", 8926 - ] 8927 - 8928 - [[package]] 8929 - name = "vte_generate_state_changes" 8930 - version = "0.1.2" 8931 - source = "registry+https://github.com/rust-lang/crates.io-index" 8932 - checksum = "2e369bee1b05d510a7b4ed645f5faa90619e05437111783ea5848f28d97d3c2e" 8933 - dependencies = [ 8934 - "proc-macro2", 8935 - "quote", 8936 - ] 8937 - 8938 - [[package]] 8939 - name = "waker-fn" 8940 - version = "1.2.0" 8941 - source = "registry+https://github.com/rust-lang/crates.io-index" 8942 - checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" 8943 - 8944 - [[package]] 8945 - name = "wal" 8946 - version = "0.1.0" 8947 - dependencies = [ 8948 - "byteorder", 8949 - "bytes", 8950 - "crc32fast", 8951 - "criterion", 8952 - "parking_lot", 8953 - "snafu 0.7.5", 8954 - "snap", 8955 - "tempfile", 8956 - ] 8957 - 8958 - [[package]] 8959 - name = "walkdir" 8960 - version = "2.5.0" 8961 - source = "registry+https://github.com/rust-lang/crates.io-index" 8962 - checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 8963 - dependencies = [ 8964 - "same-file", 8965 - "winapi-util", 8966 - ] 8967 - 8968 - [[package]] 8969 - name = "want" 8970 - version = "0.3.1" 8971 - source = "registry+https://github.com/rust-lang/crates.io-index" 8972 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 8973 - dependencies = [ 8974 - "try-lock", 8975 - ] 8976 - 8977 - [[package]] 8978 - name = "wasi" 8979 - version = "0.10.2+wasi-snapshot-preview1" 8980 - source = "registry+https://github.com/rust-lang/crates.io-index" 8981 - checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" 8982 - 8983 - [[package]] 8984 - name = "wasi" 8985 - version = "0.11.0+wasi-snapshot-preview1" 8986 - source = "registry+https://github.com/rust-lang/crates.io-index" 8987 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 8988 - 8989 - [[package]] 8990 - name = "wasite" 8991 - version = "0.1.0" 8992 - source = "registry+https://github.com/rust-lang/crates.io-index" 8993 - checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 8994 - 8995 - [[package]] 8996 - name = "wasm-bindgen" 8997 - version = "0.2.92" 8998 - source = "registry+https://github.com/rust-lang/crates.io-index" 8999 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 9000 - dependencies = [ 9001 - "cfg-if 1.0.0", 9002 - "wasm-bindgen-macro", 9003 - ] 9004 - 9005 - [[package]] 9006 - name = "wasm-bindgen-backend" 9007 - version = "0.2.92" 9008 - source = "registry+https://github.com/rust-lang/crates.io-index" 9009 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 9010 - dependencies = [ 9011 - "bumpalo", 9012 - "log", 9013 - "once_cell", 9014 - "proc-macro2", 9015 - "quote", 9016 - "syn 2.0.66", 9017 - "wasm-bindgen-shared", 9018 - ] 9019 - 9020 - [[package]] 9021 - name = "wasm-bindgen-futures" 9022 - version = "0.4.42" 9023 - source = "registry+https://github.com/rust-lang/crates.io-index" 9024 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 9025 - dependencies = [ 9026 - "cfg-if 1.0.0", 9027 - "js-sys", 9028 - "wasm-bindgen", 9029 - "web-sys", 9030 - ] 9031 - 9032 - [[package]] 9033 - name = "wasm-bindgen-macro" 9034 - version = "0.2.92" 9035 - source = "registry+https://github.com/rust-lang/crates.io-index" 9036 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 9037 - dependencies = [ 9038 - "quote", 9039 - "wasm-bindgen-macro-support", 9040 - ] 9041 - 9042 - [[package]] 9043 - name = "wasm-bindgen-macro-support" 9044 - version = "0.2.92" 9045 - source = "registry+https://github.com/rust-lang/crates.io-index" 9046 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 9047 - dependencies = [ 9048 - "proc-macro2", 9049 - "quote", 9050 - "syn 2.0.66", 9051 - "wasm-bindgen-backend", 9052 - "wasm-bindgen-shared", 9053 - ] 9054 - 9055 - [[package]] 9056 - name = "wasm-bindgen-shared" 9057 - version = "0.2.92" 9058 - source = "registry+https://github.com/rust-lang/crates.io-index" 9059 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 9060 - 9061 - [[package]] 9062 - name = "wasm-streams" 9063 - version = "0.4.0" 9064 - source = "registry+https://github.com/rust-lang/crates.io-index" 9065 - checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129" 9066 - dependencies = [ 9067 - "futures-util", 9068 - "js-sys", 9069 - "wasm-bindgen", 9070 - "wasm-bindgen-futures", 9071 - "web-sys", 9072 - ] 9073 - 9074 - [[package]] 9075 - name = "web-sys" 9076 - version = "0.3.69" 9077 - source = "registry+https://github.com/rust-lang/crates.io-index" 9078 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 9079 - dependencies = [ 9080 - "js-sys", 9081 - "wasm-bindgen", 9082 - ] 9083 - 9084 - [[package]] 9085 - name = "web-time" 9086 - version = "1.1.0" 9087 - source = "registry+https://github.com/rust-lang/crates.io-index" 9088 - checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 9089 - dependencies = [ 9090 - "js-sys", 9091 - "wasm-bindgen", 9092 - ] 9093 - 9094 - [[package]] 9095 - name = "webbrowser" 9096 - version = "1.0.1" 9097 - source = "registry+https://github.com/rust-lang/crates.io-index" 9098 - checksum = "425ba64c1e13b1c6e8c5d2541c8fac10022ca584f33da781db01b5756aef1f4e" 9099 - dependencies = [ 9100 - "block2", 9101 - "core-foundation", 9102 - "home", 9103 - "jni", 9104 - "log", 9105 - "ndk-context", 9106 - "objc2", 9107 - "objc2-foundation", 9108 - "url", 9109 - "web-sys", 9110 - ] 9111 - 9112 - [[package]] 9113 - name = "webpki-roots" 9114 - version = "0.25.4" 9115 - source = "registry+https://github.com/rust-lang/crates.io-index" 9116 - checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 9117 - 9118 - [[package]] 9119 - name = "webpki-roots" 9120 - version = "0.26.2" 9121 - source = "registry+https://github.com/rust-lang/crates.io-index" 9122 - checksum = "3c452ad30530b54a4d8e71952716a212b08efd0f3562baa66c29a618b07da7c3" 9123 - dependencies = [ 9124 - "rustls-pki-types", 9125 - ] 9126 - 9127 - [[package]] 9128 - name = "which" 9129 - version = "4.4.2" 9130 - source = "registry+https://github.com/rust-lang/crates.io-index" 9131 - checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 9132 - dependencies = [ 9133 - "either", 9134 - "home", 9135 - "once_cell", 9136 - "rustix", 9137 - ] 9138 - 9139 - [[package]] 9140 - name = "whoami" 9141 - version = "1.5.1" 9142 - source = "registry+https://github.com/rust-lang/crates.io-index" 9143 - checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9" 9144 - dependencies = [ 9145 - "redox_syscall 0.4.1", 9146 - "wasite", 9147 - ] 9148 - 9149 - [[package]] 9150 - name = "winapi" 9151 - version = "0.2.8" 9152 - source = "registry+https://github.com/rust-lang/crates.io-index" 9153 - checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" 9154 - 9155 - [[package]] 9156 - name = "winapi" 9157 - version = "0.3.9" 9158 - source = "registry+https://github.com/rust-lang/crates.io-index" 9159 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 9160 - dependencies = [ 9161 - "winapi-i686-pc-windows-gnu", 9162 - "winapi-x86_64-pc-windows-gnu", 9163 - ] 9164 - 9165 - [[package]] 9166 - name = "winapi-i686-pc-windows-gnu" 9167 - version = "0.4.0" 9168 - source = "registry+https://github.com/rust-lang/crates.io-index" 9169 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 9170 - 9171 - [[package]] 9172 - name = "winapi-util" 9173 - version = "0.1.8" 9174 - source = "registry+https://github.com/rust-lang/crates.io-index" 9175 - checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 9176 - dependencies = [ 9177 - "windows-sys 0.52.0", 9178 - ] 9179 - 9180 - [[package]] 9181 - name = "winapi-x86_64-pc-windows-gnu" 9182 - version = "0.4.0" 9183 - source = "registry+https://github.com/rust-lang/crates.io-index" 9184 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 9185 - 9186 - [[package]] 9187 - name = "windows" 9188 - version = "0.52.0" 9189 - source = "registry+https://github.com/rust-lang/crates.io-index" 9190 - checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be" 9191 - dependencies = [ 9192 - "windows-core", 9193 - "windows-targets 0.52.5", 9194 - ] 9195 - 9196 - [[package]] 9197 - name = "windows-core" 9198 - version = "0.52.0" 9199 - source = "registry+https://github.com/rust-lang/crates.io-index" 9200 - checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 9201 - dependencies = [ 9202 - "windows-targets 0.52.5", 9203 - ] 9204 - 9205 - [[package]] 9206 - name = "windows-sys" 9207 - version = "0.45.0" 9208 - source = "registry+https://github.com/rust-lang/crates.io-index" 9209 - checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 9210 - dependencies = [ 9211 - "windows-targets 0.42.2", 9212 - ] 9213 - 9214 - [[package]] 9215 - name = "windows-sys" 9216 - version = "0.48.0" 9217 - source = "registry+https://github.com/rust-lang/crates.io-index" 9218 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 9219 - dependencies = [ 9220 - "windows-targets 0.48.5", 9221 - ] 9222 - 9223 - [[package]] 9224 - name = "windows-sys" 9225 - version = "0.52.0" 9226 - source = "registry+https://github.com/rust-lang/crates.io-index" 9227 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 9228 - dependencies = [ 9229 - "windows-targets 0.52.5", 9230 - ] 9231 - 9232 - [[package]] 9233 - name = "windows-targets" 9234 - version = "0.42.2" 9235 - source = "registry+https://github.com/rust-lang/crates.io-index" 9236 - checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 9237 - dependencies = [ 9238 - "windows_aarch64_gnullvm 0.42.2", 9239 - "windows_aarch64_msvc 0.42.2", 9240 - "windows_i686_gnu 0.42.2", 9241 - "windows_i686_msvc 0.42.2", 9242 - "windows_x86_64_gnu 0.42.2", 9243 - "windows_x86_64_gnullvm 0.42.2", 9244 - "windows_x86_64_msvc 0.42.2", 9245 - ] 9246 - 9247 - [[package]] 9248 - name = "windows-targets" 9249 - version = "0.48.5" 9250 - source = "registry+https://github.com/rust-lang/crates.io-index" 9251 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 9252 - dependencies = [ 9253 - "windows_aarch64_gnullvm 0.48.5", 9254 - "windows_aarch64_msvc 0.48.5", 9255 - "windows_i686_gnu 0.48.5", 9256 - "windows_i686_msvc 0.48.5", 9257 - "windows_x86_64_gnu 0.48.5", 9258 - "windows_x86_64_gnullvm 0.48.5", 9259 - "windows_x86_64_msvc 0.48.5", 9260 - ] 9261 - 9262 - [[package]] 9263 - name = "windows-targets" 9264 - version = "0.52.5" 9265 - source = "registry+https://github.com/rust-lang/crates.io-index" 9266 - checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 9267 - dependencies = [ 9268 - "windows_aarch64_gnullvm 0.52.5", 9269 - "windows_aarch64_msvc 0.52.5", 9270 - "windows_i686_gnu 0.52.5", 9271 - "windows_i686_gnullvm", 9272 - "windows_i686_msvc 0.52.5", 9273 - "windows_x86_64_gnu 0.52.5", 9274 - "windows_x86_64_gnullvm 0.52.5", 9275 - "windows_x86_64_msvc 0.52.5", 9276 - ] 9277 - 9278 - [[package]] 9279 - name = "windows_aarch64_gnullvm" 9280 - version = "0.42.2" 9281 - source = "registry+https://github.com/rust-lang/crates.io-index" 9282 - checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 9283 - 9284 - [[package]] 9285 - name = "windows_aarch64_gnullvm" 9286 - version = "0.48.5" 9287 - source = "registry+https://github.com/rust-lang/crates.io-index" 9288 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 9289 - 9290 - [[package]] 9291 - name = "windows_aarch64_gnullvm" 9292 - version = "0.52.5" 9293 - source = "registry+https://github.com/rust-lang/crates.io-index" 9294 - checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 9295 - 9296 - [[package]] 9297 - name = "windows_aarch64_msvc" 9298 - version = "0.42.2" 9299 - source = "registry+https://github.com/rust-lang/crates.io-index" 9300 - checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 9301 - 9302 - [[package]] 9303 - name = "windows_aarch64_msvc" 9304 - version = "0.48.5" 9305 - source = "registry+https://github.com/rust-lang/crates.io-index" 9306 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 9307 - 9308 - [[package]] 9309 - name = "windows_aarch64_msvc" 9310 - version = "0.52.5" 9311 - source = "registry+https://github.com/rust-lang/crates.io-index" 9312 - checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 9313 - 9314 - [[package]] 9315 - name = "windows_i686_gnu" 9316 - version = "0.42.2" 9317 - source = "registry+https://github.com/rust-lang/crates.io-index" 9318 - checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 9319 - 9320 - [[package]] 9321 - name = "windows_i686_gnu" 9322 - version = "0.48.5" 9323 - source = "registry+https://github.com/rust-lang/crates.io-index" 9324 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 9325 - 9326 - [[package]] 9327 - name = "windows_i686_gnu" 9328 - version = "0.52.5" 9329 - source = "registry+https://github.com/rust-lang/crates.io-index" 9330 - checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 9331 - 9332 - [[package]] 9333 - name = "windows_i686_gnullvm" 9334 - version = "0.52.5" 9335 - source = "registry+https://github.com/rust-lang/crates.io-index" 9336 - checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 9337 - 9338 - [[package]] 9339 - name = "windows_i686_msvc" 9340 - version = "0.42.2" 9341 - source = "registry+https://github.com/rust-lang/crates.io-index" 9342 - checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 9343 - 9344 - [[package]] 9345 - name = "windows_i686_msvc" 9346 - version = "0.48.5" 9347 - source = "registry+https://github.com/rust-lang/crates.io-index" 9348 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 9349 - 9350 - [[package]] 9351 - name = "windows_i686_msvc" 9352 - version = "0.52.5" 9353 - source = "registry+https://github.com/rust-lang/crates.io-index" 9354 - checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 9355 - 9356 - [[package]] 9357 - name = "windows_x86_64_gnu" 9358 - version = "0.42.2" 9359 - source = "registry+https://github.com/rust-lang/crates.io-index" 9360 - checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 9361 - 9362 - [[package]] 9363 - name = "windows_x86_64_gnu" 9364 - version = "0.48.5" 9365 - source = "registry+https://github.com/rust-lang/crates.io-index" 9366 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 9367 - 9368 - [[package]] 9369 - name = "windows_x86_64_gnu" 9370 - version = "0.52.5" 9371 - source = "registry+https://github.com/rust-lang/crates.io-index" 9372 - checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 9373 - 9374 - [[package]] 9375 - name = "windows_x86_64_gnullvm" 9376 - version = "0.42.2" 9377 - source = "registry+https://github.com/rust-lang/crates.io-index" 9378 - checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 9379 - 9380 - [[package]] 9381 - name = "windows_x86_64_gnullvm" 9382 - version = "0.48.5" 9383 - source = "registry+https://github.com/rust-lang/crates.io-index" 9384 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 9385 - 9386 - [[package]] 9387 - name = "windows_x86_64_gnullvm" 9388 - version = "0.52.5" 9389 - source = "registry+https://github.com/rust-lang/crates.io-index" 9390 - checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 9391 - 9392 - [[package]] 9393 - name = "windows_x86_64_msvc" 9394 - version = "0.42.2" 9395 - source = "registry+https://github.com/rust-lang/crates.io-index" 9396 - checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" 9397 - 9398 - [[package]] 9399 - name = "windows_x86_64_msvc" 9400 - version = "0.48.5" 9401 - source = "registry+https://github.com/rust-lang/crates.io-index" 9402 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 9403 - 9404 - [[package]] 9405 - name = "windows_x86_64_msvc" 9406 - version = "0.52.5" 9407 - source = "registry+https://github.com/rust-lang/crates.io-index" 9408 - checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 9409 - 9410 - [[package]] 9411 - name = "winnow" 9412 - version = "0.5.40" 9413 - source = "registry+https://github.com/rust-lang/crates.io-index" 9414 - checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876" 9415 - dependencies = [ 9416 - "memchr", 9417 - ] 9418 - 9419 - [[package]] 9420 - name = "winreg" 9421 - version = "0.50.0" 9422 - source = "registry+https://github.com/rust-lang/crates.io-index" 9423 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 9424 - dependencies = [ 9425 - "cfg-if 1.0.0", 9426 - "windows-sys 0.48.0", 9427 - ] 9428 - 9429 - [[package]] 9430 - name = "winreg" 9431 - version = "0.51.0" 9432 - source = "registry+https://github.com/rust-lang/crates.io-index" 9433 - checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc" 9434 - dependencies = [ 9435 - "cfg-if 1.0.0", 9436 - "windows-sys 0.48.0", 9437 - ] 9438 - 9439 - [[package]] 9440 - name = "winreg" 9441 - version = "0.52.0" 9442 - source = "registry+https://github.com/rust-lang/crates.io-index" 9443 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 9444 - dependencies = [ 9445 - "cfg-if 1.0.0", 9446 - "windows-sys 0.48.0", 9447 - ] 9448 - 9449 - [[package]] 9450 - name = "woothee" 9451 - version = "0.13.0" 9452 - source = "registry+https://github.com/rust-lang/crates.io-index" 9453 - checksum = "896174c6a4779d4d7d4523dd27aef7d46609eda2497e370f6c998325c6bf6971" 9454 - dependencies = [ 9455 - "lazy_static", 9456 - "regex", 9457 - ] 9458 - 9459 - [[package]] 9460 - name = "write16" 9461 - version = "1.0.0" 9462 - source = "registry+https://github.com/rust-lang/crates.io-index" 9463 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 9464 - 9465 - [[package]] 9466 - name = "writeable" 9467 - version = "0.5.5" 9468 - source = "registry+https://github.com/rust-lang/crates.io-index" 9469 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 9470 - 9471 - [[package]] 9472 - name = "wyz" 9473 - version = "0.5.1" 9474 - source = "registry+https://github.com/rust-lang/crates.io-index" 9475 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 9476 - dependencies = [ 9477 - "tap", 9478 - ] 9479 - 9480 - [[package]] 9481 - name = "xz2" 9482 - version = "0.1.7" 9483 - source = "registry+https://github.com/rust-lang/crates.io-index" 9484 - checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2" 9485 - dependencies = [ 9486 - "lzma-sys", 9487 - ] 9488 - 9489 - [[package]] 9490 - name = "yoke" 9491 - version = "0.7.4" 9492 - source = "registry+https://github.com/rust-lang/crates.io-index" 9493 - checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" 9494 - dependencies = [ 9495 - "serde", 9496 - "stable_deref_trait", 9497 - "yoke-derive", 9498 - "zerofrom", 9499 - ] 9500 - 9501 - [[package]] 9502 - name = "yoke-derive" 9503 - version = "0.7.4" 9504 - source = "registry+https://github.com/rust-lang/crates.io-index" 9505 - checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" 9506 - dependencies = [ 9507 - "proc-macro2", 9508 - "quote", 9509 - "syn 2.0.66", 9510 - "synstructure", 9511 - ] 9512 - 9513 - [[package]] 9514 - name = "zerocopy" 9515 - version = "0.7.34" 9516 - source = "registry+https://github.com/rust-lang/crates.io-index" 9517 - checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087" 9518 - dependencies = [ 9519 - "zerocopy-derive", 9520 - ] 9521 - 9522 - [[package]] 9523 - name = "zerocopy-derive" 9524 - version = "0.7.34" 9525 - source = "registry+https://github.com/rust-lang/crates.io-index" 9526 - checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b" 9527 - dependencies = [ 9528 - "proc-macro2", 9529 - "quote", 9530 - "syn 2.0.66", 9531 - ] 9532 - 9533 - [[package]] 9534 - name = "zerofrom" 9535 - version = "0.1.4" 9536 - source = "registry+https://github.com/rust-lang/crates.io-index" 9537 - checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" 9538 - dependencies = [ 9539 - "zerofrom-derive", 9540 - ] 9541 - 9542 - [[package]] 9543 - name = "zerofrom-derive" 9544 - version = "0.1.4" 9545 - source = "registry+https://github.com/rust-lang/crates.io-index" 9546 - checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" 9547 - dependencies = [ 9548 - "proc-macro2", 9549 - "quote", 9550 - "syn 2.0.66", 9551 - "synstructure", 9552 - ] 9553 - 9554 - [[package]] 9555 - name = "zeroize" 9556 - version = "1.8.1" 9557 - source = "registry+https://github.com/rust-lang/crates.io-index" 9558 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 9559 - 9560 - [[package]] 9561 - name = "zerovec" 9562 - version = "0.10.4" 9563 - source = "registry+https://github.com/rust-lang/crates.io-index" 9564 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 9565 - dependencies = [ 9566 - "yoke", 9567 - "zerofrom", 9568 - "zerovec-derive", 9569 - ] 9570 - 9571 - [[package]] 9572 - name = "zerovec-derive" 9573 - version = "0.10.3" 9574 - source = "registry+https://github.com/rust-lang/crates.io-index" 9575 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 9576 - dependencies = [ 9577 - "proc-macro2", 9578 - "quote", 9579 - "syn 2.0.66", 9580 - ] 9581 - 9582 - [[package]] 9583 - name = "zip" 9584 - version = "0.6.6" 9585 - source = "registry+https://github.com/rust-lang/crates.io-index" 9586 - checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" 9587 - dependencies = [ 9588 - "byteorder", 9589 - "crc32fast", 9590 - "crossbeam-utils", 9591 - "flate2", 9592 - ] 9593 - 9594 - [[package]] 9595 - name = "zstd" 9596 - version = "0.13.0" 9597 - source = "registry+https://github.com/rust-lang/crates.io-index" 9598 - checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110" 9599 - dependencies = [ 9600 - "zstd-safe", 9601 - ] 9602 - 9603 - [[package]] 9604 - name = "zstd-safe" 9605 - version = "7.0.0" 9606 - source = "registry+https://github.com/rust-lang/crates.io-index" 9607 - checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e" 9608 - dependencies = [ 9609 - "zstd-sys", 9610 - ] 9611 - 9612 - [[package]] 9613 - name = "zstd-sys" 9614 - version = "2.0.9+zstd.1.5.5" 9615 - source = "registry+https://github.com/rust-lang/crates.io-index" 9616 - checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656" 9617 - dependencies = [ 9618 - "cc", 9619 - "pkg-config", 9620 - ]
pkgs/servers/monitoring/openobserve/build.rs.patch pkgs/by-name/op/openobserve/build.rs.patch
-150
pkgs/servers/monitoring/openobserve/default.nix
··· 1 - { 2 - lib, 3 - rustPlatform, 4 - fetchFromGitHub, 5 - pkg-config, 6 - protobuf, 7 - bzip2, 8 - oniguruma, 9 - sqlite, 10 - xz, 11 - zlib, 12 - zstd, 13 - stdenv, 14 - apple_sdk, 15 - buildNpmPackage, 16 - }: 17 - 18 - let 19 - version = "0.11.0"; 20 - src = fetchFromGitHub { 21 - owner = "openobserve"; 22 - repo = "openobserve"; 23 - rev = "v${version}"; 24 - hash = "sha256-VRkAOUtF/eOxE7/Xjxi/WEfeSseGEJ9IROCFbgeFUkI="; 25 - }; 26 - web = buildNpmPackage { 27 - inherit src version; 28 - pname = "openobserve-ui"; 29 - 30 - sourceRoot = "${src.name}/web"; 31 - 32 - npmDepsHash = "sha256-2beTB6BHHshQkgbqVc195j2/0hBEn/fFz8+0ViSG5Gc="; 33 - 34 - preBuild = '' 35 - # Patch vite config to not open the browser to visualize plugin composition 36 - substituteInPlace vite.config.ts \ 37 - --replace "open: true" "open: false"; 38 - ''; 39 - 40 - env = { 41 - NODE_OPTIONS = "--max-old-space-size=8192"; 42 - # cypress tries to download binaries otherwise 43 - CYPRESS_INSTALL_BINARY = 0; 44 - }; 45 - 46 - installPhase = '' 47 - runHook preInstall 48 - mkdir -p $out/share 49 - mv dist $out/share/openobserve-ui 50 - runHook postInstall 51 - ''; 52 - }; 53 - in 54 - rustPlatform.buildRustPackage { 55 - pname = "openobserve"; 56 - inherit version src; 57 - 58 - patches = [ 59 - # prevent using git to determine version info during build time 60 - ./build.rs.patch 61 - ]; 62 - 63 - preBuild = '' 64 - cp -r ${web}/share/openobserve-ui web/dist 65 - ''; 66 - cargoLock = { 67 - lockFile = ./Cargo.lock; 68 - outputHashes = { 69 - "chromiumoxide-0.5.7" = "sha256-GHrm5u8FtXRUjSRGMU4PNU6AJZ5W2KcgfZY1c/CBVYA="; 70 - "enrichment-0.1.0" = "sha256-Ui4rsvmemOF00E4yBRFRS2gw9qliDrNEVQu5fvIpahA="; 71 - }; 72 - }; 73 - 74 - nativeBuildInputs = [ 75 - pkg-config 76 - protobuf 77 - ]; 78 - 79 - buildInputs = 80 - [ 81 - bzip2 82 - oniguruma 83 - sqlite 84 - xz 85 - zlib 86 - zstd 87 - ] 88 - ++ lib.optionals stdenv.hostPlatform.isDarwin ( 89 - with apple_sdk.frameworks; 90 - [ 91 - CoreFoundation 92 - CoreServices 93 - IOKit 94 - Security 95 - SystemConfiguration 96 - ] 97 - ); 98 - 99 - env = { 100 - RUSTONIG_SYSTEM_LIBONIG = true; 101 - ZSTD_SYS_USE_PKG_CONFIG = true; 102 - 103 - RUSTC_BOOTSTRAP = 1; # uses experimental features 104 - 105 - # the patched build.rs file sets these variables 106 - GIT_VERSION = src.rev; 107 - GIT_COMMIT_HASH = "builtByNix"; 108 - GIT_BUILD_DATE = "1970-01-01T00:00:00Z"; 109 - }; 110 - 111 - # requires network access or filesystem mutations 112 - checkFlags = [ 113 - "--skip handler::http::auth::tests::test_validate" 114 - "--skip handler::http::router::tests::test_get_proxy_routes" 115 - "--skip handler::http::router::ui::tests::test_index_not_ok" 116 - "--skip handler::http::router::ui::tests::test_index_ok" 117 - "--skip handler::http::request::search::saved_view::tests::test_create_view_post" 118 - "--skip infra::cache::file_list::tests::test_get_file_from_cache" 119 - "--skip infra::cache::tmpfs::tests::test_delete_prefix" 120 - "--skip infra::cluster::tests::test_get_node_ip" 121 - "--skip infra::db::tests::test_delete" 122 - "--skip service::alerts::test::test_alerts" 123 - "--skip service::compact::merge::tests::test_compact" 124 - "--skip service::db::compact::file_list::tests::test_files" 125 - "--skip service::db::compact::file_list::tests::test_file_list_offset" 126 - "--skip service::db::compact::file_list::tests::test_file_list_process_offset" 127 - "--skip service::db::compact::files::tests::test_compact_files" 128 - "--skip service::db::user::tests::test_user" 129 - "--skip service::ingestion::grpc::tests::test_get_val" 130 - "--skip service::metadata::trace_list_index::tests::test_write" 131 - "--skip service::organization::tests::test_organization" 132 - "--skip service::search::sql::tests::test_sql_full" 133 - "--skip service::triggers::tests::test_triggers" 134 - "--skip service::users::tests::test_post_user" 135 - "--skip service::users::tests::test_user" 136 - "--skip common::infra::cache::file_data::disk::tests::test_get_file_from_cache" 137 - "--skip common::infra::cluster::tests::test_consistent_hashing" 138 - "--skip common::infra::db::tests::test_get" 139 - "--skip common::utils::auth::tests::test_is_root_user2" 140 - "--skip tests::e2e_test" 141 - ]; 142 - 143 - meta = with lib; { 144 - description = "Cloud-native observability platform built specifically for logs, metrics, traces, analytics & realtime user-monitoring"; 145 - homepage = "https://github.com/openobserve/openobserve"; 146 - license = licenses.asl20; 147 - maintainers = with maintainers; [ happysalada ]; 148 - mainProgram = "openobserve"; 149 - }; 150 - }
-4
pkgs/top-level/all-packages.nix
··· 4487 4487 4488 4488 onetun = callPackage ../tools/networking/onetun { }; 4489 4489 4490 - openobserve = darwin.apple_sdk_11_0.callPackage ../servers/monitoring/openobserve { 4491 - apple_sdk = darwin.apple_sdk_11_0; 4492 - }; 4493 - 4494 4490 ofono-phonesim = libsForQt5.callPackage ../development/tools/ofono-phonesim { }; 4495 4491 4496 4492 ola = callPackage ../applications/misc/ola {