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