1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "addr2line" 7version = "0.21.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler" 16version = "1.0.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 20[[package]] 21name = "anyhow" 22version = "1.0.56" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "4361135be9122e0870de935d7c439aef945b9f9ddd4199a553b5270b49c82a27" 25 26[[package]] 27name = "argh" 28version = "0.1.12" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "7af5ba06967ff7214ce4c7419c7d185be7ecd6cc4965a8f6e1d8ce0398aad219" 31dependencies = [ 32 "argh_derive", 33 "argh_shared", 34] 35 36[[package]] 37name = "argh_derive" 38version = "0.1.12" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a" 41dependencies = [ 42 "argh_shared", 43 "proc-macro2", 44 "quote", 45 "syn 2.0.38", 46] 47 48[[package]] 49name = "argh_shared" 50version = "0.1.12" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531" 53dependencies = [ 54 "serde", 55] 56 57[[package]] 58name = "autocfg" 59version = "1.1.0" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 62 63[[package]] 64name = "backtrace" 65version = "0.3.69" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837" 68dependencies = [ 69 "addr2line", 70 "cc", 71 "cfg-if", 72 "libc", 73 "miniz_oxide", 74 "object", 75 "rustc-demangle", 76] 77 78[[package]] 79name = "bitflags" 80version = "1.3.2" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 83 84[[package]] 85name = "block-buffer" 86version = "0.10.4" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 89dependencies = [ 90 "generic-array", 91] 92 93[[package]] 94name = "bytes" 95version = "1.5.0" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" 98 99[[package]] 100name = "cc" 101version = "1.0.83" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0" 104dependencies = [ 105 "libc", 106] 107 108[[package]] 109name = "cfg-if" 110version = "1.0.0" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 113 114[[package]] 115name = "clap" 116version = "4.1.8" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "c3d7ae14b20b94cb02149ed21a86c423859cbe18dc7ed69845cace50e52b40a5" 119dependencies = [ 120 "bitflags", 121 "clap_derive", 122 "clap_lex", 123 "once_cell", 124] 125 126[[package]] 127name = "clap_derive" 128version = "4.1.8" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "44bec8e5c9d09e439c4335b1af0abaab56dcf3b94999a936e1bb47b9134288f0" 131dependencies = [ 132 "heck", 133 "proc-macro-error", 134 "proc-macro2", 135 "quote", 136 "syn 1.0.89", 137] 138 139[[package]] 140name = "clap_lex" 141version = "0.3.2" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09" 144dependencies = [ 145 "os_str_bytes", 146] 147 148[[package]] 149name = "codespan-reporting" 150version = "0.11.1" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 153dependencies = [ 154 "termcolor", 155 "unicode-width", 156] 157 158[[package]] 159name = "cpufeatures" 160version = "0.2.9" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1" 163dependencies = [ 164 "libc", 165] 166 167[[package]] 168name = "crypto-common" 169version = "0.1.6" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 172dependencies = [ 173 "generic-array", 174 "typenum", 175] 176 177[[package]] 178name = "digest" 179version = "0.10.7" 180source = "registry+https://github.com/rust-lang/crates.io-index" 181checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 182dependencies = [ 183 "block-buffer", 184 "crypto-common", 185] 186 187[[package]] 188name = "env_logger" 189version = "0.10.2" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 192dependencies = [ 193 "log", 194] 195 196[[package]] 197name = "fnv" 198version = "1.0.7" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 201 202[[package]] 203name = "futures" 204version = "0.3.30" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 207dependencies = [ 208 "futures-channel", 209 "futures-core", 210 "futures-executor", 211 "futures-io", 212 "futures-sink", 213 "futures-task", 214 "futures-util", 215] 216 217[[package]] 218name = "futures-channel" 219version = "0.3.30" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 222dependencies = [ 223 "futures-core", 224 "futures-sink", 225] 226 227[[package]] 228name = "futures-core" 229version = "0.3.30" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 232 233[[package]] 234name = "futures-executor" 235version = "0.3.30" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 238dependencies = [ 239 "futures-core", 240 "futures-task", 241 "futures-util", 242] 243 244[[package]] 245name = "futures-io" 246version = "0.3.30" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 249 250[[package]] 251name = "futures-macro" 252version = "0.3.30" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 255dependencies = [ 256 "proc-macro2", 257 "quote", 258 "syn 2.0.38", 259] 260 261[[package]] 262name = "futures-sink" 263version = "0.3.30" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 266 267[[package]] 268name = "futures-task" 269version = "0.3.30" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 272 273[[package]] 274name = "futures-util" 275version = "0.3.30" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 278dependencies = [ 279 "futures-channel", 280 "futures-core", 281 "futures-io", 282 "futures-macro", 283 "futures-sink", 284 "futures-task", 285 "memchr", 286 "pin-project-lite", 287 "pin-utils", 288 "slab", 289] 290 291[[package]] 292name = "generic-array" 293version = "0.14.7" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 296dependencies = [ 297 "typenum", 298 "version_check", 299] 300 301[[package]] 302name = "gimli" 303version = "0.28.1" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" 306 307[[package]] 308name = "glam" 309version = "0.25.0" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3" 312 313[[package]] 314name = "heck" 315version = "0.4.1" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 318 319[[package]] 320name = "hermit-abi" 321version = "0.1.19" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 324dependencies = [ 325 "libc", 326] 327 328[[package]] 329name = "hex" 330version = "0.4.3" 331source = "registry+https://github.com/rust-lang/crates.io-index" 332checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 333 334[[package]] 335name = "http" 336version = "0.2.6" 337source = "registry+https://github.com/rust-lang/crates.io-index" 338checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03" 339dependencies = [ 340 "bytes", 341 "fnv", 342 "itoa", 343] 344 345[[package]] 346name = "http-body" 347version = "0.4.4" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" 350dependencies = [ 351 "bytes", 352 "http", 353 "pin-project-lite", 354] 355 356[[package]] 357name = "httparse" 358version = "1.6.0" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4" 361 362[[package]] 363name = "httpdate" 364version = "1.0.2" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 367 368[[package]] 369name = "hyper" 370version = "0.14.18" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2" 373dependencies = [ 374 "bytes", 375 "futures-channel", 376 "futures-core", 377 "futures-util", 378 "http", 379 "http-body", 380 "httparse", 381 "httpdate", 382 "itoa", 383 "pin-project-lite", 384 "socket2 0.4.9", 385 "tokio", 386 "tower-service", 387 "tracing", 388 "want", 389] 390 391[[package]] 392name = "itoa" 393version = "1.0.1" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35" 396 397[[package]] 398name = "lazy_static" 399version = "1.4.0" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 402 403[[package]] 404name = "libc" 405version = "0.2.152" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7" 408 409[[package]] 410name = "log" 411version = "0.4.20" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" 414 415[[package]] 416name = "memchr" 417version = "2.6.4" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 420 421[[package]] 422name = "miniz_oxide" 423version = "0.7.1" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 426dependencies = [ 427 "adler", 428] 429 430[[package]] 431name = "mio" 432version = "0.8.10" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09" 435dependencies = [ 436 "libc", 437 "wasi", 438 "windows-sys", 439] 440 441[[package]] 442name = "num-derive" 443version = "0.3.3" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d" 446dependencies = [ 447 "proc-macro2", 448 "quote", 449 "syn 1.0.89", 450] 451 452[[package]] 453name = "num-traits" 454version = "0.2.17" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c" 457dependencies = [ 458 "autocfg", 459] 460 461[[package]] 462name = "num_cpus" 463version = "1.13.1" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1" 466dependencies = [ 467 "hermit-abi", 468 "libc", 469] 470 471[[package]] 472name = "object" 473version = "0.32.2" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" 476dependencies = [ 477 "memchr", 478] 479 480[[package]] 481name = "once_cell" 482version = "1.17.1" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 485 486[[package]] 487name = "os_str_bytes" 488version = "6.4.1" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee" 491 492[[package]] 493name = "pdl-compiler" 494version = "0.3.0" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "6853e3b47aa4a5be1287e9115d6fae9b3118971eba855f4d60323d19a66c07cf" 497dependencies = [ 498 "argh", 499 "codespan-reporting", 500 "heck", 501 "pest", 502 "pest_derive", 503 "prettyplease", 504 "proc-macro2", 505 "quote", 506 "serde", 507 "serde_json", 508 "syn 2.0.38", 509] 510 511[[package]] 512name = "pdl-runtime" 513version = "0.3.0" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "a8684812e36689336c83de6033669573b33b6e59c831145ee496c38a71ed0d7c" 516dependencies = [ 517 "bytes", 518 "thiserror", 519] 520 521[[package]] 522name = "pest" 523version = "2.7.4" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4" 526dependencies = [ 527 "memchr", 528 "thiserror", 529 "ucd-trie", 530] 531 532[[package]] 533name = "pest_derive" 534version = "2.7.4" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8" 537dependencies = [ 538 "pest", 539 "pest_generator", 540] 541 542[[package]] 543name = "pest_generator" 544version = "2.7.4" 545source = "registry+https://github.com/rust-lang/crates.io-index" 546checksum = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a" 547dependencies = [ 548 "pest", 549 "pest_meta", 550 "proc-macro2", 551 "quote", 552 "syn 2.0.38", 553] 554 555[[package]] 556name = "pest_meta" 557version = "2.7.4" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d" 560dependencies = [ 561 "once_cell", 562 "pest", 563 "sha2", 564] 565 566[[package]] 567name = "pica" 568version = "0.1.12" 569dependencies = [ 570 "anyhow", 571 "bytes", 572 "clap", 573 "env_logger", 574 "futures", 575 "glam", 576 "hex", 577 "hyper", 578 "log", 579 "num-derive", 580 "num-traits", 581 "pdl-compiler", 582 "pdl-runtime", 583 "serde", 584 "serde_json", 585 "thiserror", 586 "tokio", 587 "tokio-stream", 588] 589 590[[package]] 591name = "pin-project-lite" 592version = "0.2.13" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58" 595 596[[package]] 597name = "pin-utils" 598version = "0.1.0" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 601 602[[package]] 603name = "prettyplease" 604version = "0.2.15" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d" 607dependencies = [ 608 "proc-macro2", 609 "syn 2.0.38", 610] 611 612[[package]] 613name = "proc-macro-error" 614version = "1.0.4" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 617dependencies = [ 618 "proc-macro-error-attr", 619 "proc-macro2", 620 "quote", 621 "syn 1.0.89", 622 "version_check", 623] 624 625[[package]] 626name = "proc-macro-error-attr" 627version = "1.0.4" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 630dependencies = [ 631 "proc-macro2", 632 "quote", 633 "version_check", 634] 635 636[[package]] 637name = "proc-macro2" 638version = "1.0.69" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da" 641dependencies = [ 642 "unicode-ident", 643] 644 645[[package]] 646name = "quote" 647version = "1.0.33" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 650dependencies = [ 651 "proc-macro2", 652] 653 654[[package]] 655name = "rustc-demangle" 656version = "0.1.23" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" 659 660[[package]] 661name = "ryu" 662version = "1.0.9" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f" 665 666[[package]] 667name = "serde" 668version = "1.0.189" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537" 671dependencies = [ 672 "serde_derive", 673] 674 675[[package]] 676name = "serde_derive" 677version = "1.0.189" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" 680dependencies = [ 681 "proc-macro2", 682 "quote", 683 "syn 2.0.38", 684] 685 686[[package]] 687name = "serde_json" 688version = "1.0.107" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" 691dependencies = [ 692 "itoa", 693 "ryu", 694 "serde", 695] 696 697[[package]] 698name = "sha2" 699version = "0.10.8" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 702dependencies = [ 703 "cfg-if", 704 "cpufeatures", 705 "digest", 706] 707 708[[package]] 709name = "slab" 710version = "0.4.9" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 713dependencies = [ 714 "autocfg", 715] 716 717[[package]] 718name = "socket2" 719version = "0.4.9" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 722dependencies = [ 723 "libc", 724 "winapi", 725] 726 727[[package]] 728name = "socket2" 729version = "0.5.5" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9" 732dependencies = [ 733 "libc", 734 "windows-sys", 735] 736 737[[package]] 738name = "syn" 739version = "1.0.89" 740source = "registry+https://github.com/rust-lang/crates.io-index" 741checksum = "ea297be220d52398dcc07ce15a209fce436d361735ac1db700cab3b6cdfb9f54" 742dependencies = [ 743 "proc-macro2", 744 "quote", 745 "unicode-xid", 746] 747 748[[package]] 749name = "syn" 750version = "2.0.38" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b" 753dependencies = [ 754 "proc-macro2", 755 "quote", 756 "unicode-ident", 757] 758 759[[package]] 760name = "termcolor" 761version = "1.3.0" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64" 764dependencies = [ 765 "winapi-util", 766] 767 768[[package]] 769name = "thiserror" 770version = "1.0.49" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4" 773dependencies = [ 774 "thiserror-impl", 775] 776 777[[package]] 778name = "thiserror-impl" 779version = "1.0.49" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc" 782dependencies = [ 783 "proc-macro2", 784 "quote", 785 "syn 2.0.38", 786] 787 788[[package]] 789name = "tokio" 790version = "1.35.1" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104" 793dependencies = [ 794 "backtrace", 795 "bytes", 796 "libc", 797 "mio", 798 "num_cpus", 799 "pin-project-lite", 800 "socket2 0.5.5", 801 "tokio-macros", 802 "windows-sys", 803] 804 805[[package]] 806name = "tokio-macros" 807version = "2.2.0" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" 810dependencies = [ 811 "proc-macro2", 812 "quote", 813 "syn 2.0.38", 814] 815 816[[package]] 817name = "tokio-stream" 818version = "0.1.8" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" 821dependencies = [ 822 "futures-core", 823 "pin-project-lite", 824 "tokio", 825 "tokio-util", 826] 827 828[[package]] 829name = "tokio-util" 830version = "0.6.9" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0" 833dependencies = [ 834 "bytes", 835 "futures-core", 836 "futures-sink", 837 "log", 838 "pin-project-lite", 839 "tokio", 840] 841 842[[package]] 843name = "tower-service" 844version = "0.3.1" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" 847 848[[package]] 849name = "tracing" 850version = "0.1.32" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "4a1bdf54a7c28a2bbf701e1d2233f6c77f473486b94bee4f9678da5a148dca7f" 853dependencies = [ 854 "cfg-if", 855 "pin-project-lite", 856 "tracing-core", 857] 858 859[[package]] 860name = "tracing-core" 861version = "0.1.23" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "aa31669fa42c09c34d94d8165dd2012e8ff3c66aca50f3bb226b68f216f2706c" 864dependencies = [ 865 "lazy_static", 866] 867 868[[package]] 869name = "try-lock" 870version = "0.2.3" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 873 874[[package]] 875name = "typenum" 876version = "1.17.0" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 879 880[[package]] 881name = "ucd-trie" 882version = "0.1.6" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9" 885 886[[package]] 887name = "unicode-ident" 888version = "1.0.6" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 891 892[[package]] 893name = "unicode-width" 894version = "0.1.11" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" 897 898[[package]] 899name = "unicode-xid" 900version = "0.2.2" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 903 904[[package]] 905name = "version_check" 906version = "0.9.4" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 909 910[[package]] 911name = "want" 912version = "0.3.0" 913source = "registry+https://github.com/rust-lang/crates.io-index" 914checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 915dependencies = [ 916 "log", 917 "try-lock", 918] 919 920[[package]] 921name = "wasi" 922version = "0.11.0+wasi-snapshot-preview1" 923source = "registry+https://github.com/rust-lang/crates.io-index" 924checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 925 926[[package]] 927name = "winapi" 928version = "0.3.9" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 931dependencies = [ 932 "winapi-i686-pc-windows-gnu", 933 "winapi-x86_64-pc-windows-gnu", 934] 935 936[[package]] 937name = "winapi-i686-pc-windows-gnu" 938version = "0.4.0" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 941 942[[package]] 943name = "winapi-util" 944version = "0.1.6" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" 947dependencies = [ 948 "winapi", 949] 950 951[[package]] 952name = "winapi-x86_64-pc-windows-gnu" 953version = "0.4.0" 954source = "registry+https://github.com/rust-lang/crates.io-index" 955checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 956 957[[package]] 958name = "windows-sys" 959version = "0.48.0" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 962dependencies = [ 963 "windows-targets", 964] 965 966[[package]] 967name = "windows-targets" 968version = "0.48.0" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 971dependencies = [ 972 "windows_aarch64_gnullvm", 973 "windows_aarch64_msvc", 974 "windows_i686_gnu", 975 "windows_i686_msvc", 976 "windows_x86_64_gnu", 977 "windows_x86_64_gnullvm", 978 "windows_x86_64_msvc", 979] 980 981[[package]] 982name = "windows_aarch64_gnullvm" 983version = "0.48.0" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 986 987[[package]] 988name = "windows_aarch64_msvc" 989version = "0.48.0" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 992 993[[package]] 994name = "windows_i686_gnu" 995version = "0.48.0" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 998 999[[package]] 1000name = "windows_i686_msvc" 1001version = "0.48.0" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 1004 1005[[package]] 1006name = "windows_x86_64_gnu" 1007version = "0.48.0" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 1010 1011[[package]] 1012name = "windows_x86_64_gnullvm" 1013version = "0.48.0" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 1016 1017[[package]] 1018name = "windows_x86_64_msvc" 1019version = "0.48.0" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 1022