Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 1 | # Part of the Crubit project, under the Apache License v2.0 with LLVM |
| 2 | # Exceptions. See /LICENSE for license information. |
| 3 | # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| 4 | |
| 5 | # This file is automatically @generated by Cargo. |
| 6 | # It is not intended for manual editing. |
| 7 | version = 3 |
| 8 | |
| 9 | [[package]] |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 10 | name = "aho-corasick" |
| 11 | version = "1.0.2" |
| 12 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 13 | checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" |
| 14 | dependencies = [ |
| 15 | "memchr", |
| 16 | ] |
| 17 | |
| 18 | [[package]] |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 19 | name = "anstream" |
| 20 | version = "0.3.2" |
| 21 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 22 | checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" |
| 23 | dependencies = [ |
| 24 | "anstyle", |
| 25 | "anstyle-parse", |
| 26 | "anstyle-query", |
| 27 | "anstyle-wincon", |
| 28 | "colorchoice", |
| 29 | "is-terminal", |
| 30 | "utf8parse", |
| 31 | ] |
| 32 | |
| 33 | [[package]] |
| 34 | name = "anstyle" |
| 35 | version = "1.0.1" |
| 36 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 37 | checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" |
| 38 | |
| 39 | [[package]] |
| 40 | name = "anstyle-parse" |
| 41 | version = "0.2.1" |
| 42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 43 | checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" |
| 44 | dependencies = [ |
| 45 | "utf8parse", |
| 46 | ] |
| 47 | |
| 48 | [[package]] |
| 49 | name = "anstyle-query" |
| 50 | version = "1.0.0" |
| 51 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 52 | checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" |
| 53 | dependencies = [ |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 54 | "windows-sys 0.48.0", |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 55 | ] |
| 56 | |
| 57 | [[package]] |
| 58 | name = "anstyle-wincon" |
| 59 | version = "1.0.1" |
| 60 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 61 | checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" |
| 62 | dependencies = [ |
| 63 | "anstyle", |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 64 | "windows-sys 0.48.0", |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 65 | ] |
| 66 | |
| 67 | [[package]] |
| 68 | name = "anyhow" |
| 69 | version = "1.0.72" |
| 70 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 71 | checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854" |
| 72 | |
| 73 | [[package]] |
| 74 | name = "autocfg" |
| 75 | version = "1.1.0" |
| 76 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 77 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| 78 | |
| 79 | [[package]] |
| 80 | name = "bitflags" |
| 81 | version = "1.3.2" |
| 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 84 | |
| 85 | [[package]] |
| 86 | name = "bitflags" |
| 87 | version = "2.3.3" |
| 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 89 | checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" |
| 90 | |
| 91 | [[package]] |
| 92 | name = "cc" |
| 93 | version = "1.0.79" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
| 96 | |
| 97 | [[package]] |
| 98 | name = "cfg-if" |
| 99 | version = "1.0.0" |
| 100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 101 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 102 | |
| 103 | [[package]] |
| 104 | name = "clap" |
| 105 | version = "4.3.14" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "98330784c494e49850cb23b8e2afcca13587d2500b2e3f1f78ae20248059c9be" |
| 108 | dependencies = [ |
| 109 | "clap_builder", |
| 110 | "clap_derive", |
| 111 | "once_cell", |
| 112 | ] |
| 113 | |
| 114 | [[package]] |
| 115 | name = "clap_builder" |
| 116 | version = "4.3.14" |
| 117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 118 | checksum = "e182eb5f2562a67dda37e2c57af64d720a9e010c5e860ed87c056586aeafa52e" |
| 119 | dependencies = [ |
| 120 | "anstream", |
| 121 | "anstyle", |
| 122 | "clap_lex", |
| 123 | "strsim", |
| 124 | ] |
| 125 | |
| 126 | [[package]] |
| 127 | name = "clap_derive" |
| 128 | version = "4.3.12" |
| 129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 130 | checksum = "54a9bb5758fc5dfe728d1019941681eccaf0cf8a4189b692a0ee2f2ecf90a050" |
| 131 | dependencies = [ |
| 132 | "heck 0.4.1", |
| 133 | "proc-macro2", |
| 134 | "quote", |
| 135 | "syn 2.0.26", |
| 136 | ] |
| 137 | |
| 138 | [[package]] |
| 139 | name = "clap_lex" |
| 140 | version = "0.5.0" |
| 141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 142 | checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" |
| 143 | |
| 144 | [[package]] |
| 145 | name = "colorchoice" |
| 146 | version = "1.0.0" |
| 147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 148 | checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
| 149 | |
| 150 | [[package]] |
| 151 | name = "crossbeam-utils" |
| 152 | version = "0.8.16" |
| 153 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 154 | checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" |
| 155 | dependencies = [ |
| 156 | "cfg-if", |
| 157 | ] |
| 158 | |
| 159 | [[package]] |
| 160 | name = "direct-cargo-bazel-deps" |
| 161 | version = "0.0.1" |
| 162 | dependencies = [ |
| 163 | "anyhow", |
| 164 | "clap", |
| 165 | "either", |
| 166 | "flagset", |
| 167 | "itertools", |
| 168 | "maplit", |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 169 | "once_cell", |
| 170 | "pin-project", |
| 171 | "proc-macro2", |
| 172 | "quote", |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 173 | "regex", |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 174 | "salsa", |
| 175 | "serde", |
| 176 | "serde_json", |
| 177 | "static_assertions", |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 178 | "syn 2.0.26", |
| 179 | "tempfile", |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 180 | "unicode-ident", |
| 181 | ] |
| 182 | |
| 183 | [[package]] |
| 184 | name = "either" |
| 185 | version = "1.8.1" |
| 186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 187 | checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" |
| 188 | |
| 189 | [[package]] |
| 190 | name = "errno" |
| 191 | version = "0.3.1" |
| 192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 193 | checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" |
| 194 | dependencies = [ |
| 195 | "errno-dragonfly", |
| 196 | "libc", |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 197 | "windows-sys 0.48.0", |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 198 | ] |
| 199 | |
| 200 | [[package]] |
| 201 | name = "errno-dragonfly" |
| 202 | version = "0.1.2" |
| 203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 204 | checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
| 205 | dependencies = [ |
| 206 | "cc", |
| 207 | "libc", |
| 208 | ] |
| 209 | |
| 210 | [[package]] |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 211 | name = "fastrand" |
| 212 | version = "1.9.0" |
| 213 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 214 | checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
| 215 | dependencies = [ |
| 216 | "instant", |
| 217 | ] |
| 218 | |
| 219 | [[package]] |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 220 | name = "flagset" |
| 221 | version = "0.4.3" |
| 222 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 223 | checksum = "cda653ca797810c02f7ca4b804b40b8b95ae046eb989d356bce17919a8c25499" |
| 224 | |
| 225 | [[package]] |
| 226 | name = "hashbrown" |
| 227 | version = "0.12.3" |
| 228 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 229 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 230 | |
| 231 | [[package]] |
| 232 | name = "heck" |
| 233 | version = "0.3.3" |
| 234 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 235 | checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c" |
| 236 | dependencies = [ |
| 237 | "unicode-segmentation", |
| 238 | ] |
| 239 | |
| 240 | [[package]] |
| 241 | name = "heck" |
| 242 | version = "0.4.1" |
| 243 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 244 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 245 | |
| 246 | [[package]] |
| 247 | name = "hermit-abi" |
| 248 | version = "0.3.2" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
| 251 | |
| 252 | [[package]] |
| 253 | name = "indexmap" |
| 254 | version = "1.9.3" |
| 255 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 256 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 257 | dependencies = [ |
| 258 | "autocfg", |
| 259 | "hashbrown", |
| 260 | ] |
| 261 | |
| 262 | [[package]] |
| 263 | name = "instant" |
| 264 | version = "0.1.12" |
| 265 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 266 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 267 | dependencies = [ |
| 268 | "cfg-if", |
| 269 | ] |
| 270 | |
| 271 | [[package]] |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 272 | name = "io-lifetimes" |
| 273 | version = "1.0.11" |
| 274 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 275 | checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" |
| 276 | dependencies = [ |
| 277 | "hermit-abi", |
| 278 | "libc", |
| 279 | "windows-sys 0.48.0", |
| 280 | ] |
| 281 | |
| 282 | [[package]] |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 283 | name = "is-terminal" |
| 284 | version = "0.4.9" |
| 285 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 286 | checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" |
| 287 | dependencies = [ |
| 288 | "hermit-abi", |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 289 | "rustix 0.38.4", |
| 290 | "windows-sys 0.48.0", |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 291 | ] |
| 292 | |
| 293 | [[package]] |
| 294 | name = "itertools" |
| 295 | version = "0.11.0" |
| 296 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 297 | checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
| 298 | dependencies = [ |
| 299 | "either", |
| 300 | ] |
| 301 | |
| 302 | [[package]] |
| 303 | name = "itoa" |
| 304 | version = "1.0.9" |
| 305 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 306 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
| 307 | |
| 308 | [[package]] |
| 309 | name = "libc" |
| 310 | version = "0.2.147" |
| 311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 312 | checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
| 313 | |
| 314 | [[package]] |
| 315 | name = "linux-raw-sys" |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 316 | version = "0.1.4" |
| 317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 | checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" |
| 319 | |
| 320 | [[package]] |
| 321 | name = "linux-raw-sys" |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 322 | version = "0.4.3" |
| 323 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 324 | checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0" |
| 325 | |
| 326 | [[package]] |
| 327 | name = "lock_api" |
| 328 | version = "0.4.10" |
| 329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 330 | checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" |
| 331 | dependencies = [ |
| 332 | "autocfg", |
| 333 | "scopeguard", |
| 334 | ] |
| 335 | |
| 336 | [[package]] |
| 337 | name = "log" |
| 338 | version = "0.4.19" |
| 339 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 340 | checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" |
| 341 | |
| 342 | [[package]] |
| 343 | name = "maplit" |
| 344 | version = "1.0.2" |
| 345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 346 | checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
| 347 | |
| 348 | [[package]] |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 349 | name = "memchr" |
| 350 | version = "2.5.0" |
| 351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 352 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
| 353 | |
| 354 | [[package]] |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 355 | name = "once_cell" |
| 356 | version = "1.18.0" |
| 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
| 359 | |
| 360 | [[package]] |
| 361 | name = "oorandom" |
| 362 | version = "11.1.3" |
| 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 | checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
| 365 | |
| 366 | [[package]] |
| 367 | name = "parking_lot" |
| 368 | version = "0.11.2" |
| 369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 370 | checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" |
| 371 | dependencies = [ |
| 372 | "instant", |
| 373 | "lock_api", |
| 374 | "parking_lot_core", |
| 375 | ] |
| 376 | |
| 377 | [[package]] |
| 378 | name = "parking_lot_core" |
| 379 | version = "0.8.6" |
| 380 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 381 | checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" |
| 382 | dependencies = [ |
| 383 | "cfg-if", |
| 384 | "instant", |
| 385 | "libc", |
| 386 | "redox_syscall", |
| 387 | "smallvec", |
| 388 | "winapi", |
| 389 | ] |
| 390 | |
| 391 | [[package]] |
| 392 | name = "pin-project" |
| 393 | version = "1.1.2" |
| 394 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 395 | checksum = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842" |
| 396 | dependencies = [ |
| 397 | "pin-project-internal", |
| 398 | ] |
| 399 | |
| 400 | [[package]] |
| 401 | name = "pin-project-internal" |
| 402 | version = "1.1.2" |
| 403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 404 | checksum = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c" |
| 405 | dependencies = [ |
| 406 | "proc-macro2", |
| 407 | "quote", |
| 408 | "syn 2.0.26", |
| 409 | ] |
| 410 | |
| 411 | [[package]] |
| 412 | name = "proc-macro2" |
| 413 | version = "1.0.66" |
| 414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 415 | checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" |
| 416 | dependencies = [ |
| 417 | "unicode-ident", |
| 418 | ] |
| 419 | |
| 420 | [[package]] |
| 421 | name = "quote" |
| 422 | version = "1.0.31" |
| 423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 424 | checksum = "5fe8a65d69dd0808184ebb5f836ab526bb259db23c657efa38711b1072ee47f0" |
| 425 | dependencies = [ |
| 426 | "proc-macro2", |
| 427 | ] |
| 428 | |
| 429 | [[package]] |
| 430 | name = "redox_syscall" |
| 431 | version = "0.2.16" |
| 432 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 433 | checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" |
| 434 | dependencies = [ |
| 435 | "bitflags 1.3.2", |
| 436 | ] |
| 437 | |
| 438 | [[package]] |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 439 | name = "regex" |
| 440 | version = "1.9.1" |
| 441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 442 | checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" |
| 443 | dependencies = [ |
| 444 | "aho-corasick", |
| 445 | "memchr", |
| 446 | "regex-automata", |
| 447 | "regex-syntax", |
| 448 | ] |
| 449 | |
| 450 | [[package]] |
| 451 | name = "regex-automata" |
| 452 | version = "0.3.3" |
| 453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 454 | checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310" |
| 455 | dependencies = [ |
| 456 | "aho-corasick", |
| 457 | "memchr", |
| 458 | "regex-syntax", |
| 459 | ] |
| 460 | |
| 461 | [[package]] |
| 462 | name = "regex-syntax" |
| 463 | version = "0.7.4" |
| 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 465 | checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2" |
| 466 | |
| 467 | [[package]] |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 468 | name = "rustc-hash" |
| 469 | version = "1.1.0" |
| 470 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 471 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 472 | |
| 473 | [[package]] |
| 474 | name = "rustix" |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 475 | version = "0.36.15" |
| 476 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 477 | checksum = "c37f1bd5ef1b5422177b7646cba67430579cfe2ace80f284fee876bca52ad941" |
| 478 | dependencies = [ |
| 479 | "bitflags 1.3.2", |
| 480 | "errno", |
| 481 | "io-lifetimes", |
| 482 | "libc", |
| 483 | "linux-raw-sys 0.1.4", |
| 484 | "windows-sys 0.45.0", |
| 485 | ] |
| 486 | |
| 487 | [[package]] |
| 488 | name = "rustix" |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 489 | version = "0.38.4" |
| 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 491 | checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5" |
| 492 | dependencies = [ |
| 493 | "bitflags 2.3.3", |
| 494 | "errno", |
| 495 | "libc", |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 496 | "linux-raw-sys 0.4.3", |
| 497 | "windows-sys 0.48.0", |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 498 | ] |
| 499 | |
| 500 | [[package]] |
| 501 | name = "ryu" |
| 502 | version = "1.0.15" |
| 503 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 504 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
| 505 | |
| 506 | [[package]] |
| 507 | name = "salsa" |
| 508 | version = "0.16.1" |
| 509 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 510 | checksum = "4b84d9f96071f3f3be0dc818eae3327625d8ebc95b58da37d6850724f31d3403" |
| 511 | dependencies = [ |
| 512 | "crossbeam-utils", |
| 513 | "indexmap", |
| 514 | "lock_api", |
| 515 | "log", |
| 516 | "oorandom", |
| 517 | "parking_lot", |
| 518 | "rustc-hash", |
| 519 | "salsa-macros", |
| 520 | "smallvec", |
| 521 | ] |
| 522 | |
| 523 | [[package]] |
| 524 | name = "salsa-macros" |
| 525 | version = "0.16.0" |
| 526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 527 | checksum = "cd3904a4ba0a9d0211816177fd34b04c7095443f8cdacd11175064fe541c8fe2" |
| 528 | dependencies = [ |
| 529 | "heck 0.3.3", |
| 530 | "proc-macro2", |
| 531 | "quote", |
| 532 | "syn 1.0.109", |
| 533 | ] |
| 534 | |
| 535 | [[package]] |
| 536 | name = "scopeguard" |
| 537 | version = "1.2.0" |
| 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 539 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
| 540 | |
| 541 | [[package]] |
| 542 | name = "serde" |
| 543 | version = "1.0.171" |
| 544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 545 | checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" |
| 546 | dependencies = [ |
| 547 | "serde_derive", |
| 548 | ] |
| 549 | |
| 550 | [[package]] |
| 551 | name = "serde_derive" |
| 552 | version = "1.0.171" |
| 553 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 554 | checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" |
| 555 | dependencies = [ |
| 556 | "proc-macro2", |
| 557 | "quote", |
| 558 | "syn 2.0.26", |
| 559 | ] |
| 560 | |
| 561 | [[package]] |
| 562 | name = "serde_json" |
| 563 | version = "1.0.103" |
| 564 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 565 | checksum = "d03b412469450d4404fe8499a268edd7f8b79fecb074b0d812ad64ca21f4031b" |
| 566 | dependencies = [ |
| 567 | "itoa", |
| 568 | "ryu", |
| 569 | "serde", |
| 570 | ] |
| 571 | |
| 572 | [[package]] |
| 573 | name = "smallvec" |
| 574 | version = "1.11.0" |
| 575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 576 | checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" |
| 577 | |
| 578 | [[package]] |
| 579 | name = "static_assertions" |
| 580 | version = "1.1.0" |
| 581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 582 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
| 583 | |
| 584 | [[package]] |
| 585 | name = "strsim" |
| 586 | version = "0.10.0" |
| 587 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 588 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 589 | |
| 590 | [[package]] |
| 591 | name = "syn" |
| 592 | version = "1.0.109" |
| 593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 594 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 595 | dependencies = [ |
| 596 | "proc-macro2", |
| 597 | "quote", |
| 598 | "unicode-ident", |
| 599 | ] |
| 600 | |
| 601 | [[package]] |
| 602 | name = "syn" |
| 603 | version = "2.0.26" |
| 604 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 605 | checksum = "45c3457aacde3c65315de5031ec191ce46604304d2446e803d71ade03308d970" |
| 606 | dependencies = [ |
| 607 | "proc-macro2", |
| 608 | "quote", |
| 609 | "unicode-ident", |
| 610 | ] |
| 611 | |
| 612 | [[package]] |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 613 | name = "tempfile" |
| 614 | version = "3.4.0" |
| 615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 616 | checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95" |
| 617 | dependencies = [ |
| 618 | "cfg-if", |
| 619 | "fastrand", |
| 620 | "redox_syscall", |
| 621 | "rustix 0.36.15", |
| 622 | "windows-sys 0.42.0", |
| 623 | ] |
| 624 | |
| 625 | [[package]] |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 626 | name = "unicode-ident" |
| 627 | version = "1.0.11" |
| 628 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 629 | checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" |
| 630 | |
| 631 | [[package]] |
| 632 | name = "unicode-segmentation" |
| 633 | version = "1.10.1" |
| 634 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 635 | checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" |
| 636 | |
| 637 | [[package]] |
| 638 | name = "utf8parse" |
| 639 | version = "0.2.1" |
| 640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 641 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
| 642 | |
| 643 | [[package]] |
| 644 | name = "winapi" |
| 645 | version = "0.3.9" |
| 646 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 647 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 648 | dependencies = [ |
| 649 | "winapi-i686-pc-windows-gnu", |
| 650 | "winapi-x86_64-pc-windows-gnu", |
| 651 | ] |
| 652 | |
| 653 | [[package]] |
| 654 | name = "winapi-i686-pc-windows-gnu" |
| 655 | version = "0.4.0" |
| 656 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 657 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 658 | |
| 659 | [[package]] |
| 660 | name = "winapi-x86_64-pc-windows-gnu" |
| 661 | version = "0.4.0" |
| 662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 663 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 664 | |
| 665 | [[package]] |
| 666 | name = "windows-sys" |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 667 | version = "0.42.0" |
| 668 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 669 | checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" |
| 670 | dependencies = [ |
| 671 | "windows_aarch64_gnullvm 0.42.2", |
| 672 | "windows_aarch64_msvc 0.42.2", |
| 673 | "windows_i686_gnu 0.42.2", |
| 674 | "windows_i686_msvc 0.42.2", |
| 675 | "windows_x86_64_gnu 0.42.2", |
| 676 | "windows_x86_64_gnullvm 0.42.2", |
| 677 | "windows_x86_64_msvc 0.42.2", |
| 678 | ] |
| 679 | |
| 680 | [[package]] |
| 681 | name = "windows-sys" |
| 682 | version = "0.45.0" |
| 683 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 684 | checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" |
| 685 | dependencies = [ |
| 686 | "windows-targets 0.42.2", |
| 687 | ] |
| 688 | |
| 689 | [[package]] |
| 690 | name = "windows-sys" |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 691 | version = "0.48.0" |
| 692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 693 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 694 | dependencies = [ |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 695 | "windows-targets 0.48.1", |
| 696 | ] |
| 697 | |
| 698 | [[package]] |
| 699 | name = "windows-targets" |
| 700 | version = "0.42.2" |
| 701 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 702 | checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" |
| 703 | dependencies = [ |
| 704 | "windows_aarch64_gnullvm 0.42.2", |
| 705 | "windows_aarch64_msvc 0.42.2", |
| 706 | "windows_i686_gnu 0.42.2", |
| 707 | "windows_i686_msvc 0.42.2", |
| 708 | "windows_x86_64_gnu 0.42.2", |
| 709 | "windows_x86_64_gnullvm 0.42.2", |
| 710 | "windows_x86_64_msvc 0.42.2", |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 711 | ] |
| 712 | |
| 713 | [[package]] |
| 714 | name = "windows-targets" |
| 715 | version = "0.48.1" |
| 716 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 717 | checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" |
| 718 | dependencies = [ |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 719 | "windows_aarch64_gnullvm 0.48.0", |
| 720 | "windows_aarch64_msvc 0.48.0", |
| 721 | "windows_i686_gnu 0.48.0", |
| 722 | "windows_i686_msvc 0.48.0", |
| 723 | "windows_x86_64_gnu 0.48.0", |
| 724 | "windows_x86_64_gnullvm 0.48.0", |
| 725 | "windows_x86_64_msvc 0.48.0", |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 726 | ] |
| 727 | |
| 728 | [[package]] |
| 729 | name = "windows_aarch64_gnullvm" |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 730 | version = "0.42.2" |
| 731 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 732 | checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" |
| 733 | |
| 734 | [[package]] |
| 735 | name = "windows_aarch64_gnullvm" |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 736 | version = "0.48.0" |
| 737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 738 | checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
| 739 | |
| 740 | [[package]] |
| 741 | name = "windows_aarch64_msvc" |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 742 | version = "0.42.2" |
| 743 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 744 | checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" |
| 745 | |
| 746 | [[package]] |
| 747 | name = "windows_aarch64_msvc" |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 748 | version = "0.48.0" |
| 749 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 750 | checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
| 751 | |
| 752 | [[package]] |
| 753 | name = "windows_i686_gnu" |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 754 | version = "0.42.2" |
| 755 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 756 | checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" |
| 757 | |
| 758 | [[package]] |
| 759 | name = "windows_i686_gnu" |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 760 | version = "0.48.0" |
| 761 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 762 | checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
| 763 | |
| 764 | [[package]] |
| 765 | name = "windows_i686_msvc" |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 766 | version = "0.42.2" |
| 767 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 768 | checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" |
| 769 | |
| 770 | [[package]] |
| 771 | name = "windows_i686_msvc" |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 772 | version = "0.48.0" |
| 773 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 774 | checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
| 775 | |
| 776 | [[package]] |
| 777 | name = "windows_x86_64_gnu" |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 778 | version = "0.42.2" |
| 779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 780 | checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" |
| 781 | |
| 782 | [[package]] |
| 783 | name = "windows_x86_64_gnu" |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 784 | version = "0.48.0" |
| 785 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 786 | checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
| 787 | |
| 788 | [[package]] |
| 789 | name = "windows_x86_64_gnullvm" |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 790 | version = "0.42.2" |
| 791 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 792 | checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" |
| 793 | |
| 794 | [[package]] |
| 795 | name = "windows_x86_64_gnullvm" |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 796 | version = "0.48.0" |
| 797 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 798 | checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
| 799 | |
| 800 | [[package]] |
| 801 | name = "windows_x86_64_msvc" |
Jing Lu | 04f9f5c | 2023-07-27 11:09:26 -0700 | [diff] [blame] | 802 | version = "0.42.2" |
| 803 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 804 | checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0" |
| 805 | |
| 806 | [[package]] |
| 807 | name = "windows_x86_64_msvc" |
Jing Lu | ba67ca7 | 2023-07-18 04:55:56 -0700 | [diff] [blame] | 808 | version = "0.48.0" |
| 809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 810 | checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |