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