Annotation For Cargo.lock
Logged in as anonymous

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

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