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