Annotation For Cargo.lock
Logged in as anonymous

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

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