Annotation For Cargo.lock
Logged in as anonymous

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

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