nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at devShellTools-shell 988 lines 26 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "0.7.20" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "ansi_term" 16version = "0.12.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 19dependencies = [ 20 "winapi", 21] 22 23[[package]] 24name = "anyhow" 25version = "1.0.68" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61" 28 29[[package]] 30name = "atty" 31version = "0.2.14" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 34dependencies = [ 35 "hermit-abi 0.1.19", 36 "libc", 37 "winapi", 38] 39 40[[package]] 41name = "autocfg" 42version = "1.1.0" 43source = "registry+https://github.com/rust-lang/crates.io-index" 44checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 45 46[[package]] 47name = "base64" 48version = "0.13.1" 49source = "registry+https://github.com/rust-lang/crates.io-index" 50checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" 51 52[[package]] 53name = "bitflags" 54version = "1.3.2" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 57 58[[package]] 59name = "bumpalo" 60version = "3.11.1" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba" 63 64[[package]] 65name = "bytes" 66version = "1.3.0" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c" 69 70[[package]] 71name = "cc" 72version = "1.0.78" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d" 75 76[[package]] 77name = "cfg-if" 78version = "1.0.0" 79source = "registry+https://github.com/rust-lang/crates.io-index" 80checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 81 82[[package]] 83name = "clap" 84version = "2.34.0" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" 87dependencies = [ 88 "ansi_term", 89 "atty", 90 "bitflags", 91 "strsim", 92 "textwrap", 93 "unicode-width", 94 "vec_map", 95] 96 97[[package]] 98name = "colored" 99version = "2.0.0" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd" 102dependencies = [ 103 "atty", 104 "lazy_static", 105 "winapi", 106] 107 108[[package]] 109name = "core-foundation" 110version = "0.9.3" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146" 113dependencies = [ 114 "core-foundation-sys", 115 "libc", 116] 117 118[[package]] 119name = "core-foundation-sys" 120version = "0.8.3" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc" 123 124[[package]] 125name = "fnv" 126version = "1.0.7" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 129 130[[package]] 131name = "futures-channel" 132version = "0.3.25" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" 135dependencies = [ 136 "futures-core", 137] 138 139[[package]] 140name = "futures-core" 141version = "0.3.25" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" 144 145[[package]] 146name = "futures-sink" 147version = "0.3.25" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" 150 151[[package]] 152name = "futures-task" 153version = "0.3.25" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" 156 157[[package]] 158name = "futures-util" 159version = "0.3.25" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" 162dependencies = [ 163 "futures-core", 164 "futures-task", 165 "pin-project-lite", 166 "pin-utils", 167] 168 169[[package]] 170name = "getrandom" 171version = "0.2.8" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" 174dependencies = [ 175 "cfg-if", 176 "libc", 177 "wasi", 178] 179 180[[package]] 181name = "h2" 182version = "0.3.15" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4" 185dependencies = [ 186 "bytes", 187 "fnv", 188 "futures-core", 189 "futures-sink", 190 "futures-util", 191 "http", 192 "indexmap", 193 "slab", 194 "tokio", 195 "tokio-util", 196 "tracing", 197] 198 199[[package]] 200name = "hashbrown" 201version = "0.12.3" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 204 205[[package]] 206name = "hermit-abi" 207version = "0.1.19" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 210dependencies = [ 211 "libc", 212] 213 214[[package]] 215name = "hermit-abi" 216version = "0.2.6" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 219dependencies = [ 220 "libc", 221] 222 223[[package]] 224name = "http" 225version = "0.2.8" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399" 228dependencies = [ 229 "bytes", 230 "fnv", 231 "itoa", 232] 233 234[[package]] 235name = "http-body" 236version = "0.4.5" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1" 239dependencies = [ 240 "bytes", 241 "http", 242 "pin-project-lite", 243] 244 245[[package]] 246name = "httparse" 247version = "1.8.0" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904" 250 251[[package]] 252name = "httpdate" 253version = "1.0.2" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421" 256 257[[package]] 258name = "hyper" 259version = "0.14.23" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "034711faac9d2166cb1baf1a2fb0b60b1f277f8492fd72176c17f3515e1abd3c" 262dependencies = [ 263 "bytes", 264 "futures-channel", 265 "futures-core", 266 "futures-util", 267 "h2", 268 "http", 269 "http-body", 270 "httparse", 271 "httpdate", 272 "itoa", 273 "pin-project-lite", 274 "socket2", 275 "tokio", 276 "tower-service", 277 "tracing", 278 "want", 279] 280 281[[package]] 282name = "indexmap" 283version = "1.9.2" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399" 286dependencies = [ 287 "autocfg", 288 "hashbrown", 289] 290 291[[package]] 292name = "itoa" 293version = "1.0.5" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 296 297[[package]] 298name = "js-sys" 299version = "0.3.60" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47" 302dependencies = [ 303 "wasm-bindgen", 304] 305 306[[package]] 307name = "lazy_static" 308version = "1.4.0" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 311 312[[package]] 313name = "libc" 314version = "0.2.139" 315source = "registry+https://github.com/rust-lang/crates.io-index" 316checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" 317 318[[package]] 319name = "log" 320version = "0.4.17" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 323dependencies = [ 324 "cfg-if", 325] 326 327[[package]] 328name = "memchr" 329version = "2.5.0" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 332 333[[package]] 334name = "mio" 335version = "0.8.5" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de" 338dependencies = [ 339 "libc", 340 "log", 341 "wasi", 342 "windows-sys 0.42.0", 343] 344 345[[package]] 346name = "num_cpus" 347version = "1.15.0" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 350dependencies = [ 351 "hermit-abi 0.2.6", 352 "libc", 353] 354 355[[package]] 356name = "once_cell" 357version = "1.17.0" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" 360 361[[package]] 362name = "openssl-probe" 363version = "0.1.5" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 366 367[[package]] 368name = "pin-project" 369version = "1.0.12" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc" 372dependencies = [ 373 "pin-project-internal", 374] 375 376[[package]] 377name = "pin-project-internal" 378version = "1.0.12" 379source = "registry+https://github.com/rust-lang/crates.io-index" 380checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55" 381dependencies = [ 382 "proc-macro2", 383 "quote", 384 "syn", 385] 386 387[[package]] 388name = "pin-project-lite" 389version = "0.2.9" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" 392 393[[package]] 394name = "pin-utils" 395version = "0.1.0" 396source = "registry+https://github.com/rust-lang/crates.io-index" 397checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 398 399[[package]] 400name = "ppv-lite86" 401version = "0.2.17" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 404 405[[package]] 406name = "proc-macro2" 407version = "1.0.49" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5" 410dependencies = [ 411 "unicode-ident", 412] 413 414[[package]] 415name = "quote" 416version = "1.0.23" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 419dependencies = [ 420 "proc-macro2", 421] 422 423[[package]] 424name = "rand" 425version = "0.8.5" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 428dependencies = [ 429 "libc", 430 "rand_chacha", 431 "rand_core", 432] 433 434[[package]] 435name = "rand_chacha" 436version = "0.3.1" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 439dependencies = [ 440 "ppv-lite86", 441 "rand_core", 442] 443 444[[package]] 445name = "rand_core" 446version = "0.6.4" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 449dependencies = [ 450 "getrandom", 451] 452 453[[package]] 454name = "regex" 455version = "1.4.6" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "2a26af418b574bd56588335b3a3659a65725d4e636eb1016c2f9e3b38c7cc759" 458dependencies = [ 459 "aho-corasick", 460 "memchr", 461 "regex-syntax", 462] 463 464[[package]] 465name = "regex-syntax" 466version = "0.6.28" 467source = "registry+https://github.com/rust-lang/crates.io-index" 468checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 469 470[[package]] 471name = "rewrk" 472version = "0.3.2" 473dependencies = [ 474 "anyhow", 475 "clap", 476 "colored", 477 "http", 478 "hyper", 479 "rand", 480 "regex", 481 "rustls", 482 "rustls-native-certs", 483 "serde_json", 484 "tokio", 485 "tokio-rustls", 486 "tower", 487] 488 489[[package]] 490name = "ring" 491version = "0.16.20" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 494dependencies = [ 495 "cc", 496 "libc", 497 "once_cell", 498 "spin", 499 "untrusted", 500 "web-sys", 501 "winapi", 502] 503 504[[package]] 505name = "rustls" 506version = "0.19.1" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" 509dependencies = [ 510 "base64", 511 "log", 512 "ring", 513 "sct", 514 "webpki", 515] 516 517[[package]] 518name = "rustls-native-certs" 519version = "0.5.0" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "5a07b7c1885bd8ed3831c289b7870b13ef46fe0e856d288c30d9cc17d75a2092" 522dependencies = [ 523 "openssl-probe", 524 "rustls", 525 "schannel", 526 "security-framework", 527] 528 529[[package]] 530name = "ryu" 531version = "1.0.12" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 534 535[[package]] 536name = "schannel" 537version = "0.1.20" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2" 540dependencies = [ 541 "lazy_static", 542 "windows-sys 0.36.1", 543] 544 545[[package]] 546name = "sct" 547version = "0.6.1" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" 550dependencies = [ 551 "ring", 552 "untrusted", 553] 554 555[[package]] 556name = "security-framework" 557version = "2.7.0" 558source = "registry+https://github.com/rust-lang/crates.io-index" 559checksum = "2bc1bb97804af6631813c55739f771071e0f2ed33ee20b68c86ec505d906356c" 560dependencies = [ 561 "bitflags", 562 "core-foundation", 563 "core-foundation-sys", 564 "libc", 565 "security-framework-sys", 566] 567 568[[package]] 569name = "security-framework-sys" 570version = "2.6.1" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556" 573dependencies = [ 574 "core-foundation-sys", 575 "libc", 576] 577 578[[package]] 579name = "serde" 580version = "1.0.152" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 583 584[[package]] 585name = "serde_json" 586version = "1.0.91" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" 589dependencies = [ 590 "itoa", 591 "ryu", 592 "serde", 593] 594 595[[package]] 596name = "slab" 597version = "0.4.7" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef" 600dependencies = [ 601 "autocfg", 602] 603 604[[package]] 605name = "socket2" 606version = "0.4.7" 607source = "registry+https://github.com/rust-lang/crates.io-index" 608checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" 609dependencies = [ 610 "libc", 611 "winapi", 612] 613 614[[package]] 615name = "spin" 616version = "0.5.2" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 619 620[[package]] 621name = "strsim" 622version = "0.8.0" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" 625 626[[package]] 627name = "syn" 628version = "1.0.107" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 631dependencies = [ 632 "proc-macro2", 633 "quote", 634 "unicode-ident", 635] 636 637[[package]] 638name = "textwrap" 639version = "0.11.0" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" 642dependencies = [ 643 "unicode-width", 644] 645 646[[package]] 647name = "tokio" 648version = "1.24.1" 649source = "registry+https://github.com/rust-lang/crates.io-index" 650checksum = "1d9f76183f91ecfb55e1d7d5602bd1d979e38a3a522fe900241cf195624d67ae" 651dependencies = [ 652 "autocfg", 653 "bytes", 654 "libc", 655 "memchr", 656 "mio", 657 "num_cpus", 658 "pin-project-lite", 659 "socket2", 660 "tokio-macros", 661 "windows-sys 0.42.0", 662] 663 664[[package]] 665name = "tokio-macros" 666version = "1.8.2" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8" 669dependencies = [ 670 "proc-macro2", 671 "quote", 672 "syn", 673] 674 675[[package]] 676name = "tokio-rustls" 677version = "0.22.0" 678source = "registry+https://github.com/rust-lang/crates.io-index" 679checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" 680dependencies = [ 681 "rustls", 682 "tokio", 683 "webpki", 684] 685 686[[package]] 687name = "tokio-util" 688version = "0.7.4" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" 691dependencies = [ 692 "bytes", 693 "futures-core", 694 "futures-sink", 695 "pin-project-lite", 696 "tokio", 697 "tracing", 698] 699 700[[package]] 701name = "tower" 702version = "0.4.13" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 705dependencies = [ 706 "futures-core", 707 "futures-util", 708 "pin-project", 709 "pin-project-lite", 710 "tower-layer", 711 "tower-service", 712 "tracing", 713] 714 715[[package]] 716name = "tower-layer" 717version = "0.3.2" 718source = "registry+https://github.com/rust-lang/crates.io-index" 719checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0" 720 721[[package]] 722name = "tower-service" 723version = "0.3.2" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 726 727[[package]] 728name = "tracing" 729version = "0.1.37" 730source = "registry+https://github.com/rust-lang/crates.io-index" 731checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" 732dependencies = [ 733 "cfg-if", 734 "log", 735 "pin-project-lite", 736 "tracing-core", 737] 738 739[[package]] 740name = "tracing-core" 741version = "0.1.30" 742source = "registry+https://github.com/rust-lang/crates.io-index" 743checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" 744dependencies = [ 745 "once_cell", 746] 747 748[[package]] 749name = "try-lock" 750version = "0.2.4" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed" 753 754[[package]] 755name = "unicode-ident" 756version = "1.0.6" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 759 760[[package]] 761name = "unicode-width" 762version = "0.1.10" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 765 766[[package]] 767name = "untrusted" 768version = "0.7.1" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 771 772[[package]] 773name = "vec_map" 774version = "0.8.2" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" 777 778[[package]] 779name = "want" 780version = "0.3.0" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 783dependencies = [ 784 "log", 785 "try-lock", 786] 787 788[[package]] 789name = "wasi" 790version = "0.11.0+wasi-snapshot-preview1" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 793 794[[package]] 795name = "wasm-bindgen" 796version = "0.2.83" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268" 799dependencies = [ 800 "cfg-if", 801 "wasm-bindgen-macro", 802] 803 804[[package]] 805name = "wasm-bindgen-backend" 806version = "0.2.83" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142" 809dependencies = [ 810 "bumpalo", 811 "log", 812 "once_cell", 813 "proc-macro2", 814 "quote", 815 "syn", 816 "wasm-bindgen-shared", 817] 818 819[[package]] 820name = "wasm-bindgen-macro" 821version = "0.2.83" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810" 824dependencies = [ 825 "quote", 826 "wasm-bindgen-macro-support", 827] 828 829[[package]] 830name = "wasm-bindgen-macro-support" 831version = "0.2.83" 832source = "registry+https://github.com/rust-lang/crates.io-index" 833checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c" 834dependencies = [ 835 "proc-macro2", 836 "quote", 837 "syn", 838 "wasm-bindgen-backend", 839 "wasm-bindgen-shared", 840] 841 842[[package]] 843name = "wasm-bindgen-shared" 844version = "0.2.83" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f" 847 848[[package]] 849name = "web-sys" 850version = "0.3.60" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f" 853dependencies = [ 854 "js-sys", 855 "wasm-bindgen", 856] 857 858[[package]] 859name = "webpki" 860version = "0.21.4" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" 863dependencies = [ 864 "ring", 865 "untrusted", 866] 867 868[[package]] 869name = "winapi" 870version = "0.3.9" 871source = "registry+https://github.com/rust-lang/crates.io-index" 872checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 873dependencies = [ 874 "winapi-i686-pc-windows-gnu", 875 "winapi-x86_64-pc-windows-gnu", 876] 877 878[[package]] 879name = "winapi-i686-pc-windows-gnu" 880version = "0.4.0" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 883 884[[package]] 885name = "winapi-x86_64-pc-windows-gnu" 886version = "0.4.0" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 889 890[[package]] 891name = "windows-sys" 892version = "0.36.1" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2" 895dependencies = [ 896 "windows_aarch64_msvc 0.36.1", 897 "windows_i686_gnu 0.36.1", 898 "windows_i686_msvc 0.36.1", 899 "windows_x86_64_gnu 0.36.1", 900 "windows_x86_64_msvc 0.36.1", 901] 902 903[[package]] 904name = "windows-sys" 905version = "0.42.0" 906source = "registry+https://github.com/rust-lang/crates.io-index" 907checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 908dependencies = [ 909 "windows_aarch64_gnullvm", 910 "windows_aarch64_msvc 0.42.0", 911 "windows_i686_gnu 0.42.0", 912 "windows_i686_msvc 0.42.0", 913 "windows_x86_64_gnu 0.42.0", 914 "windows_x86_64_gnullvm", 915 "windows_x86_64_msvc 0.42.0", 916] 917 918[[package]] 919name = "windows_aarch64_gnullvm" 920version = "0.42.0" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e" 923 924[[package]] 925name = "windows_aarch64_msvc" 926version = "0.36.1" 927source = "registry+https://github.com/rust-lang/crates.io-index" 928checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47" 929 930[[package]] 931name = "windows_aarch64_msvc" 932version = "0.42.0" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4" 935 936[[package]] 937name = "windows_i686_gnu" 938version = "0.36.1" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6" 941 942[[package]] 943name = "windows_i686_gnu" 944version = "0.42.0" 945source = "registry+https://github.com/rust-lang/crates.io-index" 946checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7" 947 948[[package]] 949name = "windows_i686_msvc" 950version = "0.36.1" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024" 953 954[[package]] 955name = "windows_i686_msvc" 956version = "0.42.0" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246" 959 960[[package]] 961name = "windows_x86_64_gnu" 962version = "0.36.1" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1" 965 966[[package]] 967name = "windows_x86_64_gnu" 968version = "0.42.0" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed" 971 972[[package]] 973name = "windows_x86_64_gnullvm" 974version = "0.42.0" 975source = "registry+https://github.com/rust-lang/crates.io-index" 976checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028" 977 978[[package]] 979name = "windows_x86_64_msvc" 980version = "0.36.1" 981source = "registry+https://github.com/rust-lang/crates.io-index" 982checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680" 983 984[[package]] 985name = "windows_x86_64_msvc" 986version = "0.42.0" 987source = "registry+https://github.com/rust-lang/crates.io-index" 988checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"