Annotation For Cargo.lock
Logged in as anonymous

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

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