| 1 |
# This file is automatically @generated by Cargo. |
| 2 |
# It is not intended for manual editing. |
| 3 |
version = 4 |
| 4 |
|
| 5 |
[[package]] |
| 6 |
name = "android_system_properties" |
| 7 |
version = "0.1.5" |
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 |
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
| 10 |
dependencies = [ |
| 11 |
"libc", |
| 12 |
] |
| 13 |
|
| 14 |
[[package]] |
| 15 |
name = "autocfg" |
| 16 |
version = "1.5.1" |
| 17 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 |
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" |
| 19 |
|
| 20 |
[[package]] |
| 21 |
name = "bumpalo" |
| 22 |
version = "3.20.3" |
| 23 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 |
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" |
| 25 |
|
| 26 |
[[package]] |
| 27 |
name = "cc" |
| 28 |
version = "1.3.0" |
| 29 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 |
checksum = "c89588d05638b5b4594a3348a2d6c20277e43a7f5c5202b05cc56888475a47b8" |
| 31 |
dependencies = [ |
| 32 |
"find-msvc-tools", |
| 33 |
"shlex", |
| 34 |
] |
| 35 |
|
| 36 |
[[package]] |
| 37 |
name = "cfg-if" |
| 38 |
version = "1.0.4" |
| 39 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 40 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 41 |
|
| 42 |
[[package]] |
| 43 |
name = "chrono" |
| 44 |
version = "0.4.45" |
| 45 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 46 |
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" |
| 47 |
dependencies = [ |
| 48 |
"iana-time-zone", |
| 49 |
"js-sys", |
| 50 |
"num-traits", |
| 51 |
"serde", |
| 52 |
"wasm-bindgen", |
| 53 |
"windows-link", |
| 54 |
] |
| 55 |
|
| 56 |
[[package]] |
| 57 |
name = "core-foundation-sys" |
| 58 |
version = "0.8.7" |
| 59 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 60 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
| 61 |
|
| 62 |
[[package]] |
| 63 |
name = "find-msvc-tools" |
| 64 |
version = "0.1.9" |
| 65 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 66 |
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" |
| 67 |
|
| 68 |
[[package]] |
| 69 |
name = "futures-core" |
| 70 |
version = "0.3.33" |
| 71 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 |
checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7" |
| 73 |
|
| 74 |
[[package]] |
| 75 |
name = "futures-task" |
| 76 |
version = "0.3.33" |
| 77 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 78 |
checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109" |
| 79 |
|
| 80 |
[[package]] |
| 81 |
name = "futures-util" |
| 82 |
version = "0.3.33" |
| 83 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 84 |
checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa" |
| 85 |
dependencies = [ |
| 86 |
"futures-core", |
| 87 |
"futures-task", |
| 88 |
"pin-project-lite", |
| 89 |
"slab", |
| 90 |
] |
| 91 |
|
| 92 |
[[package]] |
| 93 |
name = "iana-time-zone" |
| 94 |
version = "0.1.65" |
| 95 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 |
checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" |
| 97 |
dependencies = [ |
| 98 |
"android_system_properties", |
| 99 |
"core-foundation-sys", |
| 100 |
"iana-time-zone-haiku", |
| 101 |
"js-sys", |
| 102 |
"log", |
| 103 |
"wasm-bindgen", |
| 104 |
"windows-core", |
| 105 |
] |
| 106 |
|
| 107 |
[[package]] |
| 108 |
name = "iana-time-zone-haiku" |
| 109 |
version = "0.1.2" |
| 110 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 111 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
| 112 |
dependencies = [ |
| 113 |
"cc", |
| 114 |
] |
| 115 |
|
| 116 |
[[package]] |
| 117 |
name = "itoa" |
| 118 |
version = "1.0.18" |
| 119 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 120 |
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 121 |
|
| 122 |
[[package]] |
| 123 |
name = "js-sys" |
| 124 |
version = "0.3.103" |
| 125 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 126 |
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" |
| 127 |
dependencies = [ |
| 128 |
"cfg-if", |
| 129 |
"futures-util", |
| 130 |
"wasm-bindgen", |
| 131 |
] |
| 132 |
|
| 133 |
[[package]] |
| 134 |
name = "libc" |
| 135 |
version = "0.2.189" |
| 136 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 137 |
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2" |
| 138 |
|
| 139 |
[[package]] |
| 140 |
name = "log" |
| 141 |
version = "0.4.33" |
| 142 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 143 |
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" |
| 144 |
|
| 145 |
[[package]] |
| 146 |
name = "memchr" |
| 147 |
version = "2.8.3" |
| 148 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 149 |
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| 150 |
|
| 151 |
[[package]] |
| 152 |
name = "num-traits" |
| 153 |
version = "0.2.19" |
| 154 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 155 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 156 |
dependencies = [ |
| 157 |
"autocfg", |
| 158 |
] |
| 159 |
|
| 160 |
[[package]] |
| 161 |
name = "once_cell" |
| 162 |
version = "1.21.4" |
| 163 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 164 |
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 165 |
|
| 166 |
[[package]] |
| 167 |
name = "ops-status" |
| 168 |
version = "0.1.0" |
| 169 |
dependencies = [ |
| 170 |
"chrono", |
| 171 |
"serde", |
| 172 |
"serde_json", |
| 173 |
] |
| 174 |
|
| 175 |
[[package]] |
| 176 |
name = "pin-project-lite" |
| 177 |
version = "0.2.17" |
| 178 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 179 |
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 180 |
|
| 181 |
[[package]] |
| 182 |
name = "proc-macro2" |
| 183 |
version = "1.0.107" |
| 184 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 185 |
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9" |
| 186 |
dependencies = [ |
| 187 |
"unicode-ident", |
| 188 |
] |
| 189 |
|
| 190 |
[[package]] |
| 191 |
name = "quote" |
| 192 |
version = "1.0.47" |
| 193 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 |
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001" |
| 195 |
dependencies = [ |
| 196 |
"proc-macro2", |
| 197 |
] |
| 198 |
|
| 199 |
[[package]] |
| 200 |
name = "rustversion" |
| 201 |
version = "1.0.23" |
| 202 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 |
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f" |
| 204 |
|
| 205 |
[[package]] |
| 206 |
name = "serde" |
| 207 |
version = "1.0.229" |
| 208 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 209 |
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba" |
| 210 |
dependencies = [ |
| 211 |
"serde_core", |
| 212 |
"serde_derive", |
| 213 |
] |
| 214 |
|
| 215 |
[[package]] |
| 216 |
name = "serde_core" |
| 217 |
version = "1.0.229" |
| 218 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 219 |
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48" |
| 220 |
dependencies = [ |
| 221 |
"serde_derive", |
| 222 |
] |
| 223 |
|
| 224 |
[[package]] |
| 225 |
name = "serde_derive" |
| 226 |
version = "1.0.229" |
| 227 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 228 |
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348" |
| 229 |
dependencies = [ |
| 230 |
"proc-macro2", |
| 231 |
"quote", |
| 232 |
"syn 3.0.2", |
| 233 |
] |
| 234 |
|
| 235 |
[[package]] |
| 236 |
name = "serde_json" |
| 237 |
version = "1.0.151" |
| 238 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 239 |
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14" |
| 240 |
dependencies = [ |
| 241 |
"itoa", |
| 242 |
"memchr", |
| 243 |
"serde", |
| 244 |
"serde_core", |
| 245 |
"zmij", |
| 246 |
] |
| 247 |
|
| 248 |
[[package]] |
| 249 |
name = "shlex" |
| 250 |
version = "2.0.1" |
| 251 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 252 |
checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" |
| 253 |
|
| 254 |
[[package]] |
| 255 |
name = "slab" |
| 256 |
version = "0.4.12" |
| 257 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 258 |
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 259 |
|
| 260 |
[[package]] |
| 261 |
name = "syn" |
| 262 |
version = "2.0.119" |
| 263 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 264 |
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297" |
| 265 |
dependencies = [ |
| 266 |
"proc-macro2", |
| 267 |
"quote", |
| 268 |
"unicode-ident", |
| 269 |
] |
| 270 |
|
| 271 |
[[package]] |
| 272 |
name = "syn" |
| 273 |
version = "3.0.2" |
| 274 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 275 |
checksum = "a207d6d6a2b7fc470b80443726053f18a2481b7e1eee970597051596567987a3" |
| 276 |
dependencies = [ |
| 277 |
"proc-macro2", |
| 278 |
"quote", |
| 279 |
"unicode-ident", |
| 280 |
] |
| 281 |
|
| 282 |
[[package]] |
| 283 |
name = "unicode-ident" |
| 284 |
version = "1.0.24" |
| 285 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 286 |
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 287 |
|
| 288 |
[[package]] |
| 289 |
name = "wasm-bindgen" |
| 290 |
version = "0.2.126" |
| 291 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 292 |
checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" |
| 293 |
dependencies = [ |
| 294 |
"cfg-if", |
| 295 |
"once_cell", |
| 296 |
"rustversion", |
| 297 |
"wasm-bindgen-macro", |
| 298 |
"wasm-bindgen-shared", |
| 299 |
] |
| 300 |
|
| 301 |
[[package]] |
| 302 |
name = "wasm-bindgen-macro" |
| 303 |
version = "0.2.126" |
| 304 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 305 |
checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" |
| 306 |
dependencies = [ |
| 307 |
"quote", |
| 308 |
"wasm-bindgen-macro-support", |
| 309 |
] |
| 310 |
|
| 311 |
[[package]] |
| 312 |
name = "wasm-bindgen-macro-support" |
| 313 |
version = "0.2.126" |
| 314 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 315 |
checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" |
| 316 |
dependencies = [ |
| 317 |
"bumpalo", |
| 318 |
"proc-macro2", |
| 319 |
"quote", |
| 320 |
"syn 2.0.119", |
| 321 |
"wasm-bindgen-shared", |
| 322 |
] |
| 323 |
|
| 324 |
[[package]] |
| 325 |
name = "wasm-bindgen-shared" |
| 326 |
version = "0.2.126" |
| 327 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 328 |
checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" |
| 329 |
dependencies = [ |
| 330 |
"unicode-ident", |
| 331 |
] |
| 332 |
|
| 333 |
[[package]] |
| 334 |
name = "windows-core" |
| 335 |
version = "0.62.2" |
| 336 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 337 |
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
| 338 |
dependencies = [ |
| 339 |
"windows-implement", |
| 340 |
"windows-interface", |
| 341 |
"windows-link", |
| 342 |
"windows-result", |
| 343 |
"windows-strings", |
| 344 |
] |
| 345 |
|
| 346 |
[[package]] |
| 347 |
name = "windows-implement" |
| 348 |
version = "0.60.2" |
| 349 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 350 |
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
| 351 |
dependencies = [ |
| 352 |
"proc-macro2", |
| 353 |
"quote", |
| 354 |
"syn 2.0.119", |
| 355 |
] |
| 356 |
|
| 357 |
[[package]] |
| 358 |
name = "windows-interface" |
| 359 |
version = "0.59.3" |
| 360 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 361 |
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
| 362 |
dependencies = [ |
| 363 |
"proc-macro2", |
| 364 |
"quote", |
| 365 |
"syn 2.0.119", |
| 366 |
] |
| 367 |
|
| 368 |
[[package]] |
| 369 |
name = "windows-link" |
| 370 |
version = "0.2.1" |
| 371 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 372 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 373 |
|
| 374 |
[[package]] |
| 375 |
name = "windows-result" |
| 376 |
version = "0.4.1" |
| 377 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 378 |
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
| 379 |
dependencies = [ |
| 380 |
"windows-link", |
| 381 |
] |
| 382 |
|
| 383 |
[[package]] |
| 384 |
name = "windows-strings" |
| 385 |
version = "0.5.1" |
| 386 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 387 |
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
| 388 |
dependencies = [ |
| 389 |
"windows-link", |
| 390 |
] |
| 391 |
|
| 392 |
[[package]] |
| 393 |
name = "zmij" |
| 394 |
version = "1.0.23" |
| 395 |
source = "registry+https://github.com/rust-lang/crates.io-index" |
| 396 |
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b" |
| 397 |
|