Annotation For Cargo.lock
Logged in as anonymous

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

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