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