39ee25f5c3 2020-11-29 1: # This file is automatically @generated by Cargo.
39ee25f5c3 2020-11-29 2: # It is not intended for manual editing.
fc8aa8c8ab 2025-04-06 3: version = 4
1c444d34ff 2024-08-28 4:
1c444d34ff 2024-08-28 5: [[package]]
1c444d34ff 2024-08-28 6: name = "adler2"
bb89b6fab8 2025-06-15 7: version = "2.0.1"
614456ed35 2025-02-22 8: source = "registry+https://github.com/rust-lang/crates.io-index"
bb89b6fab8 2025-06-15 9: checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
5609487b23 2021-06-28 10:
5609487b23 2021-06-28 11: [[package]]
5609487b23 2021-06-28 12: name = "aho-corasick"
ec71df21e1 2025-11-07 13: version = "1.1.4"
5609487b23 2021-06-28 14: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 15: checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
5609487b23 2021-06-28 16: dependencies = [
5609487b23 2021-06-28 17: "memchr",
5609487b23 2021-06-28 18: ]
5609487b23 2021-06-28 19:
5609487b23 2021-06-28 20: [[package]]
b2297258c7 2021-11-06 21: name = "alloc-no-stdlib"
fb2dfed11a 2022-09-21 22: version = "2.0.4"
5609487b23 2021-06-28 23: source = "registry+https://github.com/rust-lang/crates.io-index"
fb2dfed11a 2022-09-21 24: checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
5609487b23 2021-06-28 25:
5609487b23 2021-06-28 26: [[package]]
b2297258c7 2021-11-06 27: name = "alloc-stdlib"
d3dbaf11e1 2026-07-19 28: version = "0.2.4"
5609487b23 2021-06-28 29: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 30: checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195"
b2297258c7 2021-11-06 31: dependencies = [
b2297258c7 2021-11-06 32: "alloc-no-stdlib",
b2297258c7 2021-11-06 33: ]
9d8a6738fd 2023-07-30 34:
9d8a6738fd 2023-07-30 35: [[package]]
9d8a6738fd 2023-07-30 36: name = "allocator-api2"
614456ed35 2025-02-22 37: version = "0.2.21"
614456ed35 2025-02-22 38: source = "registry+https://github.com/rust-lang/crates.io-index"
614456ed35 2025-02-22 39: checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
fb2dfed11a 2022-09-21 40:
fb2dfed11a 2022-09-21 41: [[package]]
6fdbbcc8f8 2022-08-14 42: name = "android_system_properties"
fb2dfed11a 2022-09-21 43: version = "0.1.5"
6fdbbcc8f8 2022-08-14 44: source = "registry+https://github.com/rust-lang/crates.io-index"
fb2dfed11a 2022-09-21 45: checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
6fdbbcc8f8 2022-08-14 46: dependencies = [
6fdbbcc8f8 2022-08-14 47: "libc",
6fdbbcc8f8 2022-08-14 48: ]
cb86e770f9 2022-03-15 49:
cb86e770f9 2022-03-15 50: [[package]]
44575a91d3 2025-07-09 51: name = "async-channel"
44575a91d3 2025-07-09 52: version = "2.5.0"
44575a91d3 2025-07-09 53: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 54: checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
a6fc8a60a7 2024-06-15 55: dependencies = [
a6fc8a60a7 2024-06-15 56: "concurrent-queue",
a6fc8a60a7 2024-06-15 57: "event-listener-strategy",
a6fc8a60a7 2024-06-15 58: "futures-core",
a6fc8a60a7 2024-06-15 59: "pin-project-lite",
a6fc8a60a7 2024-06-15 60: ]
a6fc8a60a7 2024-06-15 61:
a6fc8a60a7 2024-06-15 62: [[package]]
dc7c43b010 2026-01-01 63: name = "async-compat"
dc7c43b010 2026-01-01 64: version = "0.2.5"
dc7c43b010 2026-01-01 65: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 66: checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
dc7c43b010 2026-01-01 67: dependencies = [
dc7c43b010 2026-01-01 68: "futures-core",
dc7c43b010 2026-01-01 69: "futures-io",
dc7c43b010 2026-01-01 70: "once_cell",
dc7c43b010 2026-01-01 71: "pin-project-lite",
dc7c43b010 2026-01-01 72: "tokio",
dc7c43b010 2026-01-01 73: ]
dc7c43b010 2026-01-01 74:
dc7c43b010 2026-01-01 75: [[package]]
a6fc8a60a7 2024-06-15 76: name = "async-compression"
d3dbaf11e1 2026-07-19 77: version = "0.4.42"
a6fc8a60a7 2024-06-15 78: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 79: checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac"
a6fc8a60a7 2024-06-15 80: dependencies = [
acb0a4ac54 2025-09-28 81: "compression-codecs",
acb0a4ac54 2025-09-28 82: "compression-core",
a6fc8a60a7 2024-06-15 83: "pin-project-lite",
a6fc8a60a7 2024-06-15 84: "tokio",
a6fc8a60a7 2024-06-15 85: ]
a6fc8a60a7 2024-06-15 86:
a6fc8a60a7 2024-06-15 87: [[package]]
a6fc8a60a7 2024-06-15 88: name = "async-executor"
9adc69d514 2026-03-25 89: version = "1.14.0"
acb0a4ac54 2025-09-28 90: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 91: checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
acb0a4ac54 2025-09-28 92: dependencies = [
acb0a4ac54 2025-09-28 93: "async-task",
acb0a4ac54 2025-09-28 94: "concurrent-queue",
dc7c43b010 2026-01-01 95: "fastrand",
dc7c43b010 2026-01-01 96: "futures-lite",
acb0a4ac54 2025-09-28 97: "pin-project-lite",
acb0a4ac54 2025-09-28 98: "slab",
acb0a4ac54 2025-09-28 99: ]
acb0a4ac54 2025-09-28 100:
acb0a4ac54 2025-09-28 101: [[package]]
dc7c43b010 2026-01-01 102: name = "async-fs"
dc7c43b010 2026-01-01 103: version = "2.2.0"
acb0a4ac54 2025-09-28 104: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 105: checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
acb0a4ac54 2025-09-28 106: dependencies = [
dc7c43b010 2026-01-01 107: "async-lock",
acb0a4ac54 2025-09-28 108: "blocking",
dc7c43b010 2026-01-01 109: "futures-lite",
acb0a4ac54 2025-09-28 110: ]
acb0a4ac54 2025-09-28 111:
acb0a4ac54 2025-09-28 112: [[package]]
acb0a4ac54 2025-09-28 113: name = "async-io"
acb0a4ac54 2025-09-28 114: version = "2.6.0"
acb0a4ac54 2025-09-28 115: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 116: checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
acb0a4ac54 2025-09-28 117: dependencies = [
acb0a4ac54 2025-09-28 118: "autocfg",
acb0a4ac54 2025-09-28 119: "cfg-if",
acb0a4ac54 2025-09-28 120: "concurrent-queue",
acb0a4ac54 2025-09-28 121: "futures-io",
dc7c43b010 2026-01-01 122: "futures-lite",
acb0a4ac54 2025-09-28 123: "parking",
dc7c43b010 2026-01-01 124: "polling",
dc7c43b010 2026-01-01 125: "rustix",
acb0a4ac54 2025-09-28 126: "slab",
ec71df21e1 2025-11-07 127: "windows-sys 0.61.2",
acb0a4ac54 2025-09-28 128: ]
acb0a4ac54 2025-09-28 129:
acb0a4ac54 2025-09-28 130: [[package]]
acb0a4ac54 2025-09-28 131: name = "async-lock"
0c989b7cba 2025-12-22 132: version = "3.4.2"
0c989b7cba 2025-12-22 133: source = "registry+https://github.com/rust-lang/crates.io-index"
0c989b7cba 2025-12-22 134: checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
0c989b7cba 2025-12-22 135: dependencies = [
dc7c43b010 2026-01-01 136: "event-listener",
a6fc8a60a7 2024-06-15 137: "event-listener-strategy",
a6fc8a60a7 2024-06-15 138: "pin-project-lite",
a6fc8a60a7 2024-06-15 139: ]
a6fc8a60a7 2024-06-15 140:
a6fc8a60a7 2024-06-15 141: [[package]]
dc7c43b010 2026-01-01 142: name = "async-net"
dc7c43b010 2026-01-01 143: version = "2.0.0"
285ce2bc31 2024-09-17 144: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 145: checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
285ce2bc31 2024-09-17 146: dependencies = [
dc7c43b010 2026-01-01 147: "async-io",
dc7c43b010 2026-01-01 148: "blocking",
dc7c43b010 2026-01-01 149: "futures-lite",
dc7c43b010 2026-01-01 150: ]
dc7c43b010 2026-01-01 151:
dc7c43b010 2026-01-01 152: [[package]]
dc7c43b010 2026-01-01 153: name = "async-process"
dc7c43b010 2026-01-01 154: version = "2.5.0"
dc7c43b010 2026-01-01 155: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 156: checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
dc7c43b010 2026-01-01 157: dependencies = [
dc7c43b010 2026-01-01 158: "async-channel",
dc7c43b010 2026-01-01 159: "async-io",
dc7c43b010 2026-01-01 160: "async-lock",
dc7c43b010 2026-01-01 161: "async-signal",
dc7c43b010 2026-01-01 162: "async-task",
dc7c43b010 2026-01-01 163: "blocking",
dc7c43b010 2026-01-01 164: "cfg-if",
dc7c43b010 2026-01-01 165: "event-listener",
dc7c43b010 2026-01-01 166: "futures-lite",
dc7c43b010 2026-01-01 167: "rustix",
dc7c43b010 2026-01-01 168: ]
dc7c43b010 2026-01-01 169:
dc7c43b010 2026-01-01 170: [[package]]
dc7c43b010 2026-01-01 171: name = "async-signal"
be0b8602d1 2026-04-18 172: version = "0.2.14"
dc7c43b010 2026-01-01 173: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 174: checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485"
dc7c43b010 2026-01-01 175: dependencies = [
dc7c43b010 2026-01-01 176: "async-io",
dc7c43b010 2026-01-01 177: "async-lock",
dc7c43b010 2026-01-01 178: "atomic-waker",
dc7c43b010 2026-01-01 179: "cfg-if",
a6fc8a60a7 2024-06-15 180: "futures-core",
a6fc8a60a7 2024-06-15 181: "futures-io",
dc7c43b010 2026-01-01 182: "rustix",
dc7c43b010 2026-01-01 183: "signal-hook-registry",
a6fc8a60a7 2024-06-15 184: "slab",
dc7c43b010 2026-01-01 185: "windows-sys 0.61.2",
bb89b6fab8 2025-06-15 186: ]
bb89b6fab8 2025-06-15 187:
bb89b6fab8 2025-06-15 188: [[package]]
bb89b6fab8 2025-06-15 189: name = "async-stream"
bb89b6fab8 2025-06-15 190: version = "0.3.6"
bb89b6fab8 2025-06-15 191: source = "registry+https://github.com/rust-lang/crates.io-index"
bb89b6fab8 2025-06-15 192: checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
bb89b6fab8 2025-06-15 193: dependencies = [
bb89b6fab8 2025-06-15 194: "async-stream-impl",
bb89b6fab8 2025-06-15 195: "futures-core",
bb89b6fab8 2025-06-15 196: "pin-project-lite",
bb89b6fab8 2025-06-15 197: ]
bb89b6fab8 2025-06-15 198:
bb89b6fab8 2025-06-15 199: [[package]]
bb89b6fab8 2025-06-15 200: name = "async-stream-impl"
bb89b6fab8 2025-06-15 201: version = "0.3.6"
bb89b6fab8 2025-06-15 202: source = "registry+https://github.com/rust-lang/crates.io-index"
bb89b6fab8 2025-06-15 203: checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
bb89b6fab8 2025-06-15 204: dependencies = [
bb89b6fab8 2025-06-15 205: "proc-macro2",
bb89b6fab8 2025-06-15 206: "quote",
d3dbaf11e1 2026-07-19 207: "syn 2.0.119",
28da2e2a00 2022-03-12 208: ]
cb86e770f9 2022-03-15 209:
cb86e770f9 2022-03-15 210: [[package]]
cb86e770f9 2022-03-15 211: name = "async-task"
ec2eac7ea2 2024-05-14 212: version = "4.7.1"
ec2eac7ea2 2024-05-14 213: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 214: checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
9143c728f3 2021-09-19 215:
9143c728f3 2021-09-19 216: [[package]]
9143c728f3 2021-09-19 217: name = "atoi"
285ce2bc31 2024-09-17 218: version = "2.0.0"
9143c728f3 2021-09-19 219: source = "registry+https://github.com/rust-lang/crates.io-index"
285ce2bc31 2024-09-17 220: checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
9143c728f3 2021-09-19 221: dependencies = [
28da2e2a00 2022-03-12 222: "num-traits",
9143c728f3 2021-09-19 223: ]
9143c728f3 2021-09-19 224:
9143c728f3 2021-09-19 225: [[package]]
9143c728f3 2021-09-19 226: name = "atom_syndication"
d3dbaf11e1 2026-07-19 227: version = "0.12.9"
cb86e770f9 2022-03-15 228: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 229: checksum = "2bc3fc78769244f4ee0a4fc1d959f0e1b96d9344d74510e0195723c87fd9a8bd"
cb86e770f9 2022-03-15 230: dependencies = [
cb86e770f9 2022-03-15 231: "chrono",
a6fc8a60a7 2024-06-15 232: "derive_builder",
cb86e770f9 2022-03-15 233: "diligent-date-parser",
a6fc8a60a7 2024-06-15 234: "quick-xml",
cb86e770f9 2022-03-15 235: "serde",
cb86e770f9 2022-03-15 236: ]
cb86e770f9 2022-03-15 237:
cb86e770f9 2022-03-15 238: [[package]]
cb86e770f9 2022-03-15 239: name = "atomic-waker"
58da576b83 2023-10-04 240: version = "1.1.2"
58da576b83 2023-10-04 241: source = "registry+https://github.com/rust-lang/crates.io-index"
58da576b83 2023-10-04 242: checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
58da576b83 2023-10-04 243:
58da576b83 2023-10-04 244: [[package]]
58da576b83 2023-10-04 245: name = "autocfg"
d3dbaf11e1 2026-07-19 246: version = "1.5.1"
a6fc8a60a7 2024-06-15 247: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 248: checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
dc7c43b010 2026-01-01 249:
dc7c43b010 2026-01-01 250: [[package]]
dc7c43b010 2026-01-01 251: name = "aws-lc-rs"
d3dbaf11e1 2026-07-19 252: version = "1.17.3"
dc7c43b010 2026-01-01 253: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 254: checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1"
dc7c43b010 2026-01-01 255: dependencies = [
dc7c43b010 2026-01-01 256: "aws-lc-sys",
dc7c43b010 2026-01-01 257: "zeroize",
dc7c43b010 2026-01-01 258: ]
dc7c43b010 2026-01-01 259:
dc7c43b010 2026-01-01 260: [[package]]
dc7c43b010 2026-01-01 261: name = "aws-lc-sys"
d3dbaf11e1 2026-07-19 262: version = "0.43.0"
dc7c43b010 2026-01-01 263: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 264: checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c"
dc7c43b010 2026-01-01 265: dependencies = [
dc7c43b010 2026-01-01 266: "cc",
dc7c43b010 2026-01-01 267: "cmake",
dc7c43b010 2026-01-01 268: "dunce",
dc7c43b010 2026-01-01 269: "fs_extra",
d3dbaf11e1 2026-07-19 270: "pkg-config",
dc7c43b010 2026-01-01 271: ]
a6fc8a60a7 2024-06-15 272:
a6fc8a60a7 2024-06-15 273: [[package]]
a6fc8a60a7 2024-06-15 274: name = "base64"
a6fc8a60a7 2024-06-15 275: version = "0.22.1"
a6fc8a60a7 2024-06-15 276: source = "registry+https://github.com/rust-lang/crates.io-index"
a6fc8a60a7 2024-06-15 277: checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
a6fc8a60a7 2024-06-15 278:
a6fc8a60a7 2024-06-15 279: [[package]]
dc7c43b010 2026-01-01 280: name = "bitflags"
d3dbaf11e1 2026-07-19 281: version = "2.13.1"
dc7c43b010 2026-01-01 282: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 283: checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
ec71df21e1 2025-11-07 284: dependencies = [
ec71df21e1 2025-11-07 285: "serde_core",
285ce2bc31 2024-09-17 286: ]
3c5e2bd226 2023-03-12 287:
3c5e2bd226 2023-03-12 288: [[package]]
3c5e2bd226 2023-03-12 289: name = "block-buffer"
3c5e2bd226 2023-03-12 290: version = "0.10.4"
3c5e2bd226 2023-03-12 291: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 292: checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
cb86e770f9 2022-03-15 293: dependencies = [
cb86e770f9 2022-03-15 294: "generic-array",
d3dbaf11e1 2026-07-19 295: ]
d3dbaf11e1 2026-07-19 296:
d3dbaf11e1 2026-07-19 297: [[package]]
d3dbaf11e1 2026-07-19 298: name = "block-buffer"
d3dbaf11e1 2026-07-19 299: version = "0.12.1"
d3dbaf11e1 2026-07-19 300: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 301: checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
d3dbaf11e1 2026-07-19 302: dependencies = [
d3dbaf11e1 2026-07-19 303: "hybrid-array",
dc7c43b010 2026-01-01 304: ]
dc7c43b010 2026-01-01 305:
dc7c43b010 2026-01-01 306: [[package]]
cb86e770f9 2022-03-15 307: name = "blocking"
44575a91d3 2025-07-09 308: version = "1.6.2"
cb86e770f9 2022-03-15 309: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 310: checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
cb86e770f9 2022-03-15 311: dependencies = [
dc7c43b010 2026-01-01 312: "async-channel",
cb86e770f9 2022-03-15 313: "async-task",
58da576b83 2023-10-04 314: "futures-io",
dc7c43b010 2026-01-01 315: "futures-lite",
58da576b83 2023-10-04 316: "piper",
cb86e770f9 2022-03-15 317: ]
cb86e770f9 2022-03-15 318:
cb86e770f9 2022-03-15 319: [[package]]
cb86e770f9 2022-03-15 320: name = "brotli"
d3dbaf11e1 2026-07-19 321: version = "8.0.4"
cb86e770f9 2022-03-15 322: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 323: checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3"
b2297258c7 2021-11-06 324: dependencies = [
b2297258c7 2021-11-06 325: "alloc-no-stdlib",
b2297258c7 2021-11-06 326: "alloc-stdlib",
b2297258c7 2021-11-06 327: "brotli-decompressor",
b2297258c7 2021-11-06 328: ]
b2297258c7 2021-11-06 329:
b2297258c7 2021-11-06 330: [[package]]
b2297258c7 2021-11-06 331: name = "brotli-decompressor"
d3dbaf11e1 2026-07-19 332: version = "5.0.3"
b2297258c7 2021-11-06 333: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 334: checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583"
b2297258c7 2021-11-06 335: dependencies = [
b2297258c7 2021-11-06 336: "alloc-no-stdlib",
b2297258c7 2021-11-06 337: "alloc-stdlib",
9143c728f3 2021-09-19 338: ]
9143c728f3 2021-09-19 339:
9143c728f3 2021-09-19 340: [[package]]
9143c728f3 2021-09-19 341: name = "bumpalo"
d3dbaf11e1 2026-07-19 342: version = "3.20.3"
e624ef9d66 2025-04-20 343: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 344: checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
ec2eac7ea2 2024-05-14 345:
ec2eac7ea2 2024-05-14 346: [[package]]
ec2eac7ea2 2024-05-14 347: name = "byteorder"
ec2eac7ea2 2024-05-14 348: version = "1.5.0"
ec2eac7ea2 2024-05-14 349: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 350: checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
ec2eac7ea2 2024-05-14 351:
ec2eac7ea2 2024-05-14 352: [[package]]
ec2eac7ea2 2024-05-14 353: name = "bytes"
d3dbaf11e1 2026-07-19 354: version = "1.12.1"
a6fc8a60a7 2024-06-15 355: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 356: checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
a6fc8a60a7 2024-06-15 357:
a6fc8a60a7 2024-06-15 358: [[package]]
a6fc8a60a7 2024-06-15 359: name = "cc"
d3dbaf11e1 2026-07-19 360: version = "1.3.0"
a6fc8a60a7 2024-06-15 361: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 362: checksum = "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8"
1c444d34ff 2024-08-28 363: dependencies = [
acb0a4ac54 2025-09-28 364: "find-msvc-tools",
dc7c43b010 2026-01-01 365: "jobserver",
dc7c43b010 2026-01-01 366: "libc",
1c444d34ff 2024-08-28 367: "shlex",
1c444d34ff 2024-08-28 368: ]
a6fc8a60a7 2024-06-15 369:
a6fc8a60a7 2024-06-15 370: [[package]]
a6fc8a60a7 2024-06-15 371: name = "cfg-if"
ec71df21e1 2025-11-07 372: version = "1.0.4"
a6fc8a60a7 2024-06-15 373: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 374: checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
a2880e5100 2025-04-19 375:
a2880e5100 2025-04-19 376: [[package]]
a2880e5100 2025-04-19 377: name = "cfg_aliases"
d3dbaf11e1 2026-07-19 378: version = "0.2.2"
a2880e5100 2025-04-19 379: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 380: checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
d3dbaf11e1 2026-07-19 381:
d3dbaf11e1 2026-07-19 382: [[package]]
d3dbaf11e1 2026-07-19 383: name = "chacha20"
d3dbaf11e1 2026-07-19 384: version = "0.10.1"
d3dbaf11e1 2026-07-19 385: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 386: checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
d3dbaf11e1 2026-07-19 387: dependencies = [
d3dbaf11e1 2026-07-19 388: "cfg-if",
d3dbaf11e1 2026-07-19 389: "cpufeatures 0.3.0",
d3dbaf11e1 2026-07-19 390: "rand_core",
d3dbaf11e1 2026-07-19 391: ]
a6fc8a60a7 2024-06-15 392:
a6fc8a60a7 2024-06-15 393: [[package]]
a6fc8a60a7 2024-06-15 394: name = "chrono"
d3dbaf11e1 2026-07-19 395: version = "0.4.45"
a6fc8a60a7 2024-06-15 396: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 397: checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
a6fc8a60a7 2024-06-15 398: dependencies = [
9d8a6738fd 2023-07-30 399: "iana-time-zone",
9d8a6738fd 2023-07-30 400: "js-sys",
9d8a6738fd 2023-07-30 401: "num-traits",
9d8a6738fd 2023-07-30 402: "serde",
9d8a6738fd 2023-07-30 403: "wasm-bindgen",
0c989b7cba 2025-12-22 404: "windows-link",
0c989b7cba 2025-12-22 405: ]
0c989b7cba 2025-12-22 406:
0c989b7cba 2025-12-22 407: [[package]]
dc7c43b010 2026-01-01 408: name = "cmake"
374eadef45 2026-03-28 409: version = "0.1.58"
dc7c43b010 2026-01-01 410: source = "registry+https://github.com/rust-lang/crates.io-index"
374eadef45 2026-03-28 411: checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
dc7c43b010 2026-01-01 412: dependencies = [
dc7c43b010 2026-01-01 413: "cc",
dc7c43b010 2026-01-01 414: ]
374eadef45 2026-03-28 415:
374eadef45 2026-03-28 416: [[package]]
d3dbaf11e1 2026-07-19 417: name = "cmov"
d3dbaf11e1 2026-07-19 418: version = "0.5.4"
d3dbaf11e1 2026-07-19 419: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 420: checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
d3dbaf11e1 2026-07-19 421:
d3dbaf11e1 2026-07-19 422: [[package]]
dc7c43b010 2026-01-01 423: name = "combine"
dc7c43b010 2026-01-01 424: version = "4.6.7"
dc7c43b010 2026-01-01 425: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 426: checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
dc7c43b010 2026-01-01 427: dependencies = [
dc7c43b010 2026-01-01 428: "bytes",
dc7c43b010 2026-01-01 429: "memchr",
dc7c43b010 2026-01-01 430: ]
dc7c43b010 2026-01-01 431:
dc7c43b010 2026-01-01 432: [[package]]
acb0a4ac54 2025-09-28 433: name = "compression-codecs"
d3dbaf11e1 2026-07-19 434: version = "0.4.38"
acb0a4ac54 2025-09-28 435: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 436: checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
acb0a4ac54 2025-09-28 437: dependencies = [
acb0a4ac54 2025-09-28 438: "brotli",
acb0a4ac54 2025-09-28 439: "compression-core",
acb0a4ac54 2025-09-28 440: "flate2",
acb0a4ac54 2025-09-28 441: ]
acb0a4ac54 2025-09-28 442:
acb0a4ac54 2025-09-28 443: [[package]]
acb0a4ac54 2025-09-28 444: name = "compression-core"
d3dbaf11e1 2026-07-19 445: version = "0.4.32"
acb0a4ac54 2025-09-28 446: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 447: checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
9d8a6738fd 2023-07-30 448:
9d8a6738fd 2023-07-30 449: [[package]]
9d8a6738fd 2023-07-30 450: name = "concurrent-queue"
ec2eac7ea2 2024-05-14 451: version = "2.5.0"
9d8a6738fd 2023-07-30 452: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 453: checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
9d8a6738fd 2023-07-30 454: dependencies = [
a6fc8a60a7 2024-06-15 455: "crossbeam-utils",
39ee25f5c3 2020-11-29 456: ]
39ee25f5c3 2020-11-29 457:
39ee25f5c3 2020-11-29 458: [[package]]
39ee25f5c3 2020-11-29 459: name = "config"
d3dbaf11e1 2026-07-19 460: version = "0.15.25"
f5365bf71c 2021-01-22 461: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 462: checksum = "b85f248a4de22d204ceabc6299d89d2c70fbd7f09fea53c06c852369652d8139"
f5365bf71c 2021-01-22 463: dependencies = [
28da2e2a00 2022-03-12 464: "pathdiff",
acb0a4ac54 2025-09-28 465: "serde_core",
f5365bf71c 2021-01-22 466: "toml",
614456ed35 2025-02-22 467: "winnow",
ec2eac7ea2 2024-05-14 468: ]
ec2eac7ea2 2024-05-14 469:
ec2eac7ea2 2024-05-14 470: [[package]]
ec2eac7ea2 2024-05-14 471: name = "core-foundation"
ec2eac7ea2 2024-05-14 472: version = "0.9.4"
ec2eac7ea2 2024-05-14 473: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 474: checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dc7c43b010 2026-01-01 475: dependencies = [
dc7c43b010 2026-01-01 476: "core-foundation-sys",
dc7c43b010 2026-01-01 477: "libc",
dc7c43b010 2026-01-01 478: ]
dc7c43b010 2026-01-01 479:
dc7c43b010 2026-01-01 480: [[package]]
dc7c43b010 2026-01-01 481: name = "core-foundation"
dc7c43b010 2026-01-01 482: version = "0.10.1"
dc7c43b010 2026-01-01 483: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 484: checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1c444d34ff 2024-08-28 485: dependencies = [
1c444d34ff 2024-08-28 486: "core-foundation-sys",
1c444d34ff 2024-08-28 487: "libc",
1c444d34ff 2024-08-28 488: ]
1c444d34ff 2024-08-28 489:
1c444d34ff 2024-08-28 490: [[package]]
39ee25f5c3 2020-11-29 491: name = "core-foundation-sys"
1c444d34ff 2024-08-28 492: version = "0.8.7"
5609487b23 2021-06-28 493: source = "registry+https://github.com/rust-lang/crates.io-index"
1c444d34ff 2024-08-28 494: checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1c444d34ff 2024-08-28 495:
1c444d34ff 2024-08-28 496: [[package]]
1c444d34ff 2024-08-28 497: name = "cpufeatures"
614456ed35 2025-02-22 498: version = "0.2.17"
1c444d34ff 2024-08-28 499: source = "registry+https://github.com/rust-lang/crates.io-index"
614456ed35 2025-02-22 500: checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
614456ed35 2025-02-22 501: dependencies = [
614456ed35 2025-02-22 502: "libc",
614456ed35 2025-02-22 503: ]
614456ed35 2025-02-22 504:
614456ed35 2025-02-22 505: [[package]]
d3dbaf11e1 2026-07-19 506: name = "cpufeatures"
d3dbaf11e1 2026-07-19 507: version = "0.3.0"
d3dbaf11e1 2026-07-19 508: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 509: checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
d3dbaf11e1 2026-07-19 510: dependencies = [
d3dbaf11e1 2026-07-19 511: "libc",
d3dbaf11e1 2026-07-19 512: ]
d3dbaf11e1 2026-07-19 513:
d3dbaf11e1 2026-07-19 514: [[package]]
5609487b23 2021-06-28 515: name = "crc"
0c989b7cba 2025-12-22 516: version = "3.4.0"
9143c728f3 2021-09-19 517: source = "registry+https://github.com/rust-lang/crates.io-index"
0c989b7cba 2025-12-22 518: checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
9143c728f3 2021-09-19 519: dependencies = [
9143c728f3 2021-09-19 520: "crc-catalog",
9143c728f3 2021-09-19 521: ]
9143c728f3 2021-09-19 522:
9143c728f3 2021-09-19 523: [[package]]
9143c728f3 2021-09-19 524: name = "crc-catalog"
d3dbaf11e1 2026-07-19 525: version = "2.5.0"
a6fc8a60a7 2024-06-15 526: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 527: checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
a6fc8a60a7 2024-06-15 528:
a6fc8a60a7 2024-06-15 529: [[package]]
a6fc8a60a7 2024-06-15 530: name = "crc32fast"
07b34bcad6 2025-08-05 531: version = "1.5.0"
a6fc8a60a7 2024-06-15 532: source = "registry+https://github.com/rust-lang/crates.io-index"
07b34bcad6 2025-08-05 533: checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
a6fc8a60a7 2024-06-15 534: dependencies = [
a6fc8a60a7 2024-06-15 535: "cfg-if",
a6fc8a60a7 2024-06-15 536: ]
a6fc8a60a7 2024-06-15 537:
a6fc8a60a7 2024-06-15 538: [[package]]
a6fc8a60a7 2024-06-15 539: name = "crossbeam-queue"
d3dbaf11e1 2026-07-19 540: version = "0.3.13"
a6fc8a60a7 2024-06-15 541: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 542: checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26"
a6fc8a60a7 2024-06-15 543: dependencies = [
a6fc8a60a7 2024-06-15 544: "crossbeam-utils",
a6fc8a60a7 2024-06-15 545: ]
a6fc8a60a7 2024-06-15 546:
a6fc8a60a7 2024-06-15 547: [[package]]
a6fc8a60a7 2024-06-15 548: name = "crossbeam-utils"
d3dbaf11e1 2026-07-19 549: version = "0.8.22"
a6fc8a60a7 2024-06-15 550: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 551: checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
e7effaf7fb 2022-07-26 552:
e7effaf7fb 2022-07-26 553: [[package]]
e7effaf7fb 2022-07-26 554: name = "crypto-common"
d3dbaf11e1 2026-07-19 555: version = "0.1.6"
e7effaf7fb 2022-07-26 556: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 557: checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
6e8d042b97 2022-04-19 558: dependencies = [
6e8d042b97 2022-04-19 559: "generic-array",
6e8d042b97 2022-04-19 560: "typenum",
d3dbaf11e1 2026-07-19 561: ]
d3dbaf11e1 2026-07-19 562:
d3dbaf11e1 2026-07-19 563: [[package]]
d3dbaf11e1 2026-07-19 564: name = "crypto-common"
d3dbaf11e1 2026-07-19 565: version = "0.2.2"
d3dbaf11e1 2026-07-19 566: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 567: checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
d3dbaf11e1 2026-07-19 568: dependencies = [
d3dbaf11e1 2026-07-19 569: "hybrid-array",
d3dbaf11e1 2026-07-19 570: ]
d3dbaf11e1 2026-07-19 571:
d3dbaf11e1 2026-07-19 572: [[package]]
d3dbaf11e1 2026-07-19 573: name = "ctutils"
d3dbaf11e1 2026-07-19 574: version = "0.4.2"
d3dbaf11e1 2026-07-19 575: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 576: checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
d3dbaf11e1 2026-07-19 577: dependencies = [
d3dbaf11e1 2026-07-19 578: "cmov",
acb0a4ac54 2025-09-28 579: ]
acb0a4ac54 2025-09-28 580:
acb0a4ac54 2025-09-28 581: [[package]]
fc8aa8c8ab 2025-04-06 582: name = "darling"
fc8aa8c8ab 2025-04-06 583: version = "0.20.11"
fc8aa8c8ab 2025-04-06 584: source = "registry+https://github.com/rust-lang/crates.io-index"
fc8aa8c8ab 2025-04-06 585: checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
fc8aa8c8ab 2025-04-06 586: dependencies = [
acb0a4ac54 2025-09-28 587: "darling_core 0.20.11",
acb0a4ac54 2025-09-28 588: "darling_macro 0.20.11",
acb0a4ac54 2025-09-28 589: ]
acb0a4ac54 2025-09-28 590:
acb0a4ac54 2025-09-28 591: [[package]]
acb0a4ac54 2025-09-28 592: name = "darling"
9adc69d514 2026-03-25 593: version = "0.23.0"
acb0a4ac54 2025-09-28 594: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 595: checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
acb0a4ac54 2025-09-28 596: dependencies = [
9adc69d514 2026-03-25 597: "darling_core 0.23.0",
9adc69d514 2026-03-25 598: "darling_macro 0.23.0",
a6fc8a60a7 2024-06-15 599: ]
a6fc8a60a7 2024-06-15 600:
a6fc8a60a7 2024-06-15 601: [[package]]
a6fc8a60a7 2024-06-15 602: name = "darling_core"
fc8aa8c8ab 2025-04-06 603: version = "0.20.11"
a6fc8a60a7 2024-06-15 604: source = "registry+https://github.com/rust-lang/crates.io-index"
fc8aa8c8ab 2025-04-06 605: checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
a6fc8a60a7 2024-06-15 606: dependencies = [
a6fc8a60a7 2024-06-15 607: "fnv",
a6fc8a60a7 2024-06-15 608: "ident_case",
a6fc8a60a7 2024-06-15 609: "proc-macro2",
a6fc8a60a7 2024-06-15 610: "quote",
a6fc8a60a7 2024-06-15 611: "strsim",
d3dbaf11e1 2026-07-19 612: "syn 2.0.119",
acb0a4ac54 2025-09-28 613: ]
acb0a4ac54 2025-09-28 614:
acb0a4ac54 2025-09-28 615: [[package]]
acb0a4ac54 2025-09-28 616: name = "darling_core"
9adc69d514 2026-03-25 617: version = "0.23.0"
acb0a4ac54 2025-09-28 618: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 619: checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
acb0a4ac54 2025-09-28 620: dependencies = [
acb0a4ac54 2025-09-28 621: "ident_case",
acb0a4ac54 2025-09-28 622: "proc-macro2",
acb0a4ac54 2025-09-28 623: "quote",
acb0a4ac54 2025-09-28 624: "strsim",
d3dbaf11e1 2026-07-19 625: "syn 2.0.119",
fc8aa8c8ab 2025-04-06 626: ]
fc8aa8c8ab 2025-04-06 627:
fc8aa8c8ab 2025-04-06 628: [[package]]
fc8aa8c8ab 2025-04-06 629: name = "darling_macro"
fc8aa8c8ab 2025-04-06 630: version = "0.20.11"
fc8aa8c8ab 2025-04-06 631: source = "registry+https://github.com/rust-lang/crates.io-index"
fc8aa8c8ab 2025-04-06 632: checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
fc8aa8c8ab 2025-04-06 633: dependencies = [
acb0a4ac54 2025-09-28 634: "darling_core 0.20.11",
acb0a4ac54 2025-09-28 635: "quote",
d3dbaf11e1 2026-07-19 636: "syn 2.0.119",
acb0a4ac54 2025-09-28 637: ]
acb0a4ac54 2025-09-28 638:
acb0a4ac54 2025-09-28 639: [[package]]
acb0a4ac54 2025-09-28 640: name = "darling_macro"
9adc69d514 2026-03-25 641: version = "0.23.0"
acb0a4ac54 2025-09-28 642: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 643: checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
acb0a4ac54 2025-09-28 644: dependencies = [
9adc69d514 2026-03-25 645: "darling_core 0.23.0",
a6fc8a60a7 2024-06-15 646: "quote",
d3dbaf11e1 2026-07-19 647: "syn 2.0.119",
a6fc8a60a7 2024-06-15 648: ]
a6fc8a60a7 2024-06-15 649:
a6fc8a60a7 2024-06-15 650: [[package]]
a6fc8a60a7 2024-06-15 651: name = "derive_builder"
f6f6e1f66a 2024-10-20 652: version = "0.20.2"
a6fc8a60a7 2024-06-15 653: source = "registry+https://github.com/rust-lang/crates.io-index"
f6f6e1f66a 2024-10-20 654: checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
39ee25f5c3 2020-11-29 655: dependencies = [
9143c728f3 2021-09-19 656: "derive_builder_macro",
39ee25f5c3 2020-11-29 657: ]
39ee25f5c3 2020-11-29 658:
39ee25f5c3 2020-11-29 659: [[package]]
39ee25f5c3 2020-11-29 660: name = "derive_builder_core"
f6f6e1f66a 2024-10-20 661: version = "0.20.2"
a6fc8a60a7 2024-06-15 662: source = "registry+https://github.com/rust-lang/crates.io-index"
f6f6e1f66a 2024-10-20 663: checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
a6fc8a60a7 2024-06-15 664: dependencies = [
acb0a4ac54 2025-09-28 665: "darling 0.20.11",
a6fc8a60a7 2024-06-15 666: "proc-macro2",
a6fc8a60a7 2024-06-15 667: "quote",
d3dbaf11e1 2026-07-19 668: "syn 2.0.119",
9143c728f3 2021-09-19 669: ]
9143c728f3 2021-09-19 670:
9143c728f3 2021-09-19 671: [[package]]
9143c728f3 2021-09-19 672: name = "derive_builder_macro"
f6f6e1f66a 2024-10-20 673: version = "0.20.2"
cb86e770f9 2022-03-15 674: source = "registry+https://github.com/rust-lang/crates.io-index"
f6f6e1f66a 2024-10-20 675: checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
cb86e770f9 2022-03-15 676: dependencies = [
a6fc8a60a7 2024-06-15 677: "derive_builder_core",
d3dbaf11e1 2026-07-19 678: "syn 2.0.119",
bb89b6fab8 2025-06-15 679: ]
bb89b6fab8 2025-06-15 680:
bb89b6fab8 2025-06-15 681: [[package]]
bb89b6fab8 2025-06-15 682: name = "derive_more"
0c989b7cba 2025-12-22 683: version = "2.1.1"
bb89b6fab8 2025-06-15 684: source = "registry+https://github.com/rust-lang/crates.io-index"
0c989b7cba 2025-12-22 685: checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
bb89b6fab8 2025-06-15 686: dependencies = [
bb89b6fab8 2025-06-15 687: "derive_more-impl",
bb89b6fab8 2025-06-15 688: ]
bb89b6fab8 2025-06-15 689:
bb89b6fab8 2025-06-15 690: [[package]]
bb89b6fab8 2025-06-15 691: name = "derive_more-impl"
0c989b7cba 2025-12-22 692: version = "2.1.1"
bb89b6fab8 2025-06-15 693: source = "registry+https://github.com/rust-lang/crates.io-index"
0c989b7cba 2025-12-22 694: checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
bb89b6fab8 2025-06-15 695: dependencies = [
bb89b6fab8 2025-06-15 696: "proc-macro2",
bb89b6fab8 2025-06-15 697: "quote",
0c989b7cba 2025-12-22 698: "rustc_version",
d3dbaf11e1 2026-07-19 699: "syn 2.0.119",
aae1b6f580 2023-05-27 700: ]
aae1b6f580 2023-05-27 701:
aae1b6f580 2023-05-27 702: [[package]]
aae1b6f580 2023-05-27 703: name = "digest"
aae1b6f580 2023-05-27 704: version = "0.10.7"
aae1b6f580 2023-05-27 705: source = "registry+https://github.com/rust-lang/crates.io-index"
aae1b6f580 2023-05-27 706: checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
aae1b6f580 2023-05-27 707: dependencies = [
d3dbaf11e1 2026-07-19 708: "block-buffer 0.10.4",
d3dbaf11e1 2026-07-19 709: "crypto-common 0.1.6",
d3dbaf11e1 2026-07-19 710: ]
d3dbaf11e1 2026-07-19 711:
d3dbaf11e1 2026-07-19 712: [[package]]
d3dbaf11e1 2026-07-19 713: name = "digest"
d3dbaf11e1 2026-07-19 714: version = "0.11.3"
d3dbaf11e1 2026-07-19 715: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 716: checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
d3dbaf11e1 2026-07-19 717: dependencies = [
d3dbaf11e1 2026-07-19 718: "block-buffer 0.12.1",
d3dbaf11e1 2026-07-19 719: "crypto-common 0.2.2",
d3dbaf11e1 2026-07-19 720: "ctutils",
cb86e770f9 2022-03-15 721: ]
cb86e770f9 2022-03-15 722:
cb86e770f9 2022-03-15 723: [[package]]
cb86e770f9 2022-03-15 724: name = "diligent-date-parser"
2c36f015d8 2024-11-23 725: version = "0.1.5"
cb86e770f9 2022-03-15 726: source = "registry+https://github.com/rust-lang/crates.io-index"
2c36f015d8 2024-11-23 727: checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9"
9143c728f3 2021-09-19 728: dependencies = [
9143c728f3 2021-09-19 729: "chrono",
2c36f015d8 2024-11-23 730: ]
2c36f015d8 2024-11-23 731:
2c36f015d8 2024-11-23 732: [[package]]
614456ed35 2025-02-22 733: name = "displaydoc"
d3dbaf11e1 2026-07-19 734: version = "0.2.6"
614456ed35 2025-02-22 735: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 736: checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
614456ed35 2025-02-22 737: dependencies = [
614456ed35 2025-02-22 738: "proc-macro2",
614456ed35 2025-02-22 739: "quote",
d3dbaf11e1 2026-07-19 740: "syn 2.0.119",
614456ed35 2025-02-22 741: ]
614456ed35 2025-02-22 742:
614456ed35 2025-02-22 743: [[package]]
6fdbbcc8f8 2022-08-14 744: name = "dotenvy"
aae1b6f580 2023-05-27 745: version = "0.15.7"
6fdbbcc8f8 2022-08-14 746: source = "registry+https://github.com/rust-lang/crates.io-index"
aae1b6f580 2023-05-27 747: checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
6fdbbcc8f8 2022-08-14 748:
6fdbbcc8f8 2022-08-14 749: [[package]]
dc7c43b010 2026-01-01 750: name = "dunce"
dc7c43b010 2026-01-01 751: version = "1.0.5"
dc7c43b010 2026-01-01 752: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 753: checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
dc7c43b010 2026-01-01 754:
dc7c43b010 2026-01-01 755: [[package]]
db4d4df8f3 2024-06-11 756: name = "either"
d3dbaf11e1 2026-07-19 757: version = "1.16.0"
db4d4df8f3 2024-06-11 758: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 759: checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
285ce2bc31 2024-09-17 760: dependencies = [
285ce2bc31 2024-09-17 761: "serde",
285ce2bc31 2024-09-17 762: ]
db4d4df8f3 2024-06-11 763:
db4d4df8f3 2024-06-11 764: [[package]]
db4d4df8f3 2024-06-11 765: name = "encoding_rs"
2c36f015d8 2024-11-23 766: version = "0.8.35"
db4d4df8f3 2024-06-11 767: source = "registry+https://github.com/rust-lang/crates.io-index"
2c36f015d8 2024-11-23 768: checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
db4d4df8f3 2024-06-11 769: dependencies = [
a6fc8a60a7 2024-06-15 770: "cfg-if",
db4d4df8f3 2024-06-11 771: ]
db4d4df8f3 2024-06-11 772:
db4d4df8f3 2024-06-11 773: [[package]]
db4d4df8f3 2024-06-11 774: name = "equivalent"
614456ed35 2025-02-22 775: version = "1.0.2"
285ce2bc31 2024-09-17 776: source = "registry+https://github.com/rust-lang/crates.io-index"
614456ed35 2025-02-22 777: checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
285ce2bc31 2024-09-17 778:
285ce2bc31 2024-09-17 779: [[package]]
285ce2bc31 2024-09-17 780: name = "errno"
acb0a4ac54 2025-09-28 781: version = "0.3.14"
07b34bcad6 2025-08-05 782: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 783: checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
07b34bcad6 2025-08-05 784: dependencies = [
07b34bcad6 2025-08-05 785: "libc",
ec71df21e1 2025-11-07 786: "windows-sys 0.61.2",
07b34bcad6 2025-08-05 787: ]
07b34bcad6 2025-08-05 788:
07b34bcad6 2025-08-05 789: [[package]]
07b34bcad6 2025-08-05 790: name = "etcetera"
d3dbaf11e1 2026-07-19 791: version = "0.11.0"
07b34bcad6 2025-08-05 792: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 793: checksum = "de48cc4d1c1d97a20fd819def54b890cadde72ed3ad0c614822a0a433361be96"
07b34bcad6 2025-08-05 794: dependencies = [
07b34bcad6 2025-08-05 795: "cfg-if",
d3dbaf11e1 2026-07-19 796: "windows-sys 0.61.2",
dc7c43b010 2026-01-01 797: ]
07b34bcad6 2025-08-05 798:
07b34bcad6 2025-08-05 799: [[package]]
07b34bcad6 2025-08-05 800: name = "event-listener"
07b34bcad6 2025-08-05 801: version = "5.4.1"
07b34bcad6 2025-08-05 802: source = "registry+https://github.com/rust-lang/crates.io-index"
07b34bcad6 2025-08-05 803: checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
ec2eac7ea2 2024-05-14 804: dependencies = [
ec2eac7ea2 2024-05-14 805: "concurrent-queue",
ec2eac7ea2 2024-05-14 806: "parking",
ec2eac7ea2 2024-05-14 807: "pin-project-lite",
ec2eac7ea2 2024-05-14 808: ]
ec2eac7ea2 2024-05-14 809:
ec2eac7ea2 2024-05-14 810: [[package]]
ec2eac7ea2 2024-05-14 811: name = "event-listener-strategy"
fc8aa8c8ab 2025-04-06 812: version = "0.5.4"
db4d4df8f3 2024-06-11 813: source = "registry+https://github.com/rust-lang/crates.io-index"
fc8aa8c8ab 2025-04-06 814: checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
db4d4df8f3 2024-06-11 815: dependencies = [
dc7c43b010 2026-01-01 816: "event-listener",
db4d4df8f3 2024-06-11 817: "pin-project-lite",
db4d4df8f3 2024-06-11 818: ]
db4d4df8f3 2024-06-11 819:
db4d4df8f3 2024-06-11 820: [[package]]
a6fc8a60a7 2024-06-15 821: name = "fastrand"
d3dbaf11e1 2026-07-19 822: version = "2.5.0"
dc7c43b010 2026-01-01 823: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 824: checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
a6fc8a60a7 2024-06-15 825:
a6fc8a60a7 2024-06-15 826: [[package]]
acb0a4ac54 2025-09-28 827: name = "find-msvc-tools"
9adc69d514 2026-03-25 828: version = "0.1.9"
a6fc8a60a7 2024-06-15 829: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 830: checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
39ee25f5c3 2020-11-29 831:
39ee25f5c3 2020-11-29 832: [[package]]
39ee25f5c3 2020-11-29 833: name = "flate2"
9adc69d514 2026-03-25 834: version = "1.1.9"
39ee25f5c3 2020-11-29 835: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 836: checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
39ee25f5c3 2020-11-29 837: dependencies = [
f5365bf71c 2021-01-22 838: "crc32fast",
285ce2bc31 2024-09-17 839: "miniz_oxide",
285ce2bc31 2024-09-17 840: ]
285ce2bc31 2024-09-17 841:
285ce2bc31 2024-09-17 842: [[package]]
285ce2bc31 2024-09-17 843: name = "flume"
d3dbaf11e1 2026-07-19 844: version = "0.12.0"
285ce2bc31 2024-09-17 845: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 846: checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be"
285ce2bc31 2024-09-17 847: dependencies = [
285ce2bc31 2024-09-17 848: "futures-core",
285ce2bc31 2024-09-17 849: "futures-sink",
285ce2bc31 2024-09-17 850: "spin",
39ee25f5c3 2020-11-29 851: ]
39ee25f5c3 2020-11-29 852:
39ee25f5c3 2020-11-29 853: [[package]]
39ee25f5c3 2020-11-29 854: name = "fnv"
39ee25f5c3 2020-11-29 855: version = "1.0.7"
39ee25f5c3 2020-11-29 856: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 857: checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
f5365bf71c 2021-01-22 858:
f5365bf71c 2021-01-22 859: [[package]]
614456ed35 2025-02-22 860: name = "foldhash"
d3dbaf11e1 2026-07-19 861: version = "0.2.0"
dc7c43b010 2026-01-01 862: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 863: checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
f5365bf71c 2021-01-22 864:
f5365bf71c 2021-01-22 865: [[package]]
f5365bf71c 2021-01-22 866: name = "form_urlencoded"
acb0a4ac54 2025-09-28 867: version = "1.2.2"
a6fc8a60a7 2024-06-15 868: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 869: checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
a6fc8a60a7 2024-06-15 870: dependencies = [
a6fc8a60a7 2024-06-15 871: "percent-encoding",
a6fc8a60a7 2024-06-15 872: ]
acb0a4ac54 2025-09-28 873:
acb0a4ac54 2025-09-28 874: [[package]]
dc7c43b010 2026-01-01 875: name = "fs_extra"
dc7c43b010 2026-01-01 876: version = "1.3.0"
dc7c43b010 2026-01-01 877: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 878: checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
dc7c43b010 2026-01-01 879:
dc7c43b010 2026-01-01 880: [[package]]
a6fc8a60a7 2024-06-15 881: name = "futures"
d3dbaf11e1 2026-07-19 882: version = "0.3.33"
a6fc8a60a7 2024-06-15 883: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 884: checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
f5365bf71c 2021-01-22 885: dependencies = [
f5365bf71c 2021-01-22 886: "futures-channel",
f5365bf71c 2021-01-22 887: "futures-core",
f5365bf71c 2021-01-22 888: "futures-executor",
f5365bf71c 2021-01-22 889: "futures-io",
f5365bf71c 2021-01-22 890: "futures-sink",
f5365bf71c 2021-01-22 891: "futures-task",
f5365bf71c 2021-01-22 892: "futures-util",
f5365bf71c 2021-01-22 893: ]
f5365bf71c 2021-01-22 894:
f5365bf71c 2021-01-22 895: [[package]]
f5365bf71c 2021-01-22 896: name = "futures-channel"
d3dbaf11e1 2026-07-19 897: version = "0.3.33"
f5365bf71c 2021-01-22 898: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 899: checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
f5365bf71c 2021-01-22 900: dependencies = [
f5365bf71c 2021-01-22 901: "futures-core",
f5365bf71c 2021-01-22 902: "futures-sink",
f5365bf71c 2021-01-22 903: ]
f5365bf71c 2021-01-22 904:
f5365bf71c 2021-01-22 905: [[package]]
f5365bf71c 2021-01-22 906: name = "futures-core"
d3dbaf11e1 2026-07-19 907: version = "0.3.33"
a6fc8a60a7 2024-06-15 908: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 909: checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
f5365bf71c 2021-01-22 910:
f5365bf71c 2021-01-22 911: [[package]]
f5365bf71c 2021-01-22 912: name = "futures-executor"
d3dbaf11e1 2026-07-19 913: version = "0.3.33"
f5365bf71c 2021-01-22 914: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 915: checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
f5365bf71c 2021-01-22 916: dependencies = [
f5365bf71c 2021-01-22 917: "futures-core",
f5365bf71c 2021-01-22 918: "futures-task",
f5365bf71c 2021-01-22 919: "futures-util",
f5365bf71c 2021-01-22 920: ]
f5365bf71c 2021-01-22 921:
f5365bf71c 2021-01-22 922: [[package]]
9143c728f3 2021-09-19 923: name = "futures-intrusive"
285ce2bc31 2024-09-17 924: version = "0.5.0"
9143c728f3 2021-09-19 925: source = "registry+https://github.com/rust-lang/crates.io-index"
285ce2bc31 2024-09-17 926: checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
9143c728f3 2021-09-19 927: dependencies = [
9143c728f3 2021-09-19 928: "futures-core",
a6fc8a60a7 2024-06-15 929: "lock_api",
a6fc8a60a7 2024-06-15 930: "parking_lot",
9143c728f3 2021-09-19 931: ]
9143c728f3 2021-09-19 932:
9143c728f3 2021-09-19 933: [[package]]
f5365bf71c 2021-01-22 934: name = "futures-io"
d3dbaf11e1 2026-07-19 935: version = "0.3.33"
dc7c43b010 2026-01-01 936: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 937: checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
07b34bcad6 2025-08-05 938:
07b34bcad6 2025-08-05 939: [[package]]
07b34bcad6 2025-08-05 940: name = "futures-lite"
07b34bcad6 2025-08-05 941: version = "2.6.1"
07b34bcad6 2025-08-05 942: source = "registry+https://github.com/rust-lang/crates.io-index"
07b34bcad6 2025-08-05 943: checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
07b34bcad6 2025-08-05 944: dependencies = [
dc7c43b010 2026-01-01 945: "fastrand",
cb86e770f9 2022-03-15 946: "futures-core",
cb86e770f9 2022-03-15 947: "futures-io",
cb86e770f9 2022-03-15 948: "parking",
cb86e770f9 2022-03-15 949: "pin-project-lite",
cb86e770f9 2022-03-15 950: ]
f5365bf71c 2021-01-22 951:
f5365bf71c 2021-01-22 952: [[package]]
f5365bf71c 2021-01-22 953: name = "futures-macro"
d3dbaf11e1 2026-07-19 954: version = "0.3.33"
f5365bf71c 2021-01-22 955: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 956: checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
f5365bf71c 2021-01-22 957: dependencies = [
f5365bf71c 2021-01-22 958: "proc-macro2",
f5365bf71c 2021-01-22 959: "quote",
d3dbaf11e1 2026-07-19 960: "syn 2.0.119",
f5365bf71c 2021-01-22 961: ]
f5365bf71c 2021-01-22 962:
f5365bf71c 2021-01-22 963: [[package]]
f5365bf71c 2021-01-22 964: name = "futures-sink"
d3dbaf11e1 2026-07-19 965: version = "0.3.33"
f5365bf71c 2021-01-22 966: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 967: checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
f5365bf71c 2021-01-22 968:
f5365bf71c 2021-01-22 969: [[package]]
f5365bf71c 2021-01-22 970: name = "futures-task"
d3dbaf11e1 2026-07-19 971: version = "0.3.33"
f5365bf71c 2021-01-22 972: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 973: checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
f5365bf71c 2021-01-22 974:
f5365bf71c 2021-01-22 975: [[package]]
f5365bf71c 2021-01-22 976: name = "futures-util"
d3dbaf11e1 2026-07-19 977: version = "0.3.33"
f5365bf71c 2021-01-22 978: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 979: checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
f5365bf71c 2021-01-22 980: dependencies = [
f5365bf71c 2021-01-22 981: "futures-channel",
f5365bf71c 2021-01-22 982: "futures-core",
f5365bf71c 2021-01-22 983: "futures-io",
f5365bf71c 2021-01-22 984: "futures-macro",
f5365bf71c 2021-01-22 985: "futures-sink",
f5365bf71c 2021-01-22 986: "futures-task",
f5365bf71c 2021-01-22 987: "memchr",
b2297258c7 2021-11-06 988: "pin-project-lite",
5609487b23 2021-06-28 989: "slab",
5609487b23 2021-06-28 990: ]
5609487b23 2021-06-28 991:
5609487b23 2021-06-28 992: [[package]]
5609487b23 2021-06-28 993: name = "generic-array"
d3dbaf11e1 2026-07-19 994: version = "0.14.9"
cb86e770f9 2022-03-15 995: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 996: checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
b2297258c7 2021-11-06 997: dependencies = [
b2297258c7 2021-11-06 998: "typenum",
b2297258c7 2021-11-06 999: "version_check",
b2297258c7 2021-11-06 1000: ]
b2297258c7 2021-11-06 1001:
b2297258c7 2021-11-06 1002: [[package]]
b2297258c7 2021-11-06 1003: name = "getrandom"
9adc69d514 2026-03-25 1004: version = "0.2.17"
b2297258c7 2021-11-06 1005: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1006: checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
b2297258c7 2021-11-06 1007: dependencies = [
a6fc8a60a7 2024-06-15 1008: "cfg-if",
a2880e5100 2025-04-19 1009: "js-sys",
b2297258c7 2021-11-06 1010: "libc",
ec71df21e1 2025-11-07 1011: "wasi",
a2880e5100 2025-04-19 1012: "wasm-bindgen",
b2297258c7 2021-11-06 1013: ]
b2297258c7 2021-11-06 1014:
b2297258c7 2021-11-06 1015: [[package]]
614456ed35 2025-02-22 1016: name = "getrandom"
d3dbaf11e1 2026-07-19 1017: version = "0.4.3"
614456ed35 2025-02-22 1018: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1019: checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
614456ed35 2025-02-22 1020: dependencies = [
614456ed35 2025-02-22 1021: "cfg-if",
a2880e5100 2025-04-19 1022: "js-sys",
614456ed35 2025-02-22 1023: "libc",
fc8aa8c8ab 2025-04-06 1024: "r-efi",
d3dbaf11e1 2026-07-19 1025: "rand_core",
cb86e770f9 2022-03-15 1026: "wasm-bindgen",
cb86e770f9 2022-03-15 1027: ]
cb86e770f9 2022-03-15 1028:
cb86e770f9 2022-03-15 1029: [[package]]
cb86e770f9 2022-03-15 1030: name = "h2"
d3dbaf11e1 2026-07-19 1031: version = "0.4.15"
614456ed35 2025-02-22 1032: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1033: checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
a6fc8a60a7 2024-06-15 1034: dependencies = [
a6fc8a60a7 2024-06-15 1035: "atomic-waker",
a6fc8a60a7 2024-06-15 1036: "bytes",
cb86e770f9 2022-03-15 1037: "fnv",
cb86e770f9 2022-03-15 1038: "futures-core",
cb86e770f9 2022-03-15 1039: "futures-sink",
614456ed35 2025-02-22 1040: "http",
e624ef9d66 2025-04-20 1041: "indexmap",
cb86e770f9 2022-03-15 1042: "slab",
a6fc8a60a7 2024-06-15 1043: "tokio",
e7effaf7fb 2022-07-26 1044: "tokio-util",
b2297258c7 2021-11-06 1045: "tracing",
e7effaf7fb 2022-07-26 1046: ]
e7effaf7fb 2022-07-26 1047:
e7effaf7fb 2022-07-26 1048: [[package]]
e7effaf7fb 2022-07-26 1049: name = "hashbrown"
d3dbaf11e1 2026-07-19 1050: version = "0.16.1"
e624ef9d66 2025-04-20 1051: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1052: checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
285ce2bc31 2024-09-17 1053: dependencies = [
285ce2bc31 2024-09-17 1054: "allocator-api2",
614456ed35 2025-02-22 1055: "equivalent",
614456ed35 2025-02-22 1056: "foldhash",
285ce2bc31 2024-09-17 1057: ]
f6f6e1f66a 2024-10-20 1058:
f6f6e1f66a 2024-10-20 1059: [[package]]
acb0a4ac54 2025-09-28 1060: name = "hashbrown"
d3dbaf11e1 2026-07-19 1061: version = "0.17.1"
acb0a4ac54 2025-09-28 1062: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1063: checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
acb0a4ac54 2025-09-28 1064:
acb0a4ac54 2025-09-28 1065: [[package]]
b2297258c7 2021-11-06 1066: name = "hashlink"
d3dbaf11e1 2026-07-19 1067: version = "0.11.1"
b2297258c7 2021-11-06 1068: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1069: checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f"
b2297258c7 2021-11-06 1070: dependencies = [
d3dbaf11e1 2026-07-19 1071: "hashbrown 0.16.1",
b2297258c7 2021-11-06 1072: ]
b2297258c7 2021-11-06 1073:
b2297258c7 2021-11-06 1074: [[package]]
b2297258c7 2021-11-06 1075: name = "heck"
285ce2bc31 2024-09-17 1076: version = "0.5.0"
b2297258c7 2021-11-06 1077: source = "registry+https://github.com/rust-lang/crates.io-index"
285ce2bc31 2024-09-17 1078: checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
b2297258c7 2021-11-06 1079:
b2297258c7 2021-11-06 1080: [[package]]
b2297258c7 2021-11-06 1081: name = "hermit-abi"
bb89b6fab8 2025-06-15 1082: version = "0.5.2"
bb89b6fab8 2025-06-15 1083: source = "registry+https://github.com/rust-lang/crates.io-index"
bb89b6fab8 2025-06-15 1084: checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
5609487b23 2021-06-28 1085:
5609487b23 2021-06-28 1086: [[package]]
5609487b23 2021-06-28 1087: name = "hex"
5609487b23 2021-06-28 1088: version = "0.4.3"
5609487b23 2021-06-28 1089: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 1090: checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
5609487b23 2021-06-28 1091:
5609487b23 2021-06-28 1092: [[package]]
6e8d042b97 2022-04-19 1093: name = "hkdf"
d3dbaf11e1 2026-07-19 1094: version = "0.13.0"
6e8d042b97 2022-04-19 1095: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1096: checksum = "4aaa26c720c68b866f2c96ef5c1264b3e6f473fe5d4ce61cd44bbe913e553018"
6e8d042b97 2022-04-19 1097: dependencies = [
6e8d042b97 2022-04-19 1098: "hmac",
6e8d042b97 2022-04-19 1099: ]
6e8d042b97 2022-04-19 1100:
6e8d042b97 2022-04-19 1101: [[package]]
6e8d042b97 2022-04-19 1102: name = "hmac"
d3dbaf11e1 2026-07-19 1103: version = "0.13.0"
d3dbaf11e1 2026-07-19 1104: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1105: checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
d3dbaf11e1 2026-07-19 1106: dependencies = [
d3dbaf11e1 2026-07-19 1107: "digest 0.11.3",
614456ed35 2025-02-22 1108: ]
614456ed35 2025-02-22 1109:
614456ed35 2025-02-22 1110: [[package]]
614456ed35 2025-02-22 1111: name = "http"
d3dbaf11e1 2026-07-19 1112: version = "1.4.2"
614456ed35 2025-02-22 1113: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1114: checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
614456ed35 2025-02-22 1115: dependencies = [
614456ed35 2025-02-22 1116: "bytes",
614456ed35 2025-02-22 1117: "itoa",
614456ed35 2025-02-22 1118: ]
614456ed35 2025-02-22 1119:
614456ed35 2025-02-22 1120: [[package]]
614456ed35 2025-02-22 1121: name = "http-body"
d3dbaf11e1 2026-07-19 1122: version = "1.1.0"
614456ed35 2025-02-22 1123: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1124: checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
614456ed35 2025-02-22 1125: dependencies = [
614456ed35 2025-02-22 1126: "bytes",
614456ed35 2025-02-22 1127: "http",
614456ed35 2025-02-22 1128: ]
614456ed35 2025-02-22 1129:
614456ed35 2025-02-22 1130: [[package]]
614456ed35 2025-02-22 1131: name = "http-body-util"
d3dbaf11e1 2026-07-19 1132: version = "0.1.4"
614456ed35 2025-02-22 1133: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1134: checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
614456ed35 2025-02-22 1135: dependencies = [
614456ed35 2025-02-22 1136: "bytes",
fc8aa8c8ab 2025-04-06 1137: "futures-core",
614456ed35 2025-02-22 1138: "http",
614456ed35 2025-02-22 1139: "http-body",
b2297258c7 2021-11-06 1140: "pin-project-lite",
b2297258c7 2021-11-06 1141: ]
b2297258c7 2021-11-06 1142:
b2297258c7 2021-11-06 1143: [[package]]
b2297258c7 2021-11-06 1144: name = "httparse"
fc8aa8c8ab 2025-04-06 1145: version = "1.10.1"
614456ed35 2025-02-22 1146: source = "registry+https://github.com/rust-lang/crates.io-index"
fc8aa8c8ab 2025-04-06 1147: checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
fc8aa8c8ab 2025-04-06 1148:
fc8aa8c8ab 2025-04-06 1149: [[package]]
d3dbaf11e1 2026-07-19 1150: name = "hybrid-array"
d3dbaf11e1 2026-07-19 1151: version = "0.4.13"
d3dbaf11e1 2026-07-19 1152: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1153: checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
d3dbaf11e1 2026-07-19 1154: dependencies = [
d3dbaf11e1 2026-07-19 1155: "typenum",
d3dbaf11e1 2026-07-19 1156: ]
d3dbaf11e1 2026-07-19 1157:
d3dbaf11e1 2026-07-19 1158: [[package]]
614456ed35 2025-02-22 1159: name = "hyper"
d3dbaf11e1 2026-07-19 1160: version = "1.10.1"
614456ed35 2025-02-22 1161: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1162: checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
614456ed35 2025-02-22 1163: dependencies = [
acb0a4ac54 2025-09-28 1164: "atomic-waker",
614456ed35 2025-02-22 1165: "bytes",
614456ed35 2025-02-22 1166: "futures-channel",
acb0a4ac54 2025-09-28 1167: "futures-core",
614456ed35 2025-02-22 1168: "h2",
614456ed35 2025-02-22 1169: "http",
614456ed35 2025-02-22 1170: "http-body",
a6fc8a60a7 2024-06-15 1171: "httparse",
a6fc8a60a7 2024-06-15 1172: "itoa",
a6fc8a60a7 2024-06-15 1173: "pin-project-lite",
a6fc8a60a7 2024-06-15 1174: "smallvec",
a6fc8a60a7 2024-06-15 1175: "tokio",
a6fc8a60a7 2024-06-15 1176: "want",
a6fc8a60a7 2024-06-15 1177: ]
a6fc8a60a7 2024-06-15 1178:
a6fc8a60a7 2024-06-15 1179: [[package]]
79c91a5357 2024-08-02 1180: name = "hyper-rustls"
be0b8602d1 2026-04-18 1181: version = "0.27.9"
614456ed35 2025-02-22 1182: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1183: checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
614456ed35 2025-02-22 1184: dependencies = [
614456ed35 2025-02-22 1185: "http",
614456ed35 2025-02-22 1186: "hyper",
614456ed35 2025-02-22 1187: "hyper-util",
614456ed35 2025-02-22 1188: "rustls",
614456ed35 2025-02-22 1189: "tokio",
614456ed35 2025-02-22 1190: "tokio-rustls",
a6fc8a60a7 2024-06-15 1191: "tower-service",
a6fc8a60a7 2024-06-15 1192: ]
a6fc8a60a7 2024-06-15 1193:
a6fc8a60a7 2024-06-15 1194: [[package]]
a6fc8a60a7 2024-06-15 1195: name = "hyper-util"
9adc69d514 2026-03-25 1196: version = "0.1.20"
a6fc8a60a7 2024-06-15 1197: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1198: checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
a6fc8a60a7 2024-06-15 1199: dependencies = [
59096db9bc 2025-06-05 1200: "base64",
a6fc8a60a7 2024-06-15 1201: "bytes",
a6fc8a60a7 2024-06-15 1202: "futures-channel",
a6fc8a60a7 2024-06-15 1203: "futures-util",
614456ed35 2025-02-22 1204: "http",
614456ed35 2025-02-22 1205: "http-body",
614456ed35 2025-02-22 1206: "hyper",
59096db9bc 2025-06-05 1207: "ipnet",
fc8aa8c8ab 2025-04-06 1208: "libc",
59096db9bc 2025-06-05 1209: "percent-encoding",
a6fc8a60a7 2024-06-15 1210: "pin-project-lite",
dc7c43b010 2026-01-01 1211: "socket2",
59096db9bc 2025-06-05 1212: "system-configuration",
a6fc8a60a7 2024-06-15 1213: "tokio",
a6fc8a60a7 2024-06-15 1214: "tower-service",
a6fc8a60a7 2024-06-15 1215: "tracing",
59096db9bc 2025-06-05 1216: "windows-registry",
a6fc8a60a7 2024-06-15 1217: ]
a6fc8a60a7 2024-06-15 1218:
a6fc8a60a7 2024-06-15 1219: [[package]]
a6fc8a60a7 2024-06-15 1220: name = "iana-time-zone"
9adc69d514 2026-03-25 1221: version = "0.1.65"
a6fc8a60a7 2024-06-15 1222: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1223: checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
02eb52416d 2022-10-23 1224: dependencies = [
02eb52416d 2022-10-23 1225: "android_system_properties",
02eb52416d 2022-10-23 1226: "core-foundation-sys",
02eb52416d 2022-10-23 1227: "iana-time-zone-haiku",
02eb52416d 2022-10-23 1228: "js-sys",
fc8aa8c8ab 2025-04-06 1229: "log",
02eb52416d 2022-10-23 1230: "wasm-bindgen",
ec2eac7ea2 2024-05-14 1231: "windows-core",
02eb52416d 2022-10-23 1232: ]
02eb52416d 2022-10-23 1233:
02eb52416d 2022-10-23 1234: [[package]]
02eb52416d 2022-10-23 1235: name = "iana-time-zone-haiku"
aae1b6f580 2023-05-27 1236: version = "0.1.2"
02eb52416d 2022-10-23 1237: source = "registry+https://github.com/rust-lang/crates.io-index"
aae1b6f580 2023-05-27 1238: checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
02eb52416d 2022-10-23 1239: dependencies = [
aae1b6f580 2023-05-27 1240: "cc",
aae1b6f580 2023-05-27 1241: ]
aae1b6f580 2023-05-27 1242:
aae1b6f580 2023-05-27 1243: [[package]]
614456ed35 2025-02-22 1244: name = "icu_collections"
be0b8602d1 2026-04-18 1245: version = "2.2.0"
614456ed35 2025-02-22 1246: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1247: checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
614456ed35 2025-02-22 1248: dependencies = [
614456ed35 2025-02-22 1249: "displaydoc",
1bd041d00f 2025-05-20 1250: "potential_utf",
be0b8602d1 2026-04-18 1251: "utf8_iter",
614456ed35 2025-02-22 1252: "yoke",
614456ed35 2025-02-22 1253: "zerofrom",
614456ed35 2025-02-22 1254: "zerovec",
614456ed35 2025-02-22 1255: ]
614456ed35 2025-02-22 1256:
614456ed35 2025-02-22 1257: [[package]]
1bd041d00f 2025-05-20 1258: name = "icu_locale_core"
be0b8602d1 2026-04-18 1259: version = "2.2.0"
614456ed35 2025-02-22 1260: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1261: checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
614456ed35 2025-02-22 1262: dependencies = [
614456ed35 2025-02-22 1263: "displaydoc",
614456ed35 2025-02-22 1264: "litemap",
614456ed35 2025-02-22 1265: "tinystr",
614456ed35 2025-02-22 1266: "writeable",
614456ed35 2025-02-22 1267: "zerovec",
614456ed35 2025-02-22 1268: ]
614456ed35 2025-02-22 1269:
614456ed35 2025-02-22 1270: [[package]]
614456ed35 2025-02-22 1271: name = "icu_normalizer"
be0b8602d1 2026-04-18 1272: version = "2.2.0"
614456ed35 2025-02-22 1273: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1274: checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
614456ed35 2025-02-22 1275: dependencies = [
614456ed35 2025-02-22 1276: "icu_collections",
614456ed35 2025-02-22 1277: "icu_normalizer_data",
614456ed35 2025-02-22 1278: "icu_properties",
614456ed35 2025-02-22 1279: "icu_provider",
614456ed35 2025-02-22 1280: "smallvec",
614456ed35 2025-02-22 1281: "zerovec",
614456ed35 2025-02-22 1282: ]
614456ed35 2025-02-22 1283:
614456ed35 2025-02-22 1284: [[package]]
614456ed35 2025-02-22 1285: name = "icu_normalizer_data"
be0b8602d1 2026-04-18 1286: version = "2.2.0"
614456ed35 2025-02-22 1287: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1288: checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
614456ed35 2025-02-22 1289:
614456ed35 2025-02-22 1290: [[package]]
614456ed35 2025-02-22 1291: name = "icu_properties"
be0b8602d1 2026-04-18 1292: version = "2.2.0"
614456ed35 2025-02-22 1293: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1294: checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
614456ed35 2025-02-22 1295: dependencies = [
614456ed35 2025-02-22 1296: "icu_collections",
1bd041d00f 2025-05-20 1297: "icu_locale_core",
614456ed35 2025-02-22 1298: "icu_properties_data",
614456ed35 2025-02-22 1299: "icu_provider",
1bd041d00f 2025-05-20 1300: "zerotrie",
614456ed35 2025-02-22 1301: "zerovec",
614456ed35 2025-02-22 1302: ]
614456ed35 2025-02-22 1303:
614456ed35 2025-02-22 1304: [[package]]
614456ed35 2025-02-22 1305: name = "icu_properties_data"
be0b8602d1 2026-04-18 1306: version = "2.2.0"
614456ed35 2025-02-22 1307: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1308: checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
614456ed35 2025-02-22 1309:
614456ed35 2025-02-22 1310: [[package]]
614456ed35 2025-02-22 1311: name = "icu_provider"
be0b8602d1 2026-04-18 1312: version = "2.2.0"
614456ed35 2025-02-22 1313: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1314: checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
614456ed35 2025-02-22 1315: dependencies = [
614456ed35 2025-02-22 1316: "displaydoc",
1bd041d00f 2025-05-20 1317: "icu_locale_core",
614456ed35 2025-02-22 1318: "writeable",
614456ed35 2025-02-22 1319: "yoke",
614456ed35 2025-02-22 1320: "zerofrom",
1bd041d00f 2025-05-20 1321: "zerotrie",
614456ed35 2025-02-22 1322: "zerovec",
614456ed35 2025-02-22 1323: ]
614456ed35 2025-02-22 1324:
614456ed35 2025-02-22 1325: [[package]]
39ee25f5c3 2020-11-29 1326: name = "ident_case"
39ee25f5c3 2020-11-29 1327: version = "1.0.1"
39ee25f5c3 2020-11-29 1328: source = "registry+https://github.com/rust-lang/crates.io-index"
f5365bf71c 2021-01-22 1329: checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
f5365bf71c 2021-01-22 1330:
f5365bf71c 2021-01-22 1331: [[package]]
f5365bf71c 2021-01-22 1332: name = "idna"
acb0a4ac54 2025-09-28 1333: version = "1.1.0"
285ce2bc31 2024-09-17 1334: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1335: checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
285ce2bc31 2024-09-17 1336: dependencies = [
614456ed35 2025-02-22 1337: "idna_adapter",
614456ed35 2025-02-22 1338: "smallvec",
614456ed35 2025-02-22 1339: "utf8_iter",
614456ed35 2025-02-22 1340: ]
614456ed35 2025-02-22 1341:
614456ed35 2025-02-22 1342: [[package]]
614456ed35 2025-02-22 1343: name = "idna_adapter"
d3dbaf11e1 2026-07-19 1344: version = "1.2.2"
614456ed35 2025-02-22 1345: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1346: checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
614456ed35 2025-02-22 1347: dependencies = [
614456ed35 2025-02-22 1348: "icu_normalizer",
614456ed35 2025-02-22 1349: "icu_properties",
285ce2bc31 2024-09-17 1350: ]
285ce2bc31 2024-09-17 1351:
285ce2bc31 2024-09-17 1352: [[package]]
e624ef9d66 2025-04-20 1353: name = "indexmap"
be0b8602d1 2026-04-18 1354: version = "2.14.0"
e624ef9d66 2025-04-20 1355: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1356: checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
285ce2bc31 2024-09-17 1357: dependencies = [
285ce2bc31 2024-09-17 1358: "equivalent",
d3dbaf11e1 2026-07-19 1359: "hashbrown 0.17.1",
285ce2bc31 2024-09-17 1360: ]
285ce2bc31 2024-09-17 1361:
285ce2bc31 2024-09-17 1362: [[package]]
285ce2bc31 2024-09-17 1363: name = "ipnet"
9adc69d514 2026-03-25 1364: version = "2.12.0"
9adc69d514 2026-03-25 1365: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1366: checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
285ce2bc31 2024-09-17 1367:
285ce2bc31 2024-09-17 1368: [[package]]
285ce2bc31 2024-09-17 1369: name = "itoa"
9adc69d514 2026-03-25 1370: version = "1.0.18"
285ce2bc31 2024-09-17 1371: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1372: checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
dc7c43b010 2026-01-01 1373:
dc7c43b010 2026-01-01 1374: [[package]]
dc7c43b010 2026-01-01 1375: name = "jni"
d3dbaf11e1 2026-07-19 1376: version = "0.22.4"
dc7c43b010 2026-01-01 1377: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1378: checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
dc7c43b010 2026-01-01 1379: dependencies = [
dc7c43b010 2026-01-01 1380: "cfg-if",
dc7c43b010 2026-01-01 1381: "combine",
d3dbaf11e1 2026-07-19 1382: "jni-macros",
d3dbaf11e1 2026-07-19 1383: "jni-sys",
dc7c43b010 2026-01-01 1384: "log",
d3dbaf11e1 2026-07-19 1385: "simd_cesu8",
d3dbaf11e1 2026-07-19 1386: "thiserror",
dc7c43b010 2026-01-01 1387: "walkdir",
d3dbaf11e1 2026-07-19 1388: "windows-link",
9adc69d514 2026-03-25 1389: ]
9adc69d514 2026-03-25 1390:
9adc69d514 2026-03-25 1391: [[package]]
d3dbaf11e1 2026-07-19 1392: name = "jni-macros"
d3dbaf11e1 2026-07-19 1393: version = "0.22.4"
9adc69d514 2026-03-25 1394: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1395: checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
9adc69d514 2026-03-25 1396: dependencies = [
d3dbaf11e1 2026-07-19 1397: "proc-macro2",
d3dbaf11e1 2026-07-19 1398: "quote",
d3dbaf11e1 2026-07-19 1399: "rustc_version",
d3dbaf11e1 2026-07-19 1400: "simd_cesu8",
d3dbaf11e1 2026-07-19 1401: "syn 2.0.119",
dc7c43b010 2026-01-01 1402: ]
dc7c43b010 2026-01-01 1403:
dc7c43b010 2026-01-01 1404: [[package]]
dc7c43b010 2026-01-01 1405: name = "jni-sys"
9adc69d514 2026-03-25 1406: version = "0.4.1"
dc7c43b010 2026-01-01 1407: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1408: checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
9adc69d514 2026-03-25 1409: dependencies = [
9adc69d514 2026-03-25 1410: "jni-sys-macros",
9adc69d514 2026-03-25 1411: ]
9adc69d514 2026-03-25 1412:
9adc69d514 2026-03-25 1413: [[package]]
9adc69d514 2026-03-25 1414: name = "jni-sys-macros"
9adc69d514 2026-03-25 1415: version = "0.4.1"
9adc69d514 2026-03-25 1416: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1417: checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
9adc69d514 2026-03-25 1418: dependencies = [
9adc69d514 2026-03-25 1419: "quote",
d3dbaf11e1 2026-07-19 1420: "syn 2.0.119",
9adc69d514 2026-03-25 1421: ]
dc7c43b010 2026-01-01 1422:
dc7c43b010 2026-01-01 1423: [[package]]
dc7c43b010 2026-01-01 1424: name = "jobserver"
d3dbaf11e1 2026-07-19 1425: version = "0.1.35"
dc7c43b010 2026-01-01 1426: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1427: checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
dc7c43b010 2026-01-01 1428: dependencies = [
d3dbaf11e1 2026-07-19 1429: "getrandom 0.4.3",
dc7c43b010 2026-01-01 1430: "libc",
dc7c43b010 2026-01-01 1431: ]
285ce2bc31 2024-09-17 1432:
285ce2bc31 2024-09-17 1433: [[package]]
285ce2bc31 2024-09-17 1434: name = "js-sys"
d3dbaf11e1 2026-07-19 1435: version = "0.3.103"
dc7c43b010 2026-01-01 1436: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1437: checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
dc7c43b010 2026-01-01 1438: dependencies = [
374eadef45 2026-03-28 1439: "cfg-if",
374eadef45 2026-03-28 1440: "futures-util",
dc7c43b010 2026-01-01 1441: "wasm-bindgen",
a6fc8a60a7 2024-06-15 1442: ]
a6fc8a60a7 2024-06-15 1443:
a6fc8a60a7 2024-06-15 1444: [[package]]
a6fc8a60a7 2024-06-15 1445: name = "lazy_static"
79c91a5357 2024-08-02 1446: version = "1.5.0"
79c91a5357 2024-08-02 1447: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1448: checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
79c91a5357 2024-08-02 1449:
79c91a5357 2024-08-02 1450: [[package]]
79c91a5357 2024-08-02 1451: name = "libc"
d3dbaf11e1 2026-07-19 1452: version = "0.2.186"
d3dbaf11e1 2026-07-19 1453: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1454: checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
285ce2bc31 2024-09-17 1455:
285ce2bc31 2024-09-17 1456: [[package]]
285ce2bc31 2024-09-17 1457: name = "libsqlite3-sys"
d3dbaf11e1 2026-07-19 1458: version = "0.37.0"
285ce2bc31 2024-09-17 1459: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1460: checksum = "b1f111c8c41e7c61a49cd34e44c7619462967221a6443b0ec299e0ac30cfb9b1"
285ce2bc31 2024-09-17 1461: dependencies = [
285ce2bc31 2024-09-17 1462: "pkg-config",
285ce2bc31 2024-09-17 1463: "vcpkg",
285ce2bc31 2024-09-17 1464: ]
285ce2bc31 2024-09-17 1465:
285ce2bc31 2024-09-17 1466: [[package]]
9adc69d514 2026-03-25 1467: name = "linked-hash-map"
9adc69d514 2026-03-25 1468: version = "0.5.6"
9adc69d514 2026-03-25 1469: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1470: checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
9adc69d514 2026-03-25 1471:
9adc69d514 2026-03-25 1472: [[package]]
285ce2bc31 2024-09-17 1473: name = "linux-raw-sys"
9adc69d514 2026-03-25 1474: version = "0.12.1"
59096db9bc 2025-06-05 1475: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1476: checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
614456ed35 2025-02-22 1477:
614456ed35 2025-02-22 1478: [[package]]
614456ed35 2025-02-22 1479: name = "litemap"
be0b8602d1 2026-04-18 1480: version = "0.8.2"
614456ed35 2025-02-22 1481: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1482: checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
285ce2bc31 2024-09-17 1483:
285ce2bc31 2024-09-17 1484: [[package]]
285ce2bc31 2024-09-17 1485: name = "lock_api"
ec71df21e1 2025-11-07 1486: version = "0.4.14"
285ce2bc31 2024-09-17 1487: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 1488: checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
285ce2bc31 2024-09-17 1489: dependencies = [
a6fc8a60a7 2024-06-15 1490: "scopeguard",
a6fc8a60a7 2024-06-15 1491: ]
a6fc8a60a7 2024-06-15 1492:
a6fc8a60a7 2024-06-15 1493: [[package]]
a6fc8a60a7 2024-06-15 1494: name = "log"
d3dbaf11e1 2026-07-19 1495: version = "0.4.33"
1bd041d00f 2025-05-20 1496: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1497: checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1bd041d00f 2025-05-20 1498:
1bd041d00f 2025-05-20 1499: [[package]]
1bd041d00f 2025-05-20 1500: name = "lru-slab"
1bd041d00f 2025-05-20 1501: version = "0.1.2"
1bd041d00f 2025-05-20 1502: source = "registry+https://github.com/rust-lang/crates.io-index"
1bd041d00f 2025-05-20 1503: checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
a6fc8a60a7 2024-06-15 1504:
a6fc8a60a7 2024-06-15 1505: [[package]]
a6fc8a60a7 2024-06-15 1506: name = "md-5"
d3dbaf11e1 2026-07-19 1507: version = "0.11.0"
a6fc8a60a7 2024-06-15 1508: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1509: checksum = "69b6441f590336821bb897fb28fc622898ccceb1d6cea3fde5ea86b090c4de98"
a6fc8a60a7 2024-06-15 1510: dependencies = [
a6fc8a60a7 2024-06-15 1511: "cfg-if",
d3dbaf11e1 2026-07-19 1512: "digest 0.11.3",
a6fc8a60a7 2024-06-15 1513: ]
a6fc8a60a7 2024-06-15 1514:
a6fc8a60a7 2024-06-15 1515: [[package]]
a6fc8a60a7 2024-06-15 1516: name = "memchr"
d3dbaf11e1 2026-07-19 1517: version = "2.8.3"
a6fc8a60a7 2024-06-15 1518: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1519: checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
aae1b6f580 2023-05-27 1520:
aae1b6f580 2023-05-27 1521: [[package]]
aae1b6f580 2023-05-27 1522: name = "mime"
aae1b6f580 2023-05-27 1523: version = "0.3.17"
aae1b6f580 2023-05-27 1524: source = "registry+https://github.com/rust-lang/crates.io-index"
aae1b6f580 2023-05-27 1525: checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
aae1b6f580 2023-05-27 1526:
aae1b6f580 2023-05-27 1527: [[package]]
aae1b6f580 2023-05-27 1528: name = "mime_guess"
79c91a5357 2024-08-02 1529: version = "2.0.5"
aae1b6f580 2023-05-27 1530: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 1531: checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
b2297258c7 2021-11-06 1532: dependencies = [
b2297258c7 2021-11-06 1533: "mime",
b2297258c7 2021-11-06 1534: "unicase",
b2297258c7 2021-11-06 1535: ]
b2297258c7 2021-11-06 1536:
b2297258c7 2021-11-06 1537: [[package]]
285ce2bc31 2024-09-17 1538: name = "miniz_oxide"
bb89b6fab8 2025-06-15 1539: version = "0.8.9"
285ce2bc31 2024-09-17 1540: source = "registry+https://github.com/rust-lang/crates.io-index"
bb89b6fab8 2025-06-15 1541: checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
a6fc8a60a7 2024-06-15 1542: dependencies = [
1c444d34ff 2024-08-28 1543: "adler2",
ec71df21e1 2025-11-07 1544: "simd-adler32",
a6fc8a60a7 2024-06-15 1545: ]
a6fc8a60a7 2024-06-15 1546:
a6fc8a60a7 2024-06-15 1547: [[package]]
a6fc8a60a7 2024-06-15 1548: name = "mio"
d3dbaf11e1 2026-07-19 1549: version = "1.2.2"
ec71df21e1 2025-11-07 1550: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1551: checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
ec71df21e1 2025-11-07 1552: dependencies = [
ec71df21e1 2025-11-07 1553: "libc",
ec71df21e1 2025-11-07 1554: "wasi",
ec71df21e1 2025-11-07 1555: "windows-sys 0.61.2",
ec2eac7ea2 2024-05-14 1556: ]
ec2eac7ea2 2024-05-14 1557:
ec2eac7ea2 2024-05-14 1558: [[package]]
ec2eac7ea2 2024-05-14 1559: name = "num-traits"
ec2eac7ea2 2024-05-14 1560: version = "0.2.19"
ec2eac7ea2 2024-05-14 1561: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 1562: checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
ec2eac7ea2 2024-05-14 1563: dependencies = [
a6fc8a60a7 2024-06-15 1564: "autocfg",
a6fc8a60a7 2024-06-15 1565: ]
a6fc8a60a7 2024-06-15 1566:
a6fc8a60a7 2024-06-15 1567: [[package]]
a6fc8a60a7 2024-06-15 1568: name = "once_cell"
9adc69d514 2026-03-25 1569: version = "1.21.4"
dc7c43b010 2026-01-01 1570: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1571: checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
a6fc8a60a7 2024-06-15 1572:
a6fc8a60a7 2024-06-15 1573: [[package]]
a6fc8a60a7 2024-06-15 1574: name = "openssl-probe"
9adc69d514 2026-03-25 1575: version = "0.2.1"
dc7c43b010 2026-01-01 1576: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1577: checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
a2880e5100 2025-04-19 1578:
a2880e5100 2025-04-19 1579: [[package]]
44575a91d3 2025-07-09 1580: name = "owo-colors"
9adc69d514 2026-03-25 1581: version = "4.3.0"
a2880e5100 2025-04-19 1582: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1583: checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"
a6fc8a60a7 2024-06-15 1584:
a6fc8a60a7 2024-06-15 1585: [[package]]
a6fc8a60a7 2024-06-15 1586: name = "parking"
285ce2bc31 2024-09-17 1587: version = "2.2.1"
a6fc8a60a7 2024-06-15 1588: source = "registry+https://github.com/rust-lang/crates.io-index"
285ce2bc31 2024-09-17 1589: checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
a6fc8a60a7 2024-06-15 1590:
a6fc8a60a7 2024-06-15 1591: [[package]]
a6fc8a60a7 2024-06-15 1592: name = "parking_lot"
ec71df21e1 2025-11-07 1593: version = "0.12.5"
a6fc8a60a7 2024-06-15 1594: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 1595: checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
a6fc8a60a7 2024-06-15 1596: dependencies = [
a6fc8a60a7 2024-06-15 1597: "lock_api",
a6fc8a60a7 2024-06-15 1598: "parking_lot_core",
a6fc8a60a7 2024-06-15 1599: ]
a6fc8a60a7 2024-06-15 1600:
a6fc8a60a7 2024-06-15 1601: [[package]]
a6fc8a60a7 2024-06-15 1602: name = "parking_lot_core"
ec71df21e1 2025-11-07 1603: version = "0.9.12"
a6fc8a60a7 2024-06-15 1604: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 1605: checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
a6fc8a60a7 2024-06-15 1606: dependencies = [
a6fc8a60a7 2024-06-15 1607: "cfg-if",
a6fc8a60a7 2024-06-15 1608: "libc",
d3dbaf11e1 2026-07-19 1609: "redox_syscall",
a6fc8a60a7 2024-06-15 1610: "smallvec",
0c989b7cba 2025-12-22 1611: "windows-link",
bb89b6fab8 2025-06-15 1612: ]
a6fc8a60a7 2024-06-15 1613:
a6fc8a60a7 2024-06-15 1614: [[package]]
a6fc8a60a7 2024-06-15 1615: name = "pathdiff"
614456ed35 2025-02-22 1616: version = "0.2.3"
614456ed35 2025-02-22 1617: source = "registry+https://github.com/rust-lang/crates.io-index"
614456ed35 2025-02-22 1618: checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
a6fc8a60a7 2024-06-15 1619:
a6fc8a60a7 2024-06-15 1620: [[package]]
a6fc8a60a7 2024-06-15 1621: name = "percent-encoding"
acb0a4ac54 2025-09-28 1622: version = "2.3.2"
e624ef9d66 2025-04-20 1623: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1624: checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
a6fc8a60a7 2024-06-15 1625:
a6fc8a60a7 2024-06-15 1626: [[package]]
a6fc8a60a7 2024-06-15 1627: name = "pin-project-lite"
9adc69d514 2026-03-25 1628: version = "0.2.17"
9adc69d514 2026-03-25 1629: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1630: checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
a6fc8a60a7 2024-06-15 1631:
a6fc8a60a7 2024-06-15 1632: [[package]]
a6fc8a60a7 2024-06-15 1633: name = "piper"
9adc69d514 2026-03-25 1634: version = "0.2.5"
a6fc8a60a7 2024-06-15 1635: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1636: checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
a6fc8a60a7 2024-06-15 1637: dependencies = [
a6fc8a60a7 2024-06-15 1638: "atomic-waker",
dc7c43b010 2026-01-01 1639: "fastrand",
58da576b83 2023-10-04 1640: "futures-io",
58da576b83 2023-10-04 1641: ]
58da576b83 2023-10-04 1642:
58da576b83 2023-10-04 1643: [[package]]
acb0a4ac54 2025-09-28 1644: name = "pkg-config"
be0b8602d1 2026-04-18 1645: version = "0.3.33"
be0b8602d1 2026-04-18 1646: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1647: checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
acb0a4ac54 2025-09-28 1648:
acb0a4ac54 2025-09-28 1649: [[package]]
acb0a4ac54 2025-09-28 1650: name = "polling"
acb0a4ac54 2025-09-28 1651: version = "3.11.0"
acb0a4ac54 2025-09-28 1652: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 1653: checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
acb0a4ac54 2025-09-28 1654: dependencies = [
acb0a4ac54 2025-09-28 1655: "cfg-if",
acb0a4ac54 2025-09-28 1656: "concurrent-queue",
dc7c43b010 2026-01-01 1657: "hermit-abi",
acb0a4ac54 2025-09-28 1658: "pin-project-lite",
dc7c43b010 2026-01-01 1659: "rustix",
ec71df21e1 2025-11-07 1660: "windows-sys 0.61.2",
1bd041d00f 2025-05-20 1661: ]
1bd041d00f 2025-05-20 1662:
1bd041d00f 2025-05-20 1663: [[package]]
1bd041d00f 2025-05-20 1664: name = "potential_utf"
be0b8602d1 2026-04-18 1665: version = "0.1.5"
1bd041d00f 2025-05-20 1666: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 1667: checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1bd041d00f 2025-05-20 1668: dependencies = [
1bd041d00f 2025-05-20 1669: "zerovec",
79c91a5357 2024-08-02 1670: ]
a6fc8a60a7 2024-06-15 1671:
a6fc8a60a7 2024-06-15 1672: [[package]]
a6fc8a60a7 2024-06-15 1673: name = "proc-macro2"
d3dbaf11e1 2026-07-19 1674: version = "1.0.107"
a6fc8a60a7 2024-06-15 1675: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1676: checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
3a86048961 2022-06-12 1677: dependencies = [
3a86048961 2022-06-12 1678: "unicode-ident",
3a86048961 2022-06-12 1679: ]
3a86048961 2022-06-12 1680:
3a86048961 2022-06-12 1681: [[package]]
3a86048961 2022-06-12 1682: name = "quick-xml"
d3dbaf11e1 2026-07-19 1683: version = "0.41.0"
3a86048961 2022-06-12 1684: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1685: checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
f5365bf71c 2021-01-22 1686: dependencies = [
f5365bf71c 2021-01-22 1687: "encoding_rs",
f5365bf71c 2021-01-22 1688: "memchr",
f5365bf71c 2021-01-22 1689: ]
f5365bf71c 2021-01-22 1690:
f5365bf71c 2021-01-22 1691: [[package]]
a2880e5100 2025-04-19 1692: name = "quinn"
d3dbaf11e1 2026-07-19 1693: version = "0.11.11"
a2880e5100 2025-04-19 1694: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1695: checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
a2880e5100 2025-04-19 1696: dependencies = [
a2880e5100 2025-04-19 1697: "bytes",
a2880e5100 2025-04-19 1698: "cfg_aliases",
a2880e5100 2025-04-19 1699: "pin-project-lite",
a2880e5100 2025-04-19 1700: "quinn-proto",
a2880e5100 2025-04-19 1701: "quinn-udp",
a2880e5100 2025-04-19 1702: "rustc-hash",
a2880e5100 2025-04-19 1703: "rustls",
dc7c43b010 2026-01-01 1704: "socket2",
d3dbaf11e1 2026-07-19 1705: "thiserror",
a2880e5100 2025-04-19 1706: "tokio",
a2880e5100 2025-04-19 1707: "tracing",
a2880e5100 2025-04-19 1708: "web-time",
a2880e5100 2025-04-19 1709: ]
a2880e5100 2025-04-19 1710:
a2880e5100 2025-04-19 1711: [[package]]
a2880e5100 2025-04-19 1712: name = "quinn-proto"
d3dbaf11e1 2026-07-19 1713: version = "0.11.16"
a2880e5100 2025-04-19 1714: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1715: checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
a2880e5100 2025-04-19 1716: dependencies = [
dc7c43b010 2026-01-01 1717: "aws-lc-rs",
a2880e5100 2025-04-19 1718: "bytes",
d3dbaf11e1 2026-07-19 1719: "getrandom 0.4.3",
1bd041d00f 2025-05-20 1720: "lru-slab",
d3dbaf11e1 2026-07-19 1721: "rand",
d3dbaf11e1 2026-07-19 1722: "rand_pcg",
a2880e5100 2025-04-19 1723: "ring",
a2880e5100 2025-04-19 1724: "rustc-hash",
a2880e5100 2025-04-19 1725: "rustls",
a2880e5100 2025-04-19 1726: "rustls-pki-types",
a2880e5100 2025-04-19 1727: "slab",
d3dbaf11e1 2026-07-19 1728: "thiserror",
a2880e5100 2025-04-19 1729: "tinyvec",
a2880e5100 2025-04-19 1730: "tracing",
a2880e5100 2025-04-19 1731: "web-time",
a2880e5100 2025-04-19 1732: ]
a2880e5100 2025-04-19 1733:
a2880e5100 2025-04-19 1734: [[package]]
a2880e5100 2025-04-19 1735: name = "quinn-udp"
d3dbaf11e1 2026-07-19 1736: version = "0.5.15"
a2880e5100 2025-04-19 1737: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1738: checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
a2880e5100 2025-04-19 1739: dependencies = [
a2880e5100 2025-04-19 1740: "cfg_aliases",
a2880e5100 2025-04-19 1741: "libc",
a2880e5100 2025-04-19 1742: "once_cell",
dc7c43b010 2026-01-01 1743: "socket2",
a2880e5100 2025-04-19 1744: "tracing",
d3dbaf11e1 2026-07-19 1745: "windows-sys 0.61.2",
a2880e5100 2025-04-19 1746: ]
a2880e5100 2025-04-19 1747:
a2880e5100 2025-04-19 1748: [[package]]
a6fc8a60a7 2024-06-15 1749: name = "quote"
d3dbaf11e1 2026-07-19 1750: version = "1.0.47"
a6fc8a60a7 2024-06-15 1751: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1752: checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
a6fc8a60a7 2024-06-15 1753: dependencies = [
a6fc8a60a7 2024-06-15 1754: "proc-macro2",
a6fc8a60a7 2024-06-15 1755: ]
fc8aa8c8ab 2025-04-06 1756:
fc8aa8c8ab 2025-04-06 1757: [[package]]
fc8aa8c8ab 2025-04-06 1758: name = "r-efi"
d3dbaf11e1 2026-07-19 1759: version = "6.0.0"
d3dbaf11e1 2026-07-19 1760: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1761: checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
d3dbaf11e1 2026-07-19 1762:
d3dbaf11e1 2026-07-19 1763: [[package]]
d3dbaf11e1 2026-07-19 1764: name = "rand"
d3dbaf11e1 2026-07-19 1765: version = "0.10.2"
d3dbaf11e1 2026-07-19 1766: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1767: checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
d3dbaf11e1 2026-07-19 1768: dependencies = [
d3dbaf11e1 2026-07-19 1769: "chacha20",
d3dbaf11e1 2026-07-19 1770: "getrandom 0.4.3",
d3dbaf11e1 2026-07-19 1771: "rand_core",
d3dbaf11e1 2026-07-19 1772: ]
d3dbaf11e1 2026-07-19 1773:
d3dbaf11e1 2026-07-19 1774: [[package]]
d3dbaf11e1 2026-07-19 1775: name = "rand_core"
d3dbaf11e1 2026-07-19 1776: version = "0.10.1"
d3dbaf11e1 2026-07-19 1777: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1778: checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
d3dbaf11e1 2026-07-19 1779:
d3dbaf11e1 2026-07-19 1780: [[package]]
d3dbaf11e1 2026-07-19 1781: name = "rand_pcg"
d3dbaf11e1 2026-07-19 1782: version = "0.10.2"
d3dbaf11e1 2026-07-19 1783: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1784: checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
d3dbaf11e1 2026-07-19 1785: dependencies = [
d3dbaf11e1 2026-07-19 1786: "rand_core",
ec71df21e1 2025-11-07 1787: ]
ec71df21e1 2025-11-07 1788:
ec71df21e1 2025-11-07 1789: [[package]]
ec71df21e1 2025-11-07 1790: name = "redox_syscall"
ec71df21e1 2025-11-07 1791: version = "0.5.18"
ec71df21e1 2025-11-07 1792: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 1793: checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
ec71df21e1 2025-11-07 1794: dependencies = [
dc7c43b010 2026-01-01 1795: "bitflags",
ec71df21e1 2025-11-07 1796: ]
ec71df21e1 2025-11-07 1797:
ec71df21e1 2025-11-07 1798: [[package]]
ec71df21e1 2025-11-07 1799: name = "regex"
d3dbaf11e1 2026-07-19 1800: version = "1.13.1"
ec71df21e1 2025-11-07 1801: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1802: checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
9d8a6738fd 2023-07-30 1803: dependencies = [
9d8a6738fd 2023-07-30 1804: "aho-corasick",
9d8a6738fd 2023-07-30 1805: "memchr",
9d8a6738fd 2023-07-30 1806: "regex-automata",
9d8a6738fd 2023-07-30 1807: "regex-syntax",
9d8a6738fd 2023-07-30 1808: ]
9d8a6738fd 2023-07-30 1809:
9d8a6738fd 2023-07-30 1810: [[package]]
9d8a6738fd 2023-07-30 1811: name = "regex-automata"
d3dbaf11e1 2026-07-19 1812: version = "0.4.16"
9d8a6738fd 2023-07-30 1813: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1814: checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
f5365bf71c 2021-01-22 1815: dependencies = [
f5365bf71c 2021-01-22 1816: "aho-corasick",
f5365bf71c 2021-01-22 1817: "memchr",
f5365bf71c 2021-01-22 1818: "regex-syntax",
f5365bf71c 2021-01-22 1819: ]
f5365bf71c 2021-01-22 1820:
f5365bf71c 2021-01-22 1821: [[package]]
f5365bf71c 2021-01-22 1822: name = "regex-syntax"
d3dbaf11e1 2026-07-19 1823: version = "0.8.11"
a6fc8a60a7 2024-06-15 1824: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1825: checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
a6fc8a60a7 2024-06-15 1826:
a6fc8a60a7 2024-06-15 1827: [[package]]
a6fc8a60a7 2024-06-15 1828: name = "reqwest"
d3dbaf11e1 2026-07-19 1829: version = "0.13.4"
a6fc8a60a7 2024-06-15 1830: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1831: checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
a6fc8a60a7 2024-06-15 1832: dependencies = [
285ce2bc31 2024-09-17 1833: "base64",
a6fc8a60a7 2024-06-15 1834: "bytes",
7393d62235 2026-01-07 1835: "encoding_rs",
a6fc8a60a7 2024-06-15 1836: "futures-core",
a6fc8a60a7 2024-06-15 1837: "futures-util",
7393d62235 2026-01-07 1838: "h2",
614456ed35 2025-02-22 1839: "http",
614456ed35 2025-02-22 1840: "http-body",
a6fc8a60a7 2024-06-15 1841: "http-body-util",
614456ed35 2025-02-22 1842: "hyper",
614456ed35 2025-02-22 1843: "hyper-rustls",
a6fc8a60a7 2024-06-15 1844: "hyper-util",
a6fc8a60a7 2024-06-15 1845: "js-sys",
a6fc8a60a7 2024-06-15 1846: "log",
7393d62235 2026-01-07 1847: "mime",
a2880e5100 2025-04-19 1848: "mime_guess",
a6fc8a60a7 2024-06-15 1849: "percent-encoding",
a6fc8a60a7 2024-06-15 1850: "pin-project-lite",
a2880e5100 2025-04-19 1851: "quinn",
a2880e5100 2025-04-19 1852: "rustls",
a2880e5100 2025-04-19 1853: "rustls-pki-types",
7393d62235 2026-01-07 1854: "rustls-platform-verifier",
a6fc8a60a7 2024-06-15 1855: "serde",
a6fc8a60a7 2024-06-15 1856: "serde_json",
a6fc8a60a7 2024-06-15 1857: "sync_wrapper",
a6fc8a60a7 2024-06-15 1858: "tokio",
a2880e5100 2025-04-19 1859: "tokio-rustls",
a6fc8a60a7 2024-06-15 1860: "tokio-util",
614456ed35 2025-02-22 1861: "tower",
59096db9bc 2025-06-05 1862: "tower-http",
a6fc8a60a7 2024-06-15 1863: "tower-service",
a6fc8a60a7 2024-06-15 1864: "url",
a6fc8a60a7 2024-06-15 1865: "wasm-bindgen",
a6fc8a60a7 2024-06-15 1866: "wasm-bindgen-futures",
a2880e5100 2025-04-19 1867: "wasm-streams",
285ce2bc31 2024-09-17 1868: "web-sys",
285ce2bc31 2024-09-17 1869: ]
285ce2bc31 2024-09-17 1870:
285ce2bc31 2024-09-17 1871: [[package]]
285ce2bc31 2024-09-17 1872: name = "ring"
fc8aa8c8ab 2025-04-06 1873: version = "0.17.14"
285ce2bc31 2024-09-17 1874: source = "registry+https://github.com/rust-lang/crates.io-index"
fc8aa8c8ab 2025-04-06 1875: checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
285ce2bc31 2024-09-17 1876: dependencies = [
285ce2bc31 2024-09-17 1877: "cc",
285ce2bc31 2024-09-17 1878: "cfg-if",
9adc69d514 2026-03-25 1879: "getrandom 0.2.17",
285ce2bc31 2024-09-17 1880: "libc",
285ce2bc31 2024-09-17 1881: "untrusted",
ec2eac7ea2 2024-05-14 1882: "windows-sys 0.52.0",
f5365bf71c 2021-01-22 1883: ]
f5365bf71c 2021-01-22 1884:
f5365bf71c 2021-01-22 1885: [[package]]
f5365bf71c 2021-01-22 1886: name = "rss"
d3dbaf11e1 2026-07-19 1887: version = "2.1.0"
f5365bf71c 2021-01-22 1888: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1889: checksum = "dc13570823abc675c60d7837f1fe7daaf18dd181a3cacb3c6ba7a062eef581c0"
f5365bf71c 2021-01-22 1890: dependencies = [
a6fc8a60a7 2024-06-15 1891: "atom_syndication",
a6fc8a60a7 2024-06-15 1892: "derive_builder",
a6fc8a60a7 2024-06-15 1893: "quick-xml",
f5365bf71c 2021-01-22 1894: ]
f5365bf71c 2021-01-22 1895:
f5365bf71c 2021-01-22 1896: [[package]]
f5365bf71c 2021-01-22 1897: name = "rsstg"
9adc69d514 2026-03-25 1898: version = "0.6.0"
f5365bf71c 2021-01-22 1899: dependencies = [
dc7c43b010 2026-01-01 1900: "async-compat",
9143c728f3 2021-09-19 1901: "atom_syndication",
f5365bf71c 2021-01-22 1902: "chrono",
f5365bf71c 2021-01-22 1903: "config",
a6fc8a60a7 2024-06-15 1904: "futures",
f5365bf71c 2021-01-22 1905: "futures-util",
f5365bf71c 2021-01-22 1906: "lazy_static",
f5365bf71c 2021-01-22 1907: "regex",
7393d62235 2026-01-07 1908: "reqwest",
f5365bf71c 2021-01-22 1909: "rss",
9171c791eb 2021-11-13 1910: "sedregex",
13265e7697 2026-01-10 1911: "serde",
dc7c43b010 2026-01-01 1912: "smol",
0c989b7cba 2025-12-22 1913: "sqlx",
0c989b7cba 2025-12-22 1914: "stacked_errors",
0c989b7cba 2025-12-22 1915: "tgbot",
13265e7697 2026-01-10 1916: "toml",
9adc69d514 2026-03-25 1917: "ttl_cache",
7393d62235 2026-01-07 1918: "url",
0c989b7cba 2025-12-22 1919: ]
0c989b7cba 2025-12-22 1920:
0c989b7cba 2025-12-22 1921: [[package]]
0c989b7cba 2025-12-22 1922: name = "rustc-hash"
d3dbaf11e1 2026-07-19 1923: version = "2.1.3"
0c989b7cba 2025-12-22 1924: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1925: checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
0c989b7cba 2025-12-22 1926:
0c989b7cba 2025-12-22 1927: [[package]]
0c989b7cba 2025-12-22 1928: name = "rustc_version"
0c989b7cba 2025-12-22 1929: version = "0.4.1"
0c989b7cba 2025-12-22 1930: source = "registry+https://github.com/rust-lang/crates.io-index"
0c989b7cba 2025-12-22 1931: checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
0c989b7cba 2025-12-22 1932: dependencies = [
0c989b7cba 2025-12-22 1933: "semver",
0c989b7cba 2025-12-22 1934: ]
0c989b7cba 2025-12-22 1935:
0c989b7cba 2025-12-22 1936: [[package]]
0c989b7cba 2025-12-22 1937: name = "rustix"
9adc69d514 2026-03-25 1938: version = "1.1.4"
dc7c43b010 2026-01-01 1939: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 1940: checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
dc7c43b010 2026-01-01 1941: dependencies = [
dc7c43b010 2026-01-01 1942: "bitflags",
dc7c43b010 2026-01-01 1943: "errno",
dc7c43b010 2026-01-01 1944: "libc",
dc7c43b010 2026-01-01 1945: "linux-raw-sys",
ec71df21e1 2025-11-07 1946: "windows-sys 0.61.2",
ec71df21e1 2025-11-07 1947: ]
ec71df21e1 2025-11-07 1948:
ec71df21e1 2025-11-07 1949: [[package]]
ec71df21e1 2025-11-07 1950: name = "rustls"
d3dbaf11e1 2026-07-19 1951: version = "0.23.42"
ec71df21e1 2025-11-07 1952: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1953: checksum = "3c54fcab019b409d04215d3a17cb438fd7fbf192ee61461f20f4fe18704bc138"
ec71df21e1 2025-11-07 1954: dependencies = [
dc7c43b010 2026-01-01 1955: "aws-lc-rs",
ec71df21e1 2025-11-07 1956: "once_cell",
79c91a5357 2024-08-02 1957: "rustls-pki-types",
79c91a5357 2024-08-02 1958: "rustls-webpki",
79c91a5357 2024-08-02 1959: "subtle",
79c91a5357 2024-08-02 1960: "zeroize",
79c91a5357 2024-08-02 1961: ]
79c91a5357 2024-08-02 1962:
79c91a5357 2024-08-02 1963: [[package]]
dc7c43b010 2026-01-01 1964: name = "rustls-native-certs"
d3dbaf11e1 2026-07-19 1965: version = "0.8.4"
dc7c43b010 2026-01-01 1966: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1967: checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
dc7c43b010 2026-01-01 1968: dependencies = [
dc7c43b010 2026-01-01 1969: "openssl-probe",
dc7c43b010 2026-01-01 1970: "rustls-pki-types",
dc7c43b010 2026-01-01 1971: "schannel",
dc7c43b010 2026-01-01 1972: "security-framework",
dc7c43b010 2026-01-01 1973: ]
dc7c43b010 2026-01-01 1974:
dc7c43b010 2026-01-01 1975: [[package]]
a6fc8a60a7 2024-06-15 1976: name = "rustls-pki-types"
d3dbaf11e1 2026-07-19 1977: version = "1.15.0"
a6fc8a60a7 2024-06-15 1978: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1979: checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
a2880e5100 2025-04-19 1980: dependencies = [
a2880e5100 2025-04-19 1981: "web-time",
1bd041d00f 2025-05-20 1982: "zeroize",
a2880e5100 2025-04-19 1983: ]
1bd041d00f 2025-05-20 1984:
1bd041d00f 2025-05-20 1985: [[package]]
dc7c43b010 2026-01-01 1986: name = "rustls-platform-verifier"
d3dbaf11e1 2026-07-19 1987: version = "0.7.0"
dc7c43b010 2026-01-01 1988: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 1989: checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
dc7c43b010 2026-01-01 1990: dependencies = [
dc7c43b010 2026-01-01 1991: "core-foundation 0.10.1",
dc7c43b010 2026-01-01 1992: "core-foundation-sys",
dc7c43b010 2026-01-01 1993: "jni",
dc7c43b010 2026-01-01 1994: "log",
dc7c43b010 2026-01-01 1995: "once_cell",
dc7c43b010 2026-01-01 1996: "rustls",
dc7c43b010 2026-01-01 1997: "rustls-native-certs",
dc7c43b010 2026-01-01 1998: "rustls-platform-verifier-android",
dc7c43b010 2026-01-01 1999: "rustls-webpki",
dc7c43b010 2026-01-01 2000: "security-framework",
dc7c43b010 2026-01-01 2001: "security-framework-sys",
dc7c43b010 2026-01-01 2002: "webpki-root-certs",
dc7c43b010 2026-01-01 2003: "windows-sys 0.61.2",
dc7c43b010 2026-01-01 2004: ]
dc7c43b010 2026-01-01 2005:
dc7c43b010 2026-01-01 2006: [[package]]
dc7c43b010 2026-01-01 2007: name = "rustls-platform-verifier-android"
dc7c43b010 2026-01-01 2008: version = "0.1.1"
dc7c43b010 2026-01-01 2009: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 2010: checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
dc7c43b010 2026-01-01 2011:
dc7c43b010 2026-01-01 2012: [[package]]
79c91a5357 2024-08-02 2013: name = "rustls-webpki"
d8c1d259a2 2026-04-23 2014: version = "0.103.13"
79c91a5357 2024-08-02 2015: source = "registry+https://github.com/rust-lang/crates.io-index"
d8c1d259a2 2026-04-23 2016: checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
79c91a5357 2024-08-02 2017: dependencies = [
dc7c43b010 2026-01-01 2018: "aws-lc-rs",
285ce2bc31 2024-09-17 2019: "ring",
79c91a5357 2024-08-02 2020: "rustls-pki-types",
285ce2bc31 2024-09-17 2021: "untrusted",
79c91a5357 2024-08-02 2022: ]
79c91a5357 2024-08-02 2023:
79c91a5357 2024-08-02 2024: [[package]]
614456ed35 2025-02-22 2025: name = "rustversion"
9adc69d514 2026-03-25 2026: version = "1.0.23"
9adc69d514 2026-03-25 2027: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2028: checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
614456ed35 2025-02-22 2029:
614456ed35 2025-02-22 2030: [[package]]
dc7c43b010 2026-01-01 2031: name = "same-file"
dc7c43b010 2026-01-01 2032: version = "1.0.6"
614456ed35 2025-02-22 2033: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 2034: checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dc7c43b010 2026-01-01 2035: dependencies = [
dc7c43b010 2026-01-01 2036: "winapi-util",
dc7c43b010 2026-01-01 2037: ]
9d8a6738fd 2023-07-30 2038:
9d8a6738fd 2023-07-30 2039: [[package]]
9d8a6738fd 2023-07-30 2040: name = "schannel"
9adc69d514 2026-03-25 2041: version = "0.1.29"
9d8a6738fd 2023-07-30 2042: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 2043: checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
9d8a6738fd 2023-07-30 2044: dependencies = [
ec71df21e1 2025-11-07 2045: "windows-sys 0.61.2",
9d8a6738fd 2023-07-30 2046: ]
9d8a6738fd 2023-07-30 2047:
9d8a6738fd 2023-07-30 2048: [[package]]
9d8a6738fd 2023-07-30 2049: name = "scopeguard"
9d8a6738fd 2023-07-30 2050: version = "1.2.0"
9d8a6738fd 2023-07-30 2051: source = "registry+https://github.com/rust-lang/crates.io-index"
9d8a6738fd 2023-07-30 2052: checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
9d8a6738fd 2023-07-30 2053:
9d8a6738fd 2023-07-30 2054: [[package]]
39ee25f5c3 2020-11-29 2055: name = "security-framework"
9adc69d514 2026-03-25 2056: version = "3.7.0"
39ee25f5c3 2020-11-29 2057: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 2058: checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
39ee25f5c3 2020-11-29 2059: dependencies = [
dc7c43b010 2026-01-01 2060: "bitflags",
dc7c43b010 2026-01-01 2061: "core-foundation 0.10.1",
f5365bf71c 2021-01-22 2062: "core-foundation-sys",
f5365bf71c 2021-01-22 2063: "libc",
f5365bf71c 2021-01-22 2064: "security-framework-sys",
39ee25f5c3 2020-11-29 2065: ]
39ee25f5c3 2020-11-29 2066:
39ee25f5c3 2020-11-29 2067: [[package]]
39ee25f5c3 2020-11-29 2068: name = "security-framework-sys"
9adc69d514 2026-03-25 2069: version = "2.17.0"
39ee25f5c3 2020-11-29 2070: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 2071: checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
9171c791eb 2021-11-13 2072: dependencies = [
9171c791eb 2021-11-13 2073: "core-foundation-sys",
9171c791eb 2021-11-13 2074: "libc",
9171c791eb 2021-11-13 2075: ]
9171c791eb 2021-11-13 2076:
9171c791eb 2021-11-13 2077: [[package]]
9171c791eb 2021-11-13 2078: name = "sedregex"
9171c791eb 2021-11-13 2079: version = "0.2.5"
9171c791eb 2021-11-13 2080: source = "registry+https://github.com/rust-lang/crates.io-index"
9171c791eb 2021-11-13 2081: checksum = "19411e23596093f03bbd11dc45603b6329bb4bfec77b9fd13e2b9fc9b02efe3e"
9171c791eb 2021-11-13 2082: dependencies = [
9171c791eb 2021-11-13 2083: "regex",
9171c791eb 2021-11-13 2084: ]
9171c791eb 2021-11-13 2085:
9171c791eb 2021-11-13 2086: [[package]]
0c989b7cba 2025-12-22 2087: name = "semver"
be0b8602d1 2026-04-18 2088: version = "1.0.28"
0c989b7cba 2025-12-22 2089: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 2090: checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
0c989b7cba 2025-12-22 2091:
0c989b7cba 2025-12-22 2092: [[package]]
3a86048961 2022-06-12 2093: name = "serde"
d3dbaf11e1 2026-07-19 2094: version = "1.0.229"
3a86048961 2022-06-12 2095: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2096: checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
acb0a4ac54 2025-09-28 2097: dependencies = [
acb0a4ac54 2025-09-28 2098: "serde_core",
acb0a4ac54 2025-09-28 2099: "serde_derive",
acb0a4ac54 2025-09-28 2100: ]
acb0a4ac54 2025-09-28 2101:
acb0a4ac54 2025-09-28 2102: [[package]]
acb0a4ac54 2025-09-28 2103: name = "serde_core"
d3dbaf11e1 2026-07-19 2104: version = "1.0.229"
acb0a4ac54 2025-09-28 2105: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2106: checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
3a86048961 2022-06-12 2107: dependencies = [
3a86048961 2022-06-12 2108: "serde_derive",
3a86048961 2022-06-12 2109: ]
3a86048961 2022-06-12 2110:
3a86048961 2022-06-12 2111: [[package]]
285ce2bc31 2024-09-17 2112: name = "serde_derive"
d3dbaf11e1 2026-07-19 2113: version = "1.0.229"
42b29b744b 2026-01-01 2114: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2115: checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
42b29b744b 2026-01-01 2116: dependencies = [
42b29b744b 2026-01-01 2117: "proc-macro2",
42b29b744b 2026-01-01 2118: "quote",
d3dbaf11e1 2026-07-19 2119: "syn 3.0.0",
42b29b744b 2026-01-01 2120: ]
42b29b744b 2026-01-01 2121:
42b29b744b 2026-01-01 2122: [[package]]
42b29b744b 2026-01-01 2123: name = "serde_json"
d3dbaf11e1 2026-07-19 2124: version = "1.0.150"
42b29b744b 2026-01-01 2125: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2126: checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
42b29b744b 2026-01-01 2127: dependencies = [
42b29b744b 2026-01-01 2128: "itoa",
42b29b744b 2026-01-01 2129: "memchr",
42b29b744b 2026-01-01 2130: "serde",
42b29b744b 2026-01-01 2131: "serde_core",
42b29b744b 2026-01-01 2132: "zmij",
42b29b744b 2026-01-01 2133: ]
42b29b744b 2026-01-01 2134:
42b29b744b 2026-01-01 2135: [[package]]
42b29b744b 2026-01-01 2136: name = "serde_spanned"
be0b8602d1 2026-04-18 2137: version = "1.1.1"
42b29b744b 2026-01-01 2138: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 2139: checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
42b29b744b 2026-01-01 2140: dependencies = [
42b29b744b 2026-01-01 2141: "serde_core",
42b29b744b 2026-01-01 2142: ]
42b29b744b 2026-01-01 2143:
42b29b744b 2026-01-01 2144: [[package]]
42b29b744b 2026-01-01 2145: name = "serde_with"
d3dbaf11e1 2026-07-19 2146: version = "3.21.0"
42b29b744b 2026-01-01 2147: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2148: checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
ec71df21e1 2025-11-07 2149: dependencies = [
ec71df21e1 2025-11-07 2150: "serde_core",
a2880e5100 2025-04-19 2151: "serde_with_macros",
a2880e5100 2025-04-19 2152: ]
a2880e5100 2025-04-19 2153:
a2880e5100 2025-04-19 2154: [[package]]
a2880e5100 2025-04-19 2155: name = "serde_with_macros"
d3dbaf11e1 2026-07-19 2156: version = "3.21.0"
a2880e5100 2025-04-19 2157: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2158: checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
a2880e5100 2025-04-19 2159: dependencies = [
9adc69d514 2026-03-25 2160: "darling 0.23.0",
a2880e5100 2025-04-19 2161: "proc-macro2",
a2880e5100 2025-04-19 2162: "quote",
d3dbaf11e1 2026-07-19 2163: "syn 2.0.119",
285ce2bc31 2024-09-17 2164: ]
285ce2bc31 2024-09-17 2165:
285ce2bc31 2024-09-17 2166: [[package]]
285ce2bc31 2024-09-17 2167: name = "sha1"
d3dbaf11e1 2026-07-19 2168: version = "0.11.0"
285ce2bc31 2024-09-17 2169: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2170: checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
1bd041d00f 2025-05-20 2171: dependencies = [
1bd041d00f 2025-05-20 2172: "cfg-if",
d3dbaf11e1 2026-07-19 2173: "cpufeatures 0.3.0",
d3dbaf11e1 2026-07-19 2174: "digest 0.11.3",
1bd041d00f 2025-05-20 2175: ]
1bd041d00f 2025-05-20 2176:
1bd041d00f 2025-05-20 2177: [[package]]
1bd041d00f 2025-05-20 2178: name = "sha2"
1bd041d00f 2025-05-20 2179: version = "0.10.9"
1bd041d00f 2025-05-20 2180: source = "registry+https://github.com/rust-lang/crates.io-index"
1bd041d00f 2025-05-20 2181: checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
285ce2bc31 2024-09-17 2182: dependencies = [
285ce2bc31 2024-09-17 2183: "cfg-if",
d3dbaf11e1 2026-07-19 2184: "cpufeatures 0.2.17",
d3dbaf11e1 2026-07-19 2185: "digest 0.10.7",
d3dbaf11e1 2026-07-19 2186: ]
d3dbaf11e1 2026-07-19 2187:
d3dbaf11e1 2026-07-19 2188: [[package]]
d3dbaf11e1 2026-07-19 2189: name = "sha2"
d3dbaf11e1 2026-07-19 2190: version = "0.11.0"
d3dbaf11e1 2026-07-19 2191: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2192: checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
d3dbaf11e1 2026-07-19 2193: dependencies = [
d3dbaf11e1 2026-07-19 2194: "cfg-if",
d3dbaf11e1 2026-07-19 2195: "cpufeatures 0.3.0",
d3dbaf11e1 2026-07-19 2196: "digest 0.11.3",
bb89b6fab8 2025-06-15 2197: ]
bb89b6fab8 2025-06-15 2198:
bb89b6fab8 2025-06-15 2199: [[package]]
bb89b6fab8 2025-06-15 2200: name = "shellwords"
bb89b6fab8 2025-06-15 2201: version = "1.1.0"
bb89b6fab8 2025-06-15 2202: source = "registry+https://github.com/rust-lang/crates.io-index"
bb89b6fab8 2025-06-15 2203: checksum = "89e515aa4699a88148ed5ef96413ceef0048ce95b43fbc955a33bde0a70fcae6"
bb89b6fab8 2025-06-15 2204: dependencies = [
bb89b6fab8 2025-06-15 2205: "lazy_static",
bb89b6fab8 2025-06-15 2206: "regex",
285ce2bc31 2024-09-17 2207: ]
285ce2bc31 2024-09-17 2208:
285ce2bc31 2024-09-17 2209: [[package]]
285ce2bc31 2024-09-17 2210: name = "shlex"
d3dbaf11e1 2026-07-19 2211: version = "2.0.1"
44575a91d3 2025-07-09 2212: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2213: checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
44575a91d3 2025-07-09 2214:
44575a91d3 2025-07-09 2215: [[package]]
dc7c43b010 2026-01-01 2216: name = "signal-hook-registry"
dc7c43b010 2026-01-01 2217: version = "1.4.8"
44575a91d3 2025-07-09 2218: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 2219: checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
44575a91d3 2025-07-09 2220: dependencies = [
dc7c43b010 2026-01-01 2221: "errno",
dc7c43b010 2026-01-01 2222: "libc",
44575a91d3 2025-07-09 2223: ]
ec71df21e1 2025-11-07 2224:
ec71df21e1 2025-11-07 2225: [[package]]
ec71df21e1 2025-11-07 2226: name = "simd-adler32"
d3dbaf11e1 2026-07-19 2227: version = "0.3.10"
ec71df21e1 2025-11-07 2228: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2229: checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
d3dbaf11e1 2026-07-19 2230:
d3dbaf11e1 2026-07-19 2231: [[package]]
d3dbaf11e1 2026-07-19 2232: name = "simd_cesu8"
d3dbaf11e1 2026-07-19 2233: version = "1.2.0"
d3dbaf11e1 2026-07-19 2234: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2235: checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
d3dbaf11e1 2026-07-19 2236: dependencies = [
d3dbaf11e1 2026-07-19 2237: "rustc_version",
d3dbaf11e1 2026-07-19 2238: "simdutf8",
d3dbaf11e1 2026-07-19 2239: ]
d3dbaf11e1 2026-07-19 2240:
d3dbaf11e1 2026-07-19 2241: [[package]]
d3dbaf11e1 2026-07-19 2242: name = "simdutf8"
d3dbaf11e1 2026-07-19 2243: version = "0.1.5"
d3dbaf11e1 2026-07-19 2244: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2245: checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
44575a91d3 2025-07-09 2246:
44575a91d3 2025-07-09 2247: [[package]]
44575a91d3 2025-07-09 2248: name = "slab"
9adc69d514 2026-03-25 2249: version = "0.4.12"
44575a91d3 2025-07-09 2250: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 2251: checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
44575a91d3 2025-07-09 2252:
44575a91d3 2025-07-09 2253: [[package]]
44575a91d3 2025-07-09 2254: name = "smallbox"
44575a91d3 2025-07-09 2255: version = "0.8.8"
44575a91d3 2025-07-09 2256: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 2257: checksum = "aca054fd9f8c2ebe8557a2433f307e038c0716124efd045daa0388afa5172189"
44575a91d3 2025-07-09 2258:
44575a91d3 2025-07-09 2259: [[package]]
44575a91d3 2025-07-09 2260: name = "smallvec"
d3dbaf11e1 2026-07-19 2261: version = "1.15.2"
dc7c43b010 2026-01-01 2262: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2263: checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
dc7c43b010 2026-01-01 2264: dependencies = [
dc7c43b010 2026-01-01 2265: "serde",
dc7c43b010 2026-01-01 2266: ]
dc7c43b010 2026-01-01 2267:
dc7c43b010 2026-01-01 2268: [[package]]
dc7c43b010 2026-01-01 2269: name = "smol"
dc7c43b010 2026-01-01 2270: version = "2.0.2"
dc7c43b010 2026-01-01 2271: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 2272: checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
dc7c43b010 2026-01-01 2273: dependencies = [
dc7c43b010 2026-01-01 2274: "async-channel",
dc7c43b010 2026-01-01 2275: "async-executor",
dc7c43b010 2026-01-01 2276: "async-fs",
dc7c43b010 2026-01-01 2277: "async-io",
dc7c43b010 2026-01-01 2278: "async-lock",
dc7c43b010 2026-01-01 2279: "async-net",
dc7c43b010 2026-01-01 2280: "async-process",
dc7c43b010 2026-01-01 2281: "blocking",
dc7c43b010 2026-01-01 2282: "futures-lite",
dc7c43b010 2026-01-01 2283: ]
dc7c43b010 2026-01-01 2284:
dc7c43b010 2026-01-01 2285: [[package]]
dc7c43b010 2026-01-01 2286: name = "socket2"
d3dbaf11e1 2026-07-19 2287: version = "0.6.5"
dc7c43b010 2026-01-01 2288: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2289: checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
dc7c43b010 2026-01-01 2290: dependencies = [
dc7c43b010 2026-01-01 2291: "libc",
9adc69d514 2026-03-25 2292: "windows-sys 0.61.2",
dc7c43b010 2026-01-01 2293: ]
dc7c43b010 2026-01-01 2294:
dc7c43b010 2026-01-01 2295: [[package]]
dc7c43b010 2026-01-01 2296: name = "spin"
d3dbaf11e1 2026-07-19 2297: version = "0.9.9"
dc7c43b010 2026-01-01 2298: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2299: checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
285ce2bc31 2024-09-17 2300: dependencies = [
285ce2bc31 2024-09-17 2301: "lock_api",
285ce2bc31 2024-09-17 2302: ]
285ce2bc31 2024-09-17 2303:
285ce2bc31 2024-09-17 2304: [[package]]
285ce2bc31 2024-09-17 2305: name = "sqlx"
d3dbaf11e1 2026-07-19 2306: version = "0.9.0"
285ce2bc31 2024-09-17 2307: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2308: checksum = "378620ccc25c62c89d8be1c819e76a88d59bdcc3304733330788948e619bfd71"
285ce2bc31 2024-09-17 2309: dependencies = [
285ce2bc31 2024-09-17 2310: "sqlx-core",
285ce2bc31 2024-09-17 2311: "sqlx-macros",
285ce2bc31 2024-09-17 2312: "sqlx-mysql",
285ce2bc31 2024-09-17 2313: "sqlx-postgres",
285ce2bc31 2024-09-17 2314: "sqlx-sqlite",
285ce2bc31 2024-09-17 2315: ]
285ce2bc31 2024-09-17 2316:
285ce2bc31 2024-09-17 2317: [[package]]
285ce2bc31 2024-09-17 2318: name = "sqlx-core"
d3dbaf11e1 2026-07-19 2319: version = "0.9.0"
285ce2bc31 2024-09-17 2320: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2321: checksum = "05b44e85bf579a8eeb4ceaa77a3a523baf2bf0e9bac7e40f405d537b5d2d5ccb"
285ce2bc31 2024-09-17 2322: dependencies = [
d3dbaf11e1 2026-07-19 2323: "async-fs",
d3dbaf11e1 2026-07-19 2324: "async-io",
d3dbaf11e1 2026-07-19 2325: "async-task",
a2880e5100 2025-04-19 2326: "base64",
285ce2bc31 2024-09-17 2327: "bytes",
d3dbaf11e1 2026-07-19 2328: "cfg-if",
285ce2bc31 2024-09-17 2329: "chrono",
285ce2bc31 2024-09-17 2330: "crc",
285ce2bc31 2024-09-17 2331: "crossbeam-queue",
285ce2bc31 2024-09-17 2332: "either",
dc7c43b010 2026-01-01 2333: "event-listener",
285ce2bc31 2024-09-17 2334: "futures-core",
285ce2bc31 2024-09-17 2335: "futures-intrusive",
285ce2bc31 2024-09-17 2336: "futures-io",
285ce2bc31 2024-09-17 2337: "futures-util",
d3dbaf11e1 2026-07-19 2338: "hashbrown 0.16.1",
285ce2bc31 2024-09-17 2339: "hashlink",
e624ef9d66 2025-04-20 2340: "indexmap",
285ce2bc31 2024-09-17 2341: "log",
285ce2bc31 2024-09-17 2342: "memchr",
285ce2bc31 2024-09-17 2343: "percent-encoding",
285ce2bc31 2024-09-17 2344: "serde",
285ce2bc31 2024-09-17 2345: "serde_json",
d3dbaf11e1 2026-07-19 2346: "sha2 0.10.9",
285ce2bc31 2024-09-17 2347: "smallvec",
d3dbaf11e1 2026-07-19 2348: "smol",
d3dbaf11e1 2026-07-19 2349: "thiserror",
285ce2bc31 2024-09-17 2350: "tracing",
285ce2bc31 2024-09-17 2351: "url",
285ce2bc31 2024-09-17 2352: ]
285ce2bc31 2024-09-17 2353:
285ce2bc31 2024-09-17 2354: [[package]]
285ce2bc31 2024-09-17 2355: name = "sqlx-macros"
d3dbaf11e1 2026-07-19 2356: version = "0.9.0"
285ce2bc31 2024-09-17 2357: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2358: checksum = "bd2b84f2bc39a5705ef27ec785a11c934a41bbd4a24941e257927cddc26b60bf"
285ce2bc31 2024-09-17 2359: dependencies = [
285ce2bc31 2024-09-17 2360: "proc-macro2",
285ce2bc31 2024-09-17 2361: "quote",
285ce2bc31 2024-09-17 2362: "sqlx-core",
285ce2bc31 2024-09-17 2363: "sqlx-macros-core",
d3dbaf11e1 2026-07-19 2364: "syn 2.0.119",
285ce2bc31 2024-09-17 2365: ]
285ce2bc31 2024-09-17 2366:
285ce2bc31 2024-09-17 2367: [[package]]
285ce2bc31 2024-09-17 2368: name = "sqlx-macros-core"
d3dbaf11e1 2026-07-19 2369: version = "0.9.0"
285ce2bc31 2024-09-17 2370: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2371: checksum = "fb8d96de5fdc85a5c4ec813432b523ec637e80ba98f046555f75f7908ddac7c3"
285ce2bc31 2024-09-17 2372: dependencies = [
d3dbaf11e1 2026-07-19 2373: "cfg-if",
285ce2bc31 2024-09-17 2374: "dotenvy",
285ce2bc31 2024-09-17 2375: "either",
285ce2bc31 2024-09-17 2376: "heck",
285ce2bc31 2024-09-17 2377: "hex",
285ce2bc31 2024-09-17 2378: "proc-macro2",
285ce2bc31 2024-09-17 2379: "quote",
285ce2bc31 2024-09-17 2380: "serde",
285ce2bc31 2024-09-17 2381: "serde_json",
d3dbaf11e1 2026-07-19 2382: "sha2 0.10.9",
d3dbaf11e1 2026-07-19 2383: "smol",
285ce2bc31 2024-09-17 2384: "sqlx-core",
285ce2bc31 2024-09-17 2385: "sqlx-mysql",
285ce2bc31 2024-09-17 2386: "sqlx-postgres",
285ce2bc31 2024-09-17 2387: "sqlx-sqlite",
d3dbaf11e1 2026-07-19 2388: "syn 2.0.119",
d3dbaf11e1 2026-07-19 2389: "thiserror",
285ce2bc31 2024-09-17 2390: "url",
285ce2bc31 2024-09-17 2391: ]
285ce2bc31 2024-09-17 2392:
285ce2bc31 2024-09-17 2393: [[package]]
285ce2bc31 2024-09-17 2394: name = "sqlx-mysql"
d3dbaf11e1 2026-07-19 2395: version = "0.9.0"
285ce2bc31 2024-09-17 2396: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2397: checksum = "90b8020fe17c5f2c245bfa2505d7ef59c5604839527c740266ad2214acebea27"
285ce2bc31 2024-09-17 2398: dependencies = [
dc7c43b010 2026-01-01 2399: "bitflags",
285ce2bc31 2024-09-17 2400: "byteorder",
285ce2bc31 2024-09-17 2401: "bytes",
285ce2bc31 2024-09-17 2402: "chrono",
285ce2bc31 2024-09-17 2403: "crc",
d3dbaf11e1 2026-07-19 2404: "digest 0.11.3",
285ce2bc31 2024-09-17 2405: "dotenvy",
285ce2bc31 2024-09-17 2406: "either",
285ce2bc31 2024-09-17 2407: "futures-core",
285ce2bc31 2024-09-17 2408: "futures-util",
285ce2bc31 2024-09-17 2409: "generic-array",
614456ed35 2025-02-22 2410: "log",
614456ed35 2025-02-22 2411: "percent-encoding",
614456ed35 2025-02-22 2412: "serde",
614456ed35 2025-02-22 2413: "sha1",
d3dbaf11e1 2026-07-19 2414: "sha2 0.11.0",
614456ed35 2025-02-22 2415: "sqlx-core",
d3dbaf11e1 2026-07-19 2416: "thiserror",
614456ed35 2025-02-22 2417: "tracing",
614456ed35 2025-02-22 2418: ]
614456ed35 2025-02-22 2419:
614456ed35 2025-02-22 2420: [[package]]
614456ed35 2025-02-22 2421: name = "sqlx-postgres"
d3dbaf11e1 2026-07-19 2422: version = "0.9.0"
614456ed35 2025-02-22 2423: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2424: checksum = "87a2bdd6e83f6b3ea525ca9fee568030508b58355a43d0b2c1674d5f79dcd65e"
614456ed35 2025-02-22 2425: dependencies = [
614456ed35 2025-02-22 2426: "atoi",
614456ed35 2025-02-22 2427: "base64",
dc7c43b010 2026-01-01 2428: "bitflags",
614456ed35 2025-02-22 2429: "byteorder",
614456ed35 2025-02-22 2430: "chrono",
614456ed35 2025-02-22 2431: "crc",
614456ed35 2025-02-22 2432: "dotenvy",
614456ed35 2025-02-22 2433: "etcetera",
614456ed35 2025-02-22 2434: "futures-channel",
614456ed35 2025-02-22 2435: "futures-core",
614456ed35 2025-02-22 2436: "futures-util",
285ce2bc31 2024-09-17 2437: "hex",
285ce2bc31 2024-09-17 2438: "hkdf",
285ce2bc31 2024-09-17 2439: "hmac",
285ce2bc31 2024-09-17 2440: "itoa",
285ce2bc31 2024-09-17 2441: "log",
285ce2bc31 2024-09-17 2442: "md-5",
285ce2bc31 2024-09-17 2443: "memchr",
d3dbaf11e1 2026-07-19 2444: "rand",
614456ed35 2025-02-22 2445: "serde",
614456ed35 2025-02-22 2446: "serde_json",
d3dbaf11e1 2026-07-19 2447: "sha2 0.11.0",
614456ed35 2025-02-22 2448: "smallvec",
614456ed35 2025-02-22 2449: "sqlx-core",
614456ed35 2025-02-22 2450: "stringprep",
d3dbaf11e1 2026-07-19 2451: "thiserror",
285ce2bc31 2024-09-17 2452: "tracing",
285ce2bc31 2024-09-17 2453: "whoami",
285ce2bc31 2024-09-17 2454: ]
285ce2bc31 2024-09-17 2455:
285ce2bc31 2024-09-17 2456: [[package]]
285ce2bc31 2024-09-17 2457: name = "sqlx-sqlite"
d3dbaf11e1 2026-07-19 2458: version = "0.9.0"
285ce2bc31 2024-09-17 2459: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2460: checksum = "488e99c397a62007e4229aec669a179816339afc6d2620ca6fa420dbee2e982c"
285ce2bc31 2024-09-17 2461: dependencies = [
285ce2bc31 2024-09-17 2462: "atoi",
285ce2bc31 2024-09-17 2463: "chrono",
285ce2bc31 2024-09-17 2464: "flume",
d3dbaf11e1 2026-07-19 2465: "form_urlencoded",
285ce2bc31 2024-09-17 2466: "futures-channel",
285ce2bc31 2024-09-17 2467: "futures-core",
285ce2bc31 2024-09-17 2468: "futures-executor",
285ce2bc31 2024-09-17 2469: "futures-intrusive",
285ce2bc31 2024-09-17 2470: "futures-util",
285ce2bc31 2024-09-17 2471: "libsqlite3-sys",
285ce2bc31 2024-09-17 2472: "log",
285ce2bc31 2024-09-17 2473: "percent-encoding",
285ce2bc31 2024-09-17 2474: "serde",
285ce2bc31 2024-09-17 2475: "sqlx-core",
d3dbaf11e1 2026-07-19 2476: "thiserror",
285ce2bc31 2024-09-17 2477: "tracing",
285ce2bc31 2024-09-17 2478: "url",
614456ed35 2025-02-22 2479: ]
614456ed35 2025-02-22 2480:
614456ed35 2025-02-22 2481: [[package]]
614456ed35 2025-02-22 2482: name = "stable_deref_trait"
ec71df21e1 2025-11-07 2483: version = "1.2.1"
614456ed35 2025-02-22 2484: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 2485: checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
44575a91d3 2025-07-09 2486:
44575a91d3 2025-07-09 2487: [[package]]
44575a91d3 2025-07-09 2488: name = "stacked_errors"
44575a91d3 2025-07-09 2489: version = "0.7.1"
44575a91d3 2025-07-09 2490: source = "registry+https://github.com/rust-lang/crates.io-index"
44575a91d3 2025-07-09 2491: checksum = "45ef11d2fabcf9a75b82a9d80966bde3257410b1245b31f1fb6849103ceda0c3"
44575a91d3 2025-07-09 2492: dependencies = [
44575a91d3 2025-07-09 2493: "owo-colors",
44575a91d3 2025-07-09 2494: "smallbox",
44575a91d3 2025-07-09 2495: "thin-vec",
d3dbaf11e1 2026-07-19 2496: "thiserror",
44575a91d3 2025-07-09 2497: ]
3a86048961 2022-06-12 2498:
3a86048961 2022-06-12 2499: [[package]]
3a86048961 2022-06-12 2500: name = "stringprep"
db4d4df8f3 2024-06-11 2501: version = "0.1.5"
db4d4df8f3 2024-06-11 2502: source = "registry+https://github.com/rust-lang/crates.io-index"
db4d4df8f3 2024-06-11 2503: checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
db4d4df8f3 2024-06-11 2504: dependencies = [
db4d4df8f3 2024-06-11 2505: "unicode-bidi",
db4d4df8f3 2024-06-11 2506: "unicode-normalization",
db4d4df8f3 2024-06-11 2507: "unicode-properties",
db4d4df8f3 2024-06-11 2508: ]
db4d4df8f3 2024-06-11 2509:
db4d4df8f3 2024-06-11 2510: [[package]]
db4d4df8f3 2024-06-11 2511: name = "strsim"
db4d4df8f3 2024-06-11 2512: version = "0.11.1"
db4d4df8f3 2024-06-11 2513: source = "registry+https://github.com/rust-lang/crates.io-index"
db4d4df8f3 2024-06-11 2514: checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
db4d4df8f3 2024-06-11 2515:
db4d4df8f3 2024-06-11 2516: [[package]]
db4d4df8f3 2024-06-11 2517: name = "subtle"
79c91a5357 2024-08-02 2518: version = "2.6.1"
db4d4df8f3 2024-06-11 2519: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2520: checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
db4d4df8f3 2024-06-11 2521:
db4d4df8f3 2024-06-11 2522: [[package]]
db4d4df8f3 2024-06-11 2523: name = "syn"
d3dbaf11e1 2026-07-19 2524: version = "2.0.119"
db4d4df8f3 2024-06-11 2525: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2526: checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
d3dbaf11e1 2026-07-19 2527: dependencies = [
d3dbaf11e1 2026-07-19 2528: "proc-macro2",
d3dbaf11e1 2026-07-19 2529: "quote",
d3dbaf11e1 2026-07-19 2530: "unicode-ident",
d3dbaf11e1 2026-07-19 2531: ]
d3dbaf11e1 2026-07-19 2532:
d3dbaf11e1 2026-07-19 2533: [[package]]
d3dbaf11e1 2026-07-19 2534: name = "syn"
d3dbaf11e1 2026-07-19 2535: version = "3.0.0"
d3dbaf11e1 2026-07-19 2536: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2537: checksum = "f2fac314a64dc9a36e61a9eb4261a5e9bbfbc922b27e518af97bc32b926cf967"
3a86048961 2022-06-12 2538: dependencies = [
3a86048961 2022-06-12 2539: "proc-macro2",
3a86048961 2022-06-12 2540: "quote",
3a86048961 2022-06-12 2541: "unicode-ident",
3a86048961 2022-06-12 2542: ]
3a86048961 2022-06-12 2543:
3a86048961 2022-06-12 2544: [[package]]
ec2eac7ea2 2024-05-14 2545: name = "sync_wrapper"
2c36f015d8 2024-11-23 2546: version = "1.0.2"
a6fc8a60a7 2024-06-15 2547: source = "registry+https://github.com/rust-lang/crates.io-index"
2c36f015d8 2024-11-23 2548: checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1c444d34ff 2024-08-28 2549: dependencies = [
1c444d34ff 2024-08-28 2550: "futures-core",
1c444d34ff 2024-08-28 2551: ]
1c444d34ff 2024-08-28 2552:
1c444d34ff 2024-08-28 2553: [[package]]
614456ed35 2025-02-22 2554: name = "synstructure"
1bd041d00f 2025-05-20 2555: version = "0.13.2"
614456ed35 2025-02-22 2556: source = "registry+https://github.com/rust-lang/crates.io-index"
1bd041d00f 2025-05-20 2557: checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
614456ed35 2025-02-22 2558: dependencies = [
614456ed35 2025-02-22 2559: "proc-macro2",
614456ed35 2025-02-22 2560: "quote",
d3dbaf11e1 2026-07-19 2561: "syn 2.0.119",
614456ed35 2025-02-22 2562: ]
614456ed35 2025-02-22 2563:
614456ed35 2025-02-22 2564: [[package]]
a6fc8a60a7 2024-06-15 2565: name = "system-configuration"
9adc69d514 2026-03-25 2566: version = "0.7.0"
a6fc8a60a7 2024-06-15 2567: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 2568: checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
a6fc8a60a7 2024-06-15 2569: dependencies = [
dc7c43b010 2026-01-01 2570: "bitflags",
dc7c43b010 2026-01-01 2571: "core-foundation 0.9.4",
58da576b83 2023-10-04 2572: "system-configuration-sys",
58da576b83 2023-10-04 2573: ]
58da576b83 2023-10-04 2574:
58da576b83 2023-10-04 2575: [[package]]
58da576b83 2023-10-04 2576: name = "system-configuration-sys"
1c444d34ff 2024-08-28 2577: version = "0.6.0"
58da576b83 2023-10-04 2578: source = "registry+https://github.com/rust-lang/crates.io-index"
1c444d34ff 2024-08-28 2579: checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
58da576b83 2023-10-04 2580: dependencies = [
58da576b83 2023-10-04 2581: "core-foundation-sys",
58da576b83 2023-10-04 2582: "libc",
58da576b83 2023-10-04 2583: ]
58da576b83 2023-10-04 2584:
58da576b83 2023-10-04 2585: [[package]]
bb89b6fab8 2025-06-15 2586: name = "tgbot"
d3dbaf11e1 2026-07-19 2587: version = "0.46.0"
bb89b6fab8 2025-06-15 2588: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2589: checksum = "dc05e21aac7632767ffd5ef7d9573473ede11f77d7f68aa06b64cee747171433"
bb89b6fab8 2025-06-15 2590: dependencies = [
bb89b6fab8 2025-06-15 2591: "async-stream",
bb89b6fab8 2025-06-15 2592: "bytes",
bb89b6fab8 2025-06-15 2593: "derive_more",
bb89b6fab8 2025-06-15 2594: "futures-util",
bb89b6fab8 2025-06-15 2595: "log",
bb89b6fab8 2025-06-15 2596: "mime",
bb89b6fab8 2025-06-15 2597: "mime_guess",
7393d62235 2026-01-07 2598: "reqwest",
bb89b6fab8 2025-06-15 2599: "serde",
bb89b6fab8 2025-06-15 2600: "serde_json",
bb89b6fab8 2025-06-15 2601: "serde_with",
bb89b6fab8 2025-06-15 2602: "shellwords",
bb89b6fab8 2025-06-15 2603: "tokio",
bb89b6fab8 2025-06-15 2604: "tokio-util",
bb89b6fab8 2025-06-15 2605: ]
bb89b6fab8 2025-06-15 2606:
bb89b6fab8 2025-06-15 2607: [[package]]
44575a91d3 2025-07-09 2608: name = "thin-vec"
d3dbaf11e1 2026-07-19 2609: version = "0.2.18"
d3dbaf11e1 2026-07-19 2610: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2611: checksum = "b0f7e269b48f0a7dd0146680fa24b50cc67fc0373f086a5b2f99bd084639b482"
d3dbaf11e1 2026-07-19 2612:
d3dbaf11e1 2026-07-19 2613: [[package]]
d3dbaf11e1 2026-07-19 2614: name = "thiserror"
d3dbaf11e1 2026-07-19 2615: version = "2.0.19"
d3dbaf11e1 2026-07-19 2616: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2617: checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
d3dbaf11e1 2026-07-19 2618: dependencies = [
d3dbaf11e1 2026-07-19 2619: "thiserror-impl",
d3dbaf11e1 2026-07-19 2620: ]
d3dbaf11e1 2026-07-19 2621:
d3dbaf11e1 2026-07-19 2622: [[package]]
d3dbaf11e1 2026-07-19 2623: name = "thiserror-impl"
d3dbaf11e1 2026-07-19 2624: version = "2.0.19"
d3dbaf11e1 2026-07-19 2625: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2626: checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
d3dbaf11e1 2026-07-19 2627: dependencies = [
d3dbaf11e1 2026-07-19 2628: "proc-macro2",
d3dbaf11e1 2026-07-19 2629: "quote",
d3dbaf11e1 2026-07-19 2630: "syn 3.0.0",
be0b8602d1 2026-04-18 2631: ]
be0b8602d1 2026-04-18 2632:
be0b8602d1 2026-04-18 2633: [[package]]
be0b8602d1 2026-04-18 2634: name = "tinystr"
be0b8602d1 2026-04-18 2635: version = "0.8.3"
be0b8602d1 2026-04-18 2636: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 2637: checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
614456ed35 2025-02-22 2638: dependencies = [
614456ed35 2025-02-22 2639: "displaydoc",
614456ed35 2025-02-22 2640: "zerovec",
614456ed35 2025-02-22 2641: ]
614456ed35 2025-02-22 2642:
614456ed35 2025-02-22 2643: [[package]]
614456ed35 2025-02-22 2644: name = "tinyvec"
d3dbaf11e1 2026-07-19 2645: version = "1.12.0"
614456ed35 2025-02-22 2646: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2647: checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
f5365bf71c 2021-01-22 2648: dependencies = [
f5365bf71c 2021-01-22 2649: "tinyvec_macros",
f5365bf71c 2021-01-22 2650: ]
f5365bf71c 2021-01-22 2651:
f5365bf71c 2021-01-22 2652: [[package]]
f5365bf71c 2021-01-22 2653: name = "tinyvec_macros"
3c5e2bd226 2023-03-12 2654: version = "0.1.1"
3c5e2bd226 2023-03-12 2655: source = "registry+https://github.com/rust-lang/crates.io-index"
3c5e2bd226 2023-03-12 2656: checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3c5e2bd226 2023-03-12 2657:
3c5e2bd226 2023-03-12 2658: [[package]]
3c5e2bd226 2023-03-12 2659: name = "tokio"
d3dbaf11e1 2026-07-19 2660: version = "1.53.0"
614456ed35 2025-02-22 2661: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2662: checksum = "d988bcd52dbe076d3d46903332f58c912b87a2c49b1428419a5845154762ffee"
614456ed35 2025-02-22 2663: dependencies = [
614456ed35 2025-02-22 2664: "bytes",
614456ed35 2025-02-22 2665: "libc",
614456ed35 2025-02-22 2666: "mio",
614456ed35 2025-02-22 2667: "pin-project-lite",
dc7c43b010 2026-01-01 2668: "socket2",
ec71df21e1 2025-11-07 2669: "windows-sys 0.61.2",
614456ed35 2025-02-22 2670: ]
614456ed35 2025-02-22 2671:
614456ed35 2025-02-22 2672: [[package]]
614456ed35 2025-02-22 2673: name = "tokio-rustls"
acb0a4ac54 2025-09-28 2674: version = "0.26.4"
614456ed35 2025-02-22 2675: source = "registry+https://github.com/rust-lang/crates.io-index"
acb0a4ac54 2025-09-28 2676: checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
614456ed35 2025-02-22 2677: dependencies = [
614456ed35 2025-02-22 2678: "rustls",
a6fc8a60a7 2024-06-15 2679: "tokio",
e7effaf7fb 2022-07-26 2680: ]
e7effaf7fb 2022-07-26 2681:
e7effaf7fb 2022-07-26 2682: [[package]]
e7effaf7fb 2022-07-26 2683: name = "tokio-util"
7393d62235 2026-01-07 2684: version = "0.7.18"
e7effaf7fb 2022-07-26 2685: source = "registry+https://github.com/rust-lang/crates.io-index"
7393d62235 2026-01-07 2686: checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
e7effaf7fb 2022-07-26 2687: dependencies = [
a6fc8a60a7 2024-06-15 2688: "bytes",
e7effaf7fb 2022-07-26 2689: "futures-core",
e7effaf7fb 2022-07-26 2690: "futures-sink",
e7effaf7fb 2022-07-26 2691: "pin-project-lite",
a6fc8a60a7 2024-06-15 2692: "tokio",
e7effaf7fb 2022-07-26 2693: ]
e7effaf7fb 2022-07-26 2694:
e7effaf7fb 2022-07-26 2695: [[package]]
e7effaf7fb 2022-07-26 2696: name = "toml"
d3dbaf11e1 2026-07-19 2697: version = "1.1.3+spec-1.1.0"
ec2eac7ea2 2024-05-14 2698: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2699: checksum = "53c96ecdfa941c8fc4fcaed14f99ada8ebed502eef533015095a07e3301d4c3c"
ec2eac7ea2 2024-05-14 2700: dependencies = [
13265e7697 2026-01-10 2701: "indexmap",
acb0a4ac54 2025-09-28 2702: "serde_core",
ec2eac7ea2 2024-05-14 2703: "serde_spanned",
ec2eac7ea2 2024-05-14 2704: "toml_datetime",
44575a91d3 2025-07-09 2705: "toml_parser",
13265e7697 2026-01-10 2706: "toml_writer",
44575a91d3 2025-07-09 2707: "winnow",
ec2eac7ea2 2024-05-14 2708: ]
ec2eac7ea2 2024-05-14 2709:
ec2eac7ea2 2024-05-14 2710: [[package]]
ec2eac7ea2 2024-05-14 2711: name = "toml_datetime"
be0b8602d1 2026-04-18 2712: version = "1.1.1+spec-1.1.0"
ec2eac7ea2 2024-05-14 2713: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 2714: checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
ec2eac7ea2 2024-05-14 2715: dependencies = [
acb0a4ac54 2025-09-28 2716: "serde_core",
ec2eac7ea2 2024-05-14 2717: ]
ec2eac7ea2 2024-05-14 2718:
ec2eac7ea2 2024-05-14 2719: [[package]]
44575a91d3 2025-07-09 2720: name = "toml_parser"
be0b8602d1 2026-04-18 2721: version = "1.1.2+spec-1.1.0"
ec2eac7ea2 2024-05-14 2722: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 2723: checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
ec2eac7ea2 2024-05-14 2724: dependencies = [
ec2eac7ea2 2024-05-14 2725: "winnow",
ec2eac7ea2 2024-05-14 2726: ]
614456ed35 2025-02-22 2727:
614456ed35 2025-02-22 2728: [[package]]
13265e7697 2026-01-10 2729: name = "toml_writer"
d3dbaf11e1 2026-07-19 2730: version = "1.1.2+spec-1.1.0"
13265e7697 2026-01-10 2731: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2732: checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
13265e7697 2026-01-10 2733:
13265e7697 2026-01-10 2734: [[package]]
614456ed35 2025-02-22 2735: name = "tower"
9adc69d514 2026-03-25 2736: version = "0.5.3"
614456ed35 2025-02-22 2737: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 2738: checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
614456ed35 2025-02-22 2739: dependencies = [
614456ed35 2025-02-22 2740: "futures-core",
614456ed35 2025-02-22 2741: "futures-util",
614456ed35 2025-02-22 2742: "pin-project-lite",
614456ed35 2025-02-22 2743: "sync_wrapper",
614456ed35 2025-02-22 2744: "tokio",
614456ed35 2025-02-22 2745: "tower-layer",
614456ed35 2025-02-22 2746: "tower-service",
59096db9bc 2025-06-05 2747: ]
59096db9bc 2025-06-05 2748:
59096db9bc 2025-06-05 2749: [[package]]
59096db9bc 2025-06-05 2750: name = "tower-http"
d3dbaf11e1 2026-07-19 2751: version = "0.6.11"
59096db9bc 2025-06-05 2752: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2753: checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
59096db9bc 2025-06-05 2754: dependencies = [
0c989b7cba 2025-12-22 2755: "async-compression",
dc7c43b010 2026-01-01 2756: "bitflags",
59096db9bc 2025-06-05 2757: "bytes",
0c989b7cba 2025-12-22 2758: "futures-core",
59096db9bc 2025-06-05 2759: "futures-util",
59096db9bc 2025-06-05 2760: "http",
59096db9bc 2025-06-05 2761: "http-body",
0c989b7cba 2025-12-22 2762: "http-body-util",
59096db9bc 2025-06-05 2763: "pin-project-lite",
0c989b7cba 2025-12-22 2764: "tokio",
0c989b7cba 2025-12-22 2765: "tokio-util",
59096db9bc 2025-06-05 2766: "tower",
59096db9bc 2025-06-05 2767: "tower-layer",
59096db9bc 2025-06-05 2768: "tower-service",
d3dbaf11e1 2026-07-19 2769: "url",
614456ed35 2025-02-22 2770: ]
614456ed35 2025-02-22 2771:
614456ed35 2025-02-22 2772: [[package]]
614456ed35 2025-02-22 2773: name = "tower-layer"
614456ed35 2025-02-22 2774: version = "0.3.3"
614456ed35 2025-02-22 2775: source = "registry+https://github.com/rust-lang/crates.io-index"
614456ed35 2025-02-22 2776: checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
a6fc8a60a7 2024-06-15 2777:
a6fc8a60a7 2024-06-15 2778: [[package]]
e7effaf7fb 2022-07-26 2779: name = "tower-service"
1c444d34ff 2024-08-28 2780: version = "0.3.3"
e7effaf7fb 2022-07-26 2781: source = "registry+https://github.com/rust-lang/crates.io-index"
1c444d34ff 2024-08-28 2782: checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
e7effaf7fb 2022-07-26 2783:
e7effaf7fb 2022-07-26 2784: [[package]]
e7effaf7fb 2022-07-26 2785: name = "tracing"
0c989b7cba 2025-12-22 2786: version = "0.1.44"
e7effaf7fb 2022-07-26 2787: source = "registry+https://github.com/rust-lang/crates.io-index"
0c989b7cba 2025-12-22 2788: checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
e7effaf7fb 2022-07-26 2789: dependencies = [
285ce2bc31 2024-09-17 2790: "log",
b2297258c7 2021-11-06 2791: "pin-project-lite",
f5365bf71c 2021-01-22 2792: "tracing-attributes",
f5365bf71c 2021-01-22 2793: "tracing-core",
f5365bf71c 2021-01-22 2794: ]
f5365bf71c 2021-01-22 2795:
f5365bf71c 2021-01-22 2796: [[package]]
f5365bf71c 2021-01-22 2797: name = "tracing-attributes"
0c989b7cba 2025-12-22 2798: version = "0.1.31"
f5365bf71c 2021-01-22 2799: source = "registry+https://github.com/rust-lang/crates.io-index"
0c989b7cba 2025-12-22 2800: checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
f5365bf71c 2021-01-22 2801: dependencies = [
f5365bf71c 2021-01-22 2802: "proc-macro2",
f5365bf71c 2021-01-22 2803: "quote",
d3dbaf11e1 2026-07-19 2804: "syn 2.0.119",
f5365bf71c 2021-01-22 2805: ]
f5365bf71c 2021-01-22 2806:
f5365bf71c 2021-01-22 2807: [[package]]
f5365bf71c 2021-01-22 2808: name = "tracing-core"
0c989b7cba 2025-12-22 2809: version = "0.1.36"
409eb5bafc 2022-06-12 2810: source = "registry+https://github.com/rust-lang/crates.io-index"
0c989b7cba 2025-12-22 2811: checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
409eb5bafc 2022-06-12 2812: dependencies = [
409eb5bafc 2022-06-12 2813: "once_cell",
f5365bf71c 2021-01-22 2814: ]
f5365bf71c 2021-01-22 2815:
f5365bf71c 2021-01-22 2816: [[package]]
ec2eac7ea2 2024-05-14 2817: name = "try-lock"
409eb5bafc 2022-06-12 2818: version = "0.2.5"
f5365bf71c 2021-01-22 2819: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2820: checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
ec2eac7ea2 2024-05-14 2821:
ec2eac7ea2 2024-05-14 2822: [[package]]
9adc69d514 2026-03-25 2823: name = "ttl_cache"
9adc69d514 2026-03-25 2824: version = "0.5.1"
9adc69d514 2026-03-25 2825: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 2826: checksum = "4189890526f0168710b6ee65ceaedf1460c48a14318ceec933cb26baa492096a"
9adc69d514 2026-03-25 2827: dependencies = [
9adc69d514 2026-03-25 2828: "linked-hash-map",
9adc69d514 2026-03-25 2829: ]
9adc69d514 2026-03-25 2830:
9adc69d514 2026-03-25 2831: [[package]]
f5365bf71c 2021-01-22 2832: name = "typenum"
d3dbaf11e1 2026-07-19 2833: version = "1.20.1"
cb86e770f9 2022-03-15 2834: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2835: checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
b2297258c7 2021-11-06 2836:
b2297258c7 2021-11-06 2837: [[package]]
b2297258c7 2021-11-06 2838: name = "unicase"
7393d62235 2026-01-07 2839: version = "2.9.0"
b2297258c7 2021-11-06 2840: source = "registry+https://github.com/rust-lang/crates.io-index"
7393d62235 2026-01-07 2841: checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
b2297258c7 2021-11-06 2842:
b2297258c7 2021-11-06 2843: [[package]]
b2297258c7 2021-11-06 2844: name = "unicode-bidi"
614456ed35 2025-02-22 2845: version = "0.3.18"
3a86048961 2022-06-12 2846: source = "registry+https://github.com/rust-lang/crates.io-index"
614456ed35 2025-02-22 2847: checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3a86048961 2022-06-12 2848:
3a86048961 2022-06-12 2849: [[package]]
3a86048961 2022-06-12 2850: name = "unicode-ident"
9adc69d514 2026-03-25 2851: version = "1.0.24"
b2297258c7 2021-11-06 2852: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 2853: checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
b2297258c7 2021-11-06 2854:
b2297258c7 2021-11-06 2855: [[package]]
b2297258c7 2021-11-06 2856: name = "unicode-normalization"
ec71df21e1 2025-11-07 2857: version = "0.1.25"
b2297258c7 2021-11-06 2858: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 2859: checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
f5365bf71c 2021-01-22 2860: dependencies = [
f5365bf71c 2021-01-22 2861: "tinyvec",
f5365bf71c 2021-01-22 2862: ]
f5365bf71c 2021-01-22 2863:
f5365bf71c 2021-01-22 2864: [[package]]
db4d4df8f3 2024-06-11 2865: name = "unicode-properties"
ec71df21e1 2025-11-07 2866: version = "0.1.4"
e624ef9d66 2025-04-20 2867: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 2868: checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
ec2eac7ea2 2024-05-14 2869:
ec2eac7ea2 2024-05-14 2870: [[package]]
ec2eac7ea2 2024-05-14 2871: name = "untrusted"
ec2eac7ea2 2024-05-14 2872: version = "0.9.0"
ec2eac7ea2 2024-05-14 2873: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 2874: checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
ec2eac7ea2 2024-05-14 2875:
ec2eac7ea2 2024-05-14 2876: [[package]]
ec2eac7ea2 2024-05-14 2877: name = "url"
7393d62235 2026-01-07 2878: version = "2.5.8"
a6fc8a60a7 2024-06-15 2879: source = "registry+https://github.com/rust-lang/crates.io-index"
7393d62235 2026-01-07 2880: checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
ec2eac7ea2 2024-05-14 2881: dependencies = [
ec2eac7ea2 2024-05-14 2882: "form_urlencoded",
a6fc8a60a7 2024-06-15 2883: "idna",
a6fc8a60a7 2024-06-15 2884: "percent-encoding",
acb0a4ac54 2025-09-28 2885: "serde",
a6fc8a60a7 2024-06-15 2886: ]
ec2eac7ea2 2024-05-14 2887:
ec2eac7ea2 2024-05-14 2888: [[package]]
614456ed35 2025-02-22 2889: name = "utf8_iter"
614456ed35 2025-02-22 2890: version = "1.0.4"
db4d4df8f3 2024-06-11 2891: source = "registry+https://github.com/rust-lang/crates.io-index"
614456ed35 2025-02-22 2892: checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5609487b23 2021-06-28 2893:
5609487b23 2021-06-28 2894: [[package]]
5609487b23 2021-06-28 2895: name = "vcpkg"
5609487b23 2021-06-28 2896: version = "0.2.15"
5609487b23 2021-06-28 2897: source = "registry+https://github.com/rust-lang/crates.io-index"
5609487b23 2021-06-28 2898: checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
5609487b23 2021-06-28 2899:
5609487b23 2021-06-28 2900: [[package]]
5609487b23 2021-06-28 2901: name = "version_check"
79c91a5357 2024-08-02 2902: version = "0.9.5"
a6fc8a60a7 2024-06-15 2903: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 2904: checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
a6fc8a60a7 2024-06-15 2905:
a6fc8a60a7 2024-06-15 2906: [[package]]
dc7c43b010 2026-01-01 2907: name = "walkdir"
dc7c43b010 2026-01-01 2908: version = "2.5.0"
a6fc8a60a7 2024-06-15 2909: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 2910: checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dc7c43b010 2026-01-01 2911: dependencies = [
dc7c43b010 2026-01-01 2912: "same-file",
dc7c43b010 2026-01-01 2913: "winapi-util",
dc7c43b010 2026-01-01 2914: ]
9d8a6738fd 2023-07-30 2915:
9d8a6738fd 2023-07-30 2916: [[package]]
9d8a6738fd 2023-07-30 2917: name = "want"
9d8a6738fd 2023-07-30 2918: version = "0.3.1"
9d8a6738fd 2023-07-30 2919: source = "registry+https://github.com/rust-lang/crates.io-index"
9d8a6738fd 2023-07-30 2920: checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
9d8a6738fd 2023-07-30 2921: dependencies = [
9d8a6738fd 2023-07-30 2922: "try-lock",
9d8a6738fd 2023-07-30 2923: ]
9d8a6738fd 2023-07-30 2924:
9d8a6738fd 2023-07-30 2925: [[package]]
9d8a6738fd 2023-07-30 2926: name = "wasi"
bb89b6fab8 2025-06-15 2927: version = "0.11.1+wasi-snapshot-preview1"
bb89b6fab8 2025-06-15 2928: source = "registry+https://github.com/rust-lang/crates.io-index"
bb89b6fab8 2025-06-15 2929: checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
9d8a6738fd 2023-07-30 2930:
9d8a6738fd 2023-07-30 2931: [[package]]
9d8a6738fd 2023-07-30 2932: name = "wasm-bindgen"
d3dbaf11e1 2026-07-19 2933: version = "0.2.126"
a6fc8a60a7 2024-06-15 2934: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2935: checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
a6fc8a60a7 2024-06-15 2936: dependencies = [
a6fc8a60a7 2024-06-15 2937: "cfg-if",
9d8a6738fd 2023-07-30 2938: "once_cell",
614456ed35 2025-02-22 2939: "rustversion",
1c444d34ff 2024-08-28 2940: "wasm-bindgen-macro",
9d8a6738fd 2023-07-30 2941: "wasm-bindgen-shared",
9d8a6738fd 2023-07-30 2942: ]
9d8a6738fd 2023-07-30 2943:
9d8a6738fd 2023-07-30 2944: [[package]]
9d8a6738fd 2023-07-30 2945: name = "wasm-bindgen-futures"
d3dbaf11e1 2026-07-19 2946: version = "0.4.76"
9d8a6738fd 2023-07-30 2947: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2948: checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
9d8a6738fd 2023-07-30 2949: dependencies = [
9d8a6738fd 2023-07-30 2950: "js-sys",
9d8a6738fd 2023-07-30 2951: "wasm-bindgen",
9d8a6738fd 2023-07-30 2952: ]
9d8a6738fd 2023-07-30 2953:
9d8a6738fd 2023-07-30 2954: [[package]]
9d8a6738fd 2023-07-30 2955: name = "wasm-bindgen-macro"
d3dbaf11e1 2026-07-19 2956: version = "0.2.126"
9d8a6738fd 2023-07-30 2957: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2958: checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
f5365bf71c 2021-01-22 2959: dependencies = [
f5365bf71c 2021-01-22 2960: "quote",
f5365bf71c 2021-01-22 2961: "wasm-bindgen-macro-support",
f5365bf71c 2021-01-22 2962: ]
f5365bf71c 2021-01-22 2963:
f5365bf71c 2021-01-22 2964: [[package]]
f5365bf71c 2021-01-22 2965: name = "wasm-bindgen-macro-support"
d3dbaf11e1 2026-07-19 2966: version = "0.2.126"
f5365bf71c 2021-01-22 2967: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2968: checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
f5365bf71c 2021-01-22 2969: dependencies = [
ec71df21e1 2025-11-07 2970: "bumpalo",
f5365bf71c 2021-01-22 2971: "proc-macro2",
f5365bf71c 2021-01-22 2972: "quote",
d3dbaf11e1 2026-07-19 2973: "syn 2.0.119",
f5365bf71c 2021-01-22 2974: "wasm-bindgen-shared",
f5365bf71c 2021-01-22 2975: ]
f5365bf71c 2021-01-22 2976:
f5365bf71c 2021-01-22 2977: [[package]]
f5365bf71c 2021-01-22 2978: name = "wasm-bindgen-shared"
d3dbaf11e1 2026-07-19 2979: version = "0.2.126"
614456ed35 2025-02-22 2980: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 2981: checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
614456ed35 2025-02-22 2982: dependencies = [
614456ed35 2025-02-22 2983: "unicode-ident",
614456ed35 2025-02-22 2984: ]
614456ed35 2025-02-22 2985:
614456ed35 2025-02-22 2986: [[package]]
a2880e5100 2025-04-19 2987: name = "wasm-streams"
9adc69d514 2026-03-25 2988: version = "0.5.0"
a2880e5100 2025-04-19 2989: source = "registry+https://github.com/rust-lang/crates.io-index"
9adc69d514 2026-03-25 2990: checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
a2880e5100 2025-04-19 2991: dependencies = [
a2880e5100 2025-04-19 2992: "futures-util",
a2880e5100 2025-04-19 2993: "js-sys",
a2880e5100 2025-04-19 2994: "wasm-bindgen",
a2880e5100 2025-04-19 2995: "wasm-bindgen-futures",
a2880e5100 2025-04-19 2996: "web-sys",
a2880e5100 2025-04-19 2997: ]
a2880e5100 2025-04-19 2998:
a2880e5100 2025-04-19 2999: [[package]]
f5365bf71c 2021-01-22 3000: name = "web-sys"
d3dbaf11e1 2026-07-19 3001: version = "0.3.103"
a2880e5100 2025-04-19 3002: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 3003: checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
a2880e5100 2025-04-19 3004: dependencies = [
a2880e5100 2025-04-19 3005: "js-sys",
a2880e5100 2025-04-19 3006: "wasm-bindgen",
a2880e5100 2025-04-19 3007: ]
a2880e5100 2025-04-19 3008:
a2880e5100 2025-04-19 3009: [[package]]
a2880e5100 2025-04-19 3010: name = "web-time"
a2880e5100 2025-04-19 3011: version = "1.1.0"
f5365bf71c 2021-01-22 3012: source = "registry+https://github.com/rust-lang/crates.io-index"
a2880e5100 2025-04-19 3013: checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
f5365bf71c 2021-01-22 3014: dependencies = [
f5365bf71c 2021-01-22 3015: "js-sys",
f5365bf71c 2021-01-22 3016: "wasm-bindgen",
f5365bf71c 2021-01-22 3017: ]
f5365bf71c 2021-01-22 3018:
f5365bf71c 2021-01-22 3019: [[package]]
dc7c43b010 2026-01-01 3020: name = "webpki-root-certs"
d3dbaf11e1 2026-07-19 3021: version = "1.0.9"
d3dbaf11e1 2026-07-19 3022: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 3023: checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
285ce2bc31 2024-09-17 3024: dependencies = [
285ce2bc31 2024-09-17 3025: "rustls-pki-types",
9d8a6738fd 2023-07-30 3026: ]
9d8a6738fd 2023-07-30 3027:
9d8a6738fd 2023-07-30 3028: [[package]]
9d8a6738fd 2023-07-30 3029: name = "whoami"
d3dbaf11e1 2026-07-19 3030: version = "2.1.2"
dc7c43b010 2026-01-01 3031: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 3032: checksum = "998767ef88740d1f5b0682a9c53c24431453923962269c2db68ee43788c5a40d"
dc7c43b010 2026-01-01 3033:
dc7c43b010 2026-01-01 3034: [[package]]
dc7c43b010 2026-01-01 3035: name = "winapi-util"
dc7c43b010 2026-01-01 3036: version = "0.1.11"
dc7c43b010 2026-01-01 3037: source = "registry+https://github.com/rust-lang/crates.io-index"
dc7c43b010 2026-01-01 3038: checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dc7c43b010 2026-01-01 3039: dependencies = [
dc7c43b010 2026-01-01 3040: "windows-sys 0.61.2",
dc7c43b010 2026-01-01 3041: ]
ec71df21e1 2025-11-07 3042:
ec71df21e1 2025-11-07 3043: [[package]]
ec71df21e1 2025-11-07 3044: name = "windows-core"
ec71df21e1 2025-11-07 3045: version = "0.62.2"
ec71df21e1 2025-11-07 3046: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 3047: checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
ec71df21e1 2025-11-07 3048: dependencies = [
ec71df21e1 2025-11-07 3049: "windows-implement",
ec71df21e1 2025-11-07 3050: "windows-interface",
0c989b7cba 2025-12-22 3051: "windows-link",
0c989b7cba 2025-12-22 3052: "windows-result",
0c989b7cba 2025-12-22 3053: "windows-strings",
ec71df21e1 2025-11-07 3054: ]
ec71df21e1 2025-11-07 3055:
ec71df21e1 2025-11-07 3056: [[package]]
ec71df21e1 2025-11-07 3057: name = "windows-implement"
ec71df21e1 2025-11-07 3058: version = "0.60.2"
ec71df21e1 2025-11-07 3059: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 3060: checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
ec71df21e1 2025-11-07 3061: dependencies = [
ec71df21e1 2025-11-07 3062: "proc-macro2",
ec71df21e1 2025-11-07 3063: "quote",
d3dbaf11e1 2026-07-19 3064: "syn 2.0.119",
ec71df21e1 2025-11-07 3065: ]
ec71df21e1 2025-11-07 3066:
ec71df21e1 2025-11-07 3067: [[package]]
ec71df21e1 2025-11-07 3068: name = "windows-interface"
ec71df21e1 2025-11-07 3069: version = "0.59.3"
ec71df21e1 2025-11-07 3070: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 3071: checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
ec71df21e1 2025-11-07 3072: dependencies = [
ec71df21e1 2025-11-07 3073: "proc-macro2",
ec71df21e1 2025-11-07 3074: "quote",
d3dbaf11e1 2026-07-19 3075: "syn 2.0.119",
0c989b7cba 2025-12-22 3076: ]
ec71df21e1 2025-11-07 3077:
ec71df21e1 2025-11-07 3078: [[package]]
ec71df21e1 2025-11-07 3079: name = "windows-link"
ec71df21e1 2025-11-07 3080: version = "0.2.1"
ec71df21e1 2025-11-07 3081: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 3082: checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
ec71df21e1 2025-11-07 3083:
ec71df21e1 2025-11-07 3084: [[package]]
ec71df21e1 2025-11-07 3085: name = "windows-registry"
0c989b7cba 2025-12-22 3086: version = "0.6.1"
0c989b7cba 2025-12-22 3087: source = "registry+https://github.com/rust-lang/crates.io-index"
0c989b7cba 2025-12-22 3088: checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
0c989b7cba 2025-12-22 3089: dependencies = [
0c989b7cba 2025-12-22 3090: "windows-link",
0c989b7cba 2025-12-22 3091: "windows-result",
0c989b7cba 2025-12-22 3092: "windows-strings",
ec71df21e1 2025-11-07 3093: ]
ec71df21e1 2025-11-07 3094:
ec71df21e1 2025-11-07 3095: [[package]]
ec71df21e1 2025-11-07 3096: name = "windows-result"
ec71df21e1 2025-11-07 3097: version = "0.4.1"
ec71df21e1 2025-11-07 3098: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 3099: checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
ec71df21e1 2025-11-07 3100: dependencies = [
0c989b7cba 2025-12-22 3101: "windows-link",
ec71df21e1 2025-11-07 3102: ]
ec71df21e1 2025-11-07 3103:
ec71df21e1 2025-11-07 3104: [[package]]
ec71df21e1 2025-11-07 3105: name = "windows-strings"
ec71df21e1 2025-11-07 3106: version = "0.5.1"
ec71df21e1 2025-11-07 3107: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 3108: checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
ec71df21e1 2025-11-07 3109: dependencies = [
0c989b7cba 2025-12-22 3110: "windows-link",
ec2eac7ea2 2024-05-14 3111: ]
ec2eac7ea2 2024-05-14 3112:
ec2eac7ea2 2024-05-14 3113: [[package]]
ec2eac7ea2 2024-05-14 3114: name = "windows-sys"
ec2eac7ea2 2024-05-14 3115: version = "0.52.0"
ec2eac7ea2 2024-05-14 3116: source = "registry+https://github.com/rust-lang/crates.io-index"
ec2eac7ea2 2024-05-14 3117: checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
9d8a6738fd 2023-07-30 3118: dependencies = [
d3dbaf11e1 2026-07-19 3119: "windows-targets",
ec71df21e1 2025-11-07 3120: ]
ec71df21e1 2025-11-07 3121:
ec71df21e1 2025-11-07 3122: [[package]]
ec71df21e1 2025-11-07 3123: name = "windows-sys"
ec71df21e1 2025-11-07 3124: version = "0.61.2"
ec71df21e1 2025-11-07 3125: source = "registry+https://github.com/rust-lang/crates.io-index"
ec71df21e1 2025-11-07 3126: checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
ec71df21e1 2025-11-07 3127: dependencies = [
0c989b7cba 2025-12-22 3128: "windows-link",
79c91a5357 2024-08-02 3129: ]
79c91a5357 2024-08-02 3130:
79c91a5357 2024-08-02 3131: [[package]]
79c91a5357 2024-08-02 3132: name = "windows-targets"
79c91a5357 2024-08-02 3133: version = "0.52.6"
79c91a5357 2024-08-02 3134: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3135: checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
79c91a5357 2024-08-02 3136: dependencies = [
d3dbaf11e1 2026-07-19 3137: "windows_aarch64_gnullvm",
d3dbaf11e1 2026-07-19 3138: "windows_aarch64_msvc",
d3dbaf11e1 2026-07-19 3139: "windows_i686_gnu",
d3dbaf11e1 2026-07-19 3140: "windows_i686_gnullvm",
d3dbaf11e1 2026-07-19 3141: "windows_i686_msvc",
d3dbaf11e1 2026-07-19 3142: "windows_x86_64_gnu",
d3dbaf11e1 2026-07-19 3143: "windows_x86_64_gnullvm",
d3dbaf11e1 2026-07-19 3144: "windows_x86_64_msvc",
d3dbaf11e1 2026-07-19 3145: ]
79c91a5357 2024-08-02 3146:
79c91a5357 2024-08-02 3147: [[package]]
79c91a5357 2024-08-02 3148: name = "windows_aarch64_gnullvm"
79c91a5357 2024-08-02 3149: version = "0.52.6"
79c91a5357 2024-08-02 3150: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3151: checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
79c91a5357 2024-08-02 3152:
79c91a5357 2024-08-02 3153: [[package]]
79c91a5357 2024-08-02 3154: name = "windows_aarch64_msvc"
79c91a5357 2024-08-02 3155: version = "0.52.6"
79c91a5357 2024-08-02 3156: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3157: checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
79c91a5357 2024-08-02 3158:
79c91a5357 2024-08-02 3159: [[package]]
79c91a5357 2024-08-02 3160: name = "windows_i686_gnu"
79c91a5357 2024-08-02 3161: version = "0.52.6"
79c91a5357 2024-08-02 3162: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3163: checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
79c91a5357 2024-08-02 3164:
79c91a5357 2024-08-02 3165: [[package]]
79c91a5357 2024-08-02 3166: name = "windows_i686_gnullvm"
79c91a5357 2024-08-02 3167: version = "0.52.6"
79c91a5357 2024-08-02 3168: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3169: checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
79c91a5357 2024-08-02 3170:
79c91a5357 2024-08-02 3171: [[package]]
79c91a5357 2024-08-02 3172: name = "windows_i686_msvc"
79c91a5357 2024-08-02 3173: version = "0.52.6"
79c91a5357 2024-08-02 3174: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3175: checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
79c91a5357 2024-08-02 3176:
79c91a5357 2024-08-02 3177: [[package]]
79c91a5357 2024-08-02 3178: name = "windows_x86_64_gnu"
79c91a5357 2024-08-02 3179: version = "0.52.6"
79c91a5357 2024-08-02 3180: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3181: checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
79c91a5357 2024-08-02 3182:
79c91a5357 2024-08-02 3183: [[package]]
79c91a5357 2024-08-02 3184: name = "windows_x86_64_gnullvm"
79c91a5357 2024-08-02 3185: version = "0.52.6"
79c91a5357 2024-08-02 3186: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3187: checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
79c91a5357 2024-08-02 3188:
79c91a5357 2024-08-02 3189: [[package]]
79c91a5357 2024-08-02 3190: name = "windows_x86_64_msvc"
79c91a5357 2024-08-02 3191: version = "0.52.6"
79c91a5357 2024-08-02 3192: source = "registry+https://github.com/rust-lang/crates.io-index"
79c91a5357 2024-08-02 3193: checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
79c91a5357 2024-08-02 3194:
79c91a5357 2024-08-02 3195: [[package]]
79c91a5357 2024-08-02 3196: name = "winnow"
d3dbaf11e1 2026-07-19 3197: version = "1.0.4"
79c91a5357 2024-08-02 3198: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 3199: checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
ec2eac7ea2 2024-05-14 3200: dependencies = [
ec2eac7ea2 2024-05-14 3201: "memchr",
ec2eac7ea2 2024-05-14 3202: ]
ec2eac7ea2 2024-05-14 3203:
ec2eac7ea2 2024-05-14 3204: [[package]]
614456ed35 2025-02-22 3205: name = "writeable"
be0b8602d1 2026-04-18 3206: version = "0.6.3"
614456ed35 2025-02-22 3207: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 3208: checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
614456ed35 2025-02-22 3209:
614456ed35 2025-02-22 3210: [[package]]
614456ed35 2025-02-22 3211: name = "yoke"
d3dbaf11e1 2026-07-19 3212: version = "0.8.3"
614456ed35 2025-02-22 3213: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 3214: checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
614456ed35 2025-02-22 3215: dependencies = [
614456ed35 2025-02-22 3216: "stable_deref_trait",
614456ed35 2025-02-22 3217: "yoke-derive",
614456ed35 2025-02-22 3218: "zerofrom",
614456ed35 2025-02-22 3219: ]
614456ed35 2025-02-22 3220:
614456ed35 2025-02-22 3221: [[package]]
614456ed35 2025-02-22 3222: name = "yoke-derive"
be0b8602d1 2026-04-18 3223: version = "0.8.2"
614456ed35 2025-02-22 3224: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 3225: checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
614456ed35 2025-02-22 3226: dependencies = [
614456ed35 2025-02-22 3227: "proc-macro2",
614456ed35 2025-02-22 3228: "quote",
d3dbaf11e1 2026-07-19 3229: "syn 2.0.119",
614456ed35 2025-02-22 3230: "synstructure",
614456ed35 2025-02-22 3231: ]
614456ed35 2025-02-22 3232:
614456ed35 2025-02-22 3233: [[package]]
614456ed35 2025-02-22 3234: name = "zerofrom"
d3dbaf11e1 2026-07-19 3235: version = "0.1.8"
1c444d34ff 2024-08-28 3236: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 3237: checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
1c444d34ff 2024-08-28 3238: dependencies = [
614456ed35 2025-02-22 3239: "zerofrom-derive",
1c444d34ff 2024-08-28 3240: ]
1c444d34ff 2024-08-28 3241:
1c444d34ff 2024-08-28 3242: [[package]]
614456ed35 2025-02-22 3243: name = "zerofrom-derive"
be0b8602d1 2026-04-18 3244: version = "0.1.7"
1c444d34ff 2024-08-28 3245: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 3246: checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
1c444d34ff 2024-08-28 3247: dependencies = [
1c444d34ff 2024-08-28 3248: "proc-macro2",
1c444d34ff 2024-08-28 3249: "quote",
d3dbaf11e1 2026-07-19 3250: "syn 2.0.119",
614456ed35 2025-02-22 3251: "synstructure",
a6fc8a60a7 2024-06-15 3252: ]
a6fc8a60a7 2024-06-15 3253:
a6fc8a60a7 2024-06-15 3254: [[package]]
79c91a5357 2024-08-02 3255: name = "zeroize"
d3dbaf11e1 2026-07-19 3256: version = "1.9.0"
1bd041d00f 2025-05-20 3257: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 3258: checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
1bd041d00f 2025-05-20 3259:
1bd041d00f 2025-05-20 3260: [[package]]
1bd041d00f 2025-05-20 3261: name = "zerotrie"
be0b8602d1 2026-04-18 3262: version = "0.2.4"
614456ed35 2025-02-22 3263: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 3264: checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
1bd041d00f 2025-05-20 3265: dependencies = [
1bd041d00f 2025-05-20 3266: "displaydoc",
1bd041d00f 2025-05-20 3267: "yoke",
1bd041d00f 2025-05-20 3268: "zerofrom",
1bd041d00f 2025-05-20 3269: ]
614456ed35 2025-02-22 3270:
614456ed35 2025-02-22 3271: [[package]]
614456ed35 2025-02-22 3272: name = "zerovec"
be0b8602d1 2026-04-18 3273: version = "0.11.6"
614456ed35 2025-02-22 3274: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 3275: checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
614456ed35 2025-02-22 3276: dependencies = [
614456ed35 2025-02-22 3277: "yoke",
614456ed35 2025-02-22 3278: "zerofrom",
614456ed35 2025-02-22 3279: "zerovec-derive",
614456ed35 2025-02-22 3280: ]
614456ed35 2025-02-22 3281:
614456ed35 2025-02-22 3282: [[package]]
614456ed35 2025-02-22 3283: name = "zerovec-derive"
be0b8602d1 2026-04-18 3284: version = "0.11.3"
614456ed35 2025-02-22 3285: source = "registry+https://github.com/rust-lang/crates.io-index"
be0b8602d1 2026-04-18 3286: checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
614456ed35 2025-02-22 3287: dependencies = [
614456ed35 2025-02-22 3288: "proc-macro2",
614456ed35 2025-02-22 3289: "quote",
d3dbaf11e1 2026-07-19 3290: "syn 2.0.119",
614456ed35 2025-02-22 3291: ]
42b29b744b 2026-01-01 3292:
42b29b744b 2026-01-01 3293: [[package]]
42b29b744b 2026-01-01 3294: name = "zmij"
d3dbaf11e1 2026-07-19 3295: version = "1.0.23"
42b29b744b 2026-01-01 3296: source = "registry+https://github.com/rust-lang/crates.io-index"
d3dbaf11e1 2026-07-19 3297: checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"