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