Annotation For Cargo.lock
Logged in as anonymous

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

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