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