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