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