Annotation For Cargo.lock
Logged in as anonymous

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

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