Annotation For Cargo.lock
Logged in as anonymous

Origin for each line in Cargo.lock from check-in e7effaf7fb:

39ee25f5c3 2020-11-29    1: # This file is automatically @generated by Cargo.
39ee25f5c3 2020-11-29    2: # It is not intended for manual editing.
5609487b23 2021-06-28    3: version = 3
5609487b23 2021-06-28    4: 
39ee25f5c3 2020-11-29    5: [[package]]
39ee25f5c3 2020-11-29    6: name = "addr2line"
b2297258c7 2021-11-06    7: version = "0.17.0"
39ee25f5c3 2020-11-29    8: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06    9: checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
39ee25f5c3 2020-11-29   10: dependencies = [
f5365bf71c 2021-01-22   11:  "gimli",
39ee25f5c3 2020-11-29   12: ]
39ee25f5c3 2020-11-29   13: 
39ee25f5c3 2020-11-29   14: [[package]]
39ee25f5c3 2020-11-29   15: name = "adler"
5609487b23 2021-06-28   16: version = "1.0.2"
39ee25f5c3 2020-11-29   17: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28   18: checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
39ee25f5c3 2020-11-29   19: 
39ee25f5c3 2020-11-29   20: [[package]]
39ee25f5c3 2020-11-29   21: name = "ahash"
8836f0946f 2021-10-24   22: version = "0.7.6"
5609487b23 2021-06-28   23: source = "registry+https://github.com/rust-lang/crates.io-index"
8836f0946f 2021-10-24   24: checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
5609487b23 2021-06-28   25: dependencies = [
e7effaf7fb 2022-07-26   26:  "getrandom 0.2.7",
f5365bf71c 2021-01-22   27:  "once_cell",
b2297258c7 2021-11-06   28:  "version_check",
39ee25f5c3 2020-11-29   29: ]
39ee25f5c3 2020-11-29   30: 
39ee25f5c3 2020-11-29   31: [[package]]
39ee25f5c3 2020-11-29   32: name = "aho-corasick"
5609487b23 2021-06-28   33: version = "0.7.18"
39ee25f5c3 2020-11-29   34: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28   35: checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
39ee25f5c3 2020-11-29   36: dependencies = [
f5365bf71c 2021-01-22   37:  "memchr",
5609487b23 2021-06-28   38: ]
5609487b23 2021-06-28   39: 
5609487b23 2021-06-28   40: [[package]]
b2297258c7 2021-11-06   41: name = "alloc-no-stdlib"
b2297258c7 2021-11-06   42: version = "2.0.3"
b2297258c7 2021-11-06   43: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06   44: checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
b2297258c7 2021-11-06   45: 
b2297258c7 2021-11-06   46: [[package]]
b2297258c7 2021-11-06   47: name = "alloc-stdlib"
b2297258c7 2021-11-06   48: version = "0.2.1"
b2297258c7 2021-11-06   49: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06   50: checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
b2297258c7 2021-11-06   51: dependencies = [
b2297258c7 2021-11-06   52:  "alloc-no-stdlib",
b2297258c7 2021-11-06   53: ]
b2297258c7 2021-11-06   54: 
b2297258c7 2021-11-06   55: [[package]]
39ee25f5c3 2020-11-29   56: name = "anyhow"
e7effaf7fb 2022-07-26   57: version = "1.0.58"
b2297258c7 2021-11-06   58: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26   59: checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704"
cb86e770f9 2022-03-15   60: 
cb86e770f9 2022-03-15   61: [[package]]
cb86e770f9 2022-03-15   62: name = "async-channel"
cb86e770f9 2022-03-15   63: version = "1.6.1"
cb86e770f9 2022-03-15   64: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15   65: checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
cb86e770f9 2022-03-15   66: dependencies = [
cb86e770f9 2022-03-15   67:  "concurrent-queue",
cb86e770f9 2022-03-15   68:  "event-listener",
cb86e770f9 2022-03-15   69:  "futures-core",
cb86e770f9 2022-03-15   70: ]
b2297258c7 2021-11-06   71: 
b2297258c7 2021-11-06   72: [[package]]
b2297258c7 2021-11-06   73: name = "async-compression"
3a86048961 2022-06-12   74: version = "0.3.14"
b2297258c7 2021-11-06   75: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12   76: checksum = "345fd392ab01f746c717b1357165b76f0b67a60192007b234058c9045fdcf695"
b2297258c7 2021-11-06   77: dependencies = [
b2297258c7 2021-11-06   78:  "brotli",
b2297258c7 2021-11-06   79:  "flate2",
b2297258c7 2021-11-06   80:  "futures-core",
b2297258c7 2021-11-06   81:  "memchr",
b2297258c7 2021-11-06   82:  "pin-project-lite",
e7effaf7fb 2022-07-26   83:  "tokio 1.20.1",
28da2e2a00 2022-03-12   84: ]
cb86e770f9 2022-03-15   85: 
cb86e770f9 2022-03-15   86: [[package]]
cb86e770f9 2022-03-15   87: name = "async-executor"
cb86e770f9 2022-03-15   88: version = "1.4.1"
cb86e770f9 2022-03-15   89: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15   90: checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
cb86e770f9 2022-03-15   91: dependencies = [
cb86e770f9 2022-03-15   92:  "async-task",
cb86e770f9 2022-03-15   93:  "concurrent-queue",
cb86e770f9 2022-03-15   94:  "fastrand",
cb86e770f9 2022-03-15   95:  "futures-lite",
cb86e770f9 2022-03-15   96:  "once_cell",
cb86e770f9 2022-03-15   97:  "slab",
cb86e770f9 2022-03-15   98: ]
cb86e770f9 2022-03-15   99: 
cb86e770f9 2022-03-15  100: [[package]]
cb86e770f9 2022-03-15  101: name = "async-global-executor"
e7effaf7fb 2022-07-26  102: version = "2.2.0"
cb86e770f9 2022-03-15  103: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  104: checksum = "5262ed948da60dd8956c6c5aca4d4163593dddb7b32d73267c93dab7b2e98940"
cb86e770f9 2022-03-15  105: dependencies = [
cb86e770f9 2022-03-15  106:  "async-channel",
cb86e770f9 2022-03-15  107:  "async-executor",
cb86e770f9 2022-03-15  108:  "async-io",
3a86048961 2022-06-12  109:  "async-lock",
cb86e770f9 2022-03-15  110:  "blocking",
cb86e770f9 2022-03-15  111:  "futures-lite",
e7effaf7fb 2022-07-26  112:  "num_cpus",
cb86e770f9 2022-03-15  113:  "once_cell",
e7effaf7fb 2022-07-26  114:  "tokio 1.20.1",
cb86e770f9 2022-03-15  115: ]
cb86e770f9 2022-03-15  116: 
cb86e770f9 2022-03-15  117: [[package]]
cb86e770f9 2022-03-15  118: name = "async-io"
3a86048961 2022-06-12  119: version = "1.7.0"
cb86e770f9 2022-03-15  120: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12  121: checksum = "e5e18f61464ae81cde0a23e713ae8fd299580c54d697a35820cfd0625b8b0e07"
cb86e770f9 2022-03-15  122: dependencies = [
cb86e770f9 2022-03-15  123:  "concurrent-queue",
cb86e770f9 2022-03-15  124:  "futures-lite",
cb86e770f9 2022-03-15  125:  "libc",
cb86e770f9 2022-03-15  126:  "log",
cb86e770f9 2022-03-15  127:  "once_cell",
cb86e770f9 2022-03-15  128:  "parking",
cb86e770f9 2022-03-15  129:  "polling",
cb86e770f9 2022-03-15  130:  "slab",
cb86e770f9 2022-03-15  131:  "socket2",
cb86e770f9 2022-03-15  132:  "waker-fn",
cb86e770f9 2022-03-15  133:  "winapi 0.3.9",
cb86e770f9 2022-03-15  134: ]
cb86e770f9 2022-03-15  135: 
cb86e770f9 2022-03-15  136: [[package]]
cb86e770f9 2022-03-15  137: name = "async-lock"
cb86e770f9 2022-03-15  138: version = "2.5.0"
cb86e770f9 2022-03-15  139: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15  140: checksum = "e97a171d191782fba31bb902b14ad94e24a68145032b7eedf871ab0bc0d077b6"
cb86e770f9 2022-03-15  141: dependencies = [
cb86e770f9 2022-03-15  142:  "event-listener",
cb86e770f9 2022-03-15  143: ]
cb86e770f9 2022-03-15  144: 
cb86e770f9 2022-03-15  145: [[package]]
2c6733dc18 2022-05-01  146: name = "async-process"
cb86e770f9 2022-03-15  147: version = "1.4.0"
cb86e770f9 2022-03-15  148: source = "registry+https://github.com/rust-lang/crates.io-index"
2c6733dc18 2022-05-01  149: checksum = "cf2c06e30a24e8c78a3987d07f0930edf76ef35e027e7bdb063fccafdad1f60c"
cb86e770f9 2022-03-15  150: dependencies = [
cb86e770f9 2022-03-15  151:  "async-io",
cb86e770f9 2022-03-15  152:  "blocking",
cb86e770f9 2022-03-15  153:  "cfg-if 1.0.0",
cb86e770f9 2022-03-15  154:  "event-listener",
cb86e770f9 2022-03-15  155:  "futures-lite",
cb86e770f9 2022-03-15  156:  "libc",
cb86e770f9 2022-03-15  157:  "once_cell",
cb86e770f9 2022-03-15  158:  "signal-hook",
cb86e770f9 2022-03-15  159:  "winapi 0.3.9",
cb86e770f9 2022-03-15  160: ]
cb86e770f9 2022-03-15  161: 
cb86e770f9 2022-03-15  162: [[package]]
cb86e770f9 2022-03-15  163: name = "async-std"
e7effaf7fb 2022-07-26  164: version = "1.12.0"
cb86e770f9 2022-03-15  165: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  166: checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
cb86e770f9 2022-03-15  167: dependencies = [
cb86e770f9 2022-03-15  168:  "async-channel",
cb86e770f9 2022-03-15  169:  "async-global-executor",
cb86e770f9 2022-03-15  170:  "async-io",
cb86e770f9 2022-03-15  171:  "async-lock",
cb86e770f9 2022-03-15  172:  "async-process",
e7effaf7fb 2022-07-26  173:  "crossbeam-utils 0.8.11",
cb86e770f9 2022-03-15  174:  "futures-channel",
cb86e770f9 2022-03-15  175:  "futures-core",
cb86e770f9 2022-03-15  176:  "futures-io",
cb86e770f9 2022-03-15  177:  "futures-lite",
cb86e770f9 2022-03-15  178:  "gloo-timers",
cb86e770f9 2022-03-15  179:  "kv-log-macro",
cb86e770f9 2022-03-15  180:  "log",
cb86e770f9 2022-03-15  181:  "memchr",
cb86e770f9 2022-03-15  182:  "once_cell",
cb86e770f9 2022-03-15  183:  "pin-project-lite",
cb86e770f9 2022-03-15  184:  "pin-utils",
cb86e770f9 2022-03-15  185:  "slab",
cb86e770f9 2022-03-15  186:  "wasm-bindgen-futures",
cb86e770f9 2022-03-15  187: ]
cb86e770f9 2022-03-15  188: 
cb86e770f9 2022-03-15  189: [[package]]
cb86e770f9 2022-03-15  190: name = "async-task"
e7effaf7fb 2022-07-26  191: version = "4.3.0"
cb86e770f9 2022-03-15  192: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  193: checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
28da2e2a00 2022-03-12  194: 
28da2e2a00 2022-03-12  195: [[package]]
28da2e2a00 2022-03-12  196: name = "async-trait"
409eb5bafc 2022-06-12  197: version = "0.1.56"
28da2e2a00 2022-03-12  198: source = "registry+https://github.com/rust-lang/crates.io-index"
409eb5bafc 2022-06-12  199: checksum = "96cf8829f67d2eab0b2dfa42c5d0ef737e0724e4a82b01b3e292456202b19716"
28da2e2a00 2022-03-12  200: dependencies = [
28da2e2a00 2022-03-12  201:  "proc-macro2",
28da2e2a00 2022-03-12  202:  "quote",
28da2e2a00 2022-03-12  203:  "syn",
b2297258c7 2021-11-06  204: ]
5609487b23 2021-06-28  205: 
5609487b23 2021-06-28  206: [[package]]
5609487b23 2021-06-28  207: name = "atoi"
e7effaf7fb 2022-07-26  208: version = "1.0.0"
5609487b23 2021-06-28  209: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  210: checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
5609487b23 2021-06-28  211: dependencies = [
28da2e2a00 2022-03-12  212:  "num-traits",
9143c728f3 2021-09-19  213: ]
9143c728f3 2021-09-19  214: 
9143c728f3 2021-09-19  215: [[package]]
9143c728f3 2021-09-19  216: name = "atom_syndication"
8836f0946f 2021-10-24  217: version = "0.11.0"
9143c728f3 2021-09-19  218: source = "registry+https://github.com/rust-lang/crates.io-index"
8836f0946f 2021-10-24  219: checksum = "21fb6a0b39c6517edafe46f8137e53c51742425a4dae1c73ee12264a37ad7541"
9143c728f3 2021-09-19  220: dependencies = [
9143c728f3 2021-09-19  221:  "chrono",
9143c728f3 2021-09-19  222:  "derive_builder 0.10.2",
9143c728f3 2021-09-19  223:  "diligent-date-parser",
9143c728f3 2021-09-19  224:  "never",
9143c728f3 2021-09-19  225:  "quick-xml 0.22.0",
28da2e2a00 2022-03-12  226:  "serde",
f988dfd28f 2022-02-13  227: ]
28da2e2a00 2022-03-12  228: 
28da2e2a00 2022-03-12  229: [[package]]
cb86e770f9 2022-03-15  230: name = "atomic-waker"
cb86e770f9 2022-03-15  231: version = "1.0.0"
cb86e770f9 2022-03-15  232: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15  233: checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
cb86e770f9 2022-03-15  234: 
cb86e770f9 2022-03-15  235: [[package]]
f988dfd28f 2022-02-13  236: name = "autocfg"
f988dfd28f 2022-02-13  237: version = "0.1.8"
f988dfd28f 2022-02-13  238: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13  239: checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
f988dfd28f 2022-02-13  240: dependencies = [
f988dfd28f 2022-02-13  241:  "autocfg 1.1.0",
b2297258c7 2021-11-06  242: ]
5609487b23 2021-06-28  243: 
5609487b23 2021-06-28  244: [[package]]
5609487b23 2021-06-28  245: name = "autocfg"
f988dfd28f 2022-02-13  246: version = "1.1.0"
f988dfd28f 2022-02-13  247: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13  248: checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
5609487b23 2021-06-28  249: 
5609487b23 2021-06-28  250: [[package]]
5609487b23 2021-06-28  251: name = "backtrace"
e7effaf7fb 2022-07-26  252: version = "0.3.66"
5609487b23 2021-06-28  253: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  254: checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
5609487b23 2021-06-28  255: dependencies = [
5609487b23 2021-06-28  256:  "addr2line",
5609487b23 2021-06-28  257:  "cc",
f5365bf71c 2021-01-22  258:  "cfg-if 1.0.0",
f5365bf71c 2021-01-22  259:  "libc",
f5365bf71c 2021-01-22  260:  "miniz_oxide",
f5365bf71c 2021-01-22  261:  "object",
f5365bf71c 2021-01-22  262:  "rustc-demangle",
39ee25f5c3 2020-11-29  263: ]
39ee25f5c3 2020-11-29  264: 
39ee25f5c3 2020-11-29  265: [[package]]
39ee25f5c3 2020-11-29  266: name = "base64"
39ee25f5c3 2020-11-29  267: version = "0.10.1"
39ee25f5c3 2020-11-29  268: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  269: checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
39ee25f5c3 2020-11-29  270: dependencies = [
f5365bf71c 2021-01-22  271:  "byteorder",
39ee25f5c3 2020-11-29  272: ]
39ee25f5c3 2020-11-29  273: 
39ee25f5c3 2020-11-29  274: [[package]]
39ee25f5c3 2020-11-29  275: name = "base64"
39ee25f5c3 2020-11-29  276: version = "0.13.0"
39ee25f5c3 2020-11-29  277: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  278: checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
39ee25f5c3 2020-11-29  279: 
39ee25f5c3 2020-11-29  280: [[package]]
39ee25f5c3 2020-11-29  281: name = "bitflags"
9143c728f3 2021-09-19  282: version = "1.3.2"
9143c728f3 2021-09-19  283: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19  284: checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
39ee25f5c3 2020-11-29  285: 
39ee25f5c3 2020-11-29  286: [[package]]
39ee25f5c3 2020-11-29  287: name = "block-buffer"
6e8d042b97 2022-04-19  288: version = "0.10.2"
cb86e770f9 2022-03-15  289: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19  290: checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
cb86e770f9 2022-03-15  291: dependencies = [
cb86e770f9 2022-03-15  292:  "generic-array",
cb86e770f9 2022-03-15  293: ]
cb86e770f9 2022-03-15  294: 
cb86e770f9 2022-03-15  295: [[package]]
cb86e770f9 2022-03-15  296: name = "blocking"
cb86e770f9 2022-03-15  297: version = "1.2.0"
cb86e770f9 2022-03-15  298: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15  299: checksum = "c6ccb65d468978a086b69884437ded69a90faab3bbe6e67f242173ea728acccc"
cb86e770f9 2022-03-15  300: dependencies = [
cb86e770f9 2022-03-15  301:  "async-channel",
cb86e770f9 2022-03-15  302:  "async-task",
cb86e770f9 2022-03-15  303:  "atomic-waker",
cb86e770f9 2022-03-15  304:  "fastrand",
cb86e770f9 2022-03-15  305:  "futures-lite",
cb86e770f9 2022-03-15  306:  "once_cell",
5609487b23 2021-06-28  307: ]
5609487b23 2021-06-28  308: 
5609487b23 2021-06-28  309: [[package]]
b2297258c7 2021-11-06  310: name = "brotli"
6e8d042b97 2022-04-19  311: version = "3.3.4"
b2297258c7 2021-11-06  312: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19  313: checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
b2297258c7 2021-11-06  314: dependencies = [
b2297258c7 2021-11-06  315:  "alloc-no-stdlib",
b2297258c7 2021-11-06  316:  "alloc-stdlib",
b2297258c7 2021-11-06  317:  "brotli-decompressor",
b2297258c7 2021-11-06  318: ]
b2297258c7 2021-11-06  319: 
b2297258c7 2021-11-06  320: [[package]]
b2297258c7 2021-11-06  321: name = "brotli-decompressor"
b2297258c7 2021-11-06  322: version = "2.3.2"
b2297258c7 2021-11-06  323: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06  324: checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
b2297258c7 2021-11-06  325: dependencies = [
b2297258c7 2021-11-06  326:  "alloc-no-stdlib",
b2297258c7 2021-11-06  327:  "alloc-stdlib",
b2297258c7 2021-11-06  328: ]
b2297258c7 2021-11-06  329: 
b2297258c7 2021-11-06  330: [[package]]
39ee25f5c3 2020-11-29  331: name = "bumpalo"
409eb5bafc 2022-06-12  332: version = "3.10.0"
cb86e770f9 2022-03-15  333: source = "registry+https://github.com/rust-lang/crates.io-index"
409eb5bafc 2022-06-12  334: checksum = "37ccbd214614c6783386c1af30caf03192f17891059cecc394b4fb119e363de3"
39ee25f5c3 2020-11-29  335: 
39ee25f5c3 2020-11-29  336: [[package]]
39ee25f5c3 2020-11-29  337: name = "byteorder"
5609487b23 2021-06-28  338: version = "1.4.3"
39ee25f5c3 2020-11-29  339: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28  340: checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
39ee25f5c3 2020-11-29  341: 
39ee25f5c3 2020-11-29  342: [[package]]
39ee25f5c3 2020-11-29  343: name = "bytes"
39ee25f5c3 2020-11-29  344: version = "0.4.12"
39ee25f5c3 2020-11-29  345: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  346: checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
39ee25f5c3 2020-11-29  347: dependencies = [
f5365bf71c 2021-01-22  348:  "byteorder",
f5365bf71c 2021-01-22  349:  "either",
f5365bf71c 2021-01-22  350:  "iovec",
39ee25f5c3 2020-11-29  351: ]
39ee25f5c3 2020-11-29  352: 
39ee25f5c3 2020-11-29  353: [[package]]
39ee25f5c3 2020-11-29  354: name = "bytes"
e7effaf7fb 2022-07-26  355: version = "1.2.0"
b2297258c7 2021-11-06  356: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  357: checksum = "f0b3de4a0c5e67e16066a0715723abd91edc2f9001d09c46e1dca929351e130e"
cb86e770f9 2022-03-15  358: 
cb86e770f9 2022-03-15  359: [[package]]
cb86e770f9 2022-03-15  360: name = "cache-padded"
cb86e770f9 2022-03-15  361: version = "1.2.0"
cb86e770f9 2022-03-15  362: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15  363: checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
39ee25f5c3 2020-11-29  364: 
39ee25f5c3 2020-11-29  365: [[package]]
39ee25f5c3 2020-11-29  366: name = "cc"
28da2e2a00 2022-03-12  367: version = "1.0.73"
39ee25f5c3 2020-11-29  368: source = "registry+https://github.com/rust-lang/crates.io-index"
28da2e2a00 2022-03-12  369: checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
39ee25f5c3 2020-11-29  370: 
39ee25f5c3 2020-11-29  371: [[package]]
39ee25f5c3 2020-11-29  372: name = "cfg-if"
39ee25f5c3 2020-11-29  373: version = "0.1.10"
39ee25f5c3 2020-11-29  374: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  375: checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
39ee25f5c3 2020-11-29  376: 
39ee25f5c3 2020-11-29  377: [[package]]
39ee25f5c3 2020-11-29  378: name = "cfg-if"
39ee25f5c3 2020-11-29  379: version = "1.0.0"
39ee25f5c3 2020-11-29  380: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  381: checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
39ee25f5c3 2020-11-29  382: 
39ee25f5c3 2020-11-29  383: [[package]]
39ee25f5c3 2020-11-29  384: name = "chrono"
39ee25f5c3 2020-11-29  385: version = "0.4.19"
39ee25f5c3 2020-11-29  386: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  387: checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
39ee25f5c3 2020-11-29  388: dependencies = [
f5365bf71c 2021-01-22  389:  "libc",
f5365bf71c 2021-01-22  390:  "num-integer",
28da2e2a00 2022-03-12  391:  "num-traits",
28da2e2a00 2022-03-12  392:  "serde",
f5365bf71c 2021-01-22  393:  "time",
f5365bf71c 2021-01-22  394:  "winapi 0.3.9",
39ee25f5c3 2020-11-29  395: ]
39ee25f5c3 2020-11-29  396: 
39ee25f5c3 2020-11-29  397: [[package]]
39ee25f5c3 2020-11-29  398: name = "cloudabi"
39ee25f5c3 2020-11-29  399: version = "0.0.3"
39ee25f5c3 2020-11-29  400: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  401: checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
5148f929f3 2020-12-07  402: dependencies = [
f5365bf71c 2021-01-22  403:  "bitflags",
39ee25f5c3 2020-11-29  404: ]
39ee25f5c3 2020-11-29  405: 
39ee25f5c3 2020-11-29  406: [[package]]
cb86e770f9 2022-03-15  407: name = "concurrent-queue"
cb86e770f9 2022-03-15  408: version = "1.2.2"
cb86e770f9 2022-03-15  409: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15  410: checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
cb86e770f9 2022-03-15  411: dependencies = [
cb86e770f9 2022-03-15  412:  "cache-padded",
cb86e770f9 2022-03-15  413: ]
cb86e770f9 2022-03-15  414: 
cb86e770f9 2022-03-15  415: [[package]]
39ee25f5c3 2020-11-29  416: name = "config"
6e8d042b97 2022-04-19  417: version = "0.13.1"
39ee25f5c3 2020-11-29  418: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19  419: checksum = "3ea917b74b6edfb5024e3b55d3c8f710b5f4ed92646429601a42e96f0812b31b"
39ee25f5c3 2020-11-29  420: dependencies = [
28da2e2a00 2022-03-12  421:  "async-trait",
f5365bf71c 2021-01-22  422:  "lazy_static",
28da2e2a00 2022-03-12  423:  "nom",
28da2e2a00 2022-03-12  424:  "pathdiff",
28da2e2a00 2022-03-12  425:  "serde",
f5365bf71c 2021-01-22  426:  "toml",
39ee25f5c3 2020-11-29  427: ]
39ee25f5c3 2020-11-29  428: 
39ee25f5c3 2020-11-29  429: [[package]]
39ee25f5c3 2020-11-29  430: name = "cookie"
39ee25f5c3 2020-11-29  431: version = "0.12.0"
39ee25f5c3 2020-11-29  432: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  433: checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5"
39ee25f5c3 2020-11-29  434: dependencies = [
f5365bf71c 2021-01-22  435:  "time",
f5365bf71c 2021-01-22  436:  "url 1.7.2",
39ee25f5c3 2020-11-29  437: ]
39ee25f5c3 2020-11-29  438: 
39ee25f5c3 2020-11-29  439: [[package]]
39ee25f5c3 2020-11-29  440: name = "cookie_store"
39ee25f5c3 2020-11-29  441: version = "0.7.0"
39ee25f5c3 2020-11-29  442: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  443: checksum = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c"
39ee25f5c3 2020-11-29  444: dependencies = [
f5365bf71c 2021-01-22  445:  "cookie",
f5365bf71c 2021-01-22  446:  "failure",
f5365bf71c 2021-01-22  447:  "idna 0.1.5",
b2297258c7 2021-11-06  448:  "log",
f5365bf71c 2021-01-22  449:  "publicsuffix",
28da2e2a00 2022-03-12  450:  "serde",
f5365bf71c 2021-01-22  451:  "serde_json",
f5365bf71c 2021-01-22  452:  "time",
f5365bf71c 2021-01-22  453:  "try_from",
f5365bf71c 2021-01-22  454:  "url 1.7.2",
39ee25f5c3 2020-11-29  455: ]
39ee25f5c3 2020-11-29  456: 
39ee25f5c3 2020-11-29  457: [[package]]
39ee25f5c3 2020-11-29  458: name = "core-foundation"
f988dfd28f 2022-02-13  459: version = "0.9.3"
39ee25f5c3 2020-11-29  460: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13  461: checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
39ee25f5c3 2020-11-29  462: dependencies = [
f5365bf71c 2021-01-22  463:  "core-foundation-sys",
f5365bf71c 2021-01-22  464:  "libc",
39ee25f5c3 2020-11-29  465: ]
39ee25f5c3 2020-11-29  466: 
39ee25f5c3 2020-11-29  467: [[package]]
39ee25f5c3 2020-11-29  468: name = "core-foundation-sys"
8836f0946f 2021-10-24  469: version = "0.8.3"
39ee25f5c3 2020-11-29  470: source = "registry+https://github.com/rust-lang/crates.io-index"
8836f0946f 2021-10-24  471: checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
39ee25f5c3 2020-11-29  472: 
39ee25f5c3 2020-11-29  473: [[package]]
5609487b23 2021-06-28  474: name = "cpufeatures"
6e8d042b97 2022-04-19  475: version = "0.2.2"
39ee25f5c3 2020-11-29  476: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19  477: checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
5609487b23 2021-06-28  478: dependencies = [
5609487b23 2021-06-28  479:  "libc",
5609487b23 2021-06-28  480: ]
39ee25f5c3 2020-11-29  481: 
39ee25f5c3 2020-11-29  482: [[package]]
39ee25f5c3 2020-11-29  483: name = "crc"
e7effaf7fb 2022-07-26  484: version = "3.0.0"
39ee25f5c3 2020-11-29  485: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  486: checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
39ee25f5c3 2020-11-29  487: dependencies = [
9143c728f3 2021-09-19  488:  "crc-catalog",
39ee25f5c3 2020-11-29  489: ]
9143c728f3 2021-09-19  490: 
9143c728f3 2021-09-19  491: [[package]]
9143c728f3 2021-09-19  492: name = "crc-catalog"
e7effaf7fb 2022-07-26  493: version = "2.1.0"
9143c728f3 2021-09-19  494: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  495: checksum = "2d0165d2900ae6778e36e80bbc4da3b5eefccee9ba939761f9c2882a5d9af3ff"
39ee25f5c3 2020-11-29  496: 
39ee25f5c3 2020-11-29  497: [[package]]
39ee25f5c3 2020-11-29  498: name = "crc32fast"
f988dfd28f 2022-02-13  499: version = "1.3.2"
f988dfd28f 2022-02-13  500: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13  501: checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
f988dfd28f 2022-02-13  502: dependencies = [
f988dfd28f 2022-02-13  503:  "cfg-if 1.0.0",
39ee25f5c3 2020-11-29  504: ]
39ee25f5c3 2020-11-29  505: 
39ee25f5c3 2020-11-29  506: [[package]]
39ee25f5c3 2020-11-29  507: name = "crossbeam-deque"
9143c728f3 2021-09-19  508: version = "0.7.4"
39ee25f5c3 2020-11-29  509: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19  510: checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
39ee25f5c3 2020-11-29  511: dependencies = [
f5365bf71c 2021-01-22  512:  "crossbeam-epoch",
f5365bf71c 2021-01-22  513:  "crossbeam-utils 0.7.2",
f5365bf71c 2021-01-22  514:  "maybe-uninit",
39ee25f5c3 2020-11-29  515: ]
39ee25f5c3 2020-11-29  516: 
39ee25f5c3 2020-11-29  517: [[package]]
39ee25f5c3 2020-11-29  518: name = "crossbeam-epoch"
39ee25f5c3 2020-11-29  519: version = "0.8.2"
39ee25f5c3 2020-11-29  520: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  521: checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
39ee25f5c3 2020-11-29  522: dependencies = [
f988dfd28f 2022-02-13  523:  "autocfg 1.1.0",
f5365bf71c 2021-01-22  524:  "cfg-if 0.1.10",
f5365bf71c 2021-01-22  525:  "crossbeam-utils 0.7.2",
f5365bf71c 2021-01-22  526:  "lazy_static",
f5365bf71c 2021-01-22  527:  "maybe-uninit",
f5365bf71c 2021-01-22  528:  "memoffset",
f5365bf71c 2021-01-22  529:  "scopeguard",
f5365bf71c 2021-01-22  530: ]
f5365bf71c 2021-01-22  531: 
f5365bf71c 2021-01-22  532: [[package]]
f5365bf71c 2021-01-22  533: name = "crossbeam-queue"
f5365bf71c 2021-01-22  534: version = "0.2.3"
f5365bf71c 2021-01-22  535: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  536: checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
f5365bf71c 2021-01-22  537: dependencies = [
f5365bf71c 2021-01-22  538:  "cfg-if 0.1.10",
f5365bf71c 2021-01-22  539:  "crossbeam-utils 0.7.2",
f5365bf71c 2021-01-22  540:  "maybe-uninit",
39ee25f5c3 2020-11-29  541: ]
39ee25f5c3 2020-11-29  542: 
39ee25f5c3 2020-11-29  543: [[package]]
39ee25f5c3 2020-11-29  544: name = "crossbeam-queue"
e7effaf7fb 2022-07-26  545: version = "0.3.6"
39ee25f5c3 2020-11-29  546: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  547: checksum = "1cd42583b04998a5363558e5f9291ee5a5ff6b49944332103f251e7479a82aa7"
39ee25f5c3 2020-11-29  548: dependencies = [
f5365bf71c 2021-01-22  549:  "cfg-if 1.0.0",
e7effaf7fb 2022-07-26  550:  "crossbeam-utils 0.8.11",
39ee25f5c3 2020-11-29  551: ]
39ee25f5c3 2020-11-29  552: 
39ee25f5c3 2020-11-29  553: [[package]]
39ee25f5c3 2020-11-29  554: name = "crossbeam-utils"
39ee25f5c3 2020-11-29  555: version = "0.7.2"
39ee25f5c3 2020-11-29  556: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  557: checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
39ee25f5c3 2020-11-29  558: dependencies = [
f988dfd28f 2022-02-13  559:  "autocfg 1.1.0",
f5365bf71c 2021-01-22  560:  "cfg-if 0.1.10",
f5365bf71c 2021-01-22  561:  "lazy_static",
39ee25f5c3 2020-11-29  562: ]
39ee25f5c3 2020-11-29  563: 
39ee25f5c3 2020-11-29  564: [[package]]
39ee25f5c3 2020-11-29  565: name = "crossbeam-utils"
e7effaf7fb 2022-07-26  566: version = "0.8.11"
39ee25f5c3 2020-11-29  567: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  568: checksum = "51887d4adc7b564537b15adcfb307936f8075dfcd5f00dde9a9f1d29383682bc"
39ee25f5c3 2020-11-29  569: dependencies = [
f5365bf71c 2021-01-22  570:  "cfg-if 1.0.0",
e7effaf7fb 2022-07-26  571:  "once_cell",
39ee25f5c3 2020-11-29  572: ]
39ee25f5c3 2020-11-29  573: 
39ee25f5c3 2020-11-29  574: [[package]]
6e8d042b97 2022-04-19  575: name = "crypto-common"
e7effaf7fb 2022-07-26  576: version = "0.1.6"
39ee25f5c3 2020-11-29  577: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  578: checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
39ee25f5c3 2020-11-29  579: dependencies = [
cb86e770f9 2022-03-15  580:  "generic-array",
6e8d042b97 2022-04-19  581:  "typenum",
cb86e770f9 2022-03-15  582: ]
cb86e770f9 2022-03-15  583: 
cb86e770f9 2022-03-15  584: [[package]]
cb86e770f9 2022-03-15  585: name = "ctor"
6e8d042b97 2022-04-19  586: version = "0.1.22"
cb86e770f9 2022-03-15  587: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19  588: checksum = "f877be4f7c9f246b183111634f75baa039715e3f46ce860677d3b19a69fb229c"
cb86e770f9 2022-03-15  589: dependencies = [
cb86e770f9 2022-03-15  590:  "quote",
cb86e770f9 2022-03-15  591:  "syn",
f5365bf71c 2021-01-22  592: ]
f5365bf71c 2021-01-22  593: 
f5365bf71c 2021-01-22  594: [[package]]
f5365bf71c 2021-01-22  595: name = "darling"
f5365bf71c 2021-01-22  596: version = "0.10.2"
f5365bf71c 2021-01-22  597: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  598: checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
f5365bf71c 2021-01-22  599: dependencies = [
9143c728f3 2021-09-19  600:  "darling_core 0.10.2",
9143c728f3 2021-09-19  601:  "darling_macro 0.10.2",
9143c728f3 2021-09-19  602: ]
9143c728f3 2021-09-19  603: 
9143c728f3 2021-09-19  604: [[package]]
9143c728f3 2021-09-19  605: name = "darling"
9143c728f3 2021-09-19  606: version = "0.12.4"
9143c728f3 2021-09-19  607: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19  608: checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c"
9143c728f3 2021-09-19  609: dependencies = [
9143c728f3 2021-09-19  610:  "darling_core 0.12.4",
9143c728f3 2021-09-19  611:  "darling_macro 0.12.4",
f5365bf71c 2021-01-22  612: ]
f5365bf71c 2021-01-22  613: 
f5365bf71c 2021-01-22  614: [[package]]
f5365bf71c 2021-01-22  615: name = "darling_core"
39ee25f5c3 2020-11-29  616: version = "0.10.2"
39ee25f5c3 2020-11-29  617: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  618: checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
39ee25f5c3 2020-11-29  619: dependencies = [
f5365bf71c 2021-01-22  620:  "fnv",
f5365bf71c 2021-01-22  621:  "ident_case",
f5365bf71c 2021-01-22  622:  "proc-macro2",
f5365bf71c 2021-01-22  623:  "quote",
9143c728f3 2021-09-19  624:  "strsim 0.9.3",
9143c728f3 2021-09-19  625:  "syn",
9143c728f3 2021-09-19  626: ]
9143c728f3 2021-09-19  627: 
9143c728f3 2021-09-19  628: [[package]]
9143c728f3 2021-09-19  629: name = "darling_core"
9143c728f3 2021-09-19  630: version = "0.12.4"
9143c728f3 2021-09-19  631: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19  632: checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36"
9143c728f3 2021-09-19  633: dependencies = [
9143c728f3 2021-09-19  634:  "fnv",
9143c728f3 2021-09-19  635:  "ident_case",
9143c728f3 2021-09-19  636:  "proc-macro2",
9143c728f3 2021-09-19  637:  "quote",
9143c728f3 2021-09-19  638:  "strsim 0.10.0",
f5365bf71c 2021-01-22  639:  "syn",
f5365bf71c 2021-01-22  640: ]
f5365bf71c 2021-01-22  641: 
f5365bf71c 2021-01-22  642: [[package]]
f5365bf71c 2021-01-22  643: name = "darling_macro"
39ee25f5c3 2020-11-29  644: version = "0.10.2"
39ee25f5c3 2020-11-29  645: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  646: checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
39ee25f5c3 2020-11-29  647: dependencies = [
9143c728f3 2021-09-19  648:  "darling_core 0.10.2",
9143c728f3 2021-09-19  649:  "quote",
9143c728f3 2021-09-19  650:  "syn",
9143c728f3 2021-09-19  651: ]
9143c728f3 2021-09-19  652: 
9143c728f3 2021-09-19  653: [[package]]
9143c728f3 2021-09-19  654: name = "darling_macro"
9143c728f3 2021-09-19  655: version = "0.12.4"
9143c728f3 2021-09-19  656: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19  657: checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a"
9143c728f3 2021-09-19  658: dependencies = [
9143c728f3 2021-09-19  659:  "darling_core 0.12.4",
f5365bf71c 2021-01-22  660:  "quote",
f5365bf71c 2021-01-22  661:  "syn",
f5365bf71c 2021-01-22  662: ]
f5365bf71c 2021-01-22  663: 
f5365bf71c 2021-01-22  664: [[package]]
f5365bf71c 2021-01-22  665: name = "derive_builder"
f5365bf71c 2021-01-22  666: version = "0.9.0"
f5365bf71c 2021-01-22  667: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  668: checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
f5365bf71c 2021-01-22  669: dependencies = [
9143c728f3 2021-09-19  670:  "darling 0.10.2",
9143c728f3 2021-09-19  671:  "derive_builder_core 0.9.0",
f5365bf71c 2021-01-22  672:  "proc-macro2",
f5365bf71c 2021-01-22  673:  "quote",
f5365bf71c 2021-01-22  674:  "syn",
9143c728f3 2021-09-19  675: ]
9143c728f3 2021-09-19  676: 
9143c728f3 2021-09-19  677: [[package]]
9143c728f3 2021-09-19  678: name = "derive_builder"
9143c728f3 2021-09-19  679: version = "0.10.2"
9143c728f3 2021-09-19  680: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19  681: checksum = "d13202debe11181040ae9063d739fa32cfcaaebe2275fe387703460ae2365b30"
9143c728f3 2021-09-19  682: dependencies = [
9143c728f3 2021-09-19  683:  "derive_builder_macro",
f5365bf71c 2021-01-22  684: ]
f5365bf71c 2021-01-22  685: 
f5365bf71c 2021-01-22  686: [[package]]
f5365bf71c 2021-01-22  687: name = "derive_builder_core"
39ee25f5c3 2020-11-29  688: version = "0.9.0"
39ee25f5c3 2020-11-29  689: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  690: checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
39ee25f5c3 2020-11-29  691: dependencies = [
9143c728f3 2021-09-19  692:  "darling 0.10.2",
9143c728f3 2021-09-19  693:  "proc-macro2",
9143c728f3 2021-09-19  694:  "quote",
9143c728f3 2021-09-19  695:  "syn",
9143c728f3 2021-09-19  696: ]
9143c728f3 2021-09-19  697: 
9143c728f3 2021-09-19  698: [[package]]
9143c728f3 2021-09-19  699: name = "derive_builder_core"
9143c728f3 2021-09-19  700: version = "0.10.2"
9143c728f3 2021-09-19  701: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19  702: checksum = "66e616858f6187ed828df7c64a6d71720d83767a7f19740b2d1b6fe6327b36e5"
9143c728f3 2021-09-19  703: dependencies = [
9143c728f3 2021-09-19  704:  "darling 0.12.4",
f5365bf71c 2021-01-22  705:  "proc-macro2",
f5365bf71c 2021-01-22  706:  "quote",
9143c728f3 2021-09-19  707:  "syn",
9143c728f3 2021-09-19  708: ]
9143c728f3 2021-09-19  709: 
9143c728f3 2021-09-19  710: [[package]]
9143c728f3 2021-09-19  711: name = "derive_builder_macro"
9143c728f3 2021-09-19  712: version = "0.10.2"
9143c728f3 2021-09-19  713: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19  714: checksum = "58a94ace95092c5acb1e97a7e846b310cfbd499652f72297da7493f618a98d73"
9143c728f3 2021-09-19  715: dependencies = [
9143c728f3 2021-09-19  716:  "derive_builder_core 0.10.2",
f5365bf71c 2021-01-22  717:  "syn",
39ee25f5c3 2020-11-29  718: ]
39ee25f5c3 2020-11-29  719: 
39ee25f5c3 2020-11-29  720: [[package]]
39ee25f5c3 2020-11-29  721: name = "digest"
6e8d042b97 2022-04-19  722: version = "0.10.3"
cb86e770f9 2022-03-15  723: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19  724: checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
cb86e770f9 2022-03-15  725: dependencies = [
6e8d042b97 2022-04-19  726:  "block-buffer",
6e8d042b97 2022-04-19  727:  "crypto-common",
6e8d042b97 2022-04-19  728:  "subtle",
9143c728f3 2021-09-19  729: ]
9143c728f3 2021-09-19  730: 
9143c728f3 2021-09-19  731: [[package]]
9143c728f3 2021-09-19  732: name = "diligent-date-parser"
8836f0946f 2021-10-24  733: version = "0.1.3"
9143c728f3 2021-09-19  734: source = "registry+https://github.com/rust-lang/crates.io-index"
8836f0946f 2021-10-24  735: checksum = "c2d0fd95c7c02e2d6c588c6c5628466fff9bdde4b8c6196465e087b08e792720"
9143c728f3 2021-09-19  736: dependencies = [
9143c728f3 2021-09-19  737:  "chrono",
5609487b23 2021-06-28  738: ]
5609487b23 2021-06-28  739: 
5609487b23 2021-06-28  740: [[package]]
5609487b23 2021-06-28  741: name = "dirs"
4b64438e28 2021-12-30  742: version = "4.0.0"
5609487b23 2021-06-28  743: source = "registry+https://github.com/rust-lang/crates.io-index"
4b64438e28 2021-12-30  744: checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
5609487b23 2021-06-28  745: dependencies = [
5609487b23 2021-06-28  746:  "dirs-sys",
5609487b23 2021-06-28  747: ]
5609487b23 2021-06-28  748: 
5609487b23 2021-06-28  749: [[package]]
5609487b23 2021-06-28  750: name = "dirs-sys"
6e8d042b97 2022-04-19  751: version = "0.3.7"
5609487b23 2021-06-28  752: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19  753: checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
5609487b23 2021-06-28  754: dependencies = [
5609487b23 2021-06-28  755:  "libc",
5609487b23 2021-06-28  756:  "redox_users",
5609487b23 2021-06-28  757:  "winapi 0.3.9",
39ee25f5c3 2020-11-29  758: ]
39ee25f5c3 2020-11-29  759: 
39ee25f5c3 2020-11-29  760: [[package]]
39ee25f5c3 2020-11-29  761: name = "dotenv"
39ee25f5c3 2020-11-29  762: version = "0.15.0"
39ee25f5c3 2020-11-29  763: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  764: checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
39ee25f5c3 2020-11-29  765: 
39ee25f5c3 2020-11-29  766: [[package]]
39ee25f5c3 2020-11-29  767: name = "dtoa"
5609487b23 2021-06-28  768: version = "0.4.8"
39ee25f5c3 2020-11-29  769: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28  770: checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
39ee25f5c3 2020-11-29  771: 
39ee25f5c3 2020-11-29  772: [[package]]
39ee25f5c3 2020-11-29  773: name = "either"
e7effaf7fb 2022-07-26  774: version = "1.7.0"
39ee25f5c3 2020-11-29  775: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  776: checksum = "3f107b87b6afc2a64fd13cac55fe06d6c8859f12d4b14cbcdd2c67d0976781be"
39ee25f5c3 2020-11-29  777: 
39ee25f5c3 2020-11-29  778: [[package]]
39ee25f5c3 2020-11-29  779: name = "encoding_rs"
6e8d042b97 2022-04-19  780: version = "0.8.31"
f5365bf71c 2021-01-22  781: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19  782: checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
f5365bf71c 2021-01-22  783: dependencies = [
f5365bf71c 2021-01-22  784:  "cfg-if 1.0.0",
39ee25f5c3 2020-11-29  785: ]
cb86e770f9 2022-03-15  786: 
cb86e770f9 2022-03-15  787: [[package]]
cb86e770f9 2022-03-15  788: name = "event-listener"
cb86e770f9 2022-03-15  789: version = "2.5.2"
cb86e770f9 2022-03-15  790: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15  791: checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
39ee25f5c3 2020-11-29  792: 
39ee25f5c3 2020-11-29  793: [[package]]
39ee25f5c3 2020-11-29  794: name = "failure"
39ee25f5c3 2020-11-29  795: version = "0.1.8"
39ee25f5c3 2020-11-29  796: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  797: checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
39ee25f5c3 2020-11-29  798: dependencies = [
f5365bf71c 2021-01-22  799:  "backtrace",
f5365bf71c 2021-01-22  800:  "failure_derive",
39ee25f5c3 2020-11-29  801: ]
39ee25f5c3 2020-11-29  802: 
39ee25f5c3 2020-11-29  803: [[package]]
39ee25f5c3 2020-11-29  804: name = "failure_derive"
39ee25f5c3 2020-11-29  805: version = "0.1.8"
39ee25f5c3 2020-11-29  806: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  807: checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
39ee25f5c3 2020-11-29  808: dependencies = [
f5365bf71c 2021-01-22  809:  "proc-macro2",
f5365bf71c 2021-01-22  810:  "quote",
f5365bf71c 2021-01-22  811:  "syn",
f5365bf71c 2021-01-22  812:  "synstructure",
39ee25f5c3 2020-11-29  813: ]
39ee25f5c3 2020-11-29  814: 
39ee25f5c3 2020-11-29  815: [[package]]
e3339014b4 2022-01-26  816: name = "fastrand"
e7effaf7fb 2022-07-26  817: version = "1.8.0"
e3339014b4 2022-01-26  818: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  819: checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
e3339014b4 2022-01-26  820: dependencies = [
e3339014b4 2022-01-26  821:  "instant",
e3339014b4 2022-01-26  822: ]
e3339014b4 2022-01-26  823: 
e3339014b4 2022-01-26  824: [[package]]
39ee25f5c3 2020-11-29  825: name = "flate2"
3a86048961 2022-06-12  826: version = "1.0.24"
39ee25f5c3 2020-11-29  827: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12  828: checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
39ee25f5c3 2020-11-29  829: dependencies = [
f5365bf71c 2021-01-22  830:  "crc32fast",
f5365bf71c 2021-01-22  831:  "miniz_oxide",
39ee25f5c3 2020-11-29  832: ]
39ee25f5c3 2020-11-29  833: 
39ee25f5c3 2020-11-29  834: [[package]]
39ee25f5c3 2020-11-29  835: name = "fnv"
39ee25f5c3 2020-11-29  836: version = "1.0.7"
39ee25f5c3 2020-11-29  837: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  838: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
39ee25f5c3 2020-11-29  839: 
39ee25f5c3 2020-11-29  840: [[package]]
39ee25f5c3 2020-11-29  841: name = "foreign-types"
39ee25f5c3 2020-11-29  842: version = "0.3.2"
39ee25f5c3 2020-11-29  843: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  844: checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
39ee25f5c3 2020-11-29  845: dependencies = [
f5365bf71c 2021-01-22  846:  "foreign-types-shared",
39ee25f5c3 2020-11-29  847: ]
39ee25f5c3 2020-11-29  848: 
39ee25f5c3 2020-11-29  849: [[package]]
39ee25f5c3 2020-11-29  850: name = "foreign-types-shared"
39ee25f5c3 2020-11-29  851: version = "0.1.1"
39ee25f5c3 2020-11-29  852: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  853: checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
39ee25f5c3 2020-11-29  854: 
39ee25f5c3 2020-11-29  855: [[package]]
39ee25f5c3 2020-11-29  856: name = "form_urlencoded"
5609487b23 2021-06-28  857: version = "1.0.1"
39ee25f5c3 2020-11-29  858: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28  859: checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
39ee25f5c3 2020-11-29  860: dependencies = [
f5365bf71c 2021-01-22  861:  "matches",
f5365bf71c 2021-01-22  862:  "percent-encoding 2.1.0",
39ee25f5c3 2020-11-29  863: ]
39ee25f5c3 2020-11-29  864: 
39ee25f5c3 2020-11-29  865: [[package]]
39ee25f5c3 2020-11-29  866: name = "fuchsia-cprng"
39ee25f5c3 2020-11-29  867: version = "0.1.1"
39ee25f5c3 2020-11-29  868: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  869: checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
39ee25f5c3 2020-11-29  870: 
39ee25f5c3 2020-11-29  871: [[package]]
39ee25f5c3 2020-11-29  872: name = "fuchsia-zircon"
39ee25f5c3 2020-11-29  873: version = "0.3.3"
39ee25f5c3 2020-11-29  874: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  875: checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
39ee25f5c3 2020-11-29  876: dependencies = [
f5365bf71c 2021-01-22  877:  "bitflags",
f5365bf71c 2021-01-22  878:  "fuchsia-zircon-sys",
39ee25f5c3 2020-11-29  879: ]
39ee25f5c3 2020-11-29  880: 
39ee25f5c3 2020-11-29  881: [[package]]
39ee25f5c3 2020-11-29  882: name = "fuchsia-zircon-sys"
39ee25f5c3 2020-11-29  883: version = "0.3.3"
39ee25f5c3 2020-11-29  884: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  885: checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
f5365bf71c 2021-01-22  886: 
f5365bf71c 2021-01-22  887: [[package]]
5609487b23 2021-06-28  888: name = "futures"
5609487b23 2021-06-28  889: version = "0.1.31"
f5365bf71c 2021-01-22  890: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28  891: checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
f5365bf71c 2021-01-22  892: 
f5365bf71c 2021-01-22  893: [[package]]
f5365bf71c 2021-01-22  894: name = "futures"
f988dfd28f 2022-02-13  895: version = "0.3.21"
5609487b23 2021-06-28  896: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13  897: checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
f5365bf71c 2021-01-22  898: dependencies = [
f5365bf71c 2021-01-22  899:  "futures-channel",
f5365bf71c 2021-01-22  900:  "futures-core",
f5365bf71c 2021-01-22  901:  "futures-executor",
f5365bf71c 2021-01-22  902:  "futures-io",
f5365bf71c 2021-01-22  903:  "futures-sink",
f5365bf71c 2021-01-22  904:  "futures-task",
f5365bf71c 2021-01-22  905:  "futures-util",
39ee25f5c3 2020-11-29  906: ]
39ee25f5c3 2020-11-29  907: 
39ee25f5c3 2020-11-29  908: [[package]]
39ee25f5c3 2020-11-29  909: name = "futures-channel"
f988dfd28f 2022-02-13  910: version = "0.3.21"
39ee25f5c3 2020-11-29  911: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13  912: checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
39ee25f5c3 2020-11-29  913: dependencies = [
f5365bf71c 2021-01-22  914:  "futures-core",
f5365bf71c 2021-01-22  915:  "futures-sink",
39ee25f5c3 2020-11-29  916: ]
39ee25f5c3 2020-11-29  917: 
39ee25f5c3 2020-11-29  918: [[package]]
39ee25f5c3 2020-11-29  919: name = "futures-core"
f988dfd28f 2022-02-13  920: version = "0.3.21"
39ee25f5c3 2020-11-29  921: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13  922: checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
39ee25f5c3 2020-11-29  923: 
39ee25f5c3 2020-11-29  924: [[package]]
39ee25f5c3 2020-11-29  925: name = "futures-cpupool"
39ee25f5c3 2020-11-29  926: version = "0.1.8"
39ee25f5c3 2020-11-29  927: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22  928: checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
39ee25f5c3 2020-11-29  929: dependencies = [
5609487b23 2021-06-28  930:  "futures 0.1.31",
f5365bf71c 2021-01-22  931:  "num_cpus",
39ee25f5c3 2020-11-29  932: ]
39ee25f5c3 2020-11-29  933: 
39ee25f5c3 2020-11-29  934: [[package]]
39ee25f5c3 2020-11-29  935: name = "futures-executor"
f988dfd28f 2022-02-13  936: version = "0.3.21"
39ee25f5c3 2020-11-29  937: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13  938: checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
39ee25f5c3 2020-11-29  939: dependencies = [
f5365bf71c 2021-01-22  940:  "futures-core",
f5365bf71c 2021-01-22  941:  "futures-task",
f5365bf71c 2021-01-22  942:  "futures-util",
f5365bf71c 2021-01-22  943: ]
f5365bf71c 2021-01-22  944: 
f5365bf71c 2021-01-22  945: [[package]]
9143c728f3 2021-09-19  946: name = "futures-intrusive"
9143c728f3 2021-09-19  947: version = "0.4.0"
9143c728f3 2021-09-19  948: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19  949: checksum = "62007592ac46aa7c2b6416f7deb9a8a8f63a01e0f1d6e1787d5630170db2b63e"
9143c728f3 2021-09-19  950: dependencies = [
9143c728f3 2021-09-19  951:  "futures-core",
6e8d042b97 2022-04-19  952:  "lock_api 0.4.7",
9143c728f3 2021-09-19  953:  "parking_lot 0.11.2",
9143c728f3 2021-09-19  954: ]
9143c728f3 2021-09-19  955: 
9143c728f3 2021-09-19  956: [[package]]
39ee25f5c3 2020-11-29  957: name = "futures-io"
f988dfd28f 2022-02-13  958: version = "0.3.21"
39ee25f5c3 2020-11-29  959: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13  960: checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
f988dfd28f 2022-02-13  961: 
f988dfd28f 2022-02-13  962: [[package]]
cb86e770f9 2022-03-15  963: name = "futures-lite"
cb86e770f9 2022-03-15  964: version = "1.12.0"
cb86e770f9 2022-03-15  965: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15  966: checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
cb86e770f9 2022-03-15  967: dependencies = [
cb86e770f9 2022-03-15  968:  "fastrand",
cb86e770f9 2022-03-15  969:  "futures-core",
cb86e770f9 2022-03-15  970:  "futures-io",
cb86e770f9 2022-03-15  971:  "memchr",
cb86e770f9 2022-03-15  972:  "parking",
cb86e770f9 2022-03-15  973:  "pin-project-lite",
cb86e770f9 2022-03-15  974:  "waker-fn",
cb86e770f9 2022-03-15  975: ]
cb86e770f9 2022-03-15  976: 
cb86e770f9 2022-03-15  977: [[package]]
39ee25f5c3 2020-11-29  978: name = "futures-macro"
f988dfd28f 2022-02-13  979: version = "0.3.21"
39ee25f5c3 2020-11-29  980: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13  981: checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
39ee25f5c3 2020-11-29  982: dependencies = [
f5365bf71c 2021-01-22  983:  "proc-macro2",
f5365bf71c 2021-01-22  984:  "quote",
f5365bf71c 2021-01-22  985:  "syn",
6e8d042b97 2022-04-19  986: ]
6e8d042b97 2022-04-19  987: 
6e8d042b97 2022-04-19  988: [[package]]
e7effaf7fb 2022-07-26  989: name = "futures-rustls"
e7effaf7fb 2022-07-26  990: version = "0.22.1"
e7effaf7fb 2022-07-26  991: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26  992: checksum = "e01fe9932a224b72b45336d96040aa86386d674a31d0af27d800ea7bc8ca97fe"
e7effaf7fb 2022-07-26  993: dependencies = [
e7effaf7fb 2022-07-26  994:  "futures-io",
e7effaf7fb 2022-07-26  995:  "rustls",
e7effaf7fb 2022-07-26  996:  "webpki",
e7effaf7fb 2022-07-26  997: ]
e7effaf7fb 2022-07-26  998: 
e7effaf7fb 2022-07-26  999: [[package]]
39ee25f5c3 2020-11-29 1000: name = "futures-sink"
f988dfd28f 2022-02-13 1001: version = "0.3.21"
39ee25f5c3 2020-11-29 1002: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13 1003: checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
39ee25f5c3 2020-11-29 1004: 
39ee25f5c3 2020-11-29 1005: [[package]]
39ee25f5c3 2020-11-29 1006: name = "futures-task"
f988dfd28f 2022-02-13 1007: version = "0.3.21"
39ee25f5c3 2020-11-29 1008: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13 1009: checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
39ee25f5c3 2020-11-29 1010: 
39ee25f5c3 2020-11-29 1011: [[package]]
39ee25f5c3 2020-11-29 1012: name = "futures-util"
f988dfd28f 2022-02-13 1013: version = "0.3.21"
39ee25f5c3 2020-11-29 1014: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13 1015: checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
39ee25f5c3 2020-11-29 1016: dependencies = [
f5365bf71c 2021-01-22 1017:  "futures-channel",
f5365bf71c 2021-01-22 1018:  "futures-core",
f5365bf71c 2021-01-22 1019:  "futures-io",
f5365bf71c 2021-01-22 1020:  "futures-macro",
f5365bf71c 2021-01-22 1021:  "futures-sink",
f5365bf71c 2021-01-22 1022:  "futures-task",
f5365bf71c 2021-01-22 1023:  "memchr",
b2297258c7 2021-11-06 1024:  "pin-project-lite",
f5365bf71c 2021-01-22 1025:  "pin-utils",
f5365bf71c 2021-01-22 1026:  "slab",
39ee25f5c3 2020-11-29 1027: ]
39ee25f5c3 2020-11-29 1028: 
39ee25f5c3 2020-11-29 1029: [[package]]
39ee25f5c3 2020-11-29 1030: name = "generic-array"
e3339014b4 2022-01-26 1031: version = "0.14.5"
f5365bf71c 2021-01-22 1032: source = "registry+https://github.com/rust-lang/crates.io-index"
e3339014b4 2022-01-26 1033: checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
f5365bf71c 2021-01-22 1034: dependencies = [
f5365bf71c 2021-01-22 1035:  "typenum",
b2297258c7 2021-11-06 1036:  "version_check",
b2297258c7 2021-11-06 1037: ]
b2297258c7 2021-11-06 1038: 
b2297258c7 2021-11-06 1039: [[package]]
b2297258c7 2021-11-06 1040: name = "getrandom"
b2297258c7 2021-11-06 1041: version = "0.1.16"
b2297258c7 2021-11-06 1042: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06 1043: checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
b2297258c7 2021-11-06 1044: dependencies = [
b2297258c7 2021-11-06 1045:  "cfg-if 1.0.0",
b2297258c7 2021-11-06 1046:  "libc",
b2297258c7 2021-11-06 1047:  "wasi 0.9.0+wasi-snapshot-preview1",
f5365bf71c 2021-01-22 1048: ]
f5365bf71c 2021-01-22 1049: 
f5365bf71c 2021-01-22 1050: [[package]]
f5365bf71c 2021-01-22 1051: name = "getrandom"
e7effaf7fb 2022-07-26 1052: version = "0.2.7"
f5365bf71c 2021-01-22 1053: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1054: checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
f5365bf71c 2021-01-22 1055: dependencies = [
f5365bf71c 2021-01-22 1056:  "cfg-if 1.0.0",
f5365bf71c 2021-01-22 1057:  "libc",
e7effaf7fb 2022-07-26 1058:  "wasi 0.11.0+wasi-snapshot-preview1",
f5365bf71c 2021-01-22 1059: ]
f5365bf71c 2021-01-22 1060: 
f5365bf71c 2021-01-22 1061: [[package]]
f5365bf71c 2021-01-22 1062: name = "gimli"
e7effaf7fb 2022-07-26 1063: version = "0.26.2"
f5365bf71c 2021-01-22 1064: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1065: checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
cb86e770f9 2022-03-15 1066: 
cb86e770f9 2022-03-15 1067: [[package]]
cb86e770f9 2022-03-15 1068: name = "gloo-timers"
6e8d042b97 2022-04-19 1069: version = "0.2.4"
cb86e770f9 2022-03-15 1070: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1071: checksum = "5fb7d06c1c8cc2a29bee7ec961009a0b2caa0793ee4900c2ffb348734ba1c8f9"
cb86e770f9 2022-03-15 1072: dependencies = [
cb86e770f9 2022-03-15 1073:  "futures-channel",
cb86e770f9 2022-03-15 1074:  "futures-core",
cb86e770f9 2022-03-15 1075:  "js-sys",
cb86e770f9 2022-03-15 1076:  "wasm-bindgen",
cb86e770f9 2022-03-15 1077: ]
39ee25f5c3 2020-11-29 1078: 
39ee25f5c3 2020-11-29 1079: [[package]]
39ee25f5c3 2020-11-29 1080: name = "h2"
39ee25f5c3 2020-11-29 1081: version = "0.1.26"
39ee25f5c3 2020-11-29 1082: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1083: checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
f5365bf71c 2021-01-22 1084: dependencies = [
f5365bf71c 2021-01-22 1085:  "byteorder",
f5365bf71c 2021-01-22 1086:  "bytes 0.4.12",
f5365bf71c 2021-01-22 1087:  "fnv",
5609487b23 2021-06-28 1088:  "futures 0.1.31",
f5365bf71c 2021-01-22 1089:  "http 0.1.21",
f5365bf71c 2021-01-22 1090:  "indexmap",
b2297258c7 2021-11-06 1091:  "log",
f5365bf71c 2021-01-22 1092:  "slab",
f5365bf71c 2021-01-22 1093:  "string",
f5365bf71c 2021-01-22 1094:  "tokio-io",
f5365bf71c 2021-01-22 1095: ]
f5365bf71c 2021-01-22 1096: 
f5365bf71c 2021-01-22 1097: [[package]]
f5365bf71c 2021-01-22 1098: name = "h2"
6e8d042b97 2022-04-19 1099: version = "0.3.13"
fcf57ccb36 2021-07-25 1100: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1101: checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
fcf57ccb36 2021-07-25 1102: dependencies = [
e7effaf7fb 2022-07-26 1103:  "bytes 1.2.0",
fcf57ccb36 2021-07-25 1104:  "fnv",
fcf57ccb36 2021-07-25 1105:  "futures-core",
fcf57ccb36 2021-07-25 1106:  "futures-sink",
fcf57ccb36 2021-07-25 1107:  "futures-util",
409eb5bafc 2022-06-12 1108:  "http 0.2.8",
fcf57ccb36 2021-07-25 1109:  "indexmap",
fcf57ccb36 2021-07-25 1110:  "slab",
e7effaf7fb 2022-07-26 1111:  "tokio 1.20.1",
e7effaf7fb 2022-07-26 1112:  "tokio-util",
fcf57ccb36 2021-07-25 1113:  "tracing",
fcf57ccb36 2021-07-25 1114: ]
fcf57ccb36 2021-07-25 1115: 
fcf57ccb36 2021-07-25 1116: [[package]]
fcf57ccb36 2021-07-25 1117: name = "hashbrown"
e7effaf7fb 2022-07-26 1118: version = "0.12.3"
cb86e770f9 2022-03-15 1119: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1120: checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
cb86e770f9 2022-03-15 1121: dependencies = [
cb86e770f9 2022-03-15 1122:  "ahash",
f5365bf71c 2021-01-22 1123: ]
f5365bf71c 2021-01-22 1124: 
f5365bf71c 2021-01-22 1125: [[package]]
f5365bf71c 2021-01-22 1126: name = "hashlink"
e7effaf7fb 2022-07-26 1127: version = "0.8.0"
f5365bf71c 2021-01-22 1128: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1129: checksum = "d452c155cb93fecdfb02a73dd57b5d8e442c2063bd7aac72f1bc5e4263a43086"
f5365bf71c 2021-01-22 1130: dependencies = [
cb86e770f9 2022-03-15 1131:  "hashbrown",
f5365bf71c 2021-01-22 1132: ]
f5365bf71c 2021-01-22 1133: 
f5365bf71c 2021-01-22 1134: [[package]]
f5365bf71c 2021-01-22 1135: name = "heck"
6e8d042b97 2022-04-19 1136: version = "0.4.0"
f5365bf71c 2021-01-22 1137: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1138: checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
f5365bf71c 2021-01-22 1139: dependencies = [
f5365bf71c 2021-01-22 1140:  "unicode-segmentation",
f5365bf71c 2021-01-22 1141: ]
f5365bf71c 2021-01-22 1142: 
f5365bf71c 2021-01-22 1143: [[package]]
f5365bf71c 2021-01-22 1144: name = "hermit-abi"
5609487b23 2021-06-28 1145: version = "0.1.19"
f5365bf71c 2021-01-22 1146: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 1147: checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
f5365bf71c 2021-01-22 1148: dependencies = [
f5365bf71c 2021-01-22 1149:  "libc",
f5365bf71c 2021-01-22 1150: ]
f5365bf71c 2021-01-22 1151: 
f5365bf71c 2021-01-22 1152: [[package]]
f5365bf71c 2021-01-22 1153: name = "hex"
5609487b23 2021-06-28 1154: version = "0.4.3"
f5365bf71c 2021-01-22 1155: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 1156: checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5609487b23 2021-06-28 1157: 
5609487b23 2021-06-28 1158: [[package]]
6e8d042b97 2022-04-19 1159: name = "hkdf"
6e8d042b97 2022-04-19 1160: version = "0.12.3"
6e8d042b97 2022-04-19 1161: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1162: checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
6e8d042b97 2022-04-19 1163: dependencies = [
6e8d042b97 2022-04-19 1164:  "hmac",
6e8d042b97 2022-04-19 1165: ]
6e8d042b97 2022-04-19 1166: 
6e8d042b97 2022-04-19 1167: [[package]]
f5365bf71c 2021-01-22 1168: name = "hmac"
6e8d042b97 2022-04-19 1169: version = "0.12.1"
f5365bf71c 2021-01-22 1170: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1171: checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
f5365bf71c 2021-01-22 1172: dependencies = [
cb86e770f9 2022-03-15 1173:  "digest",
f5365bf71c 2021-01-22 1174: ]
f5365bf71c 2021-01-22 1175: 
f5365bf71c 2021-01-22 1176: [[package]]
f5365bf71c 2021-01-22 1177: name = "http"
f5365bf71c 2021-01-22 1178: version = "0.1.21"
f5365bf71c 2021-01-22 1179: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1180: checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
f5365bf71c 2021-01-22 1181: dependencies = [
f5365bf71c 2021-01-22 1182:  "bytes 0.4.12",
f5365bf71c 2021-01-22 1183:  "fnv",
4b64438e28 2021-12-30 1184:  "itoa 0.4.8",
f5365bf71c 2021-01-22 1185: ]
f5365bf71c 2021-01-22 1186: 
f5365bf71c 2021-01-22 1187: [[package]]
f5365bf71c 2021-01-22 1188: name = "http"
409eb5bafc 2022-06-12 1189: version = "0.2.8"
f5365bf71c 2021-01-22 1190: source = "registry+https://github.com/rust-lang/crates.io-index"
409eb5bafc 2022-06-12 1191: checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
f5365bf71c 2021-01-22 1192: dependencies = [
e7effaf7fb 2022-07-26 1193:  "bytes 1.2.0",
f5365bf71c 2021-01-22 1194:  "fnv",
3a86048961 2022-06-12 1195:  "itoa 1.0.2",
f5365bf71c 2021-01-22 1196: ]
f5365bf71c 2021-01-22 1197: 
f5365bf71c 2021-01-22 1198: [[package]]
f5365bf71c 2021-01-22 1199: name = "http-body"
f5365bf71c 2021-01-22 1200: version = "0.1.0"
f5365bf71c 2021-01-22 1201: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1202: checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
f5365bf71c 2021-01-22 1203: dependencies = [
f5365bf71c 2021-01-22 1204:  "bytes 0.4.12",
5609487b23 2021-06-28 1205:  "futures 0.1.31",
f5365bf71c 2021-01-22 1206:  "http 0.1.21",
f5365bf71c 2021-01-22 1207:  "tokio-buf",
f5365bf71c 2021-01-22 1208: ]
f5365bf71c 2021-01-22 1209: 
f5365bf71c 2021-01-22 1210: [[package]]
f5365bf71c 2021-01-22 1211: name = "http-body"
3a86048961 2022-06-12 1212: version = "0.4.5"
f5365bf71c 2021-01-22 1213: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 1214: checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
f5365bf71c 2021-01-22 1215: dependencies = [
e7effaf7fb 2022-07-26 1216:  "bytes 1.2.0",
409eb5bafc 2022-06-12 1217:  "http 0.2.8",
b2297258c7 2021-11-06 1218:  "pin-project-lite",
f5365bf71c 2021-01-22 1219: ]
f5365bf71c 2021-01-22 1220: 
f5365bf71c 2021-01-22 1221: [[package]]
f5365bf71c 2021-01-22 1222: name = "httparse"
2c6733dc18 2022-05-01 1223: version = "1.7.1"
f5365bf71c 2021-01-22 1224: source = "registry+https://github.com/rust-lang/crates.io-index"
2c6733dc18 2022-05-01 1225: checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
f5365bf71c 2021-01-22 1226: 
f5365bf71c 2021-01-22 1227: [[package]]
f5365bf71c 2021-01-22 1228: name = "httpdate"
f48d583330 2021-11-20 1229: version = "1.0.2"
f5365bf71c 2021-01-22 1230: source = "registry+https://github.com/rust-lang/crates.io-index"
f48d583330 2021-11-20 1231: checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
f5365bf71c 2021-01-22 1232: 
f5365bf71c 2021-01-22 1233: [[package]]
f5365bf71c 2021-01-22 1234: name = "hyper"
5609487b23 2021-06-28 1235: version = "0.12.36"
f5365bf71c 2021-01-22 1236: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 1237: checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"
f5365bf71c 2021-01-22 1238: dependencies = [
f5365bf71c 2021-01-22 1239:  "bytes 0.4.12",
5609487b23 2021-06-28 1240:  "futures 0.1.31",
f5365bf71c 2021-01-22 1241:  "futures-cpupool",
f5365bf71c 2021-01-22 1242:  "h2 0.1.26",
f5365bf71c 2021-01-22 1243:  "http 0.1.21",
f5365bf71c 2021-01-22 1244:  "http-body 0.1.0",
f5365bf71c 2021-01-22 1245:  "httparse",
f5365bf71c 2021-01-22 1246:  "iovec",
4b64438e28 2021-12-30 1247:  "itoa 0.4.8",
b2297258c7 2021-11-06 1248:  "log",
f5365bf71c 2021-01-22 1249:  "net2",
f5365bf71c 2021-01-22 1250:  "rustc_version",
f5365bf71c 2021-01-22 1251:  "time",
f5365bf71c 2021-01-22 1252:  "tokio 0.1.22",
f5365bf71c 2021-01-22 1253:  "tokio-buf",
f5365bf71c 2021-01-22 1254:  "tokio-executor",
f5365bf71c 2021-01-22 1255:  "tokio-io",
f5365bf71c 2021-01-22 1256:  "tokio-reactor",
f5365bf71c 2021-01-22 1257:  "tokio-tcp",
f5365bf71c 2021-01-22 1258:  "tokio-threadpool",
f5365bf71c 2021-01-22 1259:  "tokio-timer",
f5365bf71c 2021-01-22 1260:  "want 0.2.0",
f5365bf71c 2021-01-22 1261: ]
f5365bf71c 2021-01-22 1262: 
f5365bf71c 2021-01-22 1263: [[package]]
f5365bf71c 2021-01-22 1264: name = "hyper"
e7effaf7fb 2022-07-26 1265: version = "0.14.20"
f5365bf71c 2021-01-22 1266: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1267: checksum = "02c929dc5c39e335a03c405292728118860721b10190d98c2a0f0efd5baafbac"
f5365bf71c 2021-01-22 1268: dependencies = [
e7effaf7fb 2022-07-26 1269:  "bytes 1.2.0",
f5365bf71c 2021-01-22 1270:  "futures-channel",
f5365bf71c 2021-01-22 1271:  "futures-core",
f5365bf71c 2021-01-22 1272:  "futures-util",
6e8d042b97 2022-04-19 1273:  "h2 0.3.13",
409eb5bafc 2022-06-12 1274:  "http 0.2.8",
3a86048961 2022-06-12 1275:  "http-body 0.4.5",
f5365bf71c 2021-01-22 1276:  "httparse",
f5365bf71c 2021-01-22 1277:  "httpdate",
3a86048961 2022-06-12 1278:  "itoa 1.0.2",
b2297258c7 2021-11-06 1279:  "pin-project-lite",
b2297258c7 2021-11-06 1280:  "socket2",
e7effaf7fb 2022-07-26 1281:  "tokio 1.20.1",
f5365bf71c 2021-01-22 1282:  "tower-service",
f5365bf71c 2021-01-22 1283:  "tracing",
f5365bf71c 2021-01-22 1284:  "want 0.3.0",
39ee25f5c3 2020-11-29 1285: ]
39ee25f5c3 2020-11-29 1286: 
39ee25f5c3 2020-11-29 1287: [[package]]
39ee25f5c3 2020-11-29 1288: name = "hyper-tls"
39ee25f5c3 2020-11-29 1289: version = "0.3.2"
39ee25f5c3 2020-11-29 1290: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1291: checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f"
39ee25f5c3 2020-11-29 1292: dependencies = [
f5365bf71c 2021-01-22 1293:  "bytes 0.4.12",
5609487b23 2021-06-28 1294:  "futures 0.1.31",
5609487b23 2021-06-28 1295:  "hyper 0.12.36",
f5365bf71c 2021-01-22 1296:  "native-tls",
f5365bf71c 2021-01-22 1297:  "tokio-io",
39ee25f5c3 2020-11-29 1298: ]
39ee25f5c3 2020-11-29 1299: 
39ee25f5c3 2020-11-29 1300: [[package]]
39ee25f5c3 2020-11-29 1301: name = "hyper-tls"
b2297258c7 2021-11-06 1302: version = "0.5.0"
39ee25f5c3 2020-11-29 1303: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06 1304: checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
39ee25f5c3 2020-11-29 1305: dependencies = [
e7effaf7fb 2022-07-26 1306:  "bytes 1.2.0",
e7effaf7fb 2022-07-26 1307:  "hyper 0.14.20",
f5365bf71c 2021-01-22 1308:  "native-tls",
e7effaf7fb 2022-07-26 1309:  "tokio 1.20.1",
b2297258c7 2021-11-06 1310:  "tokio-native-tls",
39ee25f5c3 2020-11-29 1311: ]
39ee25f5c3 2020-11-29 1312: 
39ee25f5c3 2020-11-29 1313: [[package]]
39ee25f5c3 2020-11-29 1314: name = "ident_case"
39ee25f5c3 2020-11-29 1315: version = "1.0.1"
39ee25f5c3 2020-11-29 1316: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1317: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
39ee25f5c3 2020-11-29 1318: 
39ee25f5c3 2020-11-29 1319: [[package]]
39ee25f5c3 2020-11-29 1320: name = "idna"
39ee25f5c3 2020-11-29 1321: version = "0.1.5"
39ee25f5c3 2020-11-29 1322: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1323: checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
39ee25f5c3 2020-11-29 1324: dependencies = [
f5365bf71c 2021-01-22 1325:  "matches",
f5365bf71c 2021-01-22 1326:  "unicode-bidi",
f5365bf71c 2021-01-22 1327:  "unicode-normalization",
39ee25f5c3 2020-11-29 1328: ]
39ee25f5c3 2020-11-29 1329: 
39ee25f5c3 2020-11-29 1330: [[package]]
39ee25f5c3 2020-11-29 1331: name = "idna"
5609487b23 2021-06-28 1332: version = "0.2.3"
39ee25f5c3 2020-11-29 1333: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 1334: checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
39ee25f5c3 2020-11-29 1335: dependencies = [
f5365bf71c 2021-01-22 1336:  "matches",
f5365bf71c 2021-01-22 1337:  "unicode-bidi",
f5365bf71c 2021-01-22 1338:  "unicode-normalization",
39ee25f5c3 2020-11-29 1339: ]
39ee25f5c3 2020-11-29 1340: 
39ee25f5c3 2020-11-29 1341: [[package]]
39ee25f5c3 2020-11-29 1342: name = "indexmap"
e7effaf7fb 2022-07-26 1343: version = "1.9.1"
39ee25f5c3 2020-11-29 1344: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1345: checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
39ee25f5c3 2020-11-29 1346: dependencies = [
f988dfd28f 2022-02-13 1347:  "autocfg 1.1.0",
cb86e770f9 2022-03-15 1348:  "hashbrown",
39ee25f5c3 2020-11-29 1349: ]
39ee25f5c3 2020-11-29 1350: 
39ee25f5c3 2020-11-29 1351: [[package]]
39ee25f5c3 2020-11-29 1352: name = "instant"
8836f0946f 2021-10-24 1353: version = "0.1.12"
39ee25f5c3 2020-11-29 1354: source = "registry+https://github.com/rust-lang/crates.io-index"
8836f0946f 2021-10-24 1355: checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
39ee25f5c3 2020-11-29 1356: dependencies = [
f5365bf71c 2021-01-22 1357:  "cfg-if 1.0.0",
39ee25f5c3 2020-11-29 1358: ]
39ee25f5c3 2020-11-29 1359: 
39ee25f5c3 2020-11-29 1360: [[package]]
39ee25f5c3 2020-11-29 1361: name = "iovec"
39ee25f5c3 2020-11-29 1362: version = "0.1.4"
39ee25f5c3 2020-11-29 1363: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1364: checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
39ee25f5c3 2020-11-29 1365: dependencies = [
f5365bf71c 2021-01-22 1366:  "libc",
39ee25f5c3 2020-11-29 1367: ]
f5365bf71c 2021-01-22 1368: 
f5365bf71c 2021-01-22 1369: [[package]]
d52a6ff5c8 2021-09-30 1370: name = "ipnet"
6e8d042b97 2022-04-19 1371: version = "2.5.0"
d52a6ff5c8 2021-09-30 1372: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1373: checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
d52a6ff5c8 2021-09-30 1374: 
d52a6ff5c8 2021-09-30 1375: [[package]]
9143c728f3 2021-09-19 1376: name = "itertools"
659724c658 2021-12-08 1377: version = "0.10.3"
9143c728f3 2021-09-19 1378: source = "registry+https://github.com/rust-lang/crates.io-index"
659724c658 2021-12-08 1379: checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
9143c728f3 2021-09-19 1380: dependencies = [
9143c728f3 2021-09-19 1381:  "either",
9143c728f3 2021-09-19 1382: ]
9143c728f3 2021-09-19 1383: 
9143c728f3 2021-09-19 1384: [[package]]
9143c728f3 2021-09-19 1385: name = "itoa"
9143c728f3 2021-09-19 1386: version = "0.4.8"
9143c728f3 2021-09-19 1387: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19 1388: checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
9143c728f3 2021-09-19 1389: 
9143c728f3 2021-09-19 1390: [[package]]
4b64438e28 2021-12-30 1391: name = "itoa"
3a86048961 2022-06-12 1392: version = "1.0.2"
4b64438e28 2021-12-30 1393: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 1394: checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
4b64438e28 2021-12-30 1395: 
4b64438e28 2021-12-30 1396: [[package]]
39ee25f5c3 2020-11-29 1397: name = "js-sys"
e7effaf7fb 2022-07-26 1398: version = "0.3.59"
39ee25f5c3 2020-11-29 1399: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1400: checksum = "258451ab10b34f8af53416d1fdab72c22e805f0c92a1136d59470ec0b11138b2"
39ee25f5c3 2020-11-29 1401: dependencies = [
f5365bf71c 2021-01-22 1402:  "wasm-bindgen",
39ee25f5c3 2020-11-29 1403: ]
39ee25f5c3 2020-11-29 1404: 
39ee25f5c3 2020-11-29 1405: [[package]]
39ee25f5c3 2020-11-29 1406: name = "kernel32-sys"
39ee25f5c3 2020-11-29 1407: version = "0.2.2"
39ee25f5c3 2020-11-29 1408: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1409: checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
39ee25f5c3 2020-11-29 1410: dependencies = [
f5365bf71c 2021-01-22 1411:  "winapi 0.2.8",
f5365bf71c 2021-01-22 1412:  "winapi-build",
39ee25f5c3 2020-11-29 1413: ]
39ee25f5c3 2020-11-29 1414: 
39ee25f5c3 2020-11-29 1415: [[package]]
cb86e770f9 2022-03-15 1416: name = "kv-log-macro"
cb86e770f9 2022-03-15 1417: version = "1.0.7"
cb86e770f9 2022-03-15 1418: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15 1419: checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
cb86e770f9 2022-03-15 1420: dependencies = [
cb86e770f9 2022-03-15 1421:  "log",
cb86e770f9 2022-03-15 1422: ]
cb86e770f9 2022-03-15 1423: 
cb86e770f9 2022-03-15 1424: [[package]]
39ee25f5c3 2020-11-29 1425: name = "lazy_static"
39ee25f5c3 2020-11-29 1426: version = "1.4.0"
39ee25f5c3 2020-11-29 1427: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1428: checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
39ee25f5c3 2020-11-29 1429: 
39ee25f5c3 2020-11-29 1430: [[package]]
39ee25f5c3 2020-11-29 1431: name = "libc"
3a86048961 2022-06-12 1432: version = "0.2.126"
cb86e770f9 2022-03-15 1433: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 1434: checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
39ee25f5c3 2020-11-29 1435: 
39ee25f5c3 2020-11-29 1436: [[package]]
39ee25f5c3 2020-11-29 1437: name = "lock_api"
39ee25f5c3 2020-11-29 1438: version = "0.3.4"
39ee25f5c3 2020-11-29 1439: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1440: checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
f5365bf71c 2021-01-22 1441: dependencies = [
f5365bf71c 2021-01-22 1442:  "scopeguard",
f5365bf71c 2021-01-22 1443: ]
f5365bf71c 2021-01-22 1444: 
f5365bf71c 2021-01-22 1445: [[package]]
f5365bf71c 2021-01-22 1446: name = "lock_api"
6e8d042b97 2022-04-19 1447: version = "0.4.7"
f5365bf71c 2021-01-22 1448: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1449: checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
f5365bf71c 2021-01-22 1450: dependencies = [
6e8d042b97 2022-04-19 1451:  "autocfg 1.1.0",
f5365bf71c 2021-01-22 1452:  "scopeguard",
f5365bf71c 2021-01-22 1453: ]
f5365bf71c 2021-01-22 1454: 
f5365bf71c 2021-01-22 1455: [[package]]
f5365bf71c 2021-01-22 1456: name = "log"
3a86048961 2022-06-12 1457: version = "0.4.17"
b2297258c7 2021-11-06 1458: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 1459: checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
5609487b23 2021-06-28 1460: dependencies = [
5609487b23 2021-06-28 1461:  "cfg-if 1.0.0",
cb86e770f9 2022-03-15 1462:  "value-bag",
5609487b23 2021-06-28 1463: ]
f5365bf71c 2021-01-22 1464: 
f5365bf71c 2021-01-22 1465: [[package]]
f5365bf71c 2021-01-22 1466: name = "matches"
9143c728f3 2021-09-19 1467: version = "0.1.9"
f5365bf71c 2021-01-22 1468: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19 1469: checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
39ee25f5c3 2020-11-29 1470: 
39ee25f5c3 2020-11-29 1471: [[package]]
39ee25f5c3 2020-11-29 1472: name = "maybe-uninit"
39ee25f5c3 2020-11-29 1473: version = "2.0.0"
39ee25f5c3 2020-11-29 1474: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1475: checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
39ee25f5c3 2020-11-29 1476: 
39ee25f5c3 2020-11-29 1477: [[package]]
39ee25f5c3 2020-11-29 1478: name = "md-5"
6e8d042b97 2022-04-19 1479: version = "0.10.1"
39ee25f5c3 2020-11-29 1480: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1481: checksum = "658646b21e0b72f7866c7038ab086d3d5e1cd6271f060fd37defb241949d0582"
39ee25f5c3 2020-11-29 1482: dependencies = [
cb86e770f9 2022-03-15 1483:  "digest",
39ee25f5c3 2020-11-29 1484: ]
39ee25f5c3 2020-11-29 1485: 
39ee25f5c3 2020-11-29 1486: [[package]]
39ee25f5c3 2020-11-29 1487: name = "memchr"
2c6733dc18 2022-05-01 1488: version = "2.5.0"
39ee25f5c3 2020-11-29 1489: source = "registry+https://github.com/rust-lang/crates.io-index"
2c6733dc18 2022-05-01 1490: checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
39ee25f5c3 2020-11-29 1491: 
39ee25f5c3 2020-11-29 1492: [[package]]
39ee25f5c3 2020-11-29 1493: name = "memoffset"
39ee25f5c3 2020-11-29 1494: version = "0.5.6"
39ee25f5c3 2020-11-29 1495: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1496: checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
f5365bf71c 2021-01-22 1497: dependencies = [
f988dfd28f 2022-02-13 1498:  "autocfg 1.1.0",
39ee25f5c3 2020-11-29 1499: ]
39ee25f5c3 2020-11-29 1500: 
39ee25f5c3 2020-11-29 1501: [[package]]
39ee25f5c3 2020-11-29 1502: name = "mime"
39ee25f5c3 2020-11-29 1503: version = "0.3.16"
39ee25f5c3 2020-11-29 1504: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1505: checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
39ee25f5c3 2020-11-29 1506: 
39ee25f5c3 2020-11-29 1507: [[package]]
39ee25f5c3 2020-11-29 1508: name = "mime_guess"
28da2e2a00 2022-03-12 1509: version = "2.0.4"
b2297258c7 2021-11-06 1510: source = "registry+https://github.com/rust-lang/crates.io-index"
28da2e2a00 2022-03-12 1511: checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
b2297258c7 2021-11-06 1512: dependencies = [
b2297258c7 2021-11-06 1513:  "mime",
b2297258c7 2021-11-06 1514:  "unicase",
39ee25f5c3 2020-11-29 1515: ]
39ee25f5c3 2020-11-29 1516: 
39ee25f5c3 2020-11-29 1517: [[package]]
9143c728f3 2021-09-19 1518: name = "minimal-lexical"
b2297258c7 2021-11-06 1519: version = "0.2.1"
39ee25f5c3 2020-11-29 1520: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06 1521: checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
39ee25f5c3 2020-11-29 1522: 
39ee25f5c3 2020-11-29 1523: [[package]]
39ee25f5c3 2020-11-29 1524: name = "miniz_oxide"
3a86048961 2022-06-12 1525: version = "0.5.3"
39ee25f5c3 2020-11-29 1526: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 1527: checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
39ee25f5c3 2020-11-29 1528: dependencies = [
f5365bf71c 2021-01-22 1529:  "adler",
5148f929f3 2020-12-07 1530: ]
5148f929f3 2020-12-07 1531: 
5148f929f3 2020-12-07 1532: [[package]]
5148f929f3 2020-12-07 1533: name = "mio"
5148f929f3 2020-12-07 1534: version = "0.6.23"
5148f929f3 2020-12-07 1535: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1536: checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
5148f929f3 2020-12-07 1537: dependencies = [
f5365bf71c 2021-01-22 1538:  "cfg-if 0.1.10",
f5365bf71c 2021-01-22 1539:  "fuchsia-zircon",
f5365bf71c 2021-01-22 1540:  "fuchsia-zircon-sys",
f5365bf71c 2021-01-22 1541:  "iovec",
f5365bf71c 2021-01-22 1542:  "kernel32-sys",
f5365bf71c 2021-01-22 1543:  "libc",
b2297258c7 2021-11-06 1544:  "log",
3a86048961 2022-06-12 1545:  "miow",
f5365bf71c 2021-01-22 1546:  "net2",
f5365bf71c 2021-01-22 1547:  "slab",
f5365bf71c 2021-01-22 1548:  "winapi 0.2.8",
b2297258c7 2021-11-06 1549: ]
b2297258c7 2021-11-06 1550: 
b2297258c7 2021-11-06 1551: [[package]]
b2297258c7 2021-11-06 1552: name = "mio"
e7effaf7fb 2022-07-26 1553: version = "0.8.4"
b2297258c7 2021-11-06 1554: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1555: checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
b2297258c7 2021-11-06 1556: dependencies = [
b2297258c7 2021-11-06 1557:  "libc",
b2297258c7 2021-11-06 1558:  "log",
28da2e2a00 2022-03-12 1559:  "wasi 0.11.0+wasi-snapshot-preview1",
3a86048961 2022-06-12 1560:  "windows-sys",
39ee25f5c3 2020-11-29 1561: ]
39ee25f5c3 2020-11-29 1562: 
39ee25f5c3 2020-11-29 1563: [[package]]
39ee25f5c3 2020-11-29 1564: name = "miow"
39ee25f5c3 2020-11-29 1565: version = "0.2.2"
39ee25f5c3 2020-11-29 1566: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1567: checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
39ee25f5c3 2020-11-29 1568: dependencies = [
f5365bf71c 2021-01-22 1569:  "kernel32-sys",
f5365bf71c 2021-01-22 1570:  "net2",
f5365bf71c 2021-01-22 1571:  "winapi 0.2.8",
f5365bf71c 2021-01-22 1572:  "ws2_32-sys",
39ee25f5c3 2020-11-29 1573: ]
39ee25f5c3 2020-11-29 1574: 
39ee25f5c3 2020-11-29 1575: [[package]]
39ee25f5c3 2020-11-29 1576: name = "multipart"
b2297258c7 2021-11-06 1577: version = "0.17.1"
39ee25f5c3 2020-11-29 1578: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06 1579: checksum = "d050aeedc89243f5347c3e237e3e13dc76fbe4ae3742a57b94dc14f69acf76d4"
39ee25f5c3 2020-11-29 1580: dependencies = [
b2297258c7 2021-11-06 1581:  "log",
b2297258c7 2021-11-06 1582:  "mime",
b2297258c7 2021-11-06 1583:  "mime_guess",
b2297258c7 2021-11-06 1584:  "rand 0.7.3",
f5365bf71c 2021-01-22 1585:  "tempfile",
39ee25f5c3 2020-11-29 1586: ]
39ee25f5c3 2020-11-29 1587: 
39ee25f5c3 2020-11-29 1588: [[package]]
39ee25f5c3 2020-11-29 1589: name = "native-tls"
6e8d042b97 2022-04-19 1590: version = "0.2.10"
f5365bf71c 2021-01-22 1591: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1592: checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
f5365bf71c 2021-01-22 1593: dependencies = [
f5365bf71c 2021-01-22 1594:  "lazy_static",
f5365bf71c 2021-01-22 1595:  "libc",
b2297258c7 2021-11-06 1596:  "log",
f5365bf71c 2021-01-22 1597:  "openssl",
f5365bf71c 2021-01-22 1598:  "openssl-probe",
f5365bf71c 2021-01-22 1599:  "openssl-sys",
f5365bf71c 2021-01-22 1600:  "schannel",
f5365bf71c 2021-01-22 1601:  "security-framework",
f5365bf71c 2021-01-22 1602:  "security-framework-sys",
f5365bf71c 2021-01-22 1603:  "tempfile",
39ee25f5c3 2020-11-29 1604: ]
39ee25f5c3 2020-11-29 1605: 
39ee25f5c3 2020-11-29 1606: [[package]]
39ee25f5c3 2020-11-29 1607: name = "net2"
a68576cc1b 2020-12-15 1608: version = "0.2.37"
a68576cc1b 2020-12-15 1609: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1610: checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
f5365bf71c 2021-01-22 1611: dependencies = [
f5365bf71c 2021-01-22 1612:  "cfg-if 0.1.10",
f5365bf71c 2021-01-22 1613:  "libc",
f5365bf71c 2021-01-22 1614:  "winapi 0.3.9",
f5365bf71c 2021-01-22 1615: ]
f5365bf71c 2021-01-22 1616: 
f5365bf71c 2021-01-22 1617: [[package]]
9143c728f3 2021-09-19 1618: name = "never"
9143c728f3 2021-09-19 1619: version = "0.1.0"
f5365bf71c 2021-01-22 1620: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19 1621: checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
f5365bf71c 2021-01-22 1622: 
f5365bf71c 2021-01-22 1623: [[package]]
f5365bf71c 2021-01-22 1624: name = "nom"
6e8d042b97 2022-04-19 1625: version = "7.1.1"
28da2e2a00 2022-03-12 1626: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1627: checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
b2297258c7 2021-11-06 1628: dependencies = [
b2297258c7 2021-11-06 1629:  "memchr",
b2297258c7 2021-11-06 1630:  "minimal-lexical",
b2297258c7 2021-11-06 1631: ]
b2297258c7 2021-11-06 1632: 
b2297258c7 2021-11-06 1633: [[package]]
b2297258c7 2021-11-06 1634: name = "num-integer"
2c6733dc18 2022-05-01 1635: version = "0.1.45"
4b64438e28 2021-12-30 1636: source = "registry+https://github.com/rust-lang/crates.io-index"
2c6733dc18 2022-05-01 1637: checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
4b64438e28 2021-12-30 1638: dependencies = [
f988dfd28f 2022-02-13 1639:  "autocfg 1.1.0",
28da2e2a00 2022-03-12 1640:  "num-traits",
4b64438e28 2021-12-30 1641: ]
4b64438e28 2021-12-30 1642: 
4b64438e28 2021-12-30 1643: [[package]]
4b64438e28 2021-12-30 1644: name = "num-traits"
3a86048961 2022-06-12 1645: version = "0.2.15"
28da2e2a00 2022-03-12 1646: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 1647: checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
f988dfd28f 2022-02-13 1648: dependencies = [
f988dfd28f 2022-02-13 1649:  "autocfg 1.1.0",
4b64438e28 2021-12-30 1650: ]
4b64438e28 2021-12-30 1651: 
4b64438e28 2021-12-30 1652: [[package]]
4b64438e28 2021-12-30 1653: name = "num_cpus"
4b64438e28 2021-12-30 1654: version = "1.13.1"
4b64438e28 2021-12-30 1655: source = "registry+https://github.com/rust-lang/crates.io-index"
4b64438e28 2021-12-30 1656: checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
a68576cc1b 2020-12-15 1657: dependencies = [
f5365bf71c 2021-01-22 1658:  "hermit-abi",
f5365bf71c 2021-01-22 1659:  "libc",
39ee25f5c3 2020-11-29 1660: ]
39ee25f5c3 2020-11-29 1661: 
39ee25f5c3 2020-11-29 1662: [[package]]
39ee25f5c3 2020-11-29 1663: name = "object"
e7effaf7fb 2022-07-26 1664: version = "0.29.0"
39ee25f5c3 2020-11-29 1665: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1666: checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
5609487b23 2021-06-28 1667: dependencies = [
5609487b23 2021-06-28 1668:  "memchr",
5609487b23 2021-06-28 1669: ]
39ee25f5c3 2020-11-29 1670: 
39ee25f5c3 2020-11-29 1671: [[package]]
39ee25f5c3 2020-11-29 1672: name = "once_cell"
e7effaf7fb 2022-07-26 1673: version = "1.13.0"
6e8d042b97 2022-04-19 1674: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1675: checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
39ee25f5c3 2020-11-29 1676: 
39ee25f5c3 2020-11-29 1677: [[package]]
39ee25f5c3 2020-11-29 1678: name = "openssl"
e7effaf7fb 2022-07-26 1679: version = "0.10.41"
39ee25f5c3 2020-11-29 1680: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1681: checksum = "618febf65336490dfcf20b73f885f5651a0c89c64c2d4a8c3662585a70bf5bd0"
39ee25f5c3 2020-11-29 1682: dependencies = [
f5365bf71c 2021-01-22 1683:  "bitflags",
f5365bf71c 2021-01-22 1684:  "cfg-if 1.0.0",
f5365bf71c 2021-01-22 1685:  "foreign-types",
f5365bf71c 2021-01-22 1686:  "libc",
5609487b23 2021-06-28 1687:  "once_cell",
3a86048961 2022-06-12 1688:  "openssl-macros",
f5365bf71c 2021-01-22 1689:  "openssl-sys",
3a86048961 2022-06-12 1690: ]
3a86048961 2022-06-12 1691: 
3a86048961 2022-06-12 1692: [[package]]
3a86048961 2022-06-12 1693: name = "openssl-macros"
3a86048961 2022-06-12 1694: version = "0.1.0"
3a86048961 2022-06-12 1695: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 1696: checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
3a86048961 2022-06-12 1697: dependencies = [
3a86048961 2022-06-12 1698:  "proc-macro2",
3a86048961 2022-06-12 1699:  "quote",
3a86048961 2022-06-12 1700:  "syn",
e3339014b4 2022-01-26 1701: ]
e3339014b4 2022-01-26 1702: 
e3339014b4 2022-01-26 1703: [[package]]
39ee25f5c3 2020-11-29 1704: name = "openssl-probe"
e3339014b4 2022-01-26 1705: version = "0.1.5"
39ee25f5c3 2020-11-29 1706: source = "registry+https://github.com/rust-lang/crates.io-index"
e3339014b4 2022-01-26 1707: checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
39ee25f5c3 2020-11-29 1708: 
39ee25f5c3 2020-11-29 1709: [[package]]
39ee25f5c3 2020-11-29 1710: name = "openssl-sys"
e7effaf7fb 2022-07-26 1711: version = "0.9.75"
39ee25f5c3 2020-11-29 1712: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1713: checksum = "e5f9bd0c2710541a3cda73d6f9ac4f1b240de4ae261065d309dbe73d9dceb42f"
39ee25f5c3 2020-11-29 1714: dependencies = [
f988dfd28f 2022-02-13 1715:  "autocfg 1.1.0",
f5365bf71c 2021-01-22 1716:  "cc",
f5365bf71c 2021-01-22 1717:  "libc",
f5365bf71c 2021-01-22 1718:  "pkg-config",
f5365bf71c 2021-01-22 1719:  "vcpkg",
39ee25f5c3 2020-11-29 1720: ]
39ee25f5c3 2020-11-29 1721: 
39ee25f5c3 2020-11-29 1722: [[package]]
39ee25f5c3 2020-11-29 1723: name = "ordered-float"
e3339014b4 2022-01-26 1724: version = "2.10.0"
39ee25f5c3 2020-11-29 1725: source = "registry+https://github.com/rust-lang/crates.io-index"
e3339014b4 2022-01-26 1726: checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
39ee25f5c3 2020-11-29 1727: dependencies = [
28da2e2a00 2022-03-12 1728:  "num-traits",
39ee25f5c3 2020-11-29 1729: ]
28da2e2a00 2022-03-12 1730: 
28da2e2a00 2022-03-12 1731: [[package]]
cb86e770f9 2022-03-15 1732: name = "parking"
cb86e770f9 2022-03-15 1733: version = "2.0.0"
28da2e2a00 2022-03-12 1734: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15 1735: checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
39ee25f5c3 2020-11-29 1736: 
39ee25f5c3 2020-11-29 1737: [[package]]
39ee25f5c3 2020-11-29 1738: name = "parking_lot"
39ee25f5c3 2020-11-29 1739: version = "0.9.0"
39ee25f5c3 2020-11-29 1740: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1741: checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
39ee25f5c3 2020-11-29 1742: dependencies = [
f5365bf71c 2021-01-22 1743:  "lock_api 0.3.4",
f5365bf71c 2021-01-22 1744:  "parking_lot_core 0.6.2",
f5365bf71c 2021-01-22 1745:  "rustc_version",
39ee25f5c3 2020-11-29 1746: ]
39ee25f5c3 2020-11-29 1747: 
39ee25f5c3 2020-11-29 1748: [[package]]
39ee25f5c3 2020-11-29 1749: name = "parking_lot"
9143c728f3 2021-09-19 1750: version = "0.11.2"
39ee25f5c3 2020-11-29 1751: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19 1752: checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
39ee25f5c3 2020-11-29 1753: dependencies = [
f5365bf71c 2021-01-22 1754:  "instant",
6e8d042b97 2022-04-19 1755:  "lock_api 0.4.7",
9143c728f3 2021-09-19 1756:  "parking_lot_core 0.8.5",
39ee25f5c3 2020-11-29 1757: ]
39ee25f5c3 2020-11-29 1758: 
39ee25f5c3 2020-11-29 1759: [[package]]
39ee25f5c3 2020-11-29 1760: name = "parking_lot_core"
39ee25f5c3 2020-11-29 1761: version = "0.6.2"
39ee25f5c3 2020-11-29 1762: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1763: checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
39ee25f5c3 2020-11-29 1764: dependencies = [
f5365bf71c 2021-01-22 1765:  "cfg-if 0.1.10",
f5365bf71c 2021-01-22 1766:  "cloudabi",
f5365bf71c 2021-01-22 1767:  "libc",
f5365bf71c 2021-01-22 1768:  "redox_syscall 0.1.57",
f5365bf71c 2021-01-22 1769:  "rustc_version",
f5365bf71c 2021-01-22 1770:  "smallvec 0.6.14",
f5365bf71c 2021-01-22 1771:  "winapi 0.3.9",
39ee25f5c3 2020-11-29 1772: ]
39ee25f5c3 2020-11-29 1773: 
39ee25f5c3 2020-11-29 1774: [[package]]
39ee25f5c3 2020-11-29 1775: name = "parking_lot_core"
9143c728f3 2021-09-19 1776: version = "0.8.5"
39ee25f5c3 2020-11-29 1777: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19 1778: checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
39ee25f5c3 2020-11-29 1779: dependencies = [
f5365bf71c 2021-01-22 1780:  "cfg-if 1.0.0",
f5365bf71c 2021-01-22 1781:  "instant",
f5365bf71c 2021-01-22 1782:  "libc",
e7effaf7fb 2022-07-26 1783:  "redox_syscall 0.2.15",
e7effaf7fb 2022-07-26 1784:  "smallvec 1.9.0",
f5365bf71c 2021-01-22 1785:  "winapi 0.3.9",
5148f929f3 2020-12-07 1786: ]
28da2e2a00 2022-03-12 1787: 
28da2e2a00 2022-03-12 1788: [[package]]
28da2e2a00 2022-03-12 1789: name = "paste"
6e8d042b97 2022-04-19 1790: version = "1.0.7"
28da2e2a00 2022-03-12 1791: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1792: checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
28da2e2a00 2022-03-12 1793: 
28da2e2a00 2022-03-12 1794: [[package]]
28da2e2a00 2022-03-12 1795: name = "pathdiff"
28da2e2a00 2022-03-12 1796: version = "0.2.1"
28da2e2a00 2022-03-12 1797: source = "registry+https://github.com/rust-lang/crates.io-index"
28da2e2a00 2022-03-12 1798: checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
39ee25f5c3 2020-11-29 1799: 
39ee25f5c3 2020-11-29 1800: [[package]]
39ee25f5c3 2020-11-29 1801: name = "percent-encoding"
39ee25f5c3 2020-11-29 1802: version = "1.0.1"
39ee25f5c3 2020-11-29 1803: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1804: checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
39ee25f5c3 2020-11-29 1805: 
39ee25f5c3 2020-11-29 1806: [[package]]
39ee25f5c3 2020-11-29 1807: name = "percent-encoding"
39ee25f5c3 2020-11-29 1808: version = "2.1.0"
39ee25f5c3 2020-11-29 1809: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1810: checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
f5365bf71c 2021-01-22 1811: 
f5365bf71c 2021-01-22 1812: [[package]]
5609487b23 2021-06-28 1813: name = "pin-project"
e7effaf7fb 2022-07-26 1814: version = "1.0.11"
5609487b23 2021-06-28 1815: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1816: checksum = "78203e83c48cffbe01e4a2d35d566ca4de445d79a85372fc64e378bfc812a260"
5609487b23 2021-06-28 1817: dependencies = [
5609487b23 2021-06-28 1818:  "pin-project-internal",
5609487b23 2021-06-28 1819: ]
5609487b23 2021-06-28 1820: 
5609487b23 2021-06-28 1821: [[package]]
5609487b23 2021-06-28 1822: name = "pin-project-internal"
e7effaf7fb 2022-07-26 1823: version = "1.0.11"
5609487b23 2021-06-28 1824: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1825: checksum = "710faf75e1b33345361201d36d04e98ac1ed8909151a017ed384700836104c74"
f5365bf71c 2021-01-22 1826: dependencies = [
f5365bf71c 2021-01-22 1827:  "proc-macro2",
f5365bf71c 2021-01-22 1828:  "quote",
f5365bf71c 2021-01-22 1829:  "syn",
f5365bf71c 2021-01-22 1830: ]
f5365bf71c 2021-01-22 1831: 
f5365bf71c 2021-01-22 1832: [[package]]
f5365bf71c 2021-01-22 1833: name = "pin-project-lite"
2c6733dc18 2022-05-01 1834: version = "0.2.9"
b2297258c7 2021-11-06 1835: source = "registry+https://github.com/rust-lang/crates.io-index"
2c6733dc18 2022-05-01 1836: checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
39ee25f5c3 2020-11-29 1837: 
39ee25f5c3 2020-11-29 1838: [[package]]
39ee25f5c3 2020-11-29 1839: name = "pin-utils"
39ee25f5c3 2020-11-29 1840: version = "0.1.0"
39ee25f5c3 2020-11-29 1841: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1842: checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
39ee25f5c3 2020-11-29 1843: 
39ee25f5c3 2020-11-29 1844: [[package]]
39ee25f5c3 2020-11-29 1845: name = "pkg-config"
6e8d042b97 2022-04-19 1846: version = "0.3.25"
39ee25f5c3 2020-11-29 1847: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 1848: checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
cb86e770f9 2022-03-15 1849: 
cb86e770f9 2022-03-15 1850: [[package]]
cb86e770f9 2022-03-15 1851: name = "polling"
cb86e770f9 2022-03-15 1852: version = "2.2.0"
cb86e770f9 2022-03-15 1853: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15 1854: checksum = "685404d509889fade3e86fe3a5803bca2ec09b0c0778d5ada6ec8bf7a8de5259"
cb86e770f9 2022-03-15 1855: dependencies = [
cb86e770f9 2022-03-15 1856:  "cfg-if 1.0.0",
cb86e770f9 2022-03-15 1857:  "libc",
cb86e770f9 2022-03-15 1858:  "log",
cb86e770f9 2022-03-15 1859:  "wepoll-ffi",
cb86e770f9 2022-03-15 1860:  "winapi 0.3.9",
cb86e770f9 2022-03-15 1861: ]
39ee25f5c3 2020-11-29 1862: 
39ee25f5c3 2020-11-29 1863: [[package]]
39ee25f5c3 2020-11-29 1864: name = "ppv-lite86"
e3339014b4 2022-01-26 1865: version = "0.2.16"
659724c658 2021-12-08 1866: source = "registry+https://github.com/rust-lang/crates.io-index"
e3339014b4 2022-01-26 1867: checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
39ee25f5c3 2020-11-29 1868: 
39ee25f5c3 2020-11-29 1869: [[package]]
39ee25f5c3 2020-11-29 1870: name = "proc-macro2"
e7effaf7fb 2022-07-26 1871: version = "1.0.42"
39ee25f5c3 2020-11-29 1872: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1873: checksum = "c278e965f1d8cf32d6e0e96de3d3e79712178ae67986d9cf9151f51e95aac89b"
39ee25f5c3 2020-11-29 1874: dependencies = [
3a86048961 2022-06-12 1875:  "unicode-ident",
39ee25f5c3 2020-11-29 1876: ]
39ee25f5c3 2020-11-29 1877: 
39ee25f5c3 2020-11-29 1878: [[package]]
39ee25f5c3 2020-11-29 1879: name = "publicsuffix"
5609487b23 2021-06-28 1880: version = "1.5.6"
39ee25f5c3 2020-11-29 1881: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 1882: checksum = "95b4ce31ff0a27d93c8de1849cf58162283752f065a90d508f1105fa6c9a213f"
39ee25f5c3 2020-11-29 1883: dependencies = [
5609487b23 2021-06-28 1884:  "idna 0.2.3",
5609487b23 2021-06-28 1885:  "url 2.2.2",
39ee25f5c3 2020-11-29 1886: ]
39ee25f5c3 2020-11-29 1887: 
39ee25f5c3 2020-11-29 1888: [[package]]
39ee25f5c3 2020-11-29 1889: name = "quick-xml"
39ee25f5c3 2020-11-29 1890: version = "0.17.2"
39ee25f5c3 2020-11-29 1891: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1892: checksum = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0"
39ee25f5c3 2020-11-29 1893: dependencies = [
f5365bf71c 2021-01-22 1894:  "encoding_rs",
f5365bf71c 2021-01-22 1895:  "memchr",
f5365bf71c 2021-01-22 1896: ]
f5365bf71c 2021-01-22 1897: 
f5365bf71c 2021-01-22 1898: [[package]]
9143c728f3 2021-09-19 1899: name = "quick-xml"
9143c728f3 2021-09-19 1900: version = "0.22.0"
9143c728f3 2021-09-19 1901: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19 1902: checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
9143c728f3 2021-09-19 1903: dependencies = [
9143c728f3 2021-09-19 1904:  "encoding_rs",
9143c728f3 2021-09-19 1905:  "memchr",
9143c728f3 2021-09-19 1906: ]
9143c728f3 2021-09-19 1907: 
9143c728f3 2021-09-19 1908: [[package]]
39ee25f5c3 2020-11-29 1909: name = "quote"
e7effaf7fb 2022-07-26 1910: version = "1.0.20"
f5365bf71c 2021-01-22 1911: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 1912: checksum = "3bcdf212e9776fbcb2d23ab029360416bb1706b1aea2d1a5ba002727cbcab804"
f5365bf71c 2021-01-22 1913: dependencies = [
f5365bf71c 2021-01-22 1914:  "proc-macro2",
f5365bf71c 2021-01-22 1915: ]
39ee25f5c3 2020-11-29 1916: 
39ee25f5c3 2020-11-29 1917: [[package]]
39ee25f5c3 2020-11-29 1918: name = "rand"
39ee25f5c3 2020-11-29 1919: version = "0.6.5"
39ee25f5c3 2020-11-29 1920: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1921: checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
39ee25f5c3 2020-11-29 1922: dependencies = [
f988dfd28f 2022-02-13 1923:  "autocfg 0.1.8",
f5365bf71c 2021-01-22 1924:  "libc",
f5365bf71c 2021-01-22 1925:  "rand_chacha 0.1.1",
f5365bf71c 2021-01-22 1926:  "rand_core 0.4.2",
f5365bf71c 2021-01-22 1927:  "rand_hc 0.1.0",
f5365bf71c 2021-01-22 1928:  "rand_isaac",
f5365bf71c 2021-01-22 1929:  "rand_jitter",
f5365bf71c 2021-01-22 1930:  "rand_os",
f5365bf71c 2021-01-22 1931:  "rand_pcg",
f5365bf71c 2021-01-22 1932:  "rand_xorshift",
f5365bf71c 2021-01-22 1933:  "winapi 0.3.9",
39ee25f5c3 2020-11-29 1934: ]
39ee25f5c3 2020-11-29 1935: 
39ee25f5c3 2020-11-29 1936: [[package]]
39ee25f5c3 2020-11-29 1937: name = "rand"
b2297258c7 2021-11-06 1938: version = "0.7.3"
39ee25f5c3 2020-11-29 1939: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06 1940: checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
b2297258c7 2021-11-06 1941: dependencies = [
b2297258c7 2021-11-06 1942:  "getrandom 0.1.16",
b2297258c7 2021-11-06 1943:  "libc",
b2297258c7 2021-11-06 1944:  "rand_chacha 0.2.2",
b2297258c7 2021-11-06 1945:  "rand_core 0.5.1",
b2297258c7 2021-11-06 1946:  "rand_hc 0.2.0",
b2297258c7 2021-11-06 1947: ]
b2297258c7 2021-11-06 1948: 
b2297258c7 2021-11-06 1949: [[package]]
b2297258c7 2021-11-06 1950: name = "rand"
28da2e2a00 2022-03-12 1951: version = "0.8.5"
b2297258c7 2021-11-06 1952: source = "registry+https://github.com/rust-lang/crates.io-index"
28da2e2a00 2022-03-12 1953: checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
f5365bf71c 2021-01-22 1954: dependencies = [
f5365bf71c 2021-01-22 1955:  "libc",
5609487b23 2021-06-28 1956:  "rand_chacha 0.3.1",
5609487b23 2021-06-28 1957:  "rand_core 0.6.3",
39ee25f5c3 2020-11-29 1958: ]
39ee25f5c3 2020-11-29 1959: 
39ee25f5c3 2020-11-29 1960: [[package]]
39ee25f5c3 2020-11-29 1961: name = "rand_chacha"
39ee25f5c3 2020-11-29 1962: version = "0.1.1"
39ee25f5c3 2020-11-29 1963: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1964: checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
39ee25f5c3 2020-11-29 1965: dependencies = [
f988dfd28f 2022-02-13 1966:  "autocfg 0.1.8",
f5365bf71c 2021-01-22 1967:  "rand_core 0.3.1",
b2297258c7 2021-11-06 1968: ]
b2297258c7 2021-11-06 1969: 
b2297258c7 2021-11-06 1970: [[package]]
b2297258c7 2021-11-06 1971: name = "rand_chacha"
b2297258c7 2021-11-06 1972: version = "0.2.2"
b2297258c7 2021-11-06 1973: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06 1974: checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
b2297258c7 2021-11-06 1975: dependencies = [
b2297258c7 2021-11-06 1976:  "ppv-lite86",
b2297258c7 2021-11-06 1977:  "rand_core 0.5.1",
f5365bf71c 2021-01-22 1978: ]
f5365bf71c 2021-01-22 1979: 
f5365bf71c 2021-01-22 1980: [[package]]
f5365bf71c 2021-01-22 1981: name = "rand_chacha"
5609487b23 2021-06-28 1982: version = "0.3.1"
f5365bf71c 2021-01-22 1983: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 1984: checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
f5365bf71c 2021-01-22 1985: dependencies = [
f5365bf71c 2021-01-22 1986:  "ppv-lite86",
5609487b23 2021-06-28 1987:  "rand_core 0.6.3",
39ee25f5c3 2020-11-29 1988: ]
39ee25f5c3 2020-11-29 1989: 
39ee25f5c3 2020-11-29 1990: [[package]]
39ee25f5c3 2020-11-29 1991: name = "rand_core"
39ee25f5c3 2020-11-29 1992: version = "0.3.1"
39ee25f5c3 2020-11-29 1993: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1994: checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
39ee25f5c3 2020-11-29 1995: dependencies = [
f5365bf71c 2021-01-22 1996:  "rand_core 0.4.2",
39ee25f5c3 2020-11-29 1997: ]
39ee25f5c3 2020-11-29 1998: 
39ee25f5c3 2020-11-29 1999: [[package]]
39ee25f5c3 2020-11-29 2000: name = "rand_core"
39ee25f5c3 2020-11-29 2001: version = "0.4.2"
39ee25f5c3 2020-11-29 2002: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2003: checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
39ee25f5c3 2020-11-29 2004: 
39ee25f5c3 2020-11-29 2005: [[package]]
39ee25f5c3 2020-11-29 2006: name = "rand_core"
b2297258c7 2021-11-06 2007: version = "0.5.1"
b2297258c7 2021-11-06 2008: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06 2009: checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
b2297258c7 2021-11-06 2010: dependencies = [
b2297258c7 2021-11-06 2011:  "getrandom 0.1.16",
b2297258c7 2021-11-06 2012: ]
b2297258c7 2021-11-06 2013: 
b2297258c7 2021-11-06 2014: [[package]]
b2297258c7 2021-11-06 2015: name = "rand_core"
5609487b23 2021-06-28 2016: version = "0.6.3"
f5365bf71c 2021-01-22 2017: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 2018: checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
f5365bf71c 2021-01-22 2019: dependencies = [
e7effaf7fb 2022-07-26 2020:  "getrandom 0.2.7",
39ee25f5c3 2020-11-29 2021: ]
39ee25f5c3 2020-11-29 2022: 
39ee25f5c3 2020-11-29 2023: [[package]]
39ee25f5c3 2020-11-29 2024: name = "rand_hc"
39ee25f5c3 2020-11-29 2025: version = "0.1.0"
39ee25f5c3 2020-11-29 2026: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2027: checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
39ee25f5c3 2020-11-29 2028: dependencies = [
f5365bf71c 2021-01-22 2029:  "rand_core 0.3.1",
39ee25f5c3 2020-11-29 2030: ]
39ee25f5c3 2020-11-29 2031: 
39ee25f5c3 2020-11-29 2032: [[package]]
39ee25f5c3 2020-11-29 2033: name = "rand_hc"
b2297258c7 2021-11-06 2034: version = "0.2.0"
39ee25f5c3 2020-11-29 2035: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06 2036: checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
39ee25f5c3 2020-11-29 2037: dependencies = [
b2297258c7 2021-11-06 2038:  "rand_core 0.5.1",
39ee25f5c3 2020-11-29 2039: ]
39ee25f5c3 2020-11-29 2040: 
39ee25f5c3 2020-11-29 2041: [[package]]
39ee25f5c3 2020-11-29 2042: name = "rand_isaac"
39ee25f5c3 2020-11-29 2043: version = "0.1.1"
39ee25f5c3 2020-11-29 2044: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2045: checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
39ee25f5c3 2020-11-29 2046: dependencies = [
f5365bf71c 2021-01-22 2047:  "rand_core 0.3.1",
39ee25f5c3 2020-11-29 2048: ]
39ee25f5c3 2020-11-29 2049: 
39ee25f5c3 2020-11-29 2050: [[package]]
39ee25f5c3 2020-11-29 2051: name = "rand_jitter"
39ee25f5c3 2020-11-29 2052: version = "0.1.4"
39ee25f5c3 2020-11-29 2053: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2054: checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
39ee25f5c3 2020-11-29 2055: dependencies = [
f5365bf71c 2021-01-22 2056:  "libc",
f5365bf71c 2021-01-22 2057:  "rand_core 0.4.2",
f5365bf71c 2021-01-22 2058:  "winapi 0.3.9",
39ee25f5c3 2020-11-29 2059: ]
39ee25f5c3 2020-11-29 2060: 
39ee25f5c3 2020-11-29 2061: [[package]]
39ee25f5c3 2020-11-29 2062: name = "rand_os"
39ee25f5c3 2020-11-29 2063: version = "0.1.3"
39ee25f5c3 2020-11-29 2064: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2065: checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
39ee25f5c3 2020-11-29 2066: dependencies = [
f5365bf71c 2021-01-22 2067:  "cloudabi",
f5365bf71c 2021-01-22 2068:  "fuchsia-cprng",
f5365bf71c 2021-01-22 2069:  "libc",
f5365bf71c 2021-01-22 2070:  "rand_core 0.4.2",
f5365bf71c 2021-01-22 2071:  "rdrand",
f5365bf71c 2021-01-22 2072:  "winapi 0.3.9",
39ee25f5c3 2020-11-29 2073: ]
39ee25f5c3 2020-11-29 2074: 
39ee25f5c3 2020-11-29 2075: [[package]]
39ee25f5c3 2020-11-29 2076: name = "rand_pcg"
39ee25f5c3 2020-11-29 2077: version = "0.1.2"
39ee25f5c3 2020-11-29 2078: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2079: checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
39ee25f5c3 2020-11-29 2080: dependencies = [
f988dfd28f 2022-02-13 2081:  "autocfg 0.1.8",
f5365bf71c 2021-01-22 2082:  "rand_core 0.4.2",
39ee25f5c3 2020-11-29 2083: ]
39ee25f5c3 2020-11-29 2084: 
39ee25f5c3 2020-11-29 2085: [[package]]
39ee25f5c3 2020-11-29 2086: name = "rand_xorshift"
39ee25f5c3 2020-11-29 2087: version = "0.1.1"
39ee25f5c3 2020-11-29 2088: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2089: checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
39ee25f5c3 2020-11-29 2090: dependencies = [
f5365bf71c 2021-01-22 2091:  "rand_core 0.3.1",
39ee25f5c3 2020-11-29 2092: ]
39ee25f5c3 2020-11-29 2093: 
39ee25f5c3 2020-11-29 2094: [[package]]
39ee25f5c3 2020-11-29 2095: name = "rdrand"
39ee25f5c3 2020-11-29 2096: version = "0.4.0"
39ee25f5c3 2020-11-29 2097: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2098: checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
39ee25f5c3 2020-11-29 2099: dependencies = [
f5365bf71c 2021-01-22 2100:  "rand_core 0.3.1",
39ee25f5c3 2020-11-29 2101: ]
39ee25f5c3 2020-11-29 2102: 
39ee25f5c3 2020-11-29 2103: [[package]]
39ee25f5c3 2020-11-29 2104: name = "redox_syscall"
39ee25f5c3 2020-11-29 2105: version = "0.1.57"
39ee25f5c3 2020-11-29 2106: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2107: checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
f5365bf71c 2021-01-22 2108: 
f5365bf71c 2021-01-22 2109: [[package]]
f5365bf71c 2021-01-22 2110: name = "redox_syscall"
e7effaf7fb 2022-07-26 2111: version = "0.2.15"
f5365bf71c 2021-01-22 2112: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2113: checksum = "534cfe58d6a18cc17120fbf4635d53d14691c1fe4d951064df9bd326178d7d5a"
f5365bf71c 2021-01-22 2114: dependencies = [
f5365bf71c 2021-01-22 2115:  "bitflags",
f5365bf71c 2021-01-22 2116: ]
f5365bf71c 2021-01-22 2117: 
f5365bf71c 2021-01-22 2118: [[package]]
5609487b23 2021-06-28 2119: name = "redox_users"
6e8d042b97 2022-04-19 2120: version = "0.4.3"
5609487b23 2021-06-28 2121: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 2122: checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
5609487b23 2021-06-28 2123: dependencies = [
e7effaf7fb 2022-07-26 2124:  "getrandom 0.2.7",
e7effaf7fb 2022-07-26 2125:  "redox_syscall 0.2.15",
6e8d042b97 2022-04-19 2126:  "thiserror",
5609487b23 2021-06-28 2127: ]
5609487b23 2021-06-28 2128: 
5609487b23 2021-06-28 2129: [[package]]
39ee25f5c3 2020-11-29 2130: name = "regex"
e7effaf7fb 2022-07-26 2131: version = "1.6.0"
39ee25f5c3 2020-11-29 2132: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2133: checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
39ee25f5c3 2020-11-29 2134: dependencies = [
f5365bf71c 2021-01-22 2135:  "aho-corasick",
f5365bf71c 2021-01-22 2136:  "memchr",
f5365bf71c 2021-01-22 2137:  "regex-syntax",
39ee25f5c3 2020-11-29 2138: ]
39ee25f5c3 2020-11-29 2139: 
39ee25f5c3 2020-11-29 2140: [[package]]
39ee25f5c3 2020-11-29 2141: name = "regex-syntax"
e7effaf7fb 2022-07-26 2142: version = "0.6.27"
39ee25f5c3 2020-11-29 2143: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2144: checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
39ee25f5c3 2020-11-29 2145: 
39ee25f5c3 2020-11-29 2146: [[package]]
39ee25f5c3 2020-11-29 2147: name = "remove_dir_all"
39ee25f5c3 2020-11-29 2148: version = "0.5.3"
39ee25f5c3 2020-11-29 2149: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2150: checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
39ee25f5c3 2020-11-29 2151: dependencies = [
f5365bf71c 2021-01-22 2152:  "winapi 0.3.9",
39ee25f5c3 2020-11-29 2153: ]
39ee25f5c3 2020-11-29 2154: 
39ee25f5c3 2020-11-29 2155: [[package]]
39ee25f5c3 2020-11-29 2156: name = "reqwest"
39ee25f5c3 2020-11-29 2157: version = "0.9.24"
39ee25f5c3 2020-11-29 2158: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2159: checksum = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab"
39ee25f5c3 2020-11-29 2160: dependencies = [
f5365bf71c 2021-01-22 2161:  "base64 0.10.1",
f5365bf71c 2021-01-22 2162:  "bytes 0.4.12",
f5365bf71c 2021-01-22 2163:  "cookie",
f5365bf71c 2021-01-22 2164:  "cookie_store",
f5365bf71c 2021-01-22 2165:  "encoding_rs",
f5365bf71c 2021-01-22 2166:  "flate2",
5609487b23 2021-06-28 2167:  "futures 0.1.31",
f5365bf71c 2021-01-22 2168:  "http 0.1.21",
5609487b23 2021-06-28 2169:  "hyper 0.12.36",
f5365bf71c 2021-01-22 2170:  "hyper-tls 0.3.2",
b2297258c7 2021-11-06 2171:  "log",
b2297258c7 2021-11-06 2172:  "mime",
b2297258c7 2021-11-06 2173:  "mime_guess",
f5365bf71c 2021-01-22 2174:  "native-tls",
28da2e2a00 2022-03-12 2175:  "serde",
f5365bf71c 2021-01-22 2176:  "serde_json",
d52a6ff5c8 2021-09-30 2177:  "serde_urlencoded 0.5.5",
f5365bf71c 2021-01-22 2178:  "time",
f5365bf71c 2021-01-22 2179:  "tokio 0.1.22",
f5365bf71c 2021-01-22 2180:  "tokio-executor",
f5365bf71c 2021-01-22 2181:  "tokio-io",
f5365bf71c 2021-01-22 2182:  "tokio-threadpool",
f5365bf71c 2021-01-22 2183:  "tokio-timer",
f5365bf71c 2021-01-22 2184:  "url 1.7.2",
f5365bf71c 2021-01-22 2185:  "uuid",
d52a6ff5c8 2021-09-30 2186:  "winreg 0.6.2",
d52a6ff5c8 2021-09-30 2187: ]
d52a6ff5c8 2021-09-30 2188: 
d52a6ff5c8 2021-09-30 2189: [[package]]
d52a6ff5c8 2021-09-30 2190: name = "reqwest"
e7effaf7fb 2022-07-26 2191: version = "0.11.11"
d52a6ff5c8 2021-09-30 2192: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2193: checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
d52a6ff5c8 2021-09-30 2194: dependencies = [
b2297258c7 2021-11-06 2195:  "async-compression",
d52a6ff5c8 2021-09-30 2196:  "base64 0.13.0",
e7effaf7fb 2022-07-26 2197:  "bytes 1.2.0",
d52a6ff5c8 2021-09-30 2198:  "encoding_rs",
d52a6ff5c8 2021-09-30 2199:  "futures-core",
d52a6ff5c8 2021-09-30 2200:  "futures-util",
6e8d042b97 2022-04-19 2201:  "h2 0.3.13",
409eb5bafc 2022-06-12 2202:  "http 0.2.8",
3a86048961 2022-06-12 2203:  "http-body 0.4.5",
e7effaf7fb 2022-07-26 2204:  "hyper 0.14.20",
b2297258c7 2021-11-06 2205:  "hyper-tls 0.5.0",
d52a6ff5c8 2021-09-30 2206:  "ipnet",
d52a6ff5c8 2021-09-30 2207:  "js-sys",
d52a6ff5c8 2021-09-30 2208:  "lazy_static",
b2297258c7 2021-11-06 2209:  "log",
b2297258c7 2021-11-06 2210:  "mime",
d52a6ff5c8 2021-09-30 2211:  "native-tls",
d52a6ff5c8 2021-09-30 2212:  "percent-encoding 2.1.0",
b2297258c7 2021-11-06 2213:  "pin-project-lite",
28da2e2a00 2022-03-12 2214:  "serde",
b2297258c7 2021-11-06 2215:  "serde_json",
e3339014b4 2022-01-26 2216:  "serde_urlencoded 0.7.1",
e7effaf7fb 2022-07-26 2217:  "tokio 1.20.1",
b2297258c7 2021-11-06 2218:  "tokio-native-tls",
e7effaf7fb 2022-07-26 2219:  "tokio-util",
e7effaf7fb 2022-07-26 2220:  "tower-service",
d52a6ff5c8 2021-09-30 2221:  "url 2.2.2",
d52a6ff5c8 2021-09-30 2222:  "wasm-bindgen",
d52a6ff5c8 2021-09-30 2223:  "wasm-bindgen-futures",
d52a6ff5c8 2021-09-30 2224:  "web-sys",
cb86e770f9 2022-03-15 2225:  "winreg 0.10.1",
28da2e2a00 2022-03-12 2226: ]
28da2e2a00 2022-03-12 2227: 
28da2e2a00 2022-03-12 2228: [[package]]
cb86e770f9 2022-03-15 2229: name = "ring"
cb86e770f9 2022-03-15 2230: version = "0.16.20"
28da2e2a00 2022-03-12 2231: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15 2232: checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
28da2e2a00 2022-03-12 2233: dependencies = [
cb86e770f9 2022-03-15 2234:  "cc",
cb86e770f9 2022-03-15 2235:  "libc",
cb86e770f9 2022-03-15 2236:  "once_cell",
cb86e770f9 2022-03-15 2237:  "spin",
cb86e770f9 2022-03-15 2238:  "untrusted",
cb86e770f9 2022-03-15 2239:  "web-sys",
cb86e770f9 2022-03-15 2240:  "winapi 0.3.9",
39ee25f5c3 2020-11-29 2241: ]
39ee25f5c3 2020-11-29 2242: 
39ee25f5c3 2020-11-29 2243: [[package]]
39ee25f5c3 2020-11-29 2244: name = "rss"
39ee25f5c3 2020-11-29 2245: version = "1.9.0"
39ee25f5c3 2020-11-29 2246: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2247: checksum = "99979205510c60f80a119dedbabd0b8426517384edf205322f8bcd51796bcef9"
39ee25f5c3 2020-11-29 2248: dependencies = [
9143c728f3 2021-09-19 2249:  "derive_builder 0.9.0",
9143c728f3 2021-09-19 2250:  "quick-xml 0.17.2",
d52a6ff5c8 2021-09-30 2251:  "reqwest 0.9.24",
39ee25f5c3 2020-11-29 2252: ]
39ee25f5c3 2020-11-29 2253: 
39ee25f5c3 2020-11-29 2254: [[package]]
39ee25f5c3 2020-11-29 2255: name = "rsstg"
e7effaf7fb 2022-07-26 2256: version = "0.2.15"
39ee25f5c3 2020-11-29 2257: dependencies = [
f5365bf71c 2021-01-22 2258:  "anyhow",
cb86e770f9 2022-03-15 2259:  "async-std",
9143c728f3 2021-09-19 2260:  "atom_syndication",
f5365bf71c 2021-01-22 2261:  "chrono",
f5365bf71c 2021-01-22 2262:  "config",
f988dfd28f 2022-02-13 2263:  "futures 0.3.21",
f5365bf71c 2021-01-22 2264:  "futures-util",
f5365bf71c 2021-01-22 2265:  "lazy_static",
f5365bf71c 2021-01-22 2266:  "regex",
e7effaf7fb 2022-07-26 2267:  "reqwest 0.11.11",
f5365bf71c 2021-01-22 2268:  "rss",
9171c791eb 2021-11-13 2269:  "sedregex",
f5365bf71c 2021-01-22 2270:  "sqlx",
f5365bf71c 2021-01-22 2271:  "telegram-bot",
28da2e2a00 2022-03-12 2272: ]
39ee25f5c3 2020-11-29 2273: 
39ee25f5c3 2020-11-29 2274: [[package]]
39ee25f5c3 2020-11-29 2275: name = "rustc-demangle"
9143c728f3 2021-09-19 2276: version = "0.1.21"
39ee25f5c3 2020-11-29 2277: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19 2278: checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
39ee25f5c3 2020-11-29 2279: 
39ee25f5c3 2020-11-29 2280: [[package]]
39ee25f5c3 2020-11-29 2281: name = "rustc_version"
39ee25f5c3 2020-11-29 2282: version = "0.2.3"
39ee25f5c3 2020-11-29 2283: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2284: checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
39ee25f5c3 2020-11-29 2285: dependencies = [
5609487b23 2021-06-28 2286:  "semver",
5609487b23 2021-06-28 2287: ]
5609487b23 2021-06-28 2288: 
5609487b23 2021-06-28 2289: [[package]]
cb86e770f9 2022-03-15 2290: name = "rustls"
e7effaf7fb 2022-07-26 2291: version = "0.20.6"
cb86e770f9 2022-03-15 2292: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2293: checksum = "5aab8ee6c7097ed6057f43c187a62418d0c05a4bd5f18b3571db50ee0f9ce033"
cb86e770f9 2022-03-15 2294: dependencies = [
cb86e770f9 2022-03-15 2295:  "log",
cb86e770f9 2022-03-15 2296:  "ring",
cb86e770f9 2022-03-15 2297:  "sct",
cb86e770f9 2022-03-15 2298:  "webpki",
e7effaf7fb 2022-07-26 2299: ]
e7effaf7fb 2022-07-26 2300: 
e7effaf7fb 2022-07-26 2301: [[package]]
e7effaf7fb 2022-07-26 2302: name = "rustls-pemfile"
e7effaf7fb 2022-07-26 2303: version = "1.0.0"
e7effaf7fb 2022-07-26 2304: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2305: checksum = "e7522c9de787ff061458fe9a829dc790a3f5b22dc571694fc5883f448b94d9a9"
e7effaf7fb 2022-07-26 2306: dependencies = [
e7effaf7fb 2022-07-26 2307:  "base64 0.13.0",
3a86048961 2022-06-12 2308: ]
3a86048961 2022-06-12 2309: 
3a86048961 2022-06-12 2310: [[package]]
39ee25f5c3 2020-11-29 2311: name = "ryu"
3a86048961 2022-06-12 2312: version = "1.0.10"
39ee25f5c3 2020-11-29 2313: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 2314: checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
39ee25f5c3 2020-11-29 2315: 
39ee25f5c3 2020-11-29 2316: [[package]]
39ee25f5c3 2020-11-29 2317: name = "schannel"
3a86048961 2022-06-12 2318: version = "0.1.20"
39ee25f5c3 2020-11-29 2319: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 2320: checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
39ee25f5c3 2020-11-29 2321: dependencies = [
f5365bf71c 2021-01-22 2322:  "lazy_static",
3a86048961 2022-06-12 2323:  "windows-sys",
39ee25f5c3 2020-11-29 2324: ]
39ee25f5c3 2020-11-29 2325: 
39ee25f5c3 2020-11-29 2326: [[package]]
39ee25f5c3 2020-11-29 2327: name = "scopeguard"
39ee25f5c3 2020-11-29 2328: version = "1.1.0"
39ee25f5c3 2020-11-29 2329: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2330: checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
cb86e770f9 2022-03-15 2331: 
cb86e770f9 2022-03-15 2332: [[package]]
cb86e770f9 2022-03-15 2333: name = "sct"
e7effaf7fb 2022-07-26 2334: version = "0.7.0"
cb86e770f9 2022-03-15 2335: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2336: checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
cb86e770f9 2022-03-15 2337: dependencies = [
cb86e770f9 2022-03-15 2338:  "ring",
cb86e770f9 2022-03-15 2339:  "untrusted",
cb86e770f9 2022-03-15 2340: ]
f988dfd28f 2022-02-13 2341: 
f988dfd28f 2022-02-13 2342: [[package]]
39ee25f5c3 2020-11-29 2343: name = "security-framework"
f988dfd28f 2022-02-13 2344: version = "2.6.1"
39ee25f5c3 2020-11-29 2345: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13 2346: checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
39ee25f5c3 2020-11-29 2347: dependencies = [
f5365bf71c 2021-01-22 2348:  "bitflags",
f5365bf71c 2021-01-22 2349:  "core-foundation",
f5365bf71c 2021-01-22 2350:  "core-foundation-sys",
f5365bf71c 2021-01-22 2351:  "libc",
f5365bf71c 2021-01-22 2352:  "security-framework-sys",
39ee25f5c3 2020-11-29 2353: ]
39ee25f5c3 2020-11-29 2354: 
39ee25f5c3 2020-11-29 2355: [[package]]
39ee25f5c3 2020-11-29 2356: name = "security-framework-sys"
f988dfd28f 2022-02-13 2357: version = "2.6.1"
39ee25f5c3 2020-11-29 2358: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13 2359: checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
39ee25f5c3 2020-11-29 2360: dependencies = [
f5365bf71c 2021-01-22 2361:  "core-foundation-sys",
f5365bf71c 2021-01-22 2362:  "libc",
9171c791eb 2021-11-13 2363: ]
9171c791eb 2021-11-13 2364: 
9171c791eb 2021-11-13 2365: [[package]]
9171c791eb 2021-11-13 2366: name = "sedregex"
9171c791eb 2021-11-13 2367: version = "0.2.5"
9171c791eb 2021-11-13 2368: source = "registry+https://github.com/rust-lang/crates.io-index"
9171c791eb 2021-11-13 2369: checksum = "19411e23596093f03bbd11dc45603b6329bb4bfec77b9fd13e2b9fc9b02efe3e"
9171c791eb 2021-11-13 2370: dependencies = [
9171c791eb 2021-11-13 2371:  "regex",
39ee25f5c3 2020-11-29 2372: ]
39ee25f5c3 2020-11-29 2373: 
39ee25f5c3 2020-11-29 2374: [[package]]
39ee25f5c3 2020-11-29 2375: name = "semver"
39ee25f5c3 2020-11-29 2376: version = "0.9.0"
39ee25f5c3 2020-11-29 2377: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2378: checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
39ee25f5c3 2020-11-29 2379: dependencies = [
5609487b23 2021-06-28 2380:  "semver-parser",
39ee25f5c3 2020-11-29 2381: ]
39ee25f5c3 2020-11-29 2382: 
39ee25f5c3 2020-11-29 2383: [[package]]
39ee25f5c3 2020-11-29 2384: name = "semver-parser"
39ee25f5c3 2020-11-29 2385: version = "0.7.0"
39ee25f5c3 2020-11-29 2386: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2387: checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
f5365bf71c 2021-01-22 2388: 
f5365bf71c 2021-01-22 2389: [[package]]
5609487b23 2021-06-28 2390: name = "serde"
e7effaf7fb 2022-07-26 2391: version = "1.0.140"
28da2e2a00 2022-03-12 2392: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2393: checksum = "fc855a42c7967b7c369eb5860f7164ef1f6f81c20c7cc1141f2a604e18723b03"
f5365bf71c 2021-01-22 2394: dependencies = [
f5365bf71c 2021-01-22 2395:  "serde_derive",
39ee25f5c3 2020-11-29 2396: ]
39ee25f5c3 2020-11-29 2397: 
39ee25f5c3 2020-11-29 2398: [[package]]
39ee25f5c3 2020-11-29 2399: name = "serde-value"
b2297258c7 2021-11-06 2400: version = "0.7.0"
39ee25f5c3 2020-11-29 2401: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06 2402: checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
39ee25f5c3 2020-11-29 2403: dependencies = [
f5365bf71c 2021-01-22 2404:  "ordered-float",
28da2e2a00 2022-03-12 2405:  "serde",
39ee25f5c3 2020-11-29 2406: ]
39ee25f5c3 2020-11-29 2407: 
39ee25f5c3 2020-11-29 2408: [[package]]
39ee25f5c3 2020-11-29 2409: name = "serde_derive"
e7effaf7fb 2022-07-26 2410: version = "1.0.140"
39ee25f5c3 2020-11-29 2411: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2412: checksum = "6f2122636b9fe3b81f1cb25099fcf2d3f542cdb1d45940d56c713158884a05da"
39ee25f5c3 2020-11-29 2413: dependencies = [
f5365bf71c 2021-01-22 2414:  "proc-macro2",
f5365bf71c 2021-01-22 2415:  "quote",
f5365bf71c 2021-01-22 2416:  "syn",
39ee25f5c3 2020-11-29 2417: ]
39ee25f5c3 2020-11-29 2418: 
39ee25f5c3 2020-11-29 2419: [[package]]
39ee25f5c3 2020-11-29 2420: name = "serde_json"
e7effaf7fb 2022-07-26 2421: version = "1.0.82"
f5365bf71c 2021-01-22 2422: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2423: checksum = "82c2c1fdcd807d1098552c5b9a36e425e42e9fbd7c6a37a8425f390f781f7fa7"
f5365bf71c 2021-01-22 2424: dependencies = [
3a86048961 2022-06-12 2425:  "itoa 1.0.2",
f5365bf71c 2021-01-22 2426:  "ryu",
28da2e2a00 2022-03-12 2427:  "serde",
39ee25f5c3 2020-11-29 2428: ]
39ee25f5c3 2020-11-29 2429: 
39ee25f5c3 2020-11-29 2430: [[package]]
39ee25f5c3 2020-11-29 2431: name = "serde_urlencoded"
39ee25f5c3 2020-11-29 2432: version = "0.5.5"
39ee25f5c3 2020-11-29 2433: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2434: checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
f5365bf71c 2021-01-22 2435: dependencies = [
f5365bf71c 2021-01-22 2436:  "dtoa",
4b64438e28 2021-12-30 2437:  "itoa 0.4.8",
28da2e2a00 2022-03-12 2438:  "serde",
f5365bf71c 2021-01-22 2439:  "url 1.7.2",
f5365bf71c 2021-01-22 2440: ]
f5365bf71c 2021-01-22 2441: 
f5365bf71c 2021-01-22 2442: [[package]]
d52a6ff5c8 2021-09-30 2443: name = "serde_urlencoded"
e3339014b4 2022-01-26 2444: version = "0.7.1"
d52a6ff5c8 2021-09-30 2445: source = "registry+https://github.com/rust-lang/crates.io-index"
e3339014b4 2022-01-26 2446: checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
d52a6ff5c8 2021-09-30 2447: dependencies = [
d52a6ff5c8 2021-09-30 2448:  "form_urlencoded",
3a86048961 2022-06-12 2449:  "itoa 1.0.2",
d52a6ff5c8 2021-09-30 2450:  "ryu",
28da2e2a00 2022-03-12 2451:  "serde",
d52a6ff5c8 2021-09-30 2452: ]
d52a6ff5c8 2021-09-30 2453: 
d52a6ff5c8 2021-09-30 2454: [[package]]
39ee25f5c3 2020-11-29 2455: name = "sha-1"
6e8d042b97 2022-04-19 2456: version = "0.10.0"
cb86e770f9 2022-03-15 2457: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 2458: checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
cb86e770f9 2022-03-15 2459: dependencies = [
f5365bf71c 2021-01-22 2460:  "cfg-if 1.0.0",
5609487b23 2021-06-28 2461:  "cpufeatures",
cb86e770f9 2022-03-15 2462:  "digest",
39ee25f5c3 2020-11-29 2463: ]
39ee25f5c3 2020-11-29 2464: 
39ee25f5c3 2020-11-29 2465: [[package]]
39ee25f5c3 2020-11-29 2466: name = "sha2"
6e8d042b97 2022-04-19 2467: version = "0.10.2"
a68576cc1b 2020-12-15 2468: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 2469: checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
a68576cc1b 2020-12-15 2470: dependencies = [
f5365bf71c 2021-01-22 2471:  "cfg-if 1.0.0",
5609487b23 2021-06-28 2472:  "cpufeatures",
cb86e770f9 2022-03-15 2473:  "digest",
cb86e770f9 2022-03-15 2474: ]
cb86e770f9 2022-03-15 2475: 
cb86e770f9 2022-03-15 2476: [[package]]
cb86e770f9 2022-03-15 2477: name = "signal-hook"
3a86048961 2022-06-12 2478: version = "0.3.14"
cb86e770f9 2022-03-15 2479: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 2480: checksum = "a253b5e89e2698464fc26b545c9edceb338e18a89effeeecfea192c3025be29d"
cb86e770f9 2022-03-15 2481: dependencies = [
cb86e770f9 2022-03-15 2482:  "libc",
cb86e770f9 2022-03-15 2483:  "signal-hook-registry",
cb86e770f9 2022-03-15 2484: ]
cb86e770f9 2022-03-15 2485: 
cb86e770f9 2022-03-15 2486: [[package]]
cb86e770f9 2022-03-15 2487: name = "signal-hook-registry"
cb86e770f9 2022-03-15 2488: version = "1.4.0"
cb86e770f9 2022-03-15 2489: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15 2490: checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
cb86e770f9 2022-03-15 2491: dependencies = [
cb86e770f9 2022-03-15 2492:  "libc",
5609487b23 2021-06-28 2493: ]
f5365bf71c 2021-01-22 2494: 
f5365bf71c 2021-01-22 2495: [[package]]
f5365bf71c 2021-01-22 2496: name = "slab"
e7effaf7fb 2022-07-26 2497: version = "0.4.7"
f5365bf71c 2021-01-22 2498: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2499: checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
e7effaf7fb 2022-07-26 2500: dependencies = [
e7effaf7fb 2022-07-26 2501:  "autocfg 1.1.0",
e7effaf7fb 2022-07-26 2502: ]
f5365bf71c 2021-01-22 2503: 
f5365bf71c 2021-01-22 2504: [[package]]
f5365bf71c 2021-01-22 2505: name = "smallvec"
f5365bf71c 2021-01-22 2506: version = "0.6.14"
f5365bf71c 2021-01-22 2507: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2508: checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
f5365bf71c 2021-01-22 2509: dependencies = [
f5365bf71c 2021-01-22 2510:  "maybe-uninit",
f5365bf71c 2021-01-22 2511: ]
f5365bf71c 2021-01-22 2512: 
f5365bf71c 2021-01-22 2513: [[package]]
f5365bf71c 2021-01-22 2514: name = "smallvec"
e7effaf7fb 2022-07-26 2515: version = "1.9.0"
f5365bf71c 2021-01-22 2516: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2517: checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
f5365bf71c 2021-01-22 2518: 
f5365bf71c 2021-01-22 2519: [[package]]
f5365bf71c 2021-01-22 2520: name = "socket2"
f988dfd28f 2022-02-13 2521: version = "0.4.4"
9143c728f3 2021-09-19 2522: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13 2523: checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
f5365bf71c 2021-01-22 2524: dependencies = [
f5365bf71c 2021-01-22 2525:  "libc",
f5365bf71c 2021-01-22 2526:  "winapi 0.3.9",
f5365bf71c 2021-01-22 2527: ]
cb86e770f9 2022-03-15 2528: 
cb86e770f9 2022-03-15 2529: [[package]]
cb86e770f9 2022-03-15 2530: name = "spin"
cb86e770f9 2022-03-15 2531: version = "0.5.2"
cb86e770f9 2022-03-15 2532: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15 2533: checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
28da2e2a00 2022-03-12 2534: 
28da2e2a00 2022-03-12 2535: [[package]]
f5365bf71c 2021-01-22 2536: name = "sqlformat"
9143c728f3 2021-09-19 2537: version = "0.1.8"
f5365bf71c 2021-01-22 2538: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19 2539: checksum = "b4b7922be017ee70900be125523f38bdd644f4f06a1b16e8fa5a8ee8c34bffd4"
f5365bf71c 2021-01-22 2540: dependencies = [
9143c728f3 2021-09-19 2541:  "itertools",
28da2e2a00 2022-03-12 2542:  "nom",
f5365bf71c 2021-01-22 2543:  "unicode_categories",
39ee25f5c3 2020-11-29 2544: ]
39ee25f5c3 2020-11-29 2545: 
39ee25f5c3 2020-11-29 2546: [[package]]
39ee25f5c3 2020-11-29 2547: name = "sqlx"
e7effaf7fb 2022-07-26 2548: version = "0.6.0"
39ee25f5c3 2020-11-29 2549: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2550: checksum = "1f82cbe94f41641d6c410ded25bbf5097c240cefdf8e3b06d04198d0a96af6a4"
39ee25f5c3 2020-11-29 2551: dependencies = [
f5365bf71c 2021-01-22 2552:  "sqlx-core",
f5365bf71c 2021-01-22 2553:  "sqlx-macros",
39ee25f5c3 2020-11-29 2554: ]
39ee25f5c3 2020-11-29 2555: 
39ee25f5c3 2020-11-29 2556: [[package]]
39ee25f5c3 2020-11-29 2557: name = "sqlx-core"
e7effaf7fb 2022-07-26 2558: version = "0.6.0"
39ee25f5c3 2020-11-29 2559: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2560: checksum = "6b69bf218860335ddda60d6ce85ee39f6cf6e5630e300e19757d1de15886a093"
39ee25f5c3 2020-11-29 2561: dependencies = [
cb86e770f9 2022-03-15 2562:  "ahash",
f5365bf71c 2021-01-22 2563:  "atoi",
f5365bf71c 2021-01-22 2564:  "base64 0.13.0",
f5365bf71c 2021-01-22 2565:  "bitflags",
f5365bf71c 2021-01-22 2566:  "byteorder",
e7effaf7fb 2022-07-26 2567:  "bytes 1.2.0",
f5365bf71c 2021-01-22 2568:  "chrono",
f5365bf71c 2021-01-22 2569:  "crc",
e7effaf7fb 2022-07-26 2570:  "crossbeam-queue 0.3.6",
5609487b23 2021-06-28 2571:  "dirs",
f5365bf71c 2021-01-22 2572:  "either",
6e8d042b97 2022-04-19 2573:  "event-listener",
f5365bf71c 2021-01-22 2574:  "futures-channel",
f5365bf71c 2021-01-22 2575:  "futures-core",
9143c728f3 2021-09-19 2576:  "futures-intrusive",
f5365bf71c 2021-01-22 2577:  "futures-util",
f5365bf71c 2021-01-22 2578:  "hashlink",
f5365bf71c 2021-01-22 2579:  "hex",
6e8d042b97 2022-04-19 2580:  "hkdf",
f5365bf71c 2021-01-22 2581:  "hmac",
4aa2a7e4a9 2021-10-09 2582:  "indexmap",
3a86048961 2022-06-12 2583:  "itoa 1.0.2",
f5365bf71c 2021-01-22 2584:  "libc",
b2297258c7 2021-11-06 2585:  "log",
f5365bf71c 2021-01-22 2586:  "md-5",
f5365bf71c 2021-01-22 2587:  "memchr",
f5365bf71c 2021-01-22 2588:  "once_cell",
28da2e2a00 2022-03-12 2589:  "paste",
f5365bf71c 2021-01-22 2590:  "percent-encoding 2.1.0",
28da2e2a00 2022-03-12 2591:  "rand 0.8.5",
cb86e770f9 2022-03-15 2592:  "rustls",
e7effaf7fb 2022-07-26 2593:  "rustls-pemfile",
28da2e2a00 2022-03-12 2594:  "serde",
5609487b23 2021-06-28 2595:  "serde_json",
cb86e770f9 2022-03-15 2596:  "sha-1",
f5365bf71c 2021-01-22 2597:  "sha2",
e7effaf7fb 2022-07-26 2598:  "smallvec 1.9.0",
f5365bf71c 2021-01-22 2599:  "sqlformat",
f5365bf71c 2021-01-22 2600:  "sqlx-rt",
f5365bf71c 2021-01-22 2601:  "stringprep",
f5365bf71c 2021-01-22 2602:  "thiserror",
5609487b23 2021-06-28 2603:  "url 2.2.2",
cb86e770f9 2022-03-15 2604:  "webpki-roots",
f5365bf71c 2021-01-22 2605:  "whoami",
39ee25f5c3 2020-11-29 2606: ]
39ee25f5c3 2020-11-29 2607: 
39ee25f5c3 2020-11-29 2608: [[package]]
39ee25f5c3 2020-11-29 2609: name = "sqlx-macros"
e7effaf7fb 2022-07-26 2610: version = "0.6.0"
39ee25f5c3 2020-11-29 2611: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2612: checksum = "f40c63177cf23d356b159b60acd27c54af7423f1736988502e36bae9a712118f"
39ee25f5c3 2020-11-29 2613: dependencies = [
f5365bf71c 2021-01-22 2614:  "dotenv",
f5365bf71c 2021-01-22 2615:  "either",
f5365bf71c 2021-01-22 2616:  "heck",
5609487b23 2021-06-28 2617:  "once_cell",
f5365bf71c 2021-01-22 2618:  "proc-macro2",
f5365bf71c 2021-01-22 2619:  "quote",
f5365bf71c 2021-01-22 2620:  "sha2",
f5365bf71c 2021-01-22 2621:  "sqlx-core",
f5365bf71c 2021-01-22 2622:  "sqlx-rt",
f5365bf71c 2021-01-22 2623:  "syn",
5609487b23 2021-06-28 2624:  "url 2.2.2",
39ee25f5c3 2020-11-29 2625: ]
39ee25f5c3 2020-11-29 2626: 
39ee25f5c3 2020-11-29 2627: [[package]]
39ee25f5c3 2020-11-29 2628: name = "sqlx-rt"
e7effaf7fb 2022-07-26 2629: version = "0.6.0"
39ee25f5c3 2020-11-29 2630: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2631: checksum = "874e93a365a598dc3dadb197565952cb143ae4aa716f7bcc933a8d836f6bf89f"
39ee25f5c3 2020-11-29 2632: dependencies = [
cb86e770f9 2022-03-15 2633:  "async-std",
e7effaf7fb 2022-07-26 2634:  "futures-rustls",
28da2e2a00 2022-03-12 2635: ]
39ee25f5c3 2020-11-29 2636: 
39ee25f5c3 2020-11-29 2637: [[package]]
39ee25f5c3 2020-11-29 2638: name = "string"
39ee25f5c3 2020-11-29 2639: version = "0.2.1"
39ee25f5c3 2020-11-29 2640: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2641: checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
39ee25f5c3 2020-11-29 2642: dependencies = [
f5365bf71c 2021-01-22 2643:  "bytes 0.4.12",
39ee25f5c3 2020-11-29 2644: ]
39ee25f5c3 2020-11-29 2645: 
39ee25f5c3 2020-11-29 2646: [[package]]
39ee25f5c3 2020-11-29 2647: name = "stringprep"
39ee25f5c3 2020-11-29 2648: version = "0.1.2"
39ee25f5c3 2020-11-29 2649: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2650: checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
39ee25f5c3 2020-11-29 2651: dependencies = [
f5365bf71c 2021-01-22 2652:  "unicode-bidi",
f5365bf71c 2021-01-22 2653:  "unicode-normalization",
39ee25f5c3 2020-11-29 2654: ]
39ee25f5c3 2020-11-29 2655: 
39ee25f5c3 2020-11-29 2656: [[package]]
39ee25f5c3 2020-11-29 2657: name = "strsim"
39ee25f5c3 2020-11-29 2658: version = "0.9.3"
39ee25f5c3 2020-11-29 2659: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2660: checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
f5365bf71c 2021-01-22 2661: 
f5365bf71c 2021-01-22 2662: [[package]]
9143c728f3 2021-09-19 2663: name = "strsim"
9143c728f3 2021-09-19 2664: version = "0.10.0"
9143c728f3 2021-09-19 2665: source = "registry+https://github.com/rust-lang/crates.io-index"
9143c728f3 2021-09-19 2666: checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
9143c728f3 2021-09-19 2667: 
9143c728f3 2021-09-19 2668: [[package]]
39ee25f5c3 2020-11-29 2669: name = "subtle"
fcf57ccb36 2021-07-25 2670: version = "2.4.1"
39ee25f5c3 2020-11-29 2671: source = "registry+https://github.com/rust-lang/crates.io-index"
fcf57ccb36 2021-07-25 2672: checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
39ee25f5c3 2020-11-29 2673: 
39ee25f5c3 2020-11-29 2674: [[package]]
39ee25f5c3 2020-11-29 2675: name = "syn"
e7effaf7fb 2022-07-26 2676: version = "1.0.98"
39ee25f5c3 2020-11-29 2677: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2678: checksum = "c50aef8a904de4c23c788f104b7dddc7d6f79c647c7c8ce4cc8f73eb0ca773dd"
39ee25f5c3 2020-11-29 2679: dependencies = [
f5365bf71c 2021-01-22 2680:  "proc-macro2",
f5365bf71c 2021-01-22 2681:  "quote",
3a86048961 2022-06-12 2682:  "unicode-ident",
39ee25f5c3 2020-11-29 2683: ]
39ee25f5c3 2020-11-29 2684: 
39ee25f5c3 2020-11-29 2685: [[package]]
39ee25f5c3 2020-11-29 2686: name = "synstructure"
8836f0946f 2021-10-24 2687: version = "0.12.6"
39ee25f5c3 2020-11-29 2688: source = "registry+https://github.com/rust-lang/crates.io-index"
8836f0946f 2021-10-24 2689: checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
39ee25f5c3 2020-11-29 2690: dependencies = [
f5365bf71c 2021-01-22 2691:  "proc-macro2",
f5365bf71c 2021-01-22 2692:  "quote",
f5365bf71c 2021-01-22 2693:  "syn",
f5365bf71c 2021-01-22 2694:  "unicode-xid",
f5365bf71c 2021-01-22 2695: ]
39ee25f5c3 2020-11-29 2696: 
39ee25f5c3 2020-11-29 2697: [[package]]
39ee25f5c3 2020-11-29 2698: name = "telegram-bot"
b2297258c7 2021-11-06 2699: version = "0.9.0"
b2297258c7 2021-11-06 2700: source = "git+https://github.com/telegram-rs/telegram-bot#65ad5cfd578e9a1260ce6daac714eb2153c0bec7"
39ee25f5c3 2020-11-29 2701: dependencies = [
e7effaf7fb 2022-07-26 2702:  "bytes 1.2.0",
f988dfd28f 2022-02-13 2703:  "futures 0.3.21",
e7effaf7fb 2022-07-26 2704:  "hyper 0.14.20",
b2297258c7 2021-11-06 2705:  "hyper-tls 0.5.0",
f5365bf71c 2021-01-22 2706:  "multipart",
f5365bf71c 2021-01-22 2707:  "telegram-bot-raw",
e7effaf7fb 2022-07-26 2708:  "tokio 1.20.1",
f5365bf71c 2021-01-22 2709:  "tracing",
f5365bf71c 2021-01-22 2710:  "tracing-futures",
39ee25f5c3 2020-11-29 2711: ]
39ee25f5c3 2020-11-29 2712: 
39ee25f5c3 2020-11-29 2713: [[package]]
39ee25f5c3 2020-11-29 2714: name = "telegram-bot-raw"
b2297258c7 2021-11-06 2715: version = "0.9.0"
b2297258c7 2021-11-06 2716: source = "git+https://github.com/telegram-rs/telegram-bot#65ad5cfd578e9a1260ce6daac714eb2153c0bec7"
39ee25f5c3 2020-11-29 2717: dependencies = [
e7effaf7fb 2022-07-26 2718:  "bytes 1.2.0",
28da2e2a00 2022-03-12 2719:  "serde",
f5365bf71c 2021-01-22 2720:  "serde-value",
f5365bf71c 2021-01-22 2721:  "serde_derive",
f5365bf71c 2021-01-22 2722:  "serde_json",
39ee25f5c3 2020-11-29 2723: ]
39ee25f5c3 2020-11-29 2724: 
39ee25f5c3 2020-11-29 2725: [[package]]
39ee25f5c3 2020-11-29 2726: name = "tempfile"
e3339014b4 2022-01-26 2727: version = "3.3.0"
39ee25f5c3 2020-11-29 2728: source = "registry+https://github.com/rust-lang/crates.io-index"
e3339014b4 2022-01-26 2729: checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
39ee25f5c3 2020-11-29 2730: dependencies = [
f5365bf71c 2021-01-22 2731:  "cfg-if 1.0.0",
e3339014b4 2022-01-26 2732:  "fastrand",
f5365bf71c 2021-01-22 2733:  "libc",
e7effaf7fb 2022-07-26 2734:  "redox_syscall 0.2.15",
f5365bf71c 2021-01-22 2735:  "remove_dir_all",
f5365bf71c 2021-01-22 2736:  "winapi 0.3.9",
39ee25f5c3 2020-11-29 2737: ]
39ee25f5c3 2020-11-29 2738: 
39ee25f5c3 2020-11-29 2739: [[package]]
39ee25f5c3 2020-11-29 2740: name = "thiserror"
2c6733dc18 2022-05-01 2741: version = "1.0.31"
39ee25f5c3 2020-11-29 2742: source = "registry+https://github.com/rust-lang/crates.io-index"
2c6733dc18 2022-05-01 2743: checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
39ee25f5c3 2020-11-29 2744: dependencies = [
f5365bf71c 2021-01-22 2745:  "thiserror-impl",
39ee25f5c3 2020-11-29 2746: ]
39ee25f5c3 2020-11-29 2747: 
39ee25f5c3 2020-11-29 2748: [[package]]
39ee25f5c3 2020-11-29 2749: name = "thiserror-impl"
2c6733dc18 2022-05-01 2750: version = "1.0.31"
f5365bf71c 2021-01-22 2751: source = "registry+https://github.com/rust-lang/crates.io-index"
2c6733dc18 2022-05-01 2752: checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
f5365bf71c 2021-01-22 2753: dependencies = [
f5365bf71c 2021-01-22 2754:  "proc-macro2",
f5365bf71c 2021-01-22 2755:  "quote",
f5365bf71c 2021-01-22 2756:  "syn",
39ee25f5c3 2020-11-29 2757: ]
39ee25f5c3 2020-11-29 2758: 
39ee25f5c3 2020-11-29 2759: [[package]]
39ee25f5c3 2020-11-29 2760: name = "time"
e7effaf7fb 2022-07-26 2761: version = "0.1.44"
39ee25f5c3 2020-11-29 2762: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2763: checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
39ee25f5c3 2020-11-29 2764: dependencies = [
f5365bf71c 2021-01-22 2765:  "libc",
e7effaf7fb 2022-07-26 2766:  "wasi 0.10.0+wasi-snapshot-preview1",
f5365bf71c 2021-01-22 2767:  "winapi 0.3.9",
39ee25f5c3 2020-11-29 2768: ]
39ee25f5c3 2020-11-29 2769: 
39ee25f5c3 2020-11-29 2770: [[package]]
39ee25f5c3 2020-11-29 2771: name = "tinyvec"
2c6733dc18 2022-05-01 2772: version = "1.6.0"
39ee25f5c3 2020-11-29 2773: source = "registry+https://github.com/rust-lang/crates.io-index"
2c6733dc18 2022-05-01 2774: checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
39ee25f5c3 2020-11-29 2775: dependencies = [
f5365bf71c 2021-01-22 2776:  "tinyvec_macros",
39ee25f5c3 2020-11-29 2777: ]
39ee25f5c3 2020-11-29 2778: 
39ee25f5c3 2020-11-29 2779: [[package]]
39ee25f5c3 2020-11-29 2780: name = "tinyvec_macros"
39ee25f5c3 2020-11-29 2781: version = "0.1.0"
39ee25f5c3 2020-11-29 2782: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2783: checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
39ee25f5c3 2020-11-29 2784: 
39ee25f5c3 2020-11-29 2785: [[package]]
39ee25f5c3 2020-11-29 2786: name = "tokio"
39ee25f5c3 2020-11-29 2787: version = "0.1.22"
39ee25f5c3 2020-11-29 2788: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2789: checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
39ee25f5c3 2020-11-29 2790: dependencies = [
f5365bf71c 2021-01-22 2791:  "bytes 0.4.12",
5609487b23 2021-06-28 2792:  "futures 0.1.31",
b2297258c7 2021-11-06 2793:  "mio 0.6.23",
f5365bf71c 2021-01-22 2794:  "num_cpus",
f5365bf71c 2021-01-22 2795:  "tokio-current-thread",
f5365bf71c 2021-01-22 2796:  "tokio-executor",
f5365bf71c 2021-01-22 2797:  "tokio-io",
f5365bf71c 2021-01-22 2798:  "tokio-reactor",
f5365bf71c 2021-01-22 2799:  "tokio-tcp",
f5365bf71c 2021-01-22 2800:  "tokio-threadpool",
f5365bf71c 2021-01-22 2801:  "tokio-timer",
39ee25f5c3 2020-11-29 2802: ]
39ee25f5c3 2020-11-29 2803: 
39ee25f5c3 2020-11-29 2804: [[package]]
39ee25f5c3 2020-11-29 2805: name = "tokio"
e7effaf7fb 2022-07-26 2806: version = "1.20.1"
39ee25f5c3 2020-11-29 2807: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2808: checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581"
39ee25f5c3 2020-11-29 2809: dependencies = [
e7effaf7fb 2022-07-26 2810:  "autocfg 1.1.0",
e7effaf7fb 2022-07-26 2811:  "bytes 1.2.0",
b2297258c7 2021-11-06 2812:  "libc",
f5365bf71c 2021-01-22 2813:  "memchr",
e7effaf7fb 2022-07-26 2814:  "mio 0.8.4",
b2297258c7 2021-11-06 2815:  "num_cpus",
2c6733dc18 2022-05-01 2816:  "once_cell",
b2297258c7 2021-11-06 2817:  "pin-project-lite",
28da2e2a00 2022-03-12 2818:  "socket2",
b2297258c7 2021-11-06 2819:  "winapi 0.3.9",
39ee25f5c3 2020-11-29 2820: ]
39ee25f5c3 2020-11-29 2821: 
39ee25f5c3 2020-11-29 2822: [[package]]
39ee25f5c3 2020-11-29 2823: name = "tokio-buf"
39ee25f5c3 2020-11-29 2824: version = "0.1.1"
39ee25f5c3 2020-11-29 2825: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2826: checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
39ee25f5c3 2020-11-29 2827: dependencies = [
f5365bf71c 2021-01-22 2828:  "bytes 0.4.12",
f5365bf71c 2021-01-22 2829:  "either",
5609487b23 2021-06-28 2830:  "futures 0.1.31",
39ee25f5c3 2020-11-29 2831: ]
39ee25f5c3 2020-11-29 2832: 
39ee25f5c3 2020-11-29 2833: [[package]]
39ee25f5c3 2020-11-29 2834: name = "tokio-current-thread"
39ee25f5c3 2020-11-29 2835: version = "0.1.7"
39ee25f5c3 2020-11-29 2836: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2837: checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
39ee25f5c3 2020-11-29 2838: dependencies = [
5609487b23 2021-06-28 2839:  "futures 0.1.31",
f5365bf71c 2021-01-22 2840:  "tokio-executor",
39ee25f5c3 2020-11-29 2841: ]
39ee25f5c3 2020-11-29 2842: 
39ee25f5c3 2020-11-29 2843: [[package]]
39ee25f5c3 2020-11-29 2844: name = "tokio-executor"
39ee25f5c3 2020-11-29 2845: version = "0.1.10"
39ee25f5c3 2020-11-29 2846: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2847: checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
39ee25f5c3 2020-11-29 2848: dependencies = [
f5365bf71c 2021-01-22 2849:  "crossbeam-utils 0.7.2",
5609487b23 2021-06-28 2850:  "futures 0.1.31",
39ee25f5c3 2020-11-29 2851: ]
39ee25f5c3 2020-11-29 2852: 
39ee25f5c3 2020-11-29 2853: [[package]]
39ee25f5c3 2020-11-29 2854: name = "tokio-io"
39ee25f5c3 2020-11-29 2855: version = "0.1.13"
39ee25f5c3 2020-11-29 2856: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2857: checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
39ee25f5c3 2020-11-29 2858: dependencies = [
f5365bf71c 2021-01-22 2859:  "bytes 0.4.12",
5609487b23 2021-06-28 2860:  "futures 0.1.31",
b2297258c7 2021-11-06 2861:  "log",
39ee25f5c3 2020-11-29 2862: ]
39ee25f5c3 2020-11-29 2863: 
39ee25f5c3 2020-11-29 2864: [[package]]
b2297258c7 2021-11-06 2865: name = "tokio-native-tls"
b2297258c7 2021-11-06 2866: version = "0.3.0"
39ee25f5c3 2020-11-29 2867: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06 2868: checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
39ee25f5c3 2020-11-29 2869: dependencies = [
b2297258c7 2021-11-06 2870:  "native-tls",
e7effaf7fb 2022-07-26 2871:  "tokio 1.20.1",
39ee25f5c3 2020-11-29 2872: ]
39ee25f5c3 2020-11-29 2873: 
39ee25f5c3 2020-11-29 2874: [[package]]
39ee25f5c3 2020-11-29 2875: name = "tokio-reactor"
39ee25f5c3 2020-11-29 2876: version = "0.1.12"
39ee25f5c3 2020-11-29 2877: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2878: checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
39ee25f5c3 2020-11-29 2879: dependencies = [
f5365bf71c 2021-01-22 2880:  "crossbeam-utils 0.7.2",
5609487b23 2021-06-28 2881:  "futures 0.1.31",
f5365bf71c 2021-01-22 2882:  "lazy_static",
b2297258c7 2021-11-06 2883:  "log",
b2297258c7 2021-11-06 2884:  "mio 0.6.23",
f5365bf71c 2021-01-22 2885:  "num_cpus",
f5365bf71c 2021-01-22 2886:  "parking_lot 0.9.0",
f5365bf71c 2021-01-22 2887:  "slab",
f5365bf71c 2021-01-22 2888:  "tokio-executor",
f5365bf71c 2021-01-22 2889:  "tokio-io",
f5365bf71c 2021-01-22 2890:  "tokio-sync",
39ee25f5c3 2020-11-29 2891: ]
39ee25f5c3 2020-11-29 2892: 
39ee25f5c3 2020-11-29 2893: [[package]]
39ee25f5c3 2020-11-29 2894: name = "tokio-sync"
39ee25f5c3 2020-11-29 2895: version = "0.1.8"
39ee25f5c3 2020-11-29 2896: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2897: checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
39ee25f5c3 2020-11-29 2898: dependencies = [
f5365bf71c 2021-01-22 2899:  "fnv",
5609487b23 2021-06-28 2900:  "futures 0.1.31",
39ee25f5c3 2020-11-29 2901: ]
39ee25f5c3 2020-11-29 2902: 
39ee25f5c3 2020-11-29 2903: [[package]]
39ee25f5c3 2020-11-29 2904: name = "tokio-tcp"
39ee25f5c3 2020-11-29 2905: version = "0.1.4"
39ee25f5c3 2020-11-29 2906: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2907: checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
39ee25f5c3 2020-11-29 2908: dependencies = [
f5365bf71c 2021-01-22 2909:  "bytes 0.4.12",
5609487b23 2021-06-28 2910:  "futures 0.1.31",
f5365bf71c 2021-01-22 2911:  "iovec",
b2297258c7 2021-11-06 2912:  "mio 0.6.23",
f5365bf71c 2021-01-22 2913:  "tokio-io",
f5365bf71c 2021-01-22 2914:  "tokio-reactor",
39ee25f5c3 2020-11-29 2915: ]
39ee25f5c3 2020-11-29 2916: 
39ee25f5c3 2020-11-29 2917: [[package]]
39ee25f5c3 2020-11-29 2918: name = "tokio-threadpool"
39ee25f5c3 2020-11-29 2919: version = "0.1.18"
39ee25f5c3 2020-11-29 2920: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2921: checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
39ee25f5c3 2020-11-29 2922: dependencies = [
f5365bf71c 2021-01-22 2923:  "crossbeam-deque",
f5365bf71c 2021-01-22 2924:  "crossbeam-queue 0.2.3",
f5365bf71c 2021-01-22 2925:  "crossbeam-utils 0.7.2",
5609487b23 2021-06-28 2926:  "futures 0.1.31",
f5365bf71c 2021-01-22 2927:  "lazy_static",
b2297258c7 2021-11-06 2928:  "log",
f5365bf71c 2021-01-22 2929:  "num_cpus",
f5365bf71c 2021-01-22 2930:  "slab",
f5365bf71c 2021-01-22 2931:  "tokio-executor",
39ee25f5c3 2020-11-29 2932: ]
39ee25f5c3 2020-11-29 2933: 
39ee25f5c3 2020-11-29 2934: [[package]]
39ee25f5c3 2020-11-29 2935: name = "tokio-timer"
39ee25f5c3 2020-11-29 2936: version = "0.2.13"
39ee25f5c3 2020-11-29 2937: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 2938: checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
f5365bf71c 2021-01-22 2939: dependencies = [
f5365bf71c 2021-01-22 2940:  "crossbeam-utils 0.7.2",
5609487b23 2021-06-28 2941:  "futures 0.1.31",
f5365bf71c 2021-01-22 2942:  "slab",
f5365bf71c 2021-01-22 2943:  "tokio-executor",
39ee25f5c3 2020-11-29 2944: ]
39ee25f5c3 2020-11-29 2945: 
39ee25f5c3 2020-11-29 2946: [[package]]
39ee25f5c3 2020-11-29 2947: name = "tokio-util"
409eb5bafc 2022-06-12 2948: version = "0.7.3"
409eb5bafc 2022-06-12 2949: source = "registry+https://github.com/rust-lang/crates.io-index"
409eb5bafc 2022-06-12 2950: checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
409eb5bafc 2022-06-12 2951: dependencies = [
e7effaf7fb 2022-07-26 2952:  "bytes 1.2.0",
409eb5bafc 2022-06-12 2953:  "futures-core",
409eb5bafc 2022-06-12 2954:  "futures-sink",
409eb5bafc 2022-06-12 2955:  "pin-project-lite",
e7effaf7fb 2022-07-26 2956:  "tokio 1.20.1",
6e8d042b97 2022-04-19 2957:  "tracing",
39ee25f5c3 2020-11-29 2958: ]
39ee25f5c3 2020-11-29 2959: 
39ee25f5c3 2020-11-29 2960: [[package]]
39ee25f5c3 2020-11-29 2961: name = "toml"
6e8d042b97 2022-04-19 2962: version = "0.5.9"
39ee25f5c3 2020-11-29 2963: source = "registry+https://github.com/rust-lang/crates.io-index"
6e8d042b97 2022-04-19 2964: checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
39ee25f5c3 2020-11-29 2965: dependencies = [
28da2e2a00 2022-03-12 2966:  "serde",
39ee25f5c3 2020-11-29 2967: ]
39ee25f5c3 2020-11-29 2968: 
39ee25f5c3 2020-11-29 2969: [[package]]
39ee25f5c3 2020-11-29 2970: name = "tower-service"
e7effaf7fb 2022-07-26 2971: version = "0.3.2"
39ee25f5c3 2020-11-29 2972: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2973: checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
39ee25f5c3 2020-11-29 2974: 
39ee25f5c3 2020-11-29 2975: [[package]]
39ee25f5c3 2020-11-29 2976: name = "tracing"
409eb5bafc 2022-06-12 2977: version = "0.1.35"
39ee25f5c3 2020-11-29 2978: source = "registry+https://github.com/rust-lang/crates.io-index"
409eb5bafc 2022-06-12 2979: checksum = "a400e31aa60b9d44a52a8ee0343b5b18566b03a8321e0d321f695cf56e940160"
39ee25f5c3 2020-11-29 2980: dependencies = [
f5365bf71c 2021-01-22 2981:  "cfg-if 1.0.0",
b2297258c7 2021-11-06 2982:  "pin-project-lite",
f5365bf71c 2021-01-22 2983:  "tracing-attributes",
f5365bf71c 2021-01-22 2984:  "tracing-core",
39ee25f5c3 2020-11-29 2985: ]
39ee25f5c3 2020-11-29 2986: 
39ee25f5c3 2020-11-29 2987: [[package]]
39ee25f5c3 2020-11-29 2988: name = "tracing-attributes"
e7effaf7fb 2022-07-26 2989: version = "0.1.22"
39ee25f5c3 2020-11-29 2990: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 2991: checksum = "11c75893af559bc8e10716548bdef5cb2b983f8e637db9d0e15126b61b484ee2"
39ee25f5c3 2020-11-29 2992: dependencies = [
f5365bf71c 2021-01-22 2993:  "proc-macro2",
f5365bf71c 2021-01-22 2994:  "quote",
f5365bf71c 2021-01-22 2995:  "syn",
39ee25f5c3 2020-11-29 2996: ]
39ee25f5c3 2020-11-29 2997: 
39ee25f5c3 2020-11-29 2998: [[package]]
39ee25f5c3 2020-11-29 2999: name = "tracing-core"
e7effaf7fb 2022-07-26 3000: version = "0.1.28"
39ee25f5c3 2020-11-29 3001: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3002: checksum = "7b7358be39f2f274f322d2aaed611acc57f382e8eb1e5b48cb9ae30933495ce7"
39ee25f5c3 2020-11-29 3003: dependencies = [
409eb5bafc 2022-06-12 3004:  "once_cell",
39ee25f5c3 2020-11-29 3005: ]
39ee25f5c3 2020-11-29 3006: 
39ee25f5c3 2020-11-29 3007: [[package]]
39ee25f5c3 2020-11-29 3008: name = "tracing-futures"
5609487b23 2021-06-28 3009: version = "0.2.5"
39ee25f5c3 2020-11-29 3010: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 3011: checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
39ee25f5c3 2020-11-29 3012: dependencies = [
5609487b23 2021-06-28 3013:  "pin-project",
f5365bf71c 2021-01-22 3014:  "tracing",
39ee25f5c3 2020-11-29 3015: ]
39ee25f5c3 2020-11-29 3016: 
39ee25f5c3 2020-11-29 3017: [[package]]
39ee25f5c3 2020-11-29 3018: name = "try-lock"
39ee25f5c3 2020-11-29 3019: version = "0.2.3"
39ee25f5c3 2020-11-29 3020: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3021: checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
39ee25f5c3 2020-11-29 3022: 
39ee25f5c3 2020-11-29 3023: [[package]]
39ee25f5c3 2020-11-29 3024: name = "try_from"
39ee25f5c3 2020-11-29 3025: version = "0.3.2"
39ee25f5c3 2020-11-29 3026: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3027: checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b"
39ee25f5c3 2020-11-29 3028: dependencies = [
f5365bf71c 2021-01-22 3029:  "cfg-if 0.1.10",
39ee25f5c3 2020-11-29 3030: ]
39ee25f5c3 2020-11-29 3031: 
39ee25f5c3 2020-11-29 3032: [[package]]
39ee25f5c3 2020-11-29 3033: name = "typenum"
4b64438e28 2021-12-30 3034: version = "1.15.0"
b2297258c7 2021-11-06 3035: source = "registry+https://github.com/rust-lang/crates.io-index"
4b64438e28 2021-12-30 3036: checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
39ee25f5c3 2020-11-29 3037: 
39ee25f5c3 2020-11-29 3038: [[package]]
39ee25f5c3 2020-11-29 3039: name = "unicase"
39ee25f5c3 2020-11-29 3040: version = "2.6.0"
39ee25f5c3 2020-11-29 3041: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3042: checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
39ee25f5c3 2020-11-29 3043: dependencies = [
b2297258c7 2021-11-06 3044:  "version_check",
39ee25f5c3 2020-11-29 3045: ]
39ee25f5c3 2020-11-29 3046: 
39ee25f5c3 2020-11-29 3047: [[package]]
39ee25f5c3 2020-11-29 3048: name = "unicode-bidi"
2c6733dc18 2022-05-01 3049: version = "0.3.8"
2c6733dc18 2022-05-01 3050: source = "registry+https://github.com/rust-lang/crates.io-index"
2c6733dc18 2022-05-01 3051: checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
2c6733dc18 2022-05-01 3052: 
2c6733dc18 2022-05-01 3053: [[package]]
3a86048961 2022-06-12 3054: name = "unicode-ident"
e7effaf7fb 2022-07-26 3055: version = "1.0.2"
3a86048961 2022-06-12 3056: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3057: checksum = "15c61ba63f9235225a22310255a29b806b907c9b8c964bcbd0a2c70f3f2deea7"
3a86048961 2022-06-12 3058: 
3a86048961 2022-06-12 3059: [[package]]
39ee25f5c3 2020-11-29 3060: name = "unicode-normalization"
e7effaf7fb 2022-07-26 3061: version = "0.1.21"
39ee25f5c3 2020-11-29 3062: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3063: checksum = "854cbdc4f7bc6ae19c820d44abdc3277ac3e1b2b93db20a636825d9322fb60e6"
39ee25f5c3 2020-11-29 3064: dependencies = [
f5365bf71c 2021-01-22 3065:  "tinyvec",
39ee25f5c3 2020-11-29 3066: ]
39ee25f5c3 2020-11-29 3067: 
39ee25f5c3 2020-11-29 3068: [[package]]
39ee25f5c3 2020-11-29 3069: name = "unicode-segmentation"
f988dfd28f 2022-02-13 3070: version = "1.9.0"
39ee25f5c3 2020-11-29 3071: source = "registry+https://github.com/rust-lang/crates.io-index"
f988dfd28f 2022-02-13 3072: checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
39ee25f5c3 2020-11-29 3073: 
39ee25f5c3 2020-11-29 3074: [[package]]
39ee25f5c3 2020-11-29 3075: name = "unicode-xid"
3a86048961 2022-06-12 3076: version = "0.2.3"
39ee25f5c3 2020-11-29 3077: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 3078: checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
39ee25f5c3 2020-11-29 3079: 
39ee25f5c3 2020-11-29 3080: [[package]]
39ee25f5c3 2020-11-29 3081: name = "unicode_categories"
39ee25f5c3 2020-11-29 3082: version = "0.1.1"
39ee25f5c3 2020-11-29 3083: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3084: checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
cb86e770f9 2022-03-15 3085: 
cb86e770f9 2022-03-15 3086: [[package]]
cb86e770f9 2022-03-15 3087: name = "untrusted"
cb86e770f9 2022-03-15 3088: version = "0.7.1"
cb86e770f9 2022-03-15 3089: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15 3090: checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
39ee25f5c3 2020-11-29 3091: 
39ee25f5c3 2020-11-29 3092: [[package]]
39ee25f5c3 2020-11-29 3093: name = "url"
39ee25f5c3 2020-11-29 3094: version = "1.7.2"
39ee25f5c3 2020-11-29 3095: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3096: checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
39ee25f5c3 2020-11-29 3097: dependencies = [
f5365bf71c 2021-01-22 3098:  "idna 0.1.5",
f5365bf71c 2021-01-22 3099:  "matches",
f5365bf71c 2021-01-22 3100:  "percent-encoding 1.0.1",
39ee25f5c3 2020-11-29 3101: ]
39ee25f5c3 2020-11-29 3102: 
39ee25f5c3 2020-11-29 3103: [[package]]
39ee25f5c3 2020-11-29 3104: name = "url"
5609487b23 2021-06-28 3105: version = "2.2.2"
39ee25f5c3 2020-11-29 3106: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 3107: checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
39ee25f5c3 2020-11-29 3108: dependencies = [
f5365bf71c 2021-01-22 3109:  "form_urlencoded",
5609487b23 2021-06-28 3110:  "idna 0.2.3",
f5365bf71c 2021-01-22 3111:  "matches",
f5365bf71c 2021-01-22 3112:  "percent-encoding 2.1.0",
39ee25f5c3 2020-11-29 3113: ]
39ee25f5c3 2020-11-29 3114: 
39ee25f5c3 2020-11-29 3115: [[package]]
39ee25f5c3 2020-11-29 3116: name = "uuid"
39ee25f5c3 2020-11-29 3117: version = "0.7.4"
39ee25f5c3 2020-11-29 3118: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3119: checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
f5365bf71c 2021-01-22 3120: dependencies = [
f5365bf71c 2021-01-22 3121:  "rand 0.6.5",
f5365bf71c 2021-01-22 3122: ]
f5365bf71c 2021-01-22 3123: 
f5365bf71c 2021-01-22 3124: [[package]]
cb86e770f9 2022-03-15 3125: name = "value-bag"
3a86048961 2022-06-12 3126: version = "1.0.0-alpha.9"
cb86e770f9 2022-03-15 3127: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 3128: checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
cb86e770f9 2022-03-15 3129: dependencies = [
cb86e770f9 2022-03-15 3130:  "ctor",
cb86e770f9 2022-03-15 3131:  "version_check",
cb86e770f9 2022-03-15 3132: ]
cb86e770f9 2022-03-15 3133: 
cb86e770f9 2022-03-15 3134: [[package]]
39ee25f5c3 2020-11-29 3135: name = "vcpkg"
5609487b23 2021-06-28 3136: version = "0.2.15"
5609487b23 2021-06-28 3137: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 3138: checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
39ee25f5c3 2020-11-29 3139: 
39ee25f5c3 2020-11-29 3140: [[package]]
39ee25f5c3 2020-11-29 3141: name = "version_check"
4b64438e28 2021-12-30 3142: version = "0.9.4"
4b64438e28 2021-12-30 3143: source = "registry+https://github.com/rust-lang/crates.io-index"
4b64438e28 2021-12-30 3144: checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
cb86e770f9 2022-03-15 3145: 
cb86e770f9 2022-03-15 3146: [[package]]
cb86e770f9 2022-03-15 3147: name = "waker-fn"
cb86e770f9 2022-03-15 3148: version = "1.1.0"
cb86e770f9 2022-03-15 3149: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15 3150: checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
39ee25f5c3 2020-11-29 3151: 
39ee25f5c3 2020-11-29 3152: [[package]]
39ee25f5c3 2020-11-29 3153: name = "want"
39ee25f5c3 2020-11-29 3154: version = "0.2.0"
39ee25f5c3 2020-11-29 3155: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3156: checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
39ee25f5c3 2020-11-29 3157: dependencies = [
5609487b23 2021-06-28 3158:  "futures 0.1.31",
b2297258c7 2021-11-06 3159:  "log",
f5365bf71c 2021-01-22 3160:  "try-lock",
39ee25f5c3 2020-11-29 3161: ]
39ee25f5c3 2020-11-29 3162: 
39ee25f5c3 2020-11-29 3163: [[package]]
39ee25f5c3 2020-11-29 3164: name = "want"
39ee25f5c3 2020-11-29 3165: version = "0.3.0"
39ee25f5c3 2020-11-29 3166: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3167: checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
39ee25f5c3 2020-11-29 3168: dependencies = [
b2297258c7 2021-11-06 3169:  "log",
f5365bf71c 2021-01-22 3170:  "try-lock",
39ee25f5c3 2020-11-29 3171: ]
39ee25f5c3 2020-11-29 3172: 
39ee25f5c3 2020-11-29 3173: [[package]]
39ee25f5c3 2020-11-29 3174: name = "wasi"
b2297258c7 2021-11-06 3175: version = "0.9.0+wasi-snapshot-preview1"
b2297258c7 2021-11-06 3176: source = "registry+https://github.com/rust-lang/crates.io-index"
b2297258c7 2021-11-06 3177: checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
b2297258c7 2021-11-06 3178: 
b2297258c7 2021-11-06 3179: [[package]]
b2297258c7 2021-11-06 3180: name = "wasi"
e7effaf7fb 2022-07-26 3181: version = "0.10.0+wasi-snapshot-preview1"
28da2e2a00 2022-03-12 3182: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3183: checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
28da2e2a00 2022-03-12 3184: 
28da2e2a00 2022-03-12 3185: [[package]]
28da2e2a00 2022-03-12 3186: name = "wasi"
28da2e2a00 2022-03-12 3187: version = "0.11.0+wasi-snapshot-preview1"
f5365bf71c 2021-01-22 3188: source = "registry+https://github.com/rust-lang/crates.io-index"
28da2e2a00 2022-03-12 3189: checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
39ee25f5c3 2020-11-29 3190: 
39ee25f5c3 2020-11-29 3191: [[package]]
39ee25f5c3 2020-11-29 3192: name = "wasm-bindgen"
e7effaf7fb 2022-07-26 3193: version = "0.2.82"
39ee25f5c3 2020-11-29 3194: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3195: checksum = "fc7652e3f6c4706c8d9cd54832c4a4ccb9b5336e2c3bd154d5cccfbf1c1f5f7d"
39ee25f5c3 2020-11-29 3196: dependencies = [
f5365bf71c 2021-01-22 3197:  "cfg-if 1.0.0",
f5365bf71c 2021-01-22 3198:  "wasm-bindgen-macro",
39ee25f5c3 2020-11-29 3199: ]
39ee25f5c3 2020-11-29 3200: 
39ee25f5c3 2020-11-29 3201: [[package]]
39ee25f5c3 2020-11-29 3202: name = "wasm-bindgen-backend"
e7effaf7fb 2022-07-26 3203: version = "0.2.82"
39ee25f5c3 2020-11-29 3204: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3205: checksum = "662cd44805586bd52971b9586b1df85cdbbd9112e4ef4d8f41559c334dc6ac3f"
39ee25f5c3 2020-11-29 3206: dependencies = [
f5365bf71c 2021-01-22 3207:  "bumpalo",
b2297258c7 2021-11-06 3208:  "log",
e7effaf7fb 2022-07-26 3209:  "once_cell",
f5365bf71c 2021-01-22 3210:  "proc-macro2",
f5365bf71c 2021-01-22 3211:  "quote",
f5365bf71c 2021-01-22 3212:  "syn",
f5365bf71c 2021-01-22 3213:  "wasm-bindgen-shared",
39ee25f5c3 2020-11-29 3214: ]
39ee25f5c3 2020-11-29 3215: 
39ee25f5c3 2020-11-29 3216: [[package]]
5609487b23 2021-06-28 3217: name = "wasm-bindgen-futures"
e7effaf7fb 2022-07-26 3218: version = "0.4.32"
5609487b23 2021-06-28 3219: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3220: checksum = "fa76fb221a1f8acddf5b54ace85912606980ad661ac7a503b4570ffd3a624dad"
5609487b23 2021-06-28 3221: dependencies = [
5609487b23 2021-06-28 3222:  "cfg-if 1.0.0",
5609487b23 2021-06-28 3223:  "js-sys",
5609487b23 2021-06-28 3224:  "wasm-bindgen",
5609487b23 2021-06-28 3225:  "web-sys",
5609487b23 2021-06-28 3226: ]
5609487b23 2021-06-28 3227: 
5609487b23 2021-06-28 3228: [[package]]
39ee25f5c3 2020-11-29 3229: name = "wasm-bindgen-macro"
e7effaf7fb 2022-07-26 3230: version = "0.2.82"
39ee25f5c3 2020-11-29 3231: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3232: checksum = "b260f13d3012071dfb1512849c033b1925038373aea48ced3012c09df952c602"
39ee25f5c3 2020-11-29 3233: dependencies = [
f5365bf71c 2021-01-22 3234:  "quote",
f5365bf71c 2021-01-22 3235:  "wasm-bindgen-macro-support",
39ee25f5c3 2020-11-29 3236: ]
39ee25f5c3 2020-11-29 3237: 
39ee25f5c3 2020-11-29 3238: [[package]]
39ee25f5c3 2020-11-29 3239: name = "wasm-bindgen-macro-support"
e7effaf7fb 2022-07-26 3240: version = "0.2.82"
39ee25f5c3 2020-11-29 3241: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3242: checksum = "5be8e654bdd9b79216c2929ab90721aa82faf65c48cdf08bdc4e7f51357b80da"
39ee25f5c3 2020-11-29 3243: dependencies = [
f5365bf71c 2021-01-22 3244:  "proc-macro2",
f5365bf71c 2021-01-22 3245:  "quote",
f5365bf71c 2021-01-22 3246:  "syn",
f5365bf71c 2021-01-22 3247:  "wasm-bindgen-backend",
f5365bf71c 2021-01-22 3248:  "wasm-bindgen-shared",
39ee25f5c3 2020-11-29 3249: ]
39ee25f5c3 2020-11-29 3250: 
39ee25f5c3 2020-11-29 3251: [[package]]
39ee25f5c3 2020-11-29 3252: name = "wasm-bindgen-shared"
e7effaf7fb 2022-07-26 3253: version = "0.2.82"
39ee25f5c3 2020-11-29 3254: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3255: checksum = "6598dd0bd3c7d51095ff6531a5b23e02acdc81804e30d8f07afb77b7215a140a"
39ee25f5c3 2020-11-29 3256: 
39ee25f5c3 2020-11-29 3257: [[package]]
39ee25f5c3 2020-11-29 3258: name = "web-sys"
e7effaf7fb 2022-07-26 3259: version = "0.3.59"
f5365bf71c 2021-01-22 3260: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3261: checksum = "ed055ab27f941423197eb86b2035720b1a3ce40504df082cac2ecc6ed73335a1"
f5365bf71c 2021-01-22 3262: dependencies = [
f5365bf71c 2021-01-22 3263:  "js-sys",
f5365bf71c 2021-01-22 3264:  "wasm-bindgen",
cb86e770f9 2022-03-15 3265: ]
cb86e770f9 2022-03-15 3266: 
cb86e770f9 2022-03-15 3267: [[package]]
cb86e770f9 2022-03-15 3268: name = "webpki"
e7effaf7fb 2022-07-26 3269: version = "0.22.0"
cb86e770f9 2022-03-15 3270: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3271: checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
cb86e770f9 2022-03-15 3272: dependencies = [
cb86e770f9 2022-03-15 3273:  "ring",
cb86e770f9 2022-03-15 3274:  "untrusted",
cb86e770f9 2022-03-15 3275: ]
cb86e770f9 2022-03-15 3276: 
cb86e770f9 2022-03-15 3277: [[package]]
cb86e770f9 2022-03-15 3278: name = "webpki-roots"
e7effaf7fb 2022-07-26 3279: version = "0.22.4"
cb86e770f9 2022-03-15 3280: source = "registry+https://github.com/rust-lang/crates.io-index"
e7effaf7fb 2022-07-26 3281: checksum = "f1c760f0d366a6c24a02ed7816e23e691f5d92291f94d15e836006fd11b04daf"
cb86e770f9 2022-03-15 3282: dependencies = [
cb86e770f9 2022-03-15 3283:  "webpki",
cb86e770f9 2022-03-15 3284: ]
cb86e770f9 2022-03-15 3285: 
cb86e770f9 2022-03-15 3286: [[package]]
cb86e770f9 2022-03-15 3287: name = "wepoll-ffi"
cb86e770f9 2022-03-15 3288: version = "0.1.2"
cb86e770f9 2022-03-15 3289: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15 3290: checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
cb86e770f9 2022-03-15 3291: dependencies = [
cb86e770f9 2022-03-15 3292:  "cc",
659724c658 2021-12-08 3293: ]
659724c658 2021-12-08 3294: 
659724c658 2021-12-08 3295: [[package]]
39ee25f5c3 2020-11-29 3296: name = "whoami"
659724c658 2021-12-08 3297: version = "1.2.1"
39ee25f5c3 2020-11-29 3298: source = "registry+https://github.com/rust-lang/crates.io-index"
659724c658 2021-12-08 3299: checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
f5365bf71c 2021-01-22 3300: dependencies = [
f5365bf71c 2021-01-22 3301:  "wasm-bindgen",
f5365bf71c 2021-01-22 3302:  "web-sys",
f5365bf71c 2021-01-22 3303: ]
39ee25f5c3 2020-11-29 3304: 
39ee25f5c3 2020-11-29 3305: [[package]]
39ee25f5c3 2020-11-29 3306: name = "winapi"
39ee25f5c3 2020-11-29 3307: version = "0.2.8"
39ee25f5c3 2020-11-29 3308: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3309: checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
39ee25f5c3 2020-11-29 3310: 
39ee25f5c3 2020-11-29 3311: [[package]]
39ee25f5c3 2020-11-29 3312: name = "winapi"
39ee25f5c3 2020-11-29 3313: version = "0.3.9"
39ee25f5c3 2020-11-29 3314: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3315: checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
39ee25f5c3 2020-11-29 3316: dependencies = [
f5365bf71c 2021-01-22 3317:  "winapi-i686-pc-windows-gnu",
f5365bf71c 2021-01-22 3318:  "winapi-x86_64-pc-windows-gnu",
39ee25f5c3 2020-11-29 3319: ]
39ee25f5c3 2020-11-29 3320: 
39ee25f5c3 2020-11-29 3321: [[package]]
39ee25f5c3 2020-11-29 3322: name = "winapi-build"
39ee25f5c3 2020-11-29 3323: version = "0.1.1"
39ee25f5c3 2020-11-29 3324: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3325: checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
39ee25f5c3 2020-11-29 3326: 
39ee25f5c3 2020-11-29 3327: [[package]]
39ee25f5c3 2020-11-29 3328: name = "winapi-i686-pc-windows-gnu"
39ee25f5c3 2020-11-29 3329: version = "0.4.0"
39ee25f5c3 2020-11-29 3330: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3331: checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
39ee25f5c3 2020-11-29 3332: 
39ee25f5c3 2020-11-29 3333: [[package]]
39ee25f5c3 2020-11-29 3334: name = "winapi-x86_64-pc-windows-gnu"
39ee25f5c3 2020-11-29 3335: version = "0.4.0"
39ee25f5c3 2020-11-29 3336: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3337: checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3a86048961 2022-06-12 3338: 
3a86048961 2022-06-12 3339: [[package]]
3a86048961 2022-06-12 3340: name = "windows-sys"
3a86048961 2022-06-12 3341: version = "0.36.1"
3a86048961 2022-06-12 3342: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 3343: checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
3a86048961 2022-06-12 3344: dependencies = [
3a86048961 2022-06-12 3345:  "windows_aarch64_msvc",
3a86048961 2022-06-12 3346:  "windows_i686_gnu",
3a86048961 2022-06-12 3347:  "windows_i686_msvc",
3a86048961 2022-06-12 3348:  "windows_x86_64_gnu",
3a86048961 2022-06-12 3349:  "windows_x86_64_msvc",
3a86048961 2022-06-12 3350: ]
3a86048961 2022-06-12 3351: 
3a86048961 2022-06-12 3352: [[package]]
3a86048961 2022-06-12 3353: name = "windows_aarch64_msvc"
3a86048961 2022-06-12 3354: version = "0.36.1"
3a86048961 2022-06-12 3355: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 3356: checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
3a86048961 2022-06-12 3357: 
3a86048961 2022-06-12 3358: [[package]]
3a86048961 2022-06-12 3359: name = "windows_i686_gnu"
3a86048961 2022-06-12 3360: version = "0.36.1"
3a86048961 2022-06-12 3361: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 3362: checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
3a86048961 2022-06-12 3363: 
3a86048961 2022-06-12 3364: [[package]]
3a86048961 2022-06-12 3365: name = "windows_i686_msvc"
3a86048961 2022-06-12 3366: version = "0.36.1"
3a86048961 2022-06-12 3367: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 3368: checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
3a86048961 2022-06-12 3369: 
3a86048961 2022-06-12 3370: [[package]]
3a86048961 2022-06-12 3371: name = "windows_x86_64_gnu"
3a86048961 2022-06-12 3372: version = "0.36.1"
3a86048961 2022-06-12 3373: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 3374: checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
3a86048961 2022-06-12 3375: 
3a86048961 2022-06-12 3376: [[package]]
3a86048961 2022-06-12 3377: name = "windows_x86_64_msvc"
3a86048961 2022-06-12 3378: version = "0.36.1"
3a86048961 2022-06-12 3379: source = "registry+https://github.com/rust-lang/crates.io-index"
3a86048961 2022-06-12 3380: checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
cb86e770f9 2022-03-15 3381: 
cb86e770f9 2022-03-15 3382: [[package]]
39ee25f5c3 2020-11-29 3383: name = "winreg"
39ee25f5c3 2020-11-29 3384: version = "0.6.2"
39ee25f5c3 2020-11-29 3385: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3386: checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
d52a6ff5c8 2021-09-30 3387: dependencies = [
d52a6ff5c8 2021-09-30 3388:  "winapi 0.3.9",
d52a6ff5c8 2021-09-30 3389: ]
d52a6ff5c8 2021-09-30 3390: 
d52a6ff5c8 2021-09-30 3391: [[package]]
d52a6ff5c8 2021-09-30 3392: name = "winreg"
cb86e770f9 2022-03-15 3393: version = "0.10.1"
d52a6ff5c8 2021-09-30 3394: source = "registry+https://github.com/rust-lang/crates.io-index"
cb86e770f9 2022-03-15 3395: checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
39ee25f5c3 2020-11-29 3396: dependencies = [
f5365bf71c 2021-01-22 3397:  "winapi 0.3.9",
39ee25f5c3 2020-11-29 3398: ]
39ee25f5c3 2020-11-29 3399: 
39ee25f5c3 2020-11-29 3400: [[package]]
39ee25f5c3 2020-11-29 3401: name = "ws2_32-sys"
39ee25f5c3 2020-11-29 3402: version = "0.2.1"
39ee25f5c3 2020-11-29 3403: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 3404: checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
f5365bf71c 2021-01-22 3405: dependencies = [
f5365bf71c 2021-01-22 3406:  "winapi 0.2.8",
f5365bf71c 2021-01-22 3407:  "winapi-build",
f5365bf71c 2021-01-22 3408: ]