Cargo.lock (33652B)
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 3 4 5 [[package]] 6 name = "aho-corasick" 7 version = "0.7.18" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" 10 dependencies = [ 11 "memchr", 12 ] 13 14 [[package]] 15 name = "async-mutex" 16 version = "1.4.0" 17 source = "registry+https://github.com/rust-lang/crates.io-index" 18 checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e" 19 dependencies = [ 20 "event-listener", 21 ] 22 23 [[package]] 24 name = "async-rwlock" 25 version = "1.3.0" 26 source = "registry+https://github.com/rust-lang/crates.io-index" 27 checksum = "261803dcc39ba9e72760ba6e16d0199b1eef9fc44e81bffabbebb9f5aea3906c" 28 dependencies = [ 29 "async-mutex", 30 "event-listener", 31 ] 32 33 [[package]] 34 name = "async-trait" 35 version = "0.1.51" 36 source = "registry+https://github.com/rust-lang/crates.io-index" 37 checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e" 38 dependencies = [ 39 "proc-macro2", 40 "quote", 41 "syn", 42 ] 43 44 [[package]] 45 name = "atty" 46 version = "0.2.14" 47 source = "registry+https://github.com/rust-lang/crates.io-index" 48 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 49 dependencies = [ 50 "hermit-abi", 51 "libc", 52 "winapi", 53 ] 54 55 [[package]] 56 name = "autocfg" 57 version = "1.0.1" 58 source = "registry+https://github.com/rust-lang/crates.io-index" 59 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" 60 61 [[package]] 62 name = "base64" 63 version = "0.13.0" 64 source = "registry+https://github.com/rust-lang/crates.io-index" 65 checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" 66 67 [[package]] 68 name = "bincode" 69 version = "1.3.3" 70 source = "registry+https://github.com/rust-lang/crates.io-index" 71 checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 72 dependencies = [ 73 "serde", 74 ] 75 76 [[package]] 77 name = "bitflags" 78 version = "1.3.2" 79 source = "registry+https://github.com/rust-lang/crates.io-index" 80 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 81 82 [[package]] 83 name = "bumpalo" 84 version = "3.7.1" 85 source = "registry+https://github.com/rust-lang/crates.io-index" 86 checksum = "d9df67f7bf9ef8498769f994239c45613ef0c5899415fb58e9add412d2c1a538" 87 88 [[package]] 89 name = "bytes" 90 version = "1.1.0" 91 source = "registry+https://github.com/rust-lang/crates.io-index" 92 checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8" 93 94 [[package]] 95 name = "cached" 96 version = "0.26.2" 97 source = "registry+https://github.com/rust-lang/crates.io-index" 98 checksum = "c2bc2fd249a24a9cdd4276f3a3e0461713271ab63b0e9e656e200e8e21c8c927" 99 dependencies = [ 100 "async-mutex", 101 "async-rwlock", 102 "async-trait", 103 "cached_proc_macro", 104 "cached_proc_macro_types", 105 "futures", 106 "hashbrown", 107 "once_cell", 108 ] 109 110 [[package]] 111 name = "cached_proc_macro" 112 version = "0.7.1" 113 source = "registry+https://github.com/rust-lang/crates.io-index" 114 checksum = "ac3531903b39df48a378a7ed515baee7c1fff32488489c7d0725eb1749b22a91" 115 dependencies = [ 116 "cached_proc_macro_types", 117 "darling", 118 "quote", 119 "syn", 120 ] 121 122 [[package]] 123 name = "cached_proc_macro_types" 124 version = "0.1.0" 125 source = "registry+https://github.com/rust-lang/crates.io-index" 126 checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663" 127 128 [[package]] 129 name = "cc" 130 version = "1.0.71" 131 source = "registry+https://github.com/rust-lang/crates.io-index" 132 checksum = "79c2681d6594606957bbb8631c4b90a7fcaaa72cdb714743a437b156d6a7eedd" 133 134 [[package]] 135 name = "cfg-if" 136 version = "1.0.0" 137 source = "registry+https://github.com/rust-lang/crates.io-index" 138 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 139 140 [[package]] 141 name = "chrono" 142 version = "0.4.19" 143 source = "registry+https://github.com/rust-lang/crates.io-index" 144 checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" 145 dependencies = [ 146 "libc", 147 "num-integer", 148 "num-traits", 149 "serde", 150 "time", 151 "winapi", 152 ] 153 154 [[package]] 155 name = "colored" 156 version = "1.9.3" 157 source = "registry+https://github.com/rust-lang/crates.io-index" 158 checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59" 159 dependencies = [ 160 "atty", 161 "lazy_static", 162 "winapi", 163 ] 164 165 [[package]] 166 name = "darling" 167 version = "0.13.0" 168 source = "registry+https://github.com/rust-lang/crates.io-index" 169 checksum = "757c0ded2af11d8e739c4daea1ac623dd1624b06c844cf3f5a39f1bdbd99bb12" 170 dependencies = [ 171 "darling_core", 172 "darling_macro", 173 ] 174 175 [[package]] 176 name = "darling_core" 177 version = "0.13.0" 178 source = "registry+https://github.com/rust-lang/crates.io-index" 179 checksum = "2c34d8efb62d0c2d7f60ece80f75e5c63c1588ba68032740494b0b9a996466e3" 180 dependencies = [ 181 "fnv", 182 "ident_case", 183 "proc-macro2", 184 "quote", 185 "strsim", 186 "syn", 187 ] 188 189 [[package]] 190 name = "darling_macro" 191 version = "0.13.0" 192 source = "registry+https://github.com/rust-lang/crates.io-index" 193 checksum = "ade7bff147130fe5e6d39f089c6bd49ec0250f35d70b2eebf72afdfc919f15cc" 194 dependencies = [ 195 "darling_core", 196 "quote", 197 "syn", 198 ] 199 200 [[package]] 201 name = "encoding" 202 version = "0.2.33" 203 source = "registry+https://github.com/rust-lang/crates.io-index" 204 checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec" 205 dependencies = [ 206 "encoding-index-japanese", 207 "encoding-index-korean", 208 "encoding-index-simpchinese", 209 "encoding-index-singlebyte", 210 "encoding-index-tradchinese", 211 ] 212 213 [[package]] 214 name = "encoding-index-japanese" 215 version = "1.20141219.5" 216 source = "registry+https://github.com/rust-lang/crates.io-index" 217 checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91" 218 dependencies = [ 219 "encoding_index_tests", 220 ] 221 222 [[package]] 223 name = "encoding-index-korean" 224 version = "1.20141219.5" 225 source = "registry+https://github.com/rust-lang/crates.io-index" 226 checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81" 227 dependencies = [ 228 "encoding_index_tests", 229 ] 230 231 [[package]] 232 name = "encoding-index-simpchinese" 233 version = "1.20141219.5" 234 source = "registry+https://github.com/rust-lang/crates.io-index" 235 checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7" 236 dependencies = [ 237 "encoding_index_tests", 238 ] 239 240 [[package]] 241 name = "encoding-index-singlebyte" 242 version = "1.20141219.5" 243 source = "registry+https://github.com/rust-lang/crates.io-index" 244 checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a" 245 dependencies = [ 246 "encoding_index_tests", 247 ] 248 249 [[package]] 250 name = "encoding-index-tradchinese" 251 version = "1.20141219.5" 252 source = "registry+https://github.com/rust-lang/crates.io-index" 253 checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18" 254 dependencies = [ 255 "encoding_index_tests", 256 ] 257 258 [[package]] 259 name = "encoding_index_tests" 260 version = "0.1.4" 261 source = "registry+https://github.com/rust-lang/crates.io-index" 262 checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569" 263 264 [[package]] 265 name = "encoding_rs" 266 version = "0.8.28" 267 source = "registry+https://github.com/rust-lang/crates.io-index" 268 checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" 269 dependencies = [ 270 "cfg-if", 271 ] 272 273 [[package]] 274 name = "event-listener" 275 version = "2.5.1" 276 source = "registry+https://github.com/rust-lang/crates.io-index" 277 checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59" 278 279 [[package]] 280 name = "fnv" 281 version = "1.0.7" 282 source = "registry+https://github.com/rust-lang/crates.io-index" 283 checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 284 285 [[package]] 286 name = "form_urlencoded" 287 version = "1.0.1" 288 source = "registry+https://github.com/rust-lang/crates.io-index" 289 checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" 290 dependencies = [ 291 "matches", 292 "percent-encoding", 293 ] 294 295 [[package]] 296 name = "futures" 297 version = "0.3.17" 298 source = "registry+https://github.com/rust-lang/crates.io-index" 299 checksum = "a12aa0eb539080d55c3f2d45a67c3b58b6b0773c1a3ca2dfec66d58c97fd66ca" 300 dependencies = [ 301 "futures-channel", 302 "futures-core", 303 "futures-executor", 304 "futures-io", 305 "futures-sink", 306 "futures-task", 307 "futures-util", 308 ] 309 310 [[package]] 311 name = "futures-channel" 312 version = "0.3.17" 313 source = "registry+https://github.com/rust-lang/crates.io-index" 314 checksum = "5da6ba8c3bb3c165d3c7319fc1cc8304facf1fb8db99c5de877183c08a273888" 315 dependencies = [ 316 "futures-core", 317 "futures-sink", 318 ] 319 320 [[package]] 321 name = "futures-core" 322 version = "0.3.17" 323 source = "registry+https://github.com/rust-lang/crates.io-index" 324 checksum = "88d1c26957f23603395cd326b0ffe64124b818f4449552f960d815cfba83a53d" 325 326 [[package]] 327 name = "futures-executor" 328 version = "0.3.17" 329 source = "registry+https://github.com/rust-lang/crates.io-index" 330 checksum = "45025be030969d763025784f7f355043dc6bc74093e4ecc5000ca4dc50d8745c" 331 dependencies = [ 332 "futures-core", 333 "futures-task", 334 "futures-util", 335 ] 336 337 [[package]] 338 name = "futures-io" 339 version = "0.3.17" 340 source = "registry+https://github.com/rust-lang/crates.io-index" 341 checksum = "522de2a0fe3e380f1bc577ba0474108faf3f6b18321dbf60b3b9c39a75073377" 342 343 [[package]] 344 name = "futures-macro" 345 version = "0.3.17" 346 source = "registry+https://github.com/rust-lang/crates.io-index" 347 checksum = "18e4a4b95cea4b4ccbcf1c5675ca7c4ee4e9e75eb79944d07defde18068f79bb" 348 dependencies = [ 349 "autocfg", 350 "proc-macro-hack", 351 "proc-macro2", 352 "quote", 353 "syn", 354 ] 355 356 [[package]] 357 name = "futures-sink" 358 version = "0.3.17" 359 source = "registry+https://github.com/rust-lang/crates.io-index" 360 checksum = "36ea153c13024fe480590b3e3d4cad89a0cfacecc24577b68f86c6ced9c2bc11" 361 362 [[package]] 363 name = "futures-task" 364 version = "0.3.17" 365 source = "registry+https://github.com/rust-lang/crates.io-index" 366 checksum = "1d3d00f4eddb73e498a54394f228cd55853bdf059259e8e7bc6e69d408892e99" 367 368 [[package]] 369 name = "futures-util" 370 version = "0.3.17" 371 source = "registry+https://github.com/rust-lang/crates.io-index" 372 checksum = "36568465210a3a6ee45e1f165136d68671471a501e632e9a98d96872222b5481" 373 dependencies = [ 374 "autocfg", 375 "futures-channel", 376 "futures-core", 377 "futures-io", 378 "futures-macro", 379 "futures-sink", 380 "futures-task", 381 "memchr", 382 "pin-project-lite", 383 "pin-utils", 384 "proc-macro-hack", 385 "proc-macro-nested", 386 "slab", 387 ] 388 389 [[package]] 390 name = "h2" 391 version = "0.3.9" 392 source = "registry+https://github.com/rust-lang/crates.io-index" 393 checksum = "8f072413d126e57991455e0a922b31e4c8ba7c2ffbebf6b78b4f8521397d65cd" 394 dependencies = [ 395 "bytes", 396 "fnv", 397 "futures-core", 398 "futures-sink", 399 "futures-util", 400 "http", 401 "indexmap", 402 "slab", 403 "tokio", 404 "tokio-util", 405 "tracing", 406 ] 407 408 [[package]] 409 name = "hashbrown" 410 version = "0.11.2" 411 source = "registry+https://github.com/rust-lang/crates.io-index" 412 checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" 413 414 [[package]] 415 name = "hermit-abi" 416 version = "0.1.19" 417 source = "registry+https://github.com/rust-lang/crates.io-index" 418 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 419 dependencies = [ 420 "libc", 421 ] 422 423 [[package]] 424 name = "http" 425 version = "0.2.5" 426 source = "registry+https://github.com/rust-lang/crates.io-index" 427 checksum = "1323096b05d41827dadeaee54c9981958c0f94e670bc94ed80037d1a7b8b186b" 428 dependencies = [ 429 "bytes", 430 "fnv", 431 "itoa", 432 ] 433 434 [[package]] 435 name = "http-body" 436 version = "0.4.4" 437 source = "registry+https://github.com/rust-lang/crates.io-index" 438 checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6" 439 dependencies = [ 440 "bytes", 441 "http", 442 "pin-project-lite", 443 ] 444 445 [[package]] 446 name = "httparse" 447 version = "1.5.1" 448 source = "registry+https://github.com/rust-lang/crates.io-index" 449 checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503" 450 451 [[package]] 452 name = "httpdate" 453 version = "1.0.1" 454 source = "registry+https://github.com/rust-lang/crates.io-index" 455 checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" 456 457 [[package]] 458 name = "hyper" 459 version = "0.14.16" 460 source = "registry+https://github.com/rust-lang/crates.io-index" 461 checksum = "b7ec3e62bdc98a2f0393a5048e4c30ef659440ea6e0e572965103e72bd836f55" 462 dependencies = [ 463 "bytes", 464 "futures-channel", 465 "futures-core", 466 "futures-util", 467 "h2", 468 "http", 469 "http-body", 470 "httparse", 471 "httpdate", 472 "itoa", 473 "pin-project-lite", 474 "socket2", 475 "tokio", 476 "tower-service", 477 "tracing", 478 "want", 479 ] 480 481 [[package]] 482 name = "hyper-rustls" 483 version = "0.22.1" 484 source = "registry+https://github.com/rust-lang/crates.io-index" 485 checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64" 486 dependencies = [ 487 "futures-util", 488 "hyper", 489 "log", 490 "rustls", 491 "tokio", 492 "tokio-rustls", 493 "webpki", 494 ] 495 496 [[package]] 497 name = "ident_case" 498 version = "1.0.1" 499 source = "registry+https://github.com/rust-lang/crates.io-index" 500 checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 501 502 [[package]] 503 name = "idna" 504 version = "0.2.3" 505 source = "registry+https://github.com/rust-lang/crates.io-index" 506 checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" 507 dependencies = [ 508 "matches", 509 "unicode-bidi", 510 "unicode-normalization", 511 ] 512 513 [[package]] 514 name = "indexmap" 515 version = "1.7.0" 516 source = "registry+https://github.com/rust-lang/crates.io-index" 517 checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5" 518 dependencies = [ 519 "autocfg", 520 "hashbrown", 521 ] 522 523 [[package]] 524 name = "instant" 525 version = "0.1.11" 526 source = "registry+https://github.com/rust-lang/crates.io-index" 527 checksum = "716d3d89f35ac6a34fd0eed635395f4c3b76fa889338a4632e5231a8684216bd" 528 dependencies = [ 529 "cfg-if", 530 ] 531 532 [[package]] 533 name = "ipnet" 534 version = "2.3.1" 535 source = "registry+https://github.com/rust-lang/crates.io-index" 536 checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9" 537 538 [[package]] 539 name = "irc" 540 version = "0.15.0" 541 source = "registry+https://github.com/rust-lang/crates.io-index" 542 checksum = "c5510c4c4631e53c57d6b05c44ab8447d1db6beef28fb9d12c4d6a46fad9dfcc" 543 dependencies = [ 544 "chrono", 545 "encoding", 546 "futures-util", 547 "irc-proto", 548 "log", 549 "parking_lot", 550 "pin-project", 551 "thiserror", 552 "tokio", 553 "tokio-rustls", 554 "tokio-stream", 555 "tokio-util", 556 "webpki-roots 0.20.0", 557 ] 558 559 [[package]] 560 name = "irc-proto" 561 version = "0.15.0" 562 source = "registry+https://github.com/rust-lang/crates.io-index" 563 checksum = "55fa0a52d825e59ba8aea5b7503890245aea000f77e68d9b1903f3491fa33643" 564 dependencies = [ 565 "bytes", 566 "encoding", 567 "thiserror", 568 "tokio", 569 "tokio-util", 570 ] 571 572 [[package]] 573 name = "itoa" 574 version = "0.4.8" 575 source = "registry+https://github.com/rust-lang/crates.io-index" 576 checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4" 577 578 [[package]] 579 name = "js-sys" 580 version = "0.3.55" 581 source = "registry+https://github.com/rust-lang/crates.io-index" 582 checksum = "7cc9ffccd38c451a86bf13657df244e9c3f37493cce8e5e21e940963777acc84" 583 dependencies = [ 584 "wasm-bindgen", 585 ] 586 587 [[package]] 588 name = "lazy_static" 589 version = "1.4.0" 590 source = "registry+https://github.com/rust-lang/crates.io-index" 591 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 592 593 [[package]] 594 name = "libc" 595 version = "0.2.103" 596 source = "registry+https://github.com/rust-lang/crates.io-index" 597 checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" 598 599 [[package]] 600 name = "lock_api" 601 version = "0.4.5" 602 source = "registry+https://github.com/rust-lang/crates.io-index" 603 checksum = "712a4d093c9976e24e7dbca41db895dabcbac38eb5f4045393d17a95bdfb1109" 604 dependencies = [ 605 "scopeguard", 606 ] 607 608 [[package]] 609 name = "log" 610 version = "0.4.14" 611 source = "registry+https://github.com/rust-lang/crates.io-index" 612 checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 613 dependencies = [ 614 "cfg-if", 615 ] 616 617 [[package]] 618 name = "matches" 619 version = "0.1.9" 620 source = "registry+https://github.com/rust-lang/crates.io-index" 621 checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f" 622 623 [[package]] 624 name = "memchr" 625 version = "2.4.1" 626 source = "registry+https://github.com/rust-lang/crates.io-index" 627 checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a" 628 629 [[package]] 630 name = "mime" 631 version = "0.3.16" 632 source = "registry+https://github.com/rust-lang/crates.io-index" 633 checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" 634 635 [[package]] 636 name = "mio" 637 version = "0.7.13" 638 source = "registry+https://github.com/rust-lang/crates.io-index" 639 checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16" 640 dependencies = [ 641 "libc", 642 "log", 643 "miow", 644 "ntapi", 645 "winapi", 646 ] 647 648 [[package]] 649 name = "miow" 650 version = "0.3.7" 651 source = "registry+https://github.com/rust-lang/crates.io-index" 652 checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" 653 dependencies = [ 654 "winapi", 655 ] 656 657 [[package]] 658 name = "ntapi" 659 version = "0.3.6" 660 source = "registry+https://github.com/rust-lang/crates.io-index" 661 checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" 662 dependencies = [ 663 "winapi", 664 ] 665 666 [[package]] 667 name = "num-integer" 668 version = "0.1.44" 669 source = "registry+https://github.com/rust-lang/crates.io-index" 670 checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" 671 dependencies = [ 672 "autocfg", 673 "num-traits", 674 ] 675 676 [[package]] 677 name = "num-traits" 678 version = "0.2.14" 679 source = "registry+https://github.com/rust-lang/crates.io-index" 680 checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" 681 dependencies = [ 682 "autocfg", 683 ] 684 685 [[package]] 686 name = "num_cpus" 687 version = "1.13.0" 688 source = "registry+https://github.com/rust-lang/crates.io-index" 689 checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 690 dependencies = [ 691 "hermit-abi", 692 "libc", 693 ] 694 695 [[package]] 696 name = "once_cell" 697 version = "1.8.0" 698 source = "registry+https://github.com/rust-lang/crates.io-index" 699 checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" 700 701 [[package]] 702 name = "parking_lot" 703 version = "0.11.2" 704 source = "registry+https://github.com/rust-lang/crates.io-index" 705 checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 706 dependencies = [ 707 "instant", 708 "lock_api", 709 "parking_lot_core", 710 ] 711 712 [[package]] 713 name = "parking_lot_core" 714 version = "0.8.5" 715 source = "registry+https://github.com/rust-lang/crates.io-index" 716 checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216" 717 dependencies = [ 718 "cfg-if", 719 "instant", 720 "libc", 721 "redox_syscall", 722 "smallvec", 723 "winapi", 724 ] 725 726 [[package]] 727 name = "percent-encoding" 728 version = "2.1.0" 729 source = "registry+https://github.com/rust-lang/crates.io-index" 730 checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" 731 732 [[package]] 733 name = "pin-project" 734 version = "1.0.8" 735 source = "registry+https://github.com/rust-lang/crates.io-index" 736 checksum = "576bc800220cc65dac09e99e97b08b358cfab6e17078de8dc5fee223bd2d0c08" 737 dependencies = [ 738 "pin-project-internal", 739 ] 740 741 [[package]] 742 name = "pin-project-internal" 743 version = "1.0.8" 744 source = "registry+https://github.com/rust-lang/crates.io-index" 745 checksum = "6e8fe8163d14ce7f0cdac2e040116f22eac817edabff0be91e8aff7e9accf389" 746 dependencies = [ 747 "proc-macro2", 748 "quote", 749 "syn", 750 ] 751 752 [[package]] 753 name = "pin-project-lite" 754 version = "0.2.7" 755 source = "registry+https://github.com/rust-lang/crates.io-index" 756 checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443" 757 758 [[package]] 759 name = "pin-utils" 760 version = "0.1.0" 761 source = "registry+https://github.com/rust-lang/crates.io-index" 762 checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 763 764 [[package]] 765 name = "proc-macro-hack" 766 version = "0.5.19" 767 source = "registry+https://github.com/rust-lang/crates.io-index" 768 checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" 769 770 [[package]] 771 name = "proc-macro-nested" 772 version = "0.1.7" 773 source = "registry+https://github.com/rust-lang/crates.io-index" 774 checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" 775 776 [[package]] 777 name = "proc-macro2" 778 version = "1.0.29" 779 source = "registry+https://github.com/rust-lang/crates.io-index" 780 checksum = "b9f5105d4fdaab20335ca9565e106a5d9b82b6219b5ba735731124ac6711d23d" 781 dependencies = [ 782 "unicode-xid", 783 ] 784 785 [[package]] 786 name = "quote" 787 version = "1.0.10" 788 source = "registry+https://github.com/rust-lang/crates.io-index" 789 checksum = "38bc8cc6a5f2e3655e0899c1b848643b2562f853f114bfec7be120678e3ace05" 790 dependencies = [ 791 "proc-macro2", 792 ] 793 794 [[package]] 795 name = "redox_syscall" 796 version = "0.2.10" 797 source = "registry+https://github.com/rust-lang/crates.io-index" 798 checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" 799 dependencies = [ 800 "bitflags", 801 ] 802 803 [[package]] 804 name = "regex" 805 version = "1.7.1" 806 source = "registry+https://github.com/rust-lang/crates.io-index" 807 checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 808 dependencies = [ 809 "aho-corasick", 810 "memchr", 811 "regex-syntax", 812 ] 813 814 [[package]] 815 name = "regex-syntax" 816 version = "0.6.28" 817 source = "registry+https://github.com/rust-lang/crates.io-index" 818 checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 819 820 [[package]] 821 name = "reqwest" 822 version = "0.11.5" 823 source = "registry+https://github.com/rust-lang/crates.io-index" 824 checksum = "51c732d463dd300362ffb44b7b125f299c23d2990411a4253824630ebc7467fb" 825 dependencies = [ 826 "base64", 827 "bytes", 828 "encoding_rs", 829 "futures-core", 830 "futures-util", 831 "http", 832 "http-body", 833 "hyper", 834 "hyper-rustls", 835 "ipnet", 836 "js-sys", 837 "lazy_static", 838 "log", 839 "mime", 840 "percent-encoding", 841 "pin-project-lite", 842 "rustls", 843 "serde", 844 "serde_json", 845 "serde_urlencoded", 846 "tokio", 847 "tokio-rustls", 848 "url", 849 "wasm-bindgen", 850 "wasm-bindgen-futures", 851 "web-sys", 852 "webpki-roots 0.21.1", 853 "winreg", 854 ] 855 856 [[package]] 857 name = "ring" 858 version = "0.16.20" 859 source = "registry+https://github.com/rust-lang/crates.io-index" 860 checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" 861 dependencies = [ 862 "cc", 863 "libc", 864 "once_cell", 865 "spin", 866 "untrusted", 867 "web-sys", 868 "winapi", 869 ] 870 871 [[package]] 872 name = "rustls" 873 version = "0.19.1" 874 source = "registry+https://github.com/rust-lang/crates.io-index" 875 checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" 876 dependencies = [ 877 "base64", 878 "log", 879 "ring", 880 "sct", 881 "webpki", 882 ] 883 884 [[package]] 885 name = "ryu" 886 version = "1.0.5" 887 source = "registry+https://github.com/rust-lang/crates.io-index" 888 checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" 889 890 [[package]] 891 name = "scopeguard" 892 version = "1.1.0" 893 source = "registry+https://github.com/rust-lang/crates.io-index" 894 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 895 896 [[package]] 897 name = "sct" 898 version = "0.6.1" 899 source = "registry+https://github.com/rust-lang/crates.io-index" 900 checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" 901 dependencies = [ 902 "ring", 903 "untrusted", 904 ] 905 906 [[package]] 907 name = "serde" 908 version = "1.0.130" 909 source = "registry+https://github.com/rust-lang/crates.io-index" 910 checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913" 911 dependencies = [ 912 "serde_derive", 913 ] 914 915 [[package]] 916 name = "serde_derive" 917 version = "1.0.130" 918 source = "registry+https://github.com/rust-lang/crates.io-index" 919 checksum = "d7bc1a1ab1961464eae040d96713baa5a724a8152c1222492465b54322ec508b" 920 dependencies = [ 921 "proc-macro2", 922 "quote", 923 "syn", 924 ] 925 926 [[package]] 927 name = "serde_json" 928 version = "1.0.68" 929 source = "registry+https://github.com/rust-lang/crates.io-index" 930 checksum = "0f690853975602e1bfe1ccbf50504d67174e3bcf340f23b5ea9992e0587a52d8" 931 dependencies = [ 932 "itoa", 933 "ryu", 934 "serde", 935 ] 936 937 [[package]] 938 name = "serde_urlencoded" 939 version = "0.7.0" 940 source = "registry+https://github.com/rust-lang/crates.io-index" 941 checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" 942 dependencies = [ 943 "form_urlencoded", 944 "itoa", 945 "ryu", 946 "serde", 947 ] 948 949 [[package]] 950 name = "simple_logger" 951 version = "1.13.0" 952 source = "registry+https://github.com/rust-lang/crates.io-index" 953 checksum = "b7de33c687404ec3045d4a0d437580455257c0436f858d702f244e7d652f9f07" 954 dependencies = [ 955 "atty", 956 "chrono", 957 "colored", 958 "log", 959 "winapi", 960 ] 961 962 [[package]] 963 name = "slab" 964 version = "0.4.4" 965 source = "registry+https://github.com/rust-lang/crates.io-index" 966 checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590" 967 968 [[package]] 969 name = "smallvec" 970 version = "1.7.0" 971 source = "registry+https://github.com/rust-lang/crates.io-index" 972 checksum = "1ecab6c735a6bb4139c0caafd0cc3635748bbb3acf4550e8138122099251f309" 973 974 [[package]] 975 name = "snap" 976 version = "1.0.5" 977 source = "registry+https://github.com/rust-lang/crates.io-index" 978 checksum = "45456094d1983e2ee2a18fdfebce3189fa451699d0502cb8e3b49dba5ba41451" 979 980 [[package]] 981 name = "socket2" 982 version = "0.4.2" 983 source = "registry+https://github.com/rust-lang/crates.io-index" 984 checksum = "5dc90fe6c7be1a323296982db1836d1ea9e47b6839496dde9a541bc496df3516" 985 dependencies = [ 986 "libc", 987 "winapi", 988 ] 989 990 [[package]] 991 name = "spin" 992 version = "0.5.2" 993 source = "registry+https://github.com/rust-lang/crates.io-index" 994 checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" 995 996 [[package]] 997 name = "strsim" 998 version = "0.10.0" 999 source = "registry+https://github.com/rust-lang/crates.io-index" 1000 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 1001 1002 [[package]] 1003 name = "syn" 1004 version = "1.0.80" 1005 source = "registry+https://github.com/rust-lang/crates.io-index" 1006 checksum = "d010a1623fbd906d51d650a9916aaefc05ffa0e4053ff7fe601167f3e715d194" 1007 dependencies = [ 1008 "proc-macro2", 1009 "quote", 1010 "unicode-xid", 1011 ] 1012 1013 [[package]] 1014 name = "thiserror" 1015 version = "1.0.29" 1016 source = "registry+https://github.com/rust-lang/crates.io-index" 1017 checksum = "602eca064b2d83369e2b2f34b09c70b605402801927c65c11071ac911d299b88" 1018 dependencies = [ 1019 "thiserror-impl", 1020 ] 1021 1022 [[package]] 1023 name = "thiserror-impl" 1024 version = "1.0.29" 1025 source = "registry+https://github.com/rust-lang/crates.io-index" 1026 checksum = "bad553cc2c78e8de258400763a647e80e6d1b31ee237275d756f6836d204494c" 1027 dependencies = [ 1028 "proc-macro2", 1029 "quote", 1030 "syn", 1031 ] 1032 1033 [[package]] 1034 name = "time" 1035 version = "0.1.43" 1036 source = "registry+https://github.com/rust-lang/crates.io-index" 1037 checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" 1038 dependencies = [ 1039 "libc", 1040 "winapi", 1041 ] 1042 1043 [[package]] 1044 name = "tinyvec" 1045 version = "1.5.0" 1046 source = "registry+https://github.com/rust-lang/crates.io-index" 1047 checksum = "f83b2a3d4d9091d0abd7eba4dc2710b1718583bd4d8992e2190720ea38f391f7" 1048 dependencies = [ 1049 "tinyvec_macros", 1050 ] 1051 1052 [[package]] 1053 name = "tinyvec_macros" 1054 version = "0.1.0" 1055 source = "registry+https://github.com/rust-lang/crates.io-index" 1056 checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 1057 1058 [[package]] 1059 name = "tokio" 1060 version = "1.15.0" 1061 source = "registry+https://github.com/rust-lang/crates.io-index" 1062 checksum = "fbbf1c778ec206785635ce8ad57fe52b3009ae9e0c9f574a728f3049d3e55838" 1063 dependencies = [ 1064 "bytes", 1065 "libc", 1066 "memchr", 1067 "mio", 1068 "num_cpus", 1069 "pin-project-lite", 1070 "tokio-macros", 1071 "tracing", 1072 "winapi", 1073 ] 1074 1075 [[package]] 1076 name = "tokio-macros" 1077 version = "1.7.0" 1078 source = "registry+https://github.com/rust-lang/crates.io-index" 1079 checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7" 1080 dependencies = [ 1081 "proc-macro2", 1082 "quote", 1083 "syn", 1084 ] 1085 1086 [[package]] 1087 name = "tokio-rustls" 1088 version = "0.22.0" 1089 source = "registry+https://github.com/rust-lang/crates.io-index" 1090 checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" 1091 dependencies = [ 1092 "rustls", 1093 "tokio", 1094 "webpki", 1095 ] 1096 1097 [[package]] 1098 name = "tokio-stream" 1099 version = "0.1.7" 1100 source = "registry+https://github.com/rust-lang/crates.io-index" 1101 checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f" 1102 dependencies = [ 1103 "futures-core", 1104 "pin-project-lite", 1105 "tokio", 1106 ] 1107 1108 [[package]] 1109 name = "tokio-util" 1110 version = "0.6.8" 1111 source = "registry+https://github.com/rust-lang/crates.io-index" 1112 checksum = "08d3725d3efa29485e87311c5b699de63cde14b00ed4d256b8318aa30ca452cd" 1113 dependencies = [ 1114 "bytes", 1115 "futures-core", 1116 "futures-sink", 1117 "log", 1118 "pin-project-lite", 1119 "tokio", 1120 ] 1121 1122 [[package]] 1123 name = "tower-service" 1124 version = "0.3.1" 1125 source = "registry+https://github.com/rust-lang/crates.io-index" 1126 checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6" 1127 1128 [[package]] 1129 name = "tracing" 1130 version = "0.1.29" 1131 source = "registry+https://github.com/rust-lang/crates.io-index" 1132 checksum = "375a639232caf30edfc78e8d89b2d4c375515393e7af7e16f01cd96917fb2105" 1133 dependencies = [ 1134 "cfg-if", 1135 "pin-project-lite", 1136 "tracing-core", 1137 ] 1138 1139 [[package]] 1140 name = "tracing-core" 1141 version = "0.1.21" 1142 source = "registry+https://github.com/rust-lang/crates.io-index" 1143 checksum = "1f4ed65637b8390770814083d20756f87bfa2c21bf2f110babdc5438351746e4" 1144 dependencies = [ 1145 "lazy_static", 1146 ] 1147 1148 [[package]] 1149 name = "try-lock" 1150 version = "0.2.3" 1151 source = "registry+https://github.com/rust-lang/crates.io-index" 1152 checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" 1153 1154 [[package]] 1155 name = "unicode-bidi" 1156 version = "0.3.7" 1157 source = "registry+https://github.com/rust-lang/crates.io-index" 1158 checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f" 1159 1160 [[package]] 1161 name = "unicode-normalization" 1162 version = "0.1.19" 1163 source = "registry+https://github.com/rust-lang/crates.io-index" 1164 checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9" 1165 dependencies = [ 1166 "tinyvec", 1167 ] 1168 1169 [[package]] 1170 name = "unicode-xid" 1171 version = "0.2.2" 1172 source = "registry+https://github.com/rust-lang/crates.io-index" 1173 checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 1174 1175 [[package]] 1176 name = "untrusted" 1177 version = "0.7.1" 1178 source = "registry+https://github.com/rust-lang/crates.io-index" 1179 checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" 1180 1181 [[package]] 1182 name = "url" 1183 version = "2.2.2" 1184 source = "registry+https://github.com/rust-lang/crates.io-index" 1185 checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" 1186 dependencies = [ 1187 "form_urlencoded", 1188 "idna", 1189 "matches", 1190 "percent-encoding", 1191 ] 1192 1193 [[package]] 1194 name = "vortaroboto" 1195 version = "0.1.0" 1196 dependencies = [ 1197 "async-trait", 1198 "bincode", 1199 "cached", 1200 "chrono", 1201 "futures", 1202 "irc", 1203 "lazy_static", 1204 "log", 1205 "regex", 1206 "reqwest", 1207 "serde", 1208 "serde_json", 1209 "simple_logger", 1210 "snap", 1211 "tokio", 1212 ] 1213 1214 [[package]] 1215 name = "want" 1216 version = "0.3.0" 1217 source = "registry+https://github.com/rust-lang/crates.io-index" 1218 checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" 1219 dependencies = [ 1220 "log", 1221 "try-lock", 1222 ] 1223 1224 [[package]] 1225 name = "wasm-bindgen" 1226 version = "0.2.78" 1227 source = "registry+https://github.com/rust-lang/crates.io-index" 1228 checksum = "632f73e236b219150ea279196e54e610f5dbafa5d61786303d4da54f84e47fce" 1229 dependencies = [ 1230 "cfg-if", 1231 "wasm-bindgen-macro", 1232 ] 1233 1234 [[package]] 1235 name = "wasm-bindgen-backend" 1236 version = "0.2.78" 1237 source = "registry+https://github.com/rust-lang/crates.io-index" 1238 checksum = "a317bf8f9fba2476b4b2c85ef4c4af8ff39c3c7f0cdfeed4f82c34a880aa837b" 1239 dependencies = [ 1240 "bumpalo", 1241 "lazy_static", 1242 "log", 1243 "proc-macro2", 1244 "quote", 1245 "syn", 1246 "wasm-bindgen-shared", 1247 ] 1248 1249 [[package]] 1250 name = "wasm-bindgen-futures" 1251 version = "0.4.28" 1252 source = "registry+https://github.com/rust-lang/crates.io-index" 1253 checksum = "8e8d7523cb1f2a4c96c1317ca690031b714a51cc14e05f712446691f413f5d39" 1254 dependencies = [ 1255 "cfg-if", 1256 "js-sys", 1257 "wasm-bindgen", 1258 "web-sys", 1259 ] 1260 1261 [[package]] 1262 name = "wasm-bindgen-macro" 1263 version = "0.2.78" 1264 source = "registry+https://github.com/rust-lang/crates.io-index" 1265 checksum = "d56146e7c495528bf6587663bea13a8eb588d39b36b679d83972e1a2dbbdacf9" 1266 dependencies = [ 1267 "quote", 1268 "wasm-bindgen-macro-support", 1269 ] 1270 1271 [[package]] 1272 name = "wasm-bindgen-macro-support" 1273 version = "0.2.78" 1274 source = "registry+https://github.com/rust-lang/crates.io-index" 1275 checksum = "7803e0eea25835f8abdc585cd3021b3deb11543c6fe226dcd30b228857c5c5ab" 1276 dependencies = [ 1277 "proc-macro2", 1278 "quote", 1279 "syn", 1280 "wasm-bindgen-backend", 1281 "wasm-bindgen-shared", 1282 ] 1283 1284 [[package]] 1285 name = "wasm-bindgen-shared" 1286 version = "0.2.78" 1287 source = "registry+https://github.com/rust-lang/crates.io-index" 1288 checksum = "0237232789cf037d5480773fe568aac745bfe2afbc11a863e97901780a6b47cc" 1289 1290 [[package]] 1291 name = "web-sys" 1292 version = "0.3.55" 1293 source = "registry+https://github.com/rust-lang/crates.io-index" 1294 checksum = "38eb105f1c59d9eaa6b5cdc92b859d85b926e82cb2e0945cd0c9259faa6fe9fb" 1295 dependencies = [ 1296 "js-sys", 1297 "wasm-bindgen", 1298 ] 1299 1300 [[package]] 1301 name = "webpki" 1302 version = "0.21.4" 1303 source = "registry+https://github.com/rust-lang/crates.io-index" 1304 checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" 1305 dependencies = [ 1306 "ring", 1307 "untrusted", 1308 ] 1309 1310 [[package]] 1311 name = "webpki-roots" 1312 version = "0.20.0" 1313 source = "registry+https://github.com/rust-lang/crates.io-index" 1314 checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f" 1315 dependencies = [ 1316 "webpki", 1317 ] 1318 1319 [[package]] 1320 name = "webpki-roots" 1321 version = "0.21.1" 1322 source = "registry+https://github.com/rust-lang/crates.io-index" 1323 checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" 1324 dependencies = [ 1325 "webpki", 1326 ] 1327 1328 [[package]] 1329 name = "winapi" 1330 version = "0.3.9" 1331 source = "registry+https://github.com/rust-lang/crates.io-index" 1332 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1333 dependencies = [ 1334 "winapi-i686-pc-windows-gnu", 1335 "winapi-x86_64-pc-windows-gnu", 1336 ] 1337 1338 [[package]] 1339 name = "winapi-i686-pc-windows-gnu" 1340 version = "0.4.0" 1341 source = "registry+https://github.com/rust-lang/crates.io-index" 1342 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1343 1344 [[package]] 1345 name = "winapi-x86_64-pc-windows-gnu" 1346 version = "0.4.0" 1347 source = "registry+https://github.com/rust-lang/crates.io-index" 1348 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1349 1350 [[package]] 1351 name = "winreg" 1352 version = "0.7.0" 1353 source = "registry+https://github.com/rust-lang/crates.io-index" 1354 checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" 1355 dependencies = [ 1356 "winapi", 1357 ]