microsoft/qdk
Publicmirrored fromhttps://github.com/microsoft/qdkAvailable
Cargo.lock
348lines · 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 = "autocfg" |
| 7 | version = "1.1.0" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "bitvec" |
| 13 | version = "1.0.1" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
| 16 | dependencies = [ |
| 17 | "funty", |
| 18 | "radium", |
| 19 | "tap", |
| 20 | "wyz", |
| 21 | ] |
| 22 | |
| 23 | [[package]] |
| 24 | name = "cfg-if" |
| 25 | version = "1.0.0" |
| 26 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 27 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 28 | |
| 29 | [[package]] |
| 30 | name = "dissimilar" |
| 31 | version = "1.0.6" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "210ec60ae7d710bed8683e333e9d2855a8a56a3e9892b38bad3bb0d4d29b0d5e" |
| 34 | |
| 35 | [[package]] |
| 36 | name = "enum-iterator" |
| 37 | version = "1.2.0" |
| 38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | checksum = "91a4ec26efacf4aeff80887a175a419493cb6f8b5480d26387eb0bd038976187" |
| 40 | dependencies = [ |
| 41 | "enum-iterator-derive", |
| 42 | ] |
| 43 | |
| 44 | [[package]] |
| 45 | name = "enum-iterator-derive" |
| 46 | version = "1.1.0" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | checksum = "828de45d0ca18782232dfb8f3ea9cc428e8ced380eb26a520baaacfc70de39ce" |
| 49 | dependencies = [ |
| 50 | "proc-macro2", |
| 51 | "quote", |
| 52 | "syn", |
| 53 | ] |
| 54 | |
| 55 | [[package]] |
| 56 | name = "expect-test" |
| 57 | version = "1.4.0" |
| 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 59 | checksum = "1d4661aca38d826eb7c72fe128e4238220616de4c0cc00db7bfc38e2e1364dd3" |
| 60 | dependencies = [ |
| 61 | "dissimilar", |
| 62 | "once_cell", |
| 63 | ] |
| 64 | |
| 65 | [[package]] |
| 66 | name = "funty" |
| 67 | version = "2.0.0" |
| 68 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 69 | checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
| 70 | |
| 71 | [[package]] |
| 72 | name = "getrandom" |
| 73 | version = "0.2.8" |
| 74 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 | checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31" |
| 76 | dependencies = [ |
| 77 | "cfg-if", |
| 78 | "libc", |
| 79 | "wasi", |
| 80 | ] |
| 81 | |
| 82 | [[package]] |
| 83 | name = "libc" |
| 84 | version = "0.2.139" |
| 85 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 86 | checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79" |
| 87 | |
| 88 | [[package]] |
| 89 | name = "llvm-tools" |
| 90 | version = "0.1.1" |
| 91 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 92 | checksum = "955be5d0ca0465caf127165acb47964f911e2bc26073e865deb8be7189302faf" |
| 93 | |
| 94 | [[package]] |
| 95 | name = "matrixmultiply" |
| 96 | version = "0.3.2" |
| 97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | checksum = "add85d4dd35074e6fedc608f8c8f513a3548619a9024b751949ef0e8e45a4d84" |
| 99 | dependencies = [ |
| 100 | "rawpointer", |
| 101 | ] |
| 102 | |
| 103 | [[package]] |
| 104 | name = "ndarray" |
| 105 | version = "0.15.6" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" |
| 108 | dependencies = [ |
| 109 | "matrixmultiply", |
| 110 | "num-complex", |
| 111 | "num-integer", |
| 112 | "num-traits", |
| 113 | "rawpointer", |
| 114 | ] |
| 115 | |
| 116 | [[package]] |
| 117 | name = "num-bigint" |
| 118 | version = "0.4.3" |
| 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 120 | checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" |
| 121 | dependencies = [ |
| 122 | "autocfg", |
| 123 | "num-integer", |
| 124 | "num-traits", |
| 125 | ] |
| 126 | |
| 127 | [[package]] |
| 128 | name = "num-complex" |
| 129 | version = "0.4.3" |
| 130 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 131 | checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d" |
| 132 | dependencies = [ |
| 133 | "num-traits", |
| 134 | ] |
| 135 | |
| 136 | [[package]] |
| 137 | name = "num-integer" |
| 138 | version = "0.1.45" |
| 139 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 140 | checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
| 141 | dependencies = [ |
| 142 | "autocfg", |
| 143 | "num-traits", |
| 144 | ] |
| 145 | |
| 146 | [[package]] |
| 147 | name = "num-traits" |
| 148 | version = "0.2.15" |
| 149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 150 | checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
| 151 | dependencies = [ |
| 152 | "autocfg", |
| 153 | ] |
| 154 | |
| 155 | [[package]] |
| 156 | name = "once_cell" |
| 157 | version = "1.17.0" |
| 158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 159 | checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" |
| 160 | |
| 161 | [[package]] |
| 162 | name = "ppv-lite86" |
| 163 | version = "0.2.17" |
| 164 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 165 | checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
| 166 | |
| 167 | [[package]] |
| 168 | name = "proc-macro2" |
| 169 | version = "1.0.51" |
| 170 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 171 | checksum = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6" |
| 172 | dependencies = [ |
| 173 | "unicode-ident", |
| 174 | ] |
| 175 | |
| 176 | [[package]] |
| 177 | name = "qir-backend" |
| 178 | version = "0.1.0" |
| 179 | source = "git+https://github.com/qir-alliance/qir-runner?rev=67c2902cd8682976aa7e5b71087a9a03a8889999#67c2902cd8682976aa7e5b71087a9a03a8889999" |
| 180 | dependencies = [ |
| 181 | "bitvec", |
| 182 | "ndarray", |
| 183 | "num-bigint", |
| 184 | "num-complex", |
| 185 | "num-traits", |
| 186 | "qir-stdlib", |
| 187 | "rand", |
| 188 | "rustc-hash", |
| 189 | ] |
| 190 | |
| 191 | [[package]] |
| 192 | name = "qir-stdlib" |
| 193 | version = "0.1.0" |
| 194 | source = "git+https://github.com/qir-alliance/qir-runner?rev=67c2902cd8682976aa7e5b71087a9a03a8889999#67c2902cd8682976aa7e5b71087a9a03a8889999" |
| 195 | dependencies = [ |
| 196 | "llvm-tools", |
| 197 | "num-bigint", |
| 198 | "rand", |
| 199 | ] |
| 200 | |
| 201 | [[package]] |
| 202 | name = "qsc" |
| 203 | version = "0.0.0" |
| 204 | dependencies = [ |
| 205 | "qsc_ast", |
| 206 | "qsc_codegen", |
| 207 | "qsc_eval", |
| 208 | "qsc_frontend", |
| 209 | "qsc_passes", |
| 210 | ] |
| 211 | |
| 212 | [[package]] |
| 213 | name = "qsc_ast" |
| 214 | version = "0.0.0" |
| 215 | dependencies = [ |
| 216 | "num-bigint", |
| 217 | ] |
| 218 | |
| 219 | [[package]] |
| 220 | name = "qsc_codegen" |
| 221 | version = "0.0.0" |
| 222 | dependencies = [ |
| 223 | "qsc_ast", |
| 224 | "qsc_frontend", |
| 225 | ] |
| 226 | |
| 227 | [[package]] |
| 228 | name = "qsc_eval" |
| 229 | version = "0.0.0" |
| 230 | dependencies = [ |
| 231 | "qir-backend", |
| 232 | "qir-stdlib", |
| 233 | "qsc_ast", |
| 234 | "qsc_frontend", |
| 235 | ] |
| 236 | |
| 237 | [[package]] |
| 238 | name = "qsc_frontend" |
| 239 | version = "0.0.0" |
| 240 | dependencies = [ |
| 241 | "enum-iterator", |
| 242 | "expect-test", |
| 243 | "num-bigint", |
| 244 | "qsc_ast", |
| 245 | ] |
| 246 | |
| 247 | [[package]] |
| 248 | name = "qsc_passes" |
| 249 | version = "0.0.0" |
| 250 | dependencies = [ |
| 251 | "qsc_ast", |
| 252 | "qsc_frontend", |
| 253 | ] |
| 254 | |
| 255 | [[package]] |
| 256 | name = "quote" |
| 257 | version = "1.0.23" |
| 258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 259 | checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" |
| 260 | dependencies = [ |
| 261 | "proc-macro2", |
| 262 | ] |
| 263 | |
| 264 | [[package]] |
| 265 | name = "radium" |
| 266 | version = "0.7.0" |
| 267 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 268 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
| 269 | |
| 270 | [[package]] |
| 271 | name = "rand" |
| 272 | version = "0.8.5" |
| 273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 274 | checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
| 275 | dependencies = [ |
| 276 | "libc", |
| 277 | "rand_chacha", |
| 278 | "rand_core", |
| 279 | ] |
| 280 | |
| 281 | [[package]] |
| 282 | name = "rand_chacha" |
| 283 | version = "0.3.1" |
| 284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 285 | checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" |
| 286 | dependencies = [ |
| 287 | "ppv-lite86", |
| 288 | "rand_core", |
| 289 | ] |
| 290 | |
| 291 | [[package]] |
| 292 | name = "rand_core" |
| 293 | version = "0.6.4" |
| 294 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 295 | checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
| 296 | dependencies = [ |
| 297 | "getrandom", |
| 298 | ] |
| 299 | |
| 300 | [[package]] |
| 301 | name = "rawpointer" |
| 302 | version = "0.2.1" |
| 303 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 304 | checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
| 305 | |
| 306 | [[package]] |
| 307 | name = "rustc-hash" |
| 308 | version = "1.1.0" |
| 309 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 310 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 311 | |
| 312 | [[package]] |
| 313 | name = "syn" |
| 314 | version = "1.0.107" |
| 315 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 316 | checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" |
| 317 | dependencies = [ |
| 318 | "proc-macro2", |
| 319 | "quote", |
| 320 | "unicode-ident", |
| 321 | ] |
| 322 | |
| 323 | [[package]] |
| 324 | name = "tap" |
| 325 | version = "1.0.1" |
| 326 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 327 | checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
| 328 | |
| 329 | [[package]] |
| 330 | name = "unicode-ident" |
| 331 | version = "1.0.6" |
| 332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 333 | checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" |
| 334 | |
| 335 | [[package]] |
| 336 | name = "wasi" |
| 337 | version = "0.11.0+wasi-snapshot-preview1" |
| 338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 339 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 340 | |
| 341 | [[package]] |
| 342 | name = "wyz" |
| 343 | version = "0.5.1" |
| 344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 345 | checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
| 346 | dependencies = [ |
| 347 | "tap", |
| 348 | ] |
| 349 | |