microsoft/qdk
Publicmirrored from https://github.com/microsoft/qdkAvailable
Cargo.lock
2007lines · modecode
| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 3 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "addr2line" |
| 7 | version = "0.21.0" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
| 10 | dependencies = [ |
| 11 | "gimli", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "adler" |
| 16 | version = "1.0.2" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "aho-corasick" |
| 22 | version = "1.1.3" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
| 25 | dependencies = [ |
| 26 | "memchr", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "allocator" |
| 31 | version = "0.0.0" |
| 32 | dependencies = [ |
| 33 | "mimalloc-sys", |
| 34 | ] |
| 35 | |
| 36 | [[package]] |
| 37 | name = "anes" |
| 38 | version = "0.1.6" |
| 39 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 40 | checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
| 41 | |
| 42 | [[package]] |
| 43 | name = "anstream" |
| 44 | version = "0.6.14" |
| 45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 46 | checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" |
| 47 | dependencies = [ |
| 48 | "anstyle", |
| 49 | "anstyle-parse", |
| 50 | "anstyle-query", |
| 51 | "anstyle-wincon", |
| 52 | "colorchoice", |
| 53 | "is_terminal_polyfill", |
| 54 | "utf8parse", |
| 55 | ] |
| 56 | |
| 57 | [[package]] |
| 58 | name = "anstyle" |
| 59 | version = "1.0.7" |
| 60 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 61 | checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" |
| 62 | |
| 63 | [[package]] |
| 64 | name = "anstyle-parse" |
| 65 | version = "0.2.4" |
| 66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 67 | checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" |
| 68 | dependencies = [ |
| 69 | "utf8parse", |
| 70 | ] |
| 71 | |
| 72 | [[package]] |
| 73 | name = "anstyle-query" |
| 74 | version = "1.0.3" |
| 75 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 76 | checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5" |
| 77 | dependencies = [ |
| 78 | "windows-sys", |
| 79 | ] |
| 80 | |
| 81 | [[package]] |
| 82 | name = "anstyle-wincon" |
| 83 | version = "3.0.3" |
| 84 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 85 | checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" |
| 86 | dependencies = [ |
| 87 | "anstyle", |
| 88 | "windows-sys", |
| 89 | ] |
| 90 | |
| 91 | [[package]] |
| 92 | name = "approx" |
| 93 | version = "0.5.1" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6" |
| 96 | dependencies = [ |
| 97 | "num-traits", |
| 98 | ] |
| 99 | |
| 100 | [[package]] |
| 101 | name = "arbitrary" |
| 102 | version = "1.3.2" |
| 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 | checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110" |
| 105 | |
| 106 | [[package]] |
| 107 | name = "async-trait" |
| 108 | version = "0.1.80" |
| 109 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 110 | checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca" |
| 111 | dependencies = [ |
| 112 | "proc-macro2", |
| 113 | "quote", |
| 114 | "syn", |
| 115 | ] |
| 116 | |
| 117 | [[package]] |
| 118 | name = "autocfg" |
| 119 | version = "1.3.0" |
| 120 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 121 | checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" |
| 122 | |
| 123 | [[package]] |
| 124 | name = "backtrace" |
| 125 | version = "0.3.71" |
| 126 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 127 | checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
| 128 | dependencies = [ |
| 129 | "addr2line", |
| 130 | "cc", |
| 131 | "cfg-if", |
| 132 | "libc", |
| 133 | "miniz_oxide", |
| 134 | "object", |
| 135 | "rustc-demangle", |
| 136 | ] |
| 137 | |
| 138 | [[package]] |
| 139 | name = "backtrace-ext" |
| 140 | version = "0.2.1" |
| 141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 142 | checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" |
| 143 | dependencies = [ |
| 144 | "backtrace", |
| 145 | ] |
| 146 | |
| 147 | [[package]] |
| 148 | name = "bitflags" |
| 149 | version = "2.5.0" |
| 150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 151 | checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" |
| 152 | |
| 153 | [[package]] |
| 154 | name = "bumpalo" |
| 155 | version = "3.16.0" |
| 156 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 157 | checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
| 158 | |
| 159 | [[package]] |
| 160 | name = "bytemuck" |
| 161 | version = "1.16.1" |
| 162 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 163 | checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e" |
| 164 | |
| 165 | [[package]] |
| 166 | name = "cast" |
| 167 | version = "0.3.0" |
| 168 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 169 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| 170 | |
| 171 | [[package]] |
| 172 | name = "cc" |
| 173 | version = "1.0.98" |
| 174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 175 | checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f" |
| 176 | dependencies = [ |
| 177 | "jobserver", |
| 178 | "libc", |
| 179 | "once_cell", |
| 180 | ] |
| 181 | |
| 182 | [[package]] |
| 183 | name = "cfg-if" |
| 184 | version = "1.0.0" |
| 185 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 186 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 187 | |
| 188 | [[package]] |
| 189 | name = "ciborium" |
| 190 | version = "0.2.2" |
| 191 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 192 | checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
| 193 | dependencies = [ |
| 194 | "ciborium-io", |
| 195 | "ciborium-ll", |
| 196 | "serde", |
| 197 | ] |
| 198 | |
| 199 | [[package]] |
| 200 | name = "ciborium-io" |
| 201 | version = "0.2.2" |
| 202 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 203 | checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
| 204 | |
| 205 | [[package]] |
| 206 | name = "ciborium-ll" |
| 207 | version = "0.2.2" |
| 208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 209 | checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
| 210 | dependencies = [ |
| 211 | "ciborium-io", |
| 212 | "half", |
| 213 | ] |
| 214 | |
| 215 | [[package]] |
| 216 | name = "clap" |
| 217 | version = "4.5.4" |
| 218 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 219 | checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0" |
| 220 | dependencies = [ |
| 221 | "clap_builder", |
| 222 | "clap_derive", |
| 223 | ] |
| 224 | |
| 225 | [[package]] |
| 226 | name = "clap_builder" |
| 227 | version = "4.5.2" |
| 228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 229 | checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" |
| 230 | dependencies = [ |
| 231 | "anstream", |
| 232 | "anstyle", |
| 233 | "clap_lex", |
| 234 | "strsim", |
| 235 | ] |
| 236 | |
| 237 | [[package]] |
| 238 | name = "clap_derive" |
| 239 | version = "4.5.4" |
| 240 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 241 | checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64" |
| 242 | dependencies = [ |
| 243 | "heck 0.5.0", |
| 244 | "proc-macro2", |
| 245 | "quote", |
| 246 | "syn", |
| 247 | ] |
| 248 | |
| 249 | [[package]] |
| 250 | name = "clap_lex" |
| 251 | version = "0.7.0" |
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 | checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce" |
| 254 | |
| 255 | [[package]] |
| 256 | name = "colorchoice" |
| 257 | version = "1.0.1" |
| 258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 259 | checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" |
| 260 | |
| 261 | [[package]] |
| 262 | name = "criterion" |
| 263 | version = "0.5.1" |
| 264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 265 | checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" |
| 266 | dependencies = [ |
| 267 | "anes", |
| 268 | "cast", |
| 269 | "ciborium", |
| 270 | "clap", |
| 271 | "criterion-plot", |
| 272 | "is-terminal", |
| 273 | "itertools", |
| 274 | "num-traits", |
| 275 | "once_cell", |
| 276 | "oorandom", |
| 277 | "regex", |
| 278 | "serde", |
| 279 | "serde_derive", |
| 280 | "serde_json", |
| 281 | "tinytemplate", |
| 282 | "walkdir", |
| 283 | ] |
| 284 | |
| 285 | [[package]] |
| 286 | name = "criterion-plot" |
| 287 | version = "0.5.0" |
| 288 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 289 | checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
| 290 | dependencies = [ |
| 291 | "cast", |
| 292 | "itertools", |
| 293 | ] |
| 294 | |
| 295 | [[package]] |
| 296 | name = "crunchy" |
| 297 | version = "0.2.2" |
| 298 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 299 | checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" |
| 300 | |
| 301 | [[package]] |
| 302 | name = "difference" |
| 303 | version = "2.0.0" |
| 304 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 305 | checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" |
| 306 | |
| 307 | [[package]] |
| 308 | name = "dissimilar" |
| 309 | version = "1.0.9" |
| 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 | checksum = "59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d" |
| 312 | |
| 313 | [[package]] |
| 314 | name = "either" |
| 315 | version = "1.12.0" |
| 316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 317 | checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b" |
| 318 | |
| 319 | [[package]] |
| 320 | name = "enum-iterator" |
| 321 | version = "1.5.0" |
| 322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 323 | checksum = "9fd242f399be1da0a5354aa462d57b4ab2b4ee0683cc552f7c007d2d12d36e94" |
| 324 | dependencies = [ |
| 325 | "enum-iterator-derive", |
| 326 | ] |
| 327 | |
| 328 | [[package]] |
| 329 | name = "enum-iterator-derive" |
| 330 | version = "1.4.0" |
| 331 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 332 | checksum = "a1ab991c1362ac86c61ab6f556cff143daa22e5a15e4e189df818b2fd19fe65b" |
| 333 | dependencies = [ |
| 334 | "proc-macro2", |
| 335 | "quote", |
| 336 | "syn", |
| 337 | ] |
| 338 | |
| 339 | [[package]] |
| 340 | name = "env_logger" |
| 341 | version = "0.10.2" |
| 342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 343 | checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" |
| 344 | dependencies = [ |
| 345 | "humantime", |
| 346 | "is-terminal", |
| 347 | "log", |
| 348 | "regex", |
| 349 | "termcolor", |
| 350 | ] |
| 351 | |
| 352 | [[package]] |
| 353 | name = "expect-test" |
| 354 | version = "1.5.0" |
| 355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 356 | checksum = "9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0" |
| 357 | dependencies = [ |
| 358 | "dissimilar", |
| 359 | "once_cell", |
| 360 | ] |
| 361 | |
| 362 | [[package]] |
| 363 | name = "fasteval" |
| 364 | version = "0.2.4" |
| 365 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 366 | checksum = "4f4cdac9e4065d7c48e30770f8665b8cef9a3a73a63a4056a33a5f395bc7cf75" |
| 367 | |
| 368 | [[package]] |
| 369 | name = "futures" |
| 370 | version = "0.3.30" |
| 371 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 372 | checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" |
| 373 | dependencies = [ |
| 374 | "futures-channel", |
| 375 | "futures-core", |
| 376 | "futures-executor", |
| 377 | "futures-io", |
| 378 | "futures-sink", |
| 379 | "futures-task", |
| 380 | "futures-util", |
| 381 | ] |
| 382 | |
| 383 | [[package]] |
| 384 | name = "futures-channel" |
| 385 | version = "0.3.30" |
| 386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 387 | checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" |
| 388 | dependencies = [ |
| 389 | "futures-core", |
| 390 | "futures-sink", |
| 391 | ] |
| 392 | |
| 393 | [[package]] |
| 394 | name = "futures-core" |
| 395 | version = "0.3.30" |
| 396 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 397 | checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" |
| 398 | |
| 399 | [[package]] |
| 400 | name = "futures-executor" |
| 401 | version = "0.3.30" |
| 402 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 403 | checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" |
| 404 | dependencies = [ |
| 405 | "futures-core", |
| 406 | "futures-task", |
| 407 | "futures-util", |
| 408 | ] |
| 409 | |
| 410 | [[package]] |
| 411 | name = "futures-io" |
| 412 | version = "0.3.30" |
| 413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 414 | checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" |
| 415 | |
| 416 | [[package]] |
| 417 | name = "futures-macro" |
| 418 | version = "0.3.30" |
| 419 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 420 | checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" |
| 421 | dependencies = [ |
| 422 | "proc-macro2", |
| 423 | "quote", |
| 424 | "syn", |
| 425 | ] |
| 426 | |
| 427 | [[package]] |
| 428 | name = "futures-sink" |
| 429 | version = "0.3.30" |
| 430 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 431 | checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" |
| 432 | |
| 433 | [[package]] |
| 434 | name = "futures-task" |
| 435 | version = "0.3.30" |
| 436 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 437 | checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" |
| 438 | |
| 439 | [[package]] |
| 440 | name = "futures-util" |
| 441 | version = "0.3.30" |
| 442 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 443 | checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" |
| 444 | dependencies = [ |
| 445 | "futures-channel", |
| 446 | "futures-core", |
| 447 | "futures-io", |
| 448 | "futures-macro", |
| 449 | "futures-sink", |
| 450 | "futures-task", |
| 451 | "memchr", |
| 452 | "pin-project-lite", |
| 453 | "pin-utils", |
| 454 | "slab", |
| 455 | ] |
| 456 | |
| 457 | [[package]] |
| 458 | name = "fuzz" |
| 459 | version = "0.0.0" |
| 460 | dependencies = [ |
| 461 | "allocator", |
| 462 | "libfuzzer-sys", |
| 463 | "qsc", |
| 464 | ] |
| 465 | |
| 466 | [[package]] |
| 467 | name = "getrandom" |
| 468 | version = "0.2.15" |
| 469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 470 | checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
| 471 | dependencies = [ |
| 472 | "cfg-if", |
| 473 | "js-sys", |
| 474 | "libc", |
| 475 | "wasi", |
| 476 | "wasm-bindgen", |
| 477 | ] |
| 478 | |
| 479 | [[package]] |
| 480 | name = "gimli" |
| 481 | version = "0.28.1" |
| 482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 483 | checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
| 484 | |
| 485 | [[package]] |
| 486 | name = "half" |
| 487 | version = "2.4.1" |
| 488 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 489 | checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" |
| 490 | dependencies = [ |
| 491 | "cfg-if", |
| 492 | "crunchy", |
| 493 | ] |
| 494 | |
| 495 | [[package]] |
| 496 | name = "heck" |
| 497 | version = "0.4.1" |
| 498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 499 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 500 | |
| 501 | [[package]] |
| 502 | name = "heck" |
| 503 | version = "0.5.0" |
| 504 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 505 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 506 | |
| 507 | [[package]] |
| 508 | name = "hermit-abi" |
| 509 | version = "0.3.9" |
| 510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 511 | checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
| 512 | |
| 513 | [[package]] |
| 514 | name = "humantime" |
| 515 | version = "2.1.0" |
| 516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 517 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| 518 | |
| 519 | [[package]] |
| 520 | name = "indenter" |
| 521 | version = "0.3.3" |
| 522 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 523 | checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
| 524 | |
| 525 | [[package]] |
| 526 | name = "indoc" |
| 527 | version = "2.0.5" |
| 528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 529 | checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" |
| 530 | |
| 531 | [[package]] |
| 532 | name = "is-terminal" |
| 533 | version = "0.4.12" |
| 534 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 535 | checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" |
| 536 | dependencies = [ |
| 537 | "hermit-abi", |
| 538 | "libc", |
| 539 | "windows-sys", |
| 540 | ] |
| 541 | |
| 542 | [[package]] |
| 543 | name = "is_ci" |
| 544 | version = "1.2.0" |
| 545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 546 | checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" |
| 547 | |
| 548 | [[package]] |
| 549 | name = "is_terminal_polyfill" |
| 550 | version = "1.70.0" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" |
| 553 | |
| 554 | [[package]] |
| 555 | name = "itertools" |
| 556 | version = "0.10.5" |
| 557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 558 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| 559 | dependencies = [ |
| 560 | "either", |
| 561 | ] |
| 562 | |
| 563 | [[package]] |
| 564 | name = "itoa" |
| 565 | version = "1.0.11" |
| 566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 567 | checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" |
| 568 | |
| 569 | [[package]] |
| 570 | name = "jobserver" |
| 571 | version = "0.1.31" |
| 572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 573 | checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" |
| 574 | dependencies = [ |
| 575 | "libc", |
| 576 | ] |
| 577 | |
| 578 | [[package]] |
| 579 | name = "js-sys" |
| 580 | version = "0.3.69" |
| 581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 582 | checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" |
| 583 | dependencies = [ |
| 584 | "wasm-bindgen", |
| 585 | ] |
| 586 | |
| 587 | [[package]] |
| 588 | name = "katas" |
| 589 | version = "0.0.0" |
| 590 | dependencies = [ |
| 591 | "qsc", |
| 592 | ] |
| 593 | |
| 594 | [[package]] |
| 595 | name = "libc" |
| 596 | version = "0.2.155" |
| 597 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 598 | checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" |
| 599 | |
| 600 | [[package]] |
| 601 | name = "libfuzzer-sys" |
| 602 | version = "0.4.7" |
| 603 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 604 | checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7" |
| 605 | dependencies = [ |
| 606 | "arbitrary", |
| 607 | "cc", |
| 608 | "once_cell", |
| 609 | ] |
| 610 | |
| 611 | [[package]] |
| 612 | name = "libm" |
| 613 | version = "0.2.8" |
| 614 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 615 | checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" |
| 616 | |
| 617 | [[package]] |
| 618 | name = "library" |
| 619 | version = "0.0.0" |
| 620 | dependencies = [ |
| 621 | "expect-test", |
| 622 | "indoc", |
| 623 | "num-bigint", |
| 624 | "qsc", |
| 625 | ] |
| 626 | |
| 627 | [[package]] |
| 628 | name = "lock_api" |
| 629 | version = "0.4.12" |
| 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 631 | checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
| 632 | dependencies = [ |
| 633 | "autocfg", |
| 634 | "scopeguard", |
| 635 | ] |
| 636 | |
| 637 | [[package]] |
| 638 | name = "log" |
| 639 | version = "0.4.21" |
| 640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 641 | checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c" |
| 642 | |
| 643 | [[package]] |
| 644 | name = "matrixmultiply" |
| 645 | version = "0.3.8" |
| 646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 647 | checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2" |
| 648 | dependencies = [ |
| 649 | "autocfg", |
| 650 | "rawpointer", |
| 651 | ] |
| 652 | |
| 653 | [[package]] |
| 654 | name = "memchr" |
| 655 | version = "2.7.2" |
| 656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 657 | checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d" |
| 658 | |
| 659 | [[package]] |
| 660 | name = "memoffset" |
| 661 | version = "0.9.1" |
| 662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 663 | checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
| 664 | dependencies = [ |
| 665 | "autocfg", |
| 666 | ] |
| 667 | |
| 668 | [[package]] |
| 669 | name = "miette" |
| 670 | version = "5.10.0" |
| 671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 672 | checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e" |
| 673 | dependencies = [ |
| 674 | "backtrace", |
| 675 | "backtrace-ext", |
| 676 | "is-terminal", |
| 677 | "miette-derive", |
| 678 | "once_cell", |
| 679 | "owo-colors", |
| 680 | "supports-color", |
| 681 | "supports-hyperlinks", |
| 682 | "supports-unicode", |
| 683 | "terminal_size", |
| 684 | "textwrap", |
| 685 | "thiserror", |
| 686 | "unicode-width", |
| 687 | ] |
| 688 | |
| 689 | [[package]] |
| 690 | name = "miette-derive" |
| 691 | version = "5.10.0" |
| 692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 693 | checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c" |
| 694 | dependencies = [ |
| 695 | "proc-macro2", |
| 696 | "quote", |
| 697 | "syn", |
| 698 | ] |
| 699 | |
| 700 | [[package]] |
| 701 | name = "mimalloc-sys" |
| 702 | version = "0.0.0" |
| 703 | dependencies = [ |
| 704 | "cc", |
| 705 | ] |
| 706 | |
| 707 | [[package]] |
| 708 | name = "miniz_oxide" |
| 709 | version = "0.7.3" |
| 710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 711 | checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae" |
| 712 | dependencies = [ |
| 713 | "adler", |
| 714 | ] |
| 715 | |
| 716 | [[package]] |
| 717 | name = "nalgebra" |
| 718 | version = "0.33.0" |
| 719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 720 | checksum = "3c4b5f057b303842cf3262c27e465f4c303572e7f6b0648f60e16248ac3397f4" |
| 721 | dependencies = [ |
| 722 | "approx", |
| 723 | "matrixmultiply", |
| 724 | "nalgebra-macros", |
| 725 | "num-complex", |
| 726 | "num-rational", |
| 727 | "num-traits", |
| 728 | "simba", |
| 729 | "typenum", |
| 730 | ] |
| 731 | |
| 732 | [[package]] |
| 733 | name = "nalgebra-macros" |
| 734 | version = "0.2.2" |
| 735 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 736 | checksum = "254a5372af8fc138e36684761d3c0cdb758a4410e938babcff1c860ce14ddbfc" |
| 737 | dependencies = [ |
| 738 | "proc-macro2", |
| 739 | "quote", |
| 740 | "syn", |
| 741 | ] |
| 742 | |
| 743 | [[package]] |
| 744 | name = "ndarray" |
| 745 | version = "0.15.6" |
| 746 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 747 | checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" |
| 748 | dependencies = [ |
| 749 | "matrixmultiply", |
| 750 | "num-complex", |
| 751 | "num-integer", |
| 752 | "num-traits", |
| 753 | "rawpointer", |
| 754 | ] |
| 755 | |
| 756 | [[package]] |
| 757 | name = "noisy_simulator" |
| 758 | version = "0.0.0" |
| 759 | dependencies = [ |
| 760 | "criterion", |
| 761 | "nalgebra", |
| 762 | "num-complex", |
| 763 | "rand", |
| 764 | "thiserror", |
| 765 | ] |
| 766 | |
| 767 | [[package]] |
| 768 | name = "num-bigint" |
| 769 | version = "0.4.5" |
| 770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 771 | checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" |
| 772 | dependencies = [ |
| 773 | "num-integer", |
| 774 | "num-traits", |
| 775 | ] |
| 776 | |
| 777 | [[package]] |
| 778 | name = "num-complex" |
| 779 | version = "0.4.6" |
| 780 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 781 | checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
| 782 | dependencies = [ |
| 783 | "num-traits", |
| 784 | ] |
| 785 | |
| 786 | [[package]] |
| 787 | name = "num-integer" |
| 788 | version = "0.1.46" |
| 789 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 790 | checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
| 791 | dependencies = [ |
| 792 | "num-traits", |
| 793 | ] |
| 794 | |
| 795 | [[package]] |
| 796 | name = "num-rational" |
| 797 | version = "0.4.2" |
| 798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 799 | checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
| 800 | dependencies = [ |
| 801 | "num-bigint", |
| 802 | "num-integer", |
| 803 | "num-traits", |
| 804 | ] |
| 805 | |
| 806 | [[package]] |
| 807 | name = "num-traits" |
| 808 | version = "0.2.19" |
| 809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 810 | checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
| 811 | dependencies = [ |
| 812 | "autocfg", |
| 813 | ] |
| 814 | |
| 815 | [[package]] |
| 816 | name = "object" |
| 817 | version = "0.32.2" |
| 818 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 819 | checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
| 820 | dependencies = [ |
| 821 | "memchr", |
| 822 | ] |
| 823 | |
| 824 | [[package]] |
| 825 | name = "once_cell" |
| 826 | version = "1.19.0" |
| 827 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 828 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" |
| 829 | |
| 830 | [[package]] |
| 831 | name = "oorandom" |
| 832 | version = "11.1.3" |
| 833 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 834 | checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
| 835 | |
| 836 | [[package]] |
| 837 | name = "owo-colors" |
| 838 | version = "3.5.0" |
| 839 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 840 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
| 841 | |
| 842 | [[package]] |
| 843 | name = "parking_lot" |
| 844 | version = "0.12.2" |
| 845 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 846 | checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb" |
| 847 | dependencies = [ |
| 848 | "lock_api", |
| 849 | "parking_lot_core", |
| 850 | ] |
| 851 | |
| 852 | [[package]] |
| 853 | name = "parking_lot_core" |
| 854 | version = "0.9.10" |
| 855 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 856 | checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
| 857 | dependencies = [ |
| 858 | "cfg-if", |
| 859 | "libc", |
| 860 | "redox_syscall", |
| 861 | "smallvec", |
| 862 | "windows-targets", |
| 863 | ] |
| 864 | |
| 865 | [[package]] |
| 866 | name = "paste" |
| 867 | version = "1.0.15" |
| 868 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 869 | checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
| 870 | |
| 871 | [[package]] |
| 872 | name = "pin-project-lite" |
| 873 | version = "0.2.14" |
| 874 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 875 | checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" |
| 876 | |
| 877 | [[package]] |
| 878 | name = "pin-utils" |
| 879 | version = "0.1.0" |
| 880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 881 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 882 | |
| 883 | [[package]] |
| 884 | name = "portable-atomic" |
| 885 | version = "1.6.0" |
| 886 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 887 | checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" |
| 888 | |
| 889 | [[package]] |
| 890 | name = "ppv-lite86" |
| 891 | version = "0.2.17" |
| 892 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 893 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
| 894 | |
| 895 | [[package]] |
| 896 | name = "probability" |
| 897 | version = "0.20.3" |
| 898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 899 | checksum = "42746b805e424b759d46c22c65dc66ccca057a2db96e9db4fda6c337a287e485" |
| 900 | dependencies = [ |
| 901 | "random", |
| 902 | "special", |
| 903 | ] |
| 904 | |
| 905 | [[package]] |
| 906 | name = "proc-macro2" |
| 907 | version = "1.0.83" |
| 908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 909 | checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43" |
| 910 | dependencies = [ |
| 911 | "unicode-ident", |
| 912 | ] |
| 913 | |
| 914 | [[package]] |
| 915 | name = "pyo3" |
| 916 | version = "0.20.3" |
| 917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 918 | checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233" |
| 919 | dependencies = [ |
| 920 | "cfg-if", |
| 921 | "indoc", |
| 922 | "libc", |
| 923 | "memoffset", |
| 924 | "num-bigint", |
| 925 | "num-complex", |
| 926 | "parking_lot", |
| 927 | "portable-atomic", |
| 928 | "pyo3-build-config", |
| 929 | "pyo3-ffi", |
| 930 | "pyo3-macros", |
| 931 | "unindent", |
| 932 | ] |
| 933 | |
| 934 | [[package]] |
| 935 | name = "pyo3-build-config" |
| 936 | version = "0.20.3" |
| 937 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 938 | checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7" |
| 939 | dependencies = [ |
| 940 | "once_cell", |
| 941 | "python3-dll-a", |
| 942 | "target-lexicon", |
| 943 | ] |
| 944 | |
| 945 | [[package]] |
| 946 | name = "pyo3-ffi" |
| 947 | version = "0.20.3" |
| 948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 949 | checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa" |
| 950 | dependencies = [ |
| 951 | "libc", |
| 952 | "pyo3-build-config", |
| 953 | ] |
| 954 | |
| 955 | [[package]] |
| 956 | name = "pyo3-macros" |
| 957 | version = "0.20.3" |
| 958 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 959 | checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158" |
| 960 | dependencies = [ |
| 961 | "proc-macro2", |
| 962 | "pyo3-macros-backend", |
| 963 | "quote", |
| 964 | "syn", |
| 965 | ] |
| 966 | |
| 967 | [[package]] |
| 968 | name = "pyo3-macros-backend" |
| 969 | version = "0.20.3" |
| 970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 971 | checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185" |
| 972 | dependencies = [ |
| 973 | "heck 0.4.1", |
| 974 | "proc-macro2", |
| 975 | "pyo3-build-config", |
| 976 | "quote", |
| 977 | "syn", |
| 978 | ] |
| 979 | |
| 980 | [[package]] |
| 981 | name = "python3-dll-a" |
| 982 | version = "0.2.9" |
| 983 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 984 | checksum = "d5f07cd4412be8fa09a721d40007c483981bbe072cd6a21f2e83e04ec8f8343f" |
| 985 | dependencies = [ |
| 986 | "cc", |
| 987 | ] |
| 988 | |
| 989 | [[package]] |
| 990 | name = "qsc" |
| 991 | version = "0.0.0" |
| 992 | dependencies = [ |
| 993 | "allocator", |
| 994 | "clap", |
| 995 | "criterion", |
| 996 | "env_logger", |
| 997 | "expect-test", |
| 998 | "indoc", |
| 999 | "log", |
| 1000 | "miette", |
| 1001 | "num-bigint", |
| 1002 | "num-complex", |
| 1003 | "qsc_ast", |
| 1004 | "qsc_circuit", |
| 1005 | "qsc_codegen", |
| 1006 | "qsc_data_structures", |
| 1007 | "qsc_doc_gen", |
| 1008 | "qsc_eval", |
| 1009 | "qsc_fir", |
| 1010 | "qsc_formatter", |
| 1011 | "qsc_frontend", |
| 1012 | "qsc_hir", |
| 1013 | "qsc_linter", |
| 1014 | "qsc_lowerer", |
| 1015 | "qsc_partial_eval", |
| 1016 | "qsc_passes", |
| 1017 | "qsc_project", |
| 1018 | "qsc_rca", |
| 1019 | "rustc-hash", |
| 1020 | "thiserror", |
| 1021 | ] |
| 1022 | |
| 1023 | [[package]] |
| 1024 | name = "qsc_ast" |
| 1025 | version = "0.0.0" |
| 1026 | dependencies = [ |
| 1027 | "indenter", |
| 1028 | "miette", |
| 1029 | "num-bigint", |
| 1030 | "qsc_data_structures", |
| 1031 | ] |
| 1032 | |
| 1033 | [[package]] |
| 1034 | name = "qsc_circuit" |
| 1035 | version = "0.0.0" |
| 1036 | dependencies = [ |
| 1037 | "expect-test", |
| 1038 | "indoc", |
| 1039 | "log", |
| 1040 | "miette", |
| 1041 | "num-bigint", |
| 1042 | "num-complex", |
| 1043 | "qsc_codegen", |
| 1044 | "qsc_data_structures", |
| 1045 | "qsc_eval", |
| 1046 | "qsc_fir", |
| 1047 | "qsc_frontend", |
| 1048 | "qsc_hir", |
| 1049 | "qsc_passes", |
| 1050 | "rustc-hash", |
| 1051 | "serde", |
| 1052 | "serde_json", |
| 1053 | "thiserror", |
| 1054 | ] |
| 1055 | |
| 1056 | [[package]] |
| 1057 | name = "qsc_codegen" |
| 1058 | version = "0.0.0" |
| 1059 | dependencies = [ |
| 1060 | "difference", |
| 1061 | "expect-test", |
| 1062 | "indoc", |
| 1063 | "num-bigint", |
| 1064 | "num-complex", |
| 1065 | "qsc_ast", |
| 1066 | "qsc_data_structures", |
| 1067 | "qsc_eval", |
| 1068 | "qsc_fir", |
| 1069 | "qsc_formatter", |
| 1070 | "qsc_frontend", |
| 1071 | "qsc_hir", |
| 1072 | "qsc_lowerer", |
| 1073 | "qsc_partial_eval", |
| 1074 | "qsc_passes", |
| 1075 | "qsc_rca", |
| 1076 | "qsc_rir", |
| 1077 | "rustc-hash", |
| 1078 | ] |
| 1079 | |
| 1080 | [[package]] |
| 1081 | name = "qsc_data_structures" |
| 1082 | version = "0.0.0" |
| 1083 | dependencies = [ |
| 1084 | "bitflags", |
| 1085 | "expect-test", |
| 1086 | "miette", |
| 1087 | "rustc-hash", |
| 1088 | "serde", |
| 1089 | ] |
| 1090 | |
| 1091 | [[package]] |
| 1092 | name = "qsc_doc_gen" |
| 1093 | version = "0.0.0" |
| 1094 | dependencies = [ |
| 1095 | "expect-test", |
| 1096 | "qsc_ast", |
| 1097 | "qsc_data_structures", |
| 1098 | "qsc_frontend", |
| 1099 | "qsc_hir", |
| 1100 | "regex-lite", |
| 1101 | "rustc-hash", |
| 1102 | ] |
| 1103 | |
| 1104 | [[package]] |
| 1105 | name = "qsc_eval" |
| 1106 | version = "0.0.0" |
| 1107 | dependencies = [ |
| 1108 | "expect-test", |
| 1109 | "indoc", |
| 1110 | "miette", |
| 1111 | "num-bigint", |
| 1112 | "num-complex", |
| 1113 | "num-traits", |
| 1114 | "qsc_data_structures", |
| 1115 | "qsc_fir", |
| 1116 | "qsc_frontend", |
| 1117 | "qsc_hir", |
| 1118 | "qsc_lowerer", |
| 1119 | "qsc_passes", |
| 1120 | "quantum-sparse-sim", |
| 1121 | "rand", |
| 1122 | "rustc-hash", |
| 1123 | "thiserror", |
| 1124 | ] |
| 1125 | |
| 1126 | [[package]] |
| 1127 | name = "qsc_fir" |
| 1128 | version = "0.0.0" |
| 1129 | dependencies = [ |
| 1130 | "indenter", |
| 1131 | "num-bigint", |
| 1132 | "qsc_data_structures", |
| 1133 | "rustc-hash", |
| 1134 | ] |
| 1135 | |
| 1136 | [[package]] |
| 1137 | name = "qsc_formatter" |
| 1138 | version = "0.0.0" |
| 1139 | dependencies = [ |
| 1140 | "clap", |
| 1141 | "expect-test", |
| 1142 | "indoc", |
| 1143 | "qsc_data_structures", |
| 1144 | "qsc_frontend", |
| 1145 | ] |
| 1146 | |
| 1147 | [[package]] |
| 1148 | name = "qsc_frontend" |
| 1149 | version = "0.0.0" |
| 1150 | dependencies = [ |
| 1151 | "expect-test", |
| 1152 | "indoc", |
| 1153 | "library", |
| 1154 | "miette", |
| 1155 | "qsc_ast", |
| 1156 | "qsc_data_structures", |
| 1157 | "qsc_hir", |
| 1158 | "qsc_parse", |
| 1159 | "rustc-hash", |
| 1160 | "thiserror", |
| 1161 | ] |
| 1162 | |
| 1163 | [[package]] |
| 1164 | name = "qsc_hir" |
| 1165 | version = "0.0.0" |
| 1166 | dependencies = [ |
| 1167 | "indenter", |
| 1168 | "num-bigint", |
| 1169 | "qsc_data_structures", |
| 1170 | "rustc-hash", |
| 1171 | ] |
| 1172 | |
| 1173 | [[package]] |
| 1174 | name = "qsc_linter" |
| 1175 | version = "0.0.0" |
| 1176 | dependencies = [ |
| 1177 | "expect-test", |
| 1178 | "indoc", |
| 1179 | "miette", |
| 1180 | "qsc", |
| 1181 | "qsc_ast", |
| 1182 | "qsc_data_structures", |
| 1183 | "qsc_doc_gen", |
| 1184 | "qsc_frontend", |
| 1185 | "qsc_hir", |
| 1186 | "qsc_parse", |
| 1187 | "qsc_passes", |
| 1188 | "serde", |
| 1189 | "serde_json", |
| 1190 | "thiserror", |
| 1191 | ] |
| 1192 | |
| 1193 | [[package]] |
| 1194 | name = "qsc_lowerer" |
| 1195 | version = "0.0.0" |
| 1196 | dependencies = [ |
| 1197 | "qsc_data_structures", |
| 1198 | "qsc_fir", |
| 1199 | "qsc_hir", |
| 1200 | ] |
| 1201 | |
| 1202 | [[package]] |
| 1203 | name = "qsc_parse" |
| 1204 | version = "0.0.0" |
| 1205 | dependencies = [ |
| 1206 | "enum-iterator", |
| 1207 | "expect-test", |
| 1208 | "indoc", |
| 1209 | "miette", |
| 1210 | "num-bigint", |
| 1211 | "num-traits", |
| 1212 | "qsc_ast", |
| 1213 | "qsc_data_structures", |
| 1214 | "thiserror", |
| 1215 | ] |
| 1216 | |
| 1217 | [[package]] |
| 1218 | name = "qsc_partial_eval" |
| 1219 | version = "0.0.0" |
| 1220 | dependencies = [ |
| 1221 | "expect-test", |
| 1222 | "indoc", |
| 1223 | "miette", |
| 1224 | "num-bigint", |
| 1225 | "num-complex", |
| 1226 | "qsc", |
| 1227 | "qsc_data_structures", |
| 1228 | "qsc_eval", |
| 1229 | "qsc_fir", |
| 1230 | "qsc_frontend", |
| 1231 | "qsc_lowerer", |
| 1232 | "qsc_rca", |
| 1233 | "qsc_rir", |
| 1234 | "rustc-hash", |
| 1235 | "thiserror", |
| 1236 | ] |
| 1237 | |
| 1238 | [[package]] |
| 1239 | name = "qsc_passes" |
| 1240 | version = "0.0.0" |
| 1241 | dependencies = [ |
| 1242 | "expect-test", |
| 1243 | "indoc", |
| 1244 | "miette", |
| 1245 | "qsc", |
| 1246 | "qsc_data_structures", |
| 1247 | "qsc_eval", |
| 1248 | "qsc_fir", |
| 1249 | "qsc_frontend", |
| 1250 | "qsc_hir", |
| 1251 | "qsc_lowerer", |
| 1252 | "qsc_rca", |
| 1253 | "rustc-hash", |
| 1254 | "thiserror", |
| 1255 | ] |
| 1256 | |
| 1257 | [[package]] |
| 1258 | name = "qsc_project" |
| 1259 | version = "0.0.0" |
| 1260 | dependencies = [ |
| 1261 | "async-trait", |
| 1262 | "expect-test", |
| 1263 | "futures", |
| 1264 | "log", |
| 1265 | "miette", |
| 1266 | "qsc_data_structures", |
| 1267 | "qsc_linter", |
| 1268 | "qsc_project", |
| 1269 | "regex-lite", |
| 1270 | "rustc-hash", |
| 1271 | "serde", |
| 1272 | "serde_json", |
| 1273 | "thiserror", |
| 1274 | ] |
| 1275 | |
| 1276 | [[package]] |
| 1277 | name = "qsc_rca" |
| 1278 | version = "0.0.0" |
| 1279 | dependencies = [ |
| 1280 | "bitflags", |
| 1281 | "expect-test", |
| 1282 | "indenter", |
| 1283 | "miette", |
| 1284 | "qsc", |
| 1285 | "qsc_data_structures", |
| 1286 | "qsc_fir", |
| 1287 | "qsc_frontend", |
| 1288 | "qsc_lowerer", |
| 1289 | "qsc_passes", |
| 1290 | "rustc-hash", |
| 1291 | "thiserror", |
| 1292 | ] |
| 1293 | |
| 1294 | [[package]] |
| 1295 | name = "qsc_rir" |
| 1296 | version = "0.0.0" |
| 1297 | dependencies = [ |
| 1298 | "expect-test", |
| 1299 | "indenter", |
| 1300 | "qsc_data_structures", |
| 1301 | "rustc-hash", |
| 1302 | ] |
| 1303 | |
| 1304 | [[package]] |
| 1305 | name = "qsc_wasm" |
| 1306 | version = "0.0.0" |
| 1307 | dependencies = [ |
| 1308 | "async-trait", |
| 1309 | "expect-test", |
| 1310 | "futures-util", |
| 1311 | "getrandom", |
| 1312 | "indoc", |
| 1313 | "js-sys", |
| 1314 | "katas", |
| 1315 | "log", |
| 1316 | "miette", |
| 1317 | "num-bigint", |
| 1318 | "num-complex", |
| 1319 | "qsc", |
| 1320 | "qsc_codegen", |
| 1321 | "qsc_doc_gen", |
| 1322 | "qsc_project", |
| 1323 | "qsls", |
| 1324 | "resource_estimator", |
| 1325 | "rustc-hash", |
| 1326 | "serde", |
| 1327 | "serde-wasm-bindgen", |
| 1328 | "serde_json", |
| 1329 | "wasm-bindgen", |
| 1330 | "wasm-bindgen-futures", |
| 1331 | ] |
| 1332 | |
| 1333 | [[package]] |
| 1334 | name = "qsharp" |
| 1335 | version = "0.0.0" |
| 1336 | dependencies = [ |
| 1337 | "allocator", |
| 1338 | "miette", |
| 1339 | "noisy_simulator", |
| 1340 | "num-bigint", |
| 1341 | "num-complex", |
| 1342 | "pyo3", |
| 1343 | "qsc", |
| 1344 | "resource_estimator", |
| 1345 | "rustc-hash", |
| 1346 | "serde_json", |
| 1347 | ] |
| 1348 | |
| 1349 | [[package]] |
| 1350 | name = "qsls" |
| 1351 | version = "0.0.0" |
| 1352 | dependencies = [ |
| 1353 | "async-trait", |
| 1354 | "expect-test", |
| 1355 | "futures", |
| 1356 | "futures-util", |
| 1357 | "indoc", |
| 1358 | "log", |
| 1359 | "miette", |
| 1360 | "qsc", |
| 1361 | "qsc_linter", |
| 1362 | "qsc_project", |
| 1363 | "rustc-hash", |
| 1364 | "serde", |
| 1365 | "serde_json", |
| 1366 | "thiserror", |
| 1367 | "tokio", |
| 1368 | ] |
| 1369 | |
| 1370 | [[package]] |
| 1371 | name = "quantum-sparse-sim" |
| 1372 | version = "0.7.4" |
| 1373 | source = "git+https://github.com/qir-alliance/qir-runner?tag=v0.7.4#7b41f9313609f8309317ce91afccf0a2c7fe5a6f" |
| 1374 | dependencies = [ |
| 1375 | "ndarray", |
| 1376 | "num-bigint", |
| 1377 | "num-complex", |
| 1378 | "num-traits", |
| 1379 | "rand", |
| 1380 | "rustc-hash", |
| 1381 | ] |
| 1382 | |
| 1383 | [[package]] |
| 1384 | name = "quote" |
| 1385 | version = "1.0.36" |
| 1386 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1387 | checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" |
| 1388 | dependencies = [ |
| 1389 | "proc-macro2", |
| 1390 | ] |
| 1391 | |
| 1392 | [[package]] |
| 1393 | name = "rand" |
| 1394 | version = "0.8.5" |
| 1395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1396 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 1397 | dependencies = [ |
| 1398 | "libc", |
| 1399 | "rand_chacha", |
| 1400 | "rand_core", |
| 1401 | ] |
| 1402 | |
| 1403 | [[package]] |
| 1404 | name = "rand_chacha" |
| 1405 | version = "0.3.1" |
| 1406 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1407 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 1408 | dependencies = [ |
| 1409 | "ppv-lite86", |
| 1410 | "rand_core", |
| 1411 | ] |
| 1412 | |
| 1413 | [[package]] |
| 1414 | name = "rand_core" |
| 1415 | version = "0.6.4" |
| 1416 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1417 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 1418 | dependencies = [ |
| 1419 | "getrandom", |
| 1420 | ] |
| 1421 | |
| 1422 | [[package]] |
| 1423 | name = "random" |
| 1424 | version = "0.13.2" |
| 1425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1426 | checksum = "474c42c904f04dfe2a595a02f71e1a0e5e92ffb5761cc9a4c02140b93b8dd504" |
| 1427 | |
| 1428 | [[package]] |
| 1429 | name = "rawpointer" |
| 1430 | version = "0.2.1" |
| 1431 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1432 | checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
| 1433 | |
| 1434 | [[package]] |
| 1435 | name = "redox_syscall" |
| 1436 | version = "0.5.1" |
| 1437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1438 | checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e" |
| 1439 | dependencies = [ |
| 1440 | "bitflags", |
| 1441 | ] |
| 1442 | |
| 1443 | [[package]] |
| 1444 | name = "regex" |
| 1445 | version = "1.10.4" |
| 1446 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1447 | checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c" |
| 1448 | dependencies = [ |
| 1449 | "aho-corasick", |
| 1450 | "memchr", |
| 1451 | "regex-automata", |
| 1452 | "regex-syntax", |
| 1453 | ] |
| 1454 | |
| 1455 | [[package]] |
| 1456 | name = "regex-automata" |
| 1457 | version = "0.4.6" |
| 1458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1459 | checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea" |
| 1460 | dependencies = [ |
| 1461 | "aho-corasick", |
| 1462 | "memchr", |
| 1463 | "regex-syntax", |
| 1464 | ] |
| 1465 | |
| 1466 | [[package]] |
| 1467 | name = "regex-lite" |
| 1468 | version = "0.1.5" |
| 1469 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1470 | checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e" |
| 1471 | |
| 1472 | [[package]] |
| 1473 | name = "regex-syntax" |
| 1474 | version = "0.8.3" |
| 1475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1476 | checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56" |
| 1477 | |
| 1478 | [[package]] |
| 1479 | name = "resource_estimator" |
| 1480 | version = "0.0.0" |
| 1481 | dependencies = [ |
| 1482 | "expect-test", |
| 1483 | "fasteval", |
| 1484 | "indoc", |
| 1485 | "miette", |
| 1486 | "num-bigint", |
| 1487 | "num-complex", |
| 1488 | "probability", |
| 1489 | "qsc", |
| 1490 | "rand", |
| 1491 | "regex-lite", |
| 1492 | "rustc-hash", |
| 1493 | "serde", |
| 1494 | "serde_json", |
| 1495 | "thiserror", |
| 1496 | ] |
| 1497 | |
| 1498 | [[package]] |
| 1499 | name = "rustc-demangle" |
| 1500 | version = "0.1.24" |
| 1501 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1502 | checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
| 1503 | |
| 1504 | [[package]] |
| 1505 | name = "rustc-hash" |
| 1506 | version = "1.1.0" |
| 1507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1508 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 1509 | |
| 1510 | [[package]] |
| 1511 | name = "ryu" |
| 1512 | version = "1.0.18" |
| 1513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1514 | checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
| 1515 | |
| 1516 | [[package]] |
| 1517 | name = "safe_arch" |
| 1518 | version = "0.7.2" |
| 1519 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1520 | checksum = "c3460605018fdc9612bce72735cba0d27efbcd9904780d44c7e3a9948f96148a" |
| 1521 | dependencies = [ |
| 1522 | "bytemuck", |
| 1523 | ] |
| 1524 | |
| 1525 | [[package]] |
| 1526 | name = "same-file" |
| 1527 | version = "1.0.6" |
| 1528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1529 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 1530 | dependencies = [ |
| 1531 | "winapi-util", |
| 1532 | ] |
| 1533 | |
| 1534 | [[package]] |
| 1535 | name = "samples_test" |
| 1536 | version = "0.0.0" |
| 1537 | dependencies = [ |
| 1538 | "expect-test", |
| 1539 | "qsc", |
| 1540 | "qsc_project", |
| 1541 | ] |
| 1542 | |
| 1543 | [[package]] |
| 1544 | name = "scopeguard" |
| 1545 | version = "1.2.0" |
| 1546 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1547 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 1548 | |
| 1549 | [[package]] |
| 1550 | name = "serde" |
| 1551 | version = "1.0.202" |
| 1552 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1553 | checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395" |
| 1554 | dependencies = [ |
| 1555 | "serde_derive", |
| 1556 | ] |
| 1557 | |
| 1558 | [[package]] |
| 1559 | name = "serde-wasm-bindgen" |
| 1560 | version = "0.6.5" |
| 1561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1562 | checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b" |
| 1563 | dependencies = [ |
| 1564 | "js-sys", |
| 1565 | "serde", |
| 1566 | "wasm-bindgen", |
| 1567 | ] |
| 1568 | |
| 1569 | [[package]] |
| 1570 | name = "serde_derive" |
| 1571 | version = "1.0.202" |
| 1572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1573 | checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838" |
| 1574 | dependencies = [ |
| 1575 | "proc-macro2", |
| 1576 | "quote", |
| 1577 | "syn", |
| 1578 | ] |
| 1579 | |
| 1580 | [[package]] |
| 1581 | name = "serde_json" |
| 1582 | version = "1.0.117" |
| 1583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1584 | checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" |
| 1585 | dependencies = [ |
| 1586 | "itoa", |
| 1587 | "ryu", |
| 1588 | "serde", |
| 1589 | ] |
| 1590 | |
| 1591 | [[package]] |
| 1592 | name = "simba" |
| 1593 | version = "0.9.0" |
| 1594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1595 | checksum = "b3a386a501cd104797982c15ae17aafe8b9261315b5d07e3ec803f2ea26be0fa" |
| 1596 | dependencies = [ |
| 1597 | "approx", |
| 1598 | "num-complex", |
| 1599 | "num-traits", |
| 1600 | "paste", |
| 1601 | "wide", |
| 1602 | ] |
| 1603 | |
| 1604 | [[package]] |
| 1605 | name = "slab" |
| 1606 | version = "0.4.9" |
| 1607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1608 | checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
| 1609 | dependencies = [ |
| 1610 | "autocfg", |
| 1611 | ] |
| 1612 | |
| 1613 | [[package]] |
| 1614 | name = "smallvec" |
| 1615 | version = "1.13.2" |
| 1616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1617 | checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
| 1618 | |
| 1619 | [[package]] |
| 1620 | name = "smawk" |
| 1621 | version = "0.3.2" |
| 1622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1623 | checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" |
| 1624 | |
| 1625 | [[package]] |
| 1626 | name = "special" |
| 1627 | version = "0.10.3" |
| 1628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1629 | checksum = "b89cf0d71ae639fdd8097350bfac415a41aabf1d5ddd356295fdc95f09760382" |
| 1630 | dependencies = [ |
| 1631 | "libm", |
| 1632 | ] |
| 1633 | |
| 1634 | [[package]] |
| 1635 | name = "strsim" |
| 1636 | version = "0.11.1" |
| 1637 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1638 | checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
| 1639 | |
| 1640 | [[package]] |
| 1641 | name = "supports-color" |
| 1642 | version = "2.1.0" |
| 1643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1644 | checksum = "d6398cde53adc3c4557306a96ce67b302968513830a77a95b2b17305d9719a89" |
| 1645 | dependencies = [ |
| 1646 | "is-terminal", |
| 1647 | "is_ci", |
| 1648 | ] |
| 1649 | |
| 1650 | [[package]] |
| 1651 | name = "supports-hyperlinks" |
| 1652 | version = "2.1.0" |
| 1653 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1654 | checksum = "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d" |
| 1655 | dependencies = [ |
| 1656 | "is-terminal", |
| 1657 | ] |
| 1658 | |
| 1659 | [[package]] |
| 1660 | name = "supports-unicode" |
| 1661 | version = "2.1.0" |
| 1662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1663 | checksum = "f850c19edd184a205e883199a261ed44471c81e39bd95b1357f5febbef00e77a" |
| 1664 | dependencies = [ |
| 1665 | "is-terminal", |
| 1666 | ] |
| 1667 | |
| 1668 | [[package]] |
| 1669 | name = "syn" |
| 1670 | version = "2.0.65" |
| 1671 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1672 | checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106" |
| 1673 | dependencies = [ |
| 1674 | "proc-macro2", |
| 1675 | "quote", |
| 1676 | "unicode-ident", |
| 1677 | ] |
| 1678 | |
| 1679 | [[package]] |
| 1680 | name = "target-lexicon" |
| 1681 | version = "0.12.14" |
| 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1683 | checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f" |
| 1684 | |
| 1685 | [[package]] |
| 1686 | name = "termcolor" |
| 1687 | version = "1.4.1" |
| 1688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1689 | checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
| 1690 | dependencies = [ |
| 1691 | "winapi-util", |
| 1692 | ] |
| 1693 | |
| 1694 | [[package]] |
| 1695 | name = "terminal_size" |
| 1696 | version = "0.1.17" |
| 1697 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1698 | checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" |
| 1699 | dependencies = [ |
| 1700 | "libc", |
| 1701 | "winapi", |
| 1702 | ] |
| 1703 | |
| 1704 | [[package]] |
| 1705 | name = "textwrap" |
| 1706 | version = "0.15.2" |
| 1707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1708 | checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d" |
| 1709 | dependencies = [ |
| 1710 | "smawk", |
| 1711 | "unicode-linebreak", |
| 1712 | "unicode-width", |
| 1713 | ] |
| 1714 | |
| 1715 | [[package]] |
| 1716 | name = "thiserror" |
| 1717 | version = "1.0.61" |
| 1718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1719 | checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" |
| 1720 | dependencies = [ |
| 1721 | "thiserror-impl", |
| 1722 | ] |
| 1723 | |
| 1724 | [[package]] |
| 1725 | name = "thiserror-impl" |
| 1726 | version = "1.0.61" |
| 1727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1728 | checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" |
| 1729 | dependencies = [ |
| 1730 | "proc-macro2", |
| 1731 | "quote", |
| 1732 | "syn", |
| 1733 | ] |
| 1734 | |
| 1735 | [[package]] |
| 1736 | name = "tinytemplate" |
| 1737 | version = "1.2.1" |
| 1738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1739 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| 1740 | dependencies = [ |
| 1741 | "serde", |
| 1742 | "serde_json", |
| 1743 | ] |
| 1744 | |
| 1745 | [[package]] |
| 1746 | name = "tokio" |
| 1747 | version = "1.37.0" |
| 1748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1749 | checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787" |
| 1750 | dependencies = [ |
| 1751 | "backtrace", |
| 1752 | "pin-project-lite", |
| 1753 | "tokio-macros", |
| 1754 | ] |
| 1755 | |
| 1756 | [[package]] |
| 1757 | name = "tokio-macros" |
| 1758 | version = "2.2.0" |
| 1759 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1760 | checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b" |
| 1761 | dependencies = [ |
| 1762 | "proc-macro2", |
| 1763 | "quote", |
| 1764 | "syn", |
| 1765 | ] |
| 1766 | |
| 1767 | [[package]] |
| 1768 | name = "typenum" |
| 1769 | version = "1.17.0" |
| 1770 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1771 | checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" |
| 1772 | |
| 1773 | [[package]] |
| 1774 | name = "unicode-ident" |
| 1775 | version = "1.0.12" |
| 1776 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1777 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
| 1778 | |
| 1779 | [[package]] |
| 1780 | name = "unicode-linebreak" |
| 1781 | version = "0.1.5" |
| 1782 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1783 | checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" |
| 1784 | |
| 1785 | [[package]] |
| 1786 | name = "unicode-width" |
| 1787 | version = "0.1.12" |
| 1788 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1789 | checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" |
| 1790 | |
| 1791 | [[package]] |
| 1792 | name = "unindent" |
| 1793 | version = "0.2.3" |
| 1794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1795 | checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" |
| 1796 | |
| 1797 | [[package]] |
| 1798 | name = "utf8parse" |
| 1799 | version = "0.2.1" |
| 1800 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1801 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
| 1802 | |
| 1803 | [[package]] |
| 1804 | name = "walkdir" |
| 1805 | version = "2.5.0" |
| 1806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1807 | checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
| 1808 | dependencies = [ |
| 1809 | "same-file", |
| 1810 | "winapi-util", |
| 1811 | ] |
| 1812 | |
| 1813 | [[package]] |
| 1814 | name = "wasi" |
| 1815 | version = "0.11.0+wasi-snapshot-preview1" |
| 1816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1817 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 1818 | |
| 1819 | [[package]] |
| 1820 | name = "wasm-bindgen" |
| 1821 | version = "0.2.92" |
| 1822 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1823 | checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" |
| 1824 | dependencies = [ |
| 1825 | "cfg-if", |
| 1826 | "wasm-bindgen-macro", |
| 1827 | ] |
| 1828 | |
| 1829 | [[package]] |
| 1830 | name = "wasm-bindgen-backend" |
| 1831 | version = "0.2.92" |
| 1832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1833 | checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" |
| 1834 | dependencies = [ |
| 1835 | "bumpalo", |
| 1836 | "log", |
| 1837 | "once_cell", |
| 1838 | "proc-macro2", |
| 1839 | "quote", |
| 1840 | "syn", |
| 1841 | "wasm-bindgen-shared", |
| 1842 | ] |
| 1843 | |
| 1844 | [[package]] |
| 1845 | name = "wasm-bindgen-futures" |
| 1846 | version = "0.4.42" |
| 1847 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1848 | checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" |
| 1849 | dependencies = [ |
| 1850 | "cfg-if", |
| 1851 | "js-sys", |
| 1852 | "wasm-bindgen", |
| 1853 | "web-sys", |
| 1854 | ] |
| 1855 | |
| 1856 | [[package]] |
| 1857 | name = "wasm-bindgen-macro" |
| 1858 | version = "0.2.92" |
| 1859 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1860 | checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" |
| 1861 | dependencies = [ |
| 1862 | "quote", |
| 1863 | "wasm-bindgen-macro-support", |
| 1864 | ] |
| 1865 | |
| 1866 | [[package]] |
| 1867 | name = "wasm-bindgen-macro-support" |
| 1868 | version = "0.2.92" |
| 1869 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1870 | checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" |
| 1871 | dependencies = [ |
| 1872 | "proc-macro2", |
| 1873 | "quote", |
| 1874 | "syn", |
| 1875 | "wasm-bindgen-backend", |
| 1876 | "wasm-bindgen-shared", |
| 1877 | ] |
| 1878 | |
| 1879 | [[package]] |
| 1880 | name = "wasm-bindgen-shared" |
| 1881 | version = "0.2.92" |
| 1882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1883 | checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" |
| 1884 | |
| 1885 | [[package]] |
| 1886 | name = "web-sys" |
| 1887 | version = "0.3.69" |
| 1888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1889 | checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" |
| 1890 | dependencies = [ |
| 1891 | "js-sys", |
| 1892 | "wasm-bindgen", |
| 1893 | ] |
| 1894 | |
| 1895 | [[package]] |
| 1896 | name = "wide" |
| 1897 | version = "0.7.24" |
| 1898 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1899 | checksum = "8a040b111774ab63a19ef46bbc149398ab372b4ccdcfd719e9814dbd7dfd76c8" |
| 1900 | dependencies = [ |
| 1901 | "bytemuck", |
| 1902 | "safe_arch", |
| 1903 | ] |
| 1904 | |
| 1905 | [[package]] |
| 1906 | name = "winapi" |
| 1907 | version = "0.3.9" |
| 1908 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1909 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 1910 | dependencies = [ |
| 1911 | "winapi-i686-pc-windows-gnu", |
| 1912 | "winapi-x86_64-pc-windows-gnu", |
| 1913 | ] |
| 1914 | |
| 1915 | [[package]] |
| 1916 | name = "winapi-i686-pc-windows-gnu" |
| 1917 | version = "0.4.0" |
| 1918 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1919 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 1920 | |
| 1921 | [[package]] |
| 1922 | name = "winapi-util" |
| 1923 | version = "0.1.8" |
| 1924 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1925 | checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" |
| 1926 | dependencies = [ |
| 1927 | "windows-sys", |
| 1928 | ] |
| 1929 | |
| 1930 | [[package]] |
| 1931 | name = "winapi-x86_64-pc-windows-gnu" |
| 1932 | version = "0.4.0" |
| 1933 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1934 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 1935 | |
| 1936 | [[package]] |
| 1937 | name = "windows-sys" |
| 1938 | version = "0.52.0" |
| 1939 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1940 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 1941 | dependencies = [ |
| 1942 | "windows-targets", |
| 1943 | ] |
| 1944 | |
| 1945 | [[package]] |
| 1946 | name = "windows-targets" |
| 1947 | version = "0.52.5" |
| 1948 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1949 | checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" |
| 1950 | dependencies = [ |
| 1951 | "windows_aarch64_gnullvm", |
| 1952 | "windows_aarch64_msvc", |
| 1953 | "windows_i686_gnu", |
| 1954 | "windows_i686_gnullvm", |
| 1955 | "windows_i686_msvc", |
| 1956 | "windows_x86_64_gnu", |
| 1957 | "windows_x86_64_gnullvm", |
| 1958 | "windows_x86_64_msvc", |
| 1959 | ] |
| 1960 | |
| 1961 | [[package]] |
| 1962 | name = "windows_aarch64_gnullvm" |
| 1963 | version = "0.52.5" |
| 1964 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1965 | checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" |
| 1966 | |
| 1967 | [[package]] |
| 1968 | name = "windows_aarch64_msvc" |
| 1969 | version = "0.52.5" |
| 1970 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1971 | checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" |
| 1972 | |
| 1973 | [[package]] |
| 1974 | name = "windows_i686_gnu" |
| 1975 | version = "0.52.5" |
| 1976 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1977 | checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" |
| 1978 | |
| 1979 | [[package]] |
| 1980 | name = "windows_i686_gnullvm" |
| 1981 | version = "0.52.5" |
| 1982 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1983 | checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" |
| 1984 | |
| 1985 | [[package]] |
| 1986 | name = "windows_i686_msvc" |
| 1987 | version = "0.52.5" |
| 1988 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1989 | checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" |
| 1990 | |
| 1991 | [[package]] |
| 1992 | name = "windows_x86_64_gnu" |
| 1993 | version = "0.52.5" |
| 1994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1995 | checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" |
| 1996 | |
| 1997 | [[package]] |
| 1998 | name = "windows_x86_64_gnullvm" |
| 1999 | version = "0.52.5" |
| 2000 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2001 | checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" |
| 2002 | |
| 2003 | [[package]] |
| 2004 | name = "windows_x86_64_msvc" |
| 2005 | version = "0.52.5" |
| 2006 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 2007 | checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" |
| 2008 | |