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