Annotation For Cargo.lock
Logged in as anonymous

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

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