Annotation For Cargo.lock
Logged in as anonymous

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

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