Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 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.20.0" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3" |
| 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 = "ahash" |
| 22 | version = "0.7.6" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" |
| 25 | dependencies = [ |
| 26 | "getrandom", |
| 27 | "once_cell", |
| 28 | "version_check", |
| 29 | ] |
| 30 | |
| 31 | [[package]] |
| 32 | name = "aho-corasick" |
| 33 | version = "1.0.2" |
| 34 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41" |
| 36 | dependencies = [ |
| 37 | "memchr", |
| 38 | ] |
| 39 | |
| 40 | [[package]] |
| 41 | name = "ansi_term" |
| 42 | version = "0.12.1" |
| 43 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 44 | checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" |
| 45 | dependencies = [ |
| 46 | "winapi", |
| 47 | ] |
| 48 | |
| 49 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 50 | name = "anstream" |
| 51 | version = "0.6.11" |
| 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 53 | checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5" |
| 54 | dependencies = [ |
| 55 | "anstyle", |
| 56 | "anstyle-parse", |
| 57 | "anstyle-query", |
| 58 | "anstyle-wincon", |
| 59 | "colorchoice", |
| 60 | "utf8parse", |
| 61 | ] |
| 62 | |
| 63 | [[package]] |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 64 | name = "anstyle" |
| 65 | version = "1.0.1" |
| 66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 67 | checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" |
| 68 | |
| 69 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 70 | name = "anstyle-parse" |
| 71 | version = "0.2.3" |
| 72 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 73 | checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c" |
| 74 | dependencies = [ |
| 75 | "utf8parse", |
| 76 | ] |
| 77 | |
| 78 | [[package]] |
| 79 | name = "anstyle-query" |
| 80 | version = "1.0.2" |
| 81 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 82 | checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648" |
| 83 | dependencies = [ |
| 84 | "windows-sys 0.52.0", |
| 85 | ] |
| 86 | |
| 87 | [[package]] |
| 88 | name = "anstyle-wincon" |
| 89 | version = "3.0.2" |
| 90 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 91 | checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7" |
| 92 | dependencies = [ |
| 93 | "anstyle", |
| 94 | "windows-sys 0.52.0", |
| 95 | ] |
| 96 | |
| 97 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 98 | name = "anyhow" |
| 99 | version = "1.0.71" |
| 100 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 101 | checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8" |
| 102 | |
| 103 | [[package]] |
| 104 | name = "aquamarine" |
| 105 | version = "0.1.12" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f" |
| 108 | dependencies = [ |
| 109 | "itertools 0.9.0", |
| 110 | "proc-macro-error", |
| 111 | "proc-macro2", |
| 112 | "quote", |
| 113 | "syn 1.0.109", |
| 114 | ] |
| 115 | |
| 116 | [[package]] |
| 117 | name = "assert_cmd" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 118 | version = "2.0.12" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 119 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 120 | checksum = "88903cb14723e4d4003335bb7f8a14f27691649105346a0f0957466c096adfe6" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 121 | dependencies = [ |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 122 | "anstyle", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 123 | "bstr", |
| 124 | "doc-comment", |
| 125 | "predicates", |
| 126 | "predicates-core", |
| 127 | "predicates-tree", |
| 128 | "wait-timeout", |
| 129 | ] |
| 130 | |
| 131 | [[package]] |
| 132 | name = "atty" |
| 133 | version = "0.2.14" |
| 134 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 135 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| 136 | dependencies = [ |
| 137 | "hermit-abi 0.1.19", |
| 138 | "libc", |
| 139 | "winapi", |
| 140 | ] |
| 141 | |
| 142 | [[package]] |
| 143 | name = "autocfg" |
| 144 | version = "1.1.0" |
| 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 146 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| 147 | |
| 148 | [[package]] |
| 149 | name = "autocxx" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 150 | version = "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 151 | dependencies = [ |
| 152 | "aquamarine", |
| 153 | "autocxx-macro", |
| 154 | "cxx", |
| 155 | "moveit", |
| 156 | ] |
| 157 | |
| 158 | [[package]] |
| 159 | name = "autocxx-bindgen" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 160 | version = "0.65.1" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 162 | checksum = "6c9fb7b8dd83a582e12157367773d8d1195f2dea54d4250aaf3426abae3237aa" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 163 | dependencies = [ |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 164 | "bitflags 1.3.2", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 165 | "cexpr 0.6.0", |
| 166 | "clang-sys", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 167 | "itertools 0.10.5", |
| 168 | "lazy_static", |
| 169 | "lazycell", |
| 170 | "log", |
| 171 | "peeking_take_while", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 172 | "prettyplease", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 173 | "proc-macro2", |
| 174 | "quote", |
| 175 | "regex", |
| 176 | "rustc-hash", |
| 177 | "shlex", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 178 | "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 179 | "which 4.4.0", |
| 180 | ] |
| 181 | |
| 182 | [[package]] |
| 183 | name = "autocxx-engine" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 184 | version = "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 185 | dependencies = [ |
| 186 | "aquamarine", |
| 187 | "autocxx-bindgen", |
| 188 | "autocxx-parser", |
| 189 | "cc", |
| 190 | "cxx-gen", |
| 191 | "indexmap", |
| 192 | "indoc", |
| 193 | "itertools 0.10.5", |
| 194 | "log", |
| 195 | "miette", |
| 196 | "once_cell", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 197 | "prettyplease", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 198 | "proc-macro2", |
| 199 | "quote", |
| 200 | "regex", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 201 | "rustversion", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 202 | "serde_json", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 203 | "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 204 | "tempfile", |
| 205 | "thiserror", |
| 206 | "version_check", |
| 207 | ] |
| 208 | |
| 209 | [[package]] |
| 210 | name = "autocxx-gen" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 211 | version = "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 212 | dependencies = [ |
| 213 | "assert_cmd", |
| 214 | "autocxx", |
| 215 | "autocxx-engine", |
| 216 | "autocxx-integration-tests", |
| 217 | "clap 3.2.25", |
| 218 | "cxx", |
| 219 | "env_logger 0.9.3", |
| 220 | "indexmap", |
| 221 | "itertools 0.10.5", |
| 222 | "miette", |
| 223 | "pathdiff", |
| 224 | "proc-macro2", |
| 225 | "tempfile", |
| 226 | ] |
| 227 | |
| 228 | [[package]] |
| 229 | name = "autocxx-integration-tests" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 230 | version = "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 231 | dependencies = [ |
| 232 | "autocxx", |
| 233 | "autocxx-engine", |
| 234 | "cc", |
| 235 | "cxx", |
| 236 | "env_logger 0.9.3", |
| 237 | "indoc", |
| 238 | "itertools 0.10.5", |
| 239 | "link-cplusplus", |
| 240 | "log", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 241 | "moveit", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 242 | "once_cell", |
| 243 | "proc-macro2", |
| 244 | "quote", |
| 245 | "rust_info", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 246 | "rustversion", |
| 247 | "static_assertions", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 248 | "syn 1.0.109", |
| 249 | "tempfile", |
| 250 | "test-log", |
| 251 | "trybuild", |
| 252 | ] |
| 253 | |
| 254 | [[package]] |
| 255 | name = "autocxx-macro" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 256 | version = "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 257 | dependencies = [ |
| 258 | "autocxx-parser", |
| 259 | "proc-macro-error", |
| 260 | "proc-macro2", |
| 261 | "quote", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 262 | "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 263 | ] |
| 264 | |
| 265 | [[package]] |
| 266 | name = "autocxx-parser" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 267 | version = "0.26.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 268 | dependencies = [ |
| 269 | "indexmap", |
| 270 | "itertools 0.10.5", |
| 271 | "log", |
| 272 | "once_cell", |
| 273 | "proc-macro2", |
| 274 | "quote", |
| 275 | "serde", |
| 276 | "serde_json", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 277 | "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 278 | "thiserror", |
| 279 | ] |
| 280 | |
| 281 | [[package]] |
| 282 | name = "backtrace" |
| 283 | version = "0.3.68" |
| 284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 285 | checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12" |
| 286 | dependencies = [ |
| 287 | "addr2line", |
| 288 | "cc", |
| 289 | "cfg-if 1.0.0", |
| 290 | "libc", |
| 291 | "miniz_oxide", |
| 292 | "object", |
| 293 | "rustc-demangle", |
| 294 | ] |
| 295 | |
| 296 | [[package]] |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 297 | name = "backtrace-ext" |
| 298 | version = "0.2.1" |
| 299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 300 | checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" |
| 301 | dependencies = [ |
| 302 | "backtrace", |
| 303 | ] |
| 304 | |
| 305 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 306 | name = "basic-toml" |
| 307 | version = "0.1.3" |
| 308 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 309 | checksum = "f838d03a705d72b12389b8930bd14cacf493be1380bfb15720d4d12db5ab03ac" |
| 310 | dependencies = [ |
| 311 | "serde", |
| 312 | ] |
| 313 | |
| 314 | [[package]] |
| 315 | name = "bindgen" |
| 316 | version = "0.58.1" |
| 317 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 318 | checksum = "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f" |
| 319 | dependencies = [ |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 320 | "bitflags 1.3.2", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 321 | "cexpr 0.4.0", |
| 322 | "clang-sys", |
| 323 | "clap 2.34.0", |
| 324 | "env_logger 0.8.4", |
| 325 | "lazy_static", |
| 326 | "lazycell", |
| 327 | "log", |
| 328 | "peeking_take_while", |
| 329 | "proc-macro2", |
| 330 | "quote", |
| 331 | "regex", |
| 332 | "rustc-hash", |
| 333 | "shlex", |
| 334 | "which 3.1.1", |
| 335 | ] |
| 336 | |
| 337 | [[package]] |
| 338 | name = "bitflags" |
| 339 | version = "1.3.2" |
| 340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 341 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 342 | |
| 343 | [[package]] |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 344 | name = "bitflags" |
| 345 | version = "2.3.3" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 346 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 347 | checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" |
| 348 | |
| 349 | [[package]] |
Brian Silverman | 4e662aa | 2022-05-11 23:10:19 -0700 | [diff] [blame] | 350 | name = "bstr" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 351 | version = "1.6.0" |
Brian Silverman | 4e662aa | 2022-05-11 23:10:19 -0700 | [diff] [blame] | 352 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 353 | checksum = "6798148dccfbff0fae41c7574d2fa8f1ef3492fba0face179de5d8d447d67b05" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 354 | dependencies = [ |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 355 | "memchr", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 356 | "regex-automata", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 357 | "serde", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 358 | ] |
| 359 | |
| 360 | [[package]] |
| 361 | name = "cc" |
| 362 | version = "1.0.79" |
| 363 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 364 | checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
| 365 | |
| 366 | [[package]] |
| 367 | name = "cexpr" |
| 368 | version = "0.4.0" |
| 369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 370 | checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" |
| 371 | dependencies = [ |
| 372 | "nom 5.1.3", |
| 373 | ] |
| 374 | |
| 375 | [[package]] |
| 376 | name = "cexpr" |
| 377 | version = "0.6.0" |
| 378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 379 | checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" |
| 380 | dependencies = [ |
| 381 | "nom 7.1.3", |
| 382 | ] |
| 383 | |
| 384 | [[package]] |
| 385 | name = "cfg-if" |
| 386 | version = "0.1.10" |
| 387 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 388 | checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| 389 | |
| 390 | [[package]] |
| 391 | name = "cfg-if" |
| 392 | version = "1.0.0" |
| 393 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 394 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 395 | |
| 396 | [[package]] |
| 397 | name = "clang-sys" |
| 398 | version = "1.6.1" |
| 399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 400 | checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f" |
| 401 | dependencies = [ |
| 402 | "glob", |
| 403 | "libc", |
| 404 | "libloading 0.7.4", |
| 405 | ] |
| 406 | |
| 407 | [[package]] |
| 408 | name = "clap" |
| 409 | version = "2.34.0" |
| 410 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 411 | checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" |
| 412 | dependencies = [ |
| 413 | "ansi_term", |
| 414 | "atty", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 415 | "bitflags 1.3.2", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 416 | "strsim 0.8.0", |
| 417 | "textwrap 0.11.0", |
| 418 | "unicode-width", |
| 419 | "vec_map", |
| 420 | ] |
| 421 | |
| 422 | [[package]] |
| 423 | name = "clap" |
| 424 | version = "3.2.25" |
| 425 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 426 | checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" |
| 427 | dependencies = [ |
| 428 | "atty", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 429 | "bitflags 1.3.2", |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 430 | "clap_lex 0.2.4", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 431 | "indexmap", |
| 432 | "once_cell", |
| 433 | "strsim 0.10.0", |
| 434 | "termcolor", |
| 435 | "textwrap 0.16.0", |
| 436 | ] |
| 437 | |
| 438 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 439 | name = "clap" |
| 440 | version = "4.4.18" |
| 441 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 442 | checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c" |
| 443 | dependencies = [ |
| 444 | "clap_builder", |
| 445 | "clap_derive", |
| 446 | ] |
| 447 | |
| 448 | [[package]] |
| 449 | name = "clap_builder" |
| 450 | version = "4.4.18" |
| 451 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 452 | checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7" |
| 453 | dependencies = [ |
| 454 | "anstream", |
| 455 | "anstyle", |
| 456 | "clap_lex 0.6.0", |
| 457 | "strsim 0.10.0", |
| 458 | ] |
| 459 | |
| 460 | [[package]] |
| 461 | name = "clap_derive" |
| 462 | version = "4.4.7" |
| 463 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 464 | checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" |
| 465 | dependencies = [ |
| 466 | "heck", |
| 467 | "proc-macro2", |
| 468 | "quote", |
| 469 | "syn 2.0.28", |
| 470 | ] |
| 471 | |
| 472 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 473 | name = "clap_lex" |
| 474 | version = "0.2.4" |
| 475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 476 | checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" |
| 477 | dependencies = [ |
| 478 | "os_str_bytes", |
| 479 | ] |
| 480 | |
| 481 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 482 | name = "clap_lex" |
| 483 | version = "0.6.0" |
| 484 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 485 | checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" |
| 486 | |
| 487 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 488 | name = "codespan-reporting" |
| 489 | version = "0.11.1" |
| 490 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 491 | checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" |
| 492 | dependencies = [ |
| 493 | "termcolor", |
| 494 | "unicode-width", |
| 495 | ] |
| 496 | |
| 497 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 498 | name = "colorchoice" |
| 499 | version = "1.0.0" |
| 500 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 501 | checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
| 502 | |
| 503 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 504 | name = "compile_with_bazel" |
| 505 | version = "0.0.0" |
| 506 | dependencies = [ |
| 507 | "anyhow", |
| 508 | "bindgen", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 509 | "bitflags 1.3.2", |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 510 | "clap 4.4.18", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 511 | "cxx", |
| 512 | "cxxbridge-macro", |
| 513 | "futures", |
| 514 | "libloading 0.6.3", |
| 515 | "link-cplusplus", |
| 516 | "once_cell", |
| 517 | "smallvec", |
| 518 | "thiserror", |
| 519 | "toml", |
| 520 | "uuid", |
| 521 | ] |
| 522 | |
| 523 | [[package]] |
| 524 | name = "cxx" |
| 525 | version = "1.0.97" |
| 526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 527 | checksum = "e88abab2f5abbe4c56e8f1fb431b784d710b709888f35755a160e62e33fe38e8" |
| 528 | dependencies = [ |
| 529 | "cc", |
| 530 | "cxxbridge-flags", |
| 531 | "cxxbridge-macro", |
| 532 | "link-cplusplus", |
| 533 | ] |
| 534 | |
| 535 | [[package]] |
| 536 | name = "cxx-gen" |
| 537 | version = "0.7.97" |
| 538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 539 | checksum = "83f6f8cddb97c1510ef1e7e849a40d60cd97377766187633ac6b9162dd862fd8" |
| 540 | dependencies = [ |
| 541 | "codespan-reporting", |
| 542 | "proc-macro2", |
| 543 | "quote", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 544 | "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 545 | ] |
| 546 | |
| 547 | [[package]] |
| 548 | name = "cxxbridge-flags" |
| 549 | version = "1.0.97" |
| 550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 551 | checksum = "8d3816ed957c008ccd4728485511e3d9aaf7db419aa321e3d2c5a2f3411e36c8" |
| 552 | |
| 553 | [[package]] |
| 554 | name = "cxxbridge-macro" |
| 555 | version = "1.0.97" |
| 556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 557 | checksum = "a26acccf6f445af85ea056362561a24ef56cdc15fcc685f03aec50b9c702cb6d" |
| 558 | dependencies = [ |
| 559 | "proc-macro2", |
| 560 | "quote", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 561 | "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 562 | ] |
| 563 | |
| 564 | [[package]] |
| 565 | name = "difflib" |
| 566 | version = "0.4.0" |
| 567 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 568 | checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8" |
| 569 | |
| 570 | [[package]] |
| 571 | name = "doc-comment" |
| 572 | version = "0.3.3" |
| 573 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 574 | checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10" |
| 575 | |
| 576 | [[package]] |
| 577 | name = "either" |
| 578 | version = "1.8.1" |
| 579 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 580 | checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" |
| 581 | |
| 582 | [[package]] |
| 583 | name = "env_logger" |
| 584 | version = "0.8.4" |
| 585 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 586 | checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3" |
| 587 | dependencies = [ |
| 588 | "atty", |
| 589 | "humantime", |
| 590 | "log", |
| 591 | "regex", |
| 592 | "termcolor", |
| 593 | ] |
| 594 | |
| 595 | [[package]] |
| 596 | name = "env_logger" |
| 597 | version = "0.9.3" |
| 598 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 599 | checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" |
| 600 | dependencies = [ |
| 601 | "atty", |
| 602 | "humantime", |
| 603 | "log", |
| 604 | "regex", |
| 605 | "termcolor", |
| 606 | ] |
| 607 | |
| 608 | [[package]] |
| 609 | name = "errno" |
| 610 | version = "0.3.1" |
| 611 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 612 | checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" |
| 613 | dependencies = [ |
| 614 | "errno-dragonfly", |
| 615 | "libc", |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 616 | "windows-sys 0.48.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 617 | ] |
| 618 | |
| 619 | [[package]] |
| 620 | name = "errno-dragonfly" |
| 621 | version = "0.1.2" |
| 622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 623 | checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" |
| 624 | dependencies = [ |
| 625 | "cc", |
| 626 | "libc", |
| 627 | ] |
| 628 | |
| 629 | [[package]] |
| 630 | name = "fastrand" |
| 631 | version = "1.9.0" |
| 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 633 | checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
| 634 | dependencies = [ |
| 635 | "instant", |
| 636 | ] |
| 637 | |
| 638 | [[package]] |
| 639 | name = "flatbuffers" |
| 640 | version = "22.10.26" |
| 641 | dependencies = [ |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 642 | "bitflags 1.3.2", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 643 | "rustc_version", |
| 644 | "serde", |
| 645 | ] |
| 646 | |
| 647 | [[package]] |
| 648 | name = "futures" |
| 649 | version = "0.3.28" |
| 650 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 651 | checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" |
| 652 | dependencies = [ |
| 653 | "futures-channel", |
| 654 | "futures-core", |
| 655 | "futures-executor", |
| 656 | "futures-io", |
| 657 | "futures-sink", |
| 658 | "futures-task", |
| 659 | "futures-util", |
| 660 | ] |
| 661 | |
| 662 | [[package]] |
| 663 | name = "futures-channel" |
| 664 | version = "0.3.28" |
| 665 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 666 | checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" |
| 667 | dependencies = [ |
| 668 | "futures-core", |
| 669 | "futures-sink", |
| 670 | ] |
| 671 | |
| 672 | [[package]] |
| 673 | name = "futures-core" |
| 674 | version = "0.3.28" |
| 675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 676 | checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" |
| 677 | |
| 678 | [[package]] |
| 679 | name = "futures-executor" |
| 680 | version = "0.3.28" |
| 681 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 682 | checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" |
| 683 | dependencies = [ |
| 684 | "futures-core", |
| 685 | "futures-task", |
| 686 | "futures-util", |
| 687 | ] |
| 688 | |
| 689 | [[package]] |
| 690 | name = "futures-io" |
| 691 | version = "0.3.28" |
| 692 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 693 | checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" |
| 694 | |
| 695 | [[package]] |
| 696 | name = "futures-macro" |
| 697 | version = "0.3.28" |
| 698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 699 | checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" |
| 700 | dependencies = [ |
| 701 | "proc-macro2", |
| 702 | "quote", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 703 | "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 704 | ] |
| 705 | |
| 706 | [[package]] |
| 707 | name = "futures-sink" |
| 708 | version = "0.3.28" |
| 709 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 710 | checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" |
| 711 | |
| 712 | [[package]] |
| 713 | name = "futures-task" |
| 714 | version = "0.3.28" |
| 715 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 716 | checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" |
| 717 | |
| 718 | [[package]] |
| 719 | name = "futures-util" |
| 720 | version = "0.3.28" |
| 721 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 722 | checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" |
| 723 | dependencies = [ |
| 724 | "futures-channel", |
| 725 | "futures-core", |
| 726 | "futures-io", |
| 727 | "futures-macro", |
| 728 | "futures-sink", |
| 729 | "futures-task", |
| 730 | "memchr", |
| 731 | "pin-project-lite", |
| 732 | "pin-utils", |
| 733 | "slab", |
| 734 | ] |
| 735 | |
| 736 | [[package]] |
| 737 | name = "getrandom" |
| 738 | version = "0.2.10" |
| 739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 | checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
| 741 | dependencies = [ |
| 742 | "cfg-if 1.0.0", |
| 743 | "libc", |
| 744 | "wasi", |
| 745 | ] |
| 746 | |
| 747 | [[package]] |
| 748 | name = "gimli" |
| 749 | version = "0.27.3" |
| 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 | checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" |
| 752 | |
| 753 | [[package]] |
| 754 | name = "glob" |
| 755 | version = "0.3.1" |
| 756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 757 | checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
| 758 | |
| 759 | [[package]] |
| 760 | name = "hashbrown" |
| 761 | version = "0.12.3" |
| 762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 763 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 764 | dependencies = [ |
| 765 | "ahash", |
| 766 | ] |
| 767 | |
| 768 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 769 | name = "heck" |
| 770 | version = "0.4.1" |
| 771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 772 | checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" |
| 773 | |
| 774 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 775 | name = "hermit-abi" |
| 776 | version = "0.1.19" |
| 777 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 778 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| 779 | dependencies = [ |
| 780 | "libc", |
| 781 | ] |
| 782 | |
| 783 | [[package]] |
| 784 | name = "hermit-abi" |
| 785 | version = "0.3.2" |
| 786 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 787 | checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b" |
| 788 | |
| 789 | [[package]] |
| 790 | name = "humantime" |
| 791 | version = "2.1.0" |
| 792 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 793 | checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" |
| 794 | |
| 795 | [[package]] |
| 796 | name = "indexmap" |
| 797 | version = "1.9.3" |
| 798 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 799 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
| 800 | dependencies = [ |
| 801 | "autocfg", |
| 802 | "hashbrown", |
| 803 | "serde", |
| 804 | ] |
| 805 | |
| 806 | [[package]] |
| 807 | name = "indoc" |
| 808 | version = "1.0.9" |
| 809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 810 | checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" |
| 811 | |
| 812 | [[package]] |
| 813 | name = "instant" |
| 814 | version = "0.1.12" |
| 815 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 816 | checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" |
| 817 | dependencies = [ |
| 818 | "cfg-if 1.0.0", |
| 819 | ] |
| 820 | |
| 821 | [[package]] |
| 822 | name = "io-lifetimes" |
| 823 | version = "1.0.11" |
| 824 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 825 | checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" |
| 826 | dependencies = [ |
| 827 | "hermit-abi 0.3.2", |
| 828 | "libc", |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 829 | "windows-sys 0.48.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 830 | ] |
| 831 | |
| 832 | [[package]] |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 833 | name = "is-terminal" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 834 | version = "0.4.9" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 835 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 836 | checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 837 | dependencies = [ |
| 838 | "hermit-abi 0.3.2", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 839 | "rustix 0.38.7", |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 840 | "windows-sys 0.48.0", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 841 | ] |
| 842 | |
| 843 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 844 | name = "is_ci" |
| 845 | version = "1.1.1" |
| 846 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 847 | checksum = "616cde7c720bb2bb5824a224687d8f77bfd38922027f01d825cd7453be5099fb" |
| 848 | |
| 849 | [[package]] |
| 850 | name = "itertools" |
| 851 | version = "0.9.0" |
| 852 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 853 | checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
| 854 | dependencies = [ |
| 855 | "either", |
| 856 | ] |
| 857 | |
| 858 | [[package]] |
| 859 | name = "itertools" |
| 860 | version = "0.10.5" |
| 861 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 862 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| 863 | dependencies = [ |
| 864 | "either", |
| 865 | ] |
| 866 | |
| 867 | [[package]] |
| 868 | name = "itoa" |
| 869 | version = "1.0.8" |
| 870 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 871 | checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" |
| 872 | |
| 873 | [[package]] |
| 874 | name = "lazy_static" |
| 875 | version = "1.4.0" |
| 876 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 877 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| 878 | |
| 879 | [[package]] |
| 880 | name = "lazycell" |
| 881 | version = "1.3.0" |
| 882 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 883 | checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
| 884 | |
| 885 | [[package]] |
| 886 | name = "libc" |
| 887 | version = "0.2.147" |
| 888 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 889 | checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
| 890 | |
| 891 | [[package]] |
| 892 | name = "libloading" |
| 893 | version = "0.6.3" |
| 894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 895 | checksum = "2443d8f0478b16759158b2f66d525991a05491138bc05814ef52a250148ef4f9" |
| 896 | dependencies = [ |
| 897 | "cfg-if 0.1.10", |
| 898 | "winapi", |
| 899 | ] |
| 900 | |
| 901 | [[package]] |
| 902 | name = "libloading" |
| 903 | version = "0.7.4" |
| 904 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 905 | checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f" |
| 906 | dependencies = [ |
| 907 | "cfg-if 1.0.0", |
| 908 | "winapi", |
| 909 | ] |
| 910 | |
| 911 | [[package]] |
| 912 | name = "link-cplusplus" |
| 913 | version = "1.0.8" |
| 914 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 915 | checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5" |
| 916 | dependencies = [ |
| 917 | "cc", |
| 918 | ] |
| 919 | |
| 920 | [[package]] |
| 921 | name = "linux-raw-sys" |
| 922 | version = "0.3.8" |
| 923 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 924 | checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" |
| 925 | |
| 926 | [[package]] |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 927 | name = "linux-raw-sys" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 928 | version = "0.4.5" |
Brian Silverman | 4e662aa | 2022-05-11 23:10:19 -0700 | [diff] [blame] | 929 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 930 | checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 931 | |
| 932 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 933 | name = "log" |
| 934 | version = "0.4.19" |
| 935 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 936 | checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" |
| 937 | |
| 938 | [[package]] |
| 939 | name = "memchr" |
| 940 | version = "2.5.0" |
| 941 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 942 | checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
| 943 | |
| 944 | [[package]] |
| 945 | name = "miette" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 946 | version = "5.10.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 947 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 948 | checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 949 | dependencies = [ |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 950 | "backtrace", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 951 | "backtrace-ext", |
| 952 | "is-terminal", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 953 | "miette-derive", |
| 954 | "once_cell", |
| 955 | "owo-colors", |
| 956 | "supports-color", |
| 957 | "supports-hyperlinks", |
| 958 | "supports-unicode", |
| 959 | "terminal_size", |
| 960 | "textwrap 0.15.2", |
| 961 | "thiserror", |
| 962 | "unicode-width", |
| 963 | ] |
| 964 | |
| 965 | [[package]] |
| 966 | name = "miette-derive" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 967 | version = "5.10.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 968 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 969 | checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 970 | dependencies = [ |
| 971 | "proc-macro2", |
| 972 | "quote", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 973 | "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 974 | ] |
| 975 | |
| 976 | [[package]] |
| 977 | name = "minimal-lexical" |
| 978 | version = "0.2.1" |
| 979 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 980 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" |
| 981 | |
| 982 | [[package]] |
| 983 | name = "miniz_oxide" |
| 984 | version = "0.7.1" |
| 985 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 986 | checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" |
| 987 | dependencies = [ |
| 988 | "adler", |
| 989 | ] |
| 990 | |
| 991 | [[package]] |
| 992 | name = "moveit" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 993 | version = "0.6.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 994 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 995 | checksum = "87d7335204cb6ef7bd647fa6db0be3e4d7aa25b5823a7aa030027ddf512cefba" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 996 | dependencies = [ |
| 997 | "cxx", |
| 998 | ] |
| 999 | |
| 1000 | [[package]] |
| 1001 | name = "nom" |
| 1002 | version = "5.1.3" |
| 1003 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1004 | checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b" |
| 1005 | dependencies = [ |
| 1006 | "memchr", |
| 1007 | "version_check", |
| 1008 | ] |
| 1009 | |
| 1010 | [[package]] |
| 1011 | name = "nom" |
| 1012 | version = "7.1.3" |
| 1013 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1014 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" |
| 1015 | dependencies = [ |
| 1016 | "memchr", |
| 1017 | "minimal-lexical", |
| 1018 | ] |
| 1019 | |
| 1020 | [[package]] |
| 1021 | name = "object" |
| 1022 | version = "0.31.1" |
| 1023 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1024 | checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1" |
| 1025 | dependencies = [ |
| 1026 | "memchr", |
| 1027 | ] |
| 1028 | |
| 1029 | [[package]] |
| 1030 | name = "once_cell" |
| 1031 | version = "1.18.0" |
| 1032 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1033 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
| 1034 | |
| 1035 | [[package]] |
| 1036 | name = "os_str_bytes" |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1037 | version = "6.6.1" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1038 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1039 | checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1040 | |
| 1041 | [[package]] |
| 1042 | name = "owo-colors" |
| 1043 | version = "3.5.0" |
| 1044 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1045 | checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
| 1046 | |
| 1047 | [[package]] |
| 1048 | name = "pathdiff" |
| 1049 | version = "0.2.1" |
| 1050 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1051 | checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd" |
| 1052 | |
| 1053 | [[package]] |
| 1054 | name = "peeking_take_while" |
| 1055 | version = "0.1.2" |
| 1056 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1057 | checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
| 1058 | |
| 1059 | [[package]] |
| 1060 | name = "pin-project-lite" |
| 1061 | version = "0.2.9" |
| 1062 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1063 | checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116" |
| 1064 | |
| 1065 | [[package]] |
| 1066 | name = "pin-utils" |
| 1067 | version = "0.1.0" |
| 1068 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1069 | checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
| 1070 | |
| 1071 | [[package]] |
| 1072 | name = "predicates" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1073 | version = "3.0.3" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1075 | checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1076 | dependencies = [ |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1077 | "anstyle", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1078 | "difflib", |
| 1079 | "itertools 0.10.5", |
| 1080 | "predicates-core", |
| 1081 | ] |
| 1082 | |
| 1083 | [[package]] |
| 1084 | name = "predicates-core" |
| 1085 | version = "1.0.6" |
| 1086 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1087 | checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174" |
| 1088 | |
| 1089 | [[package]] |
| 1090 | name = "predicates-tree" |
| 1091 | version = "1.0.9" |
| 1092 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1093 | checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf" |
| 1094 | dependencies = [ |
| 1095 | "predicates-core", |
| 1096 | "termtree", |
| 1097 | ] |
| 1098 | |
| 1099 | [[package]] |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1100 | name = "prettyplease" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1101 | version = "0.2.12" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1103 | checksum = "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1104 | dependencies = [ |
| 1105 | "proc-macro2", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1106 | "syn 2.0.28", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1107 | ] |
| 1108 | |
| 1109 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1110 | name = "proc-macro-error" |
| 1111 | version = "1.0.4" |
| 1112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1113 | checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
| 1114 | dependencies = [ |
| 1115 | "proc-macro-error-attr", |
| 1116 | "proc-macro2", |
| 1117 | "quote", |
| 1118 | "syn 1.0.109", |
| 1119 | "version_check", |
| 1120 | ] |
| 1121 | |
| 1122 | [[package]] |
| 1123 | name = "proc-macro-error-attr" |
| 1124 | version = "1.0.4" |
| 1125 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1126 | checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
| 1127 | dependencies = [ |
| 1128 | "proc-macro2", |
| 1129 | "quote", |
| 1130 | "version_check", |
| 1131 | ] |
| 1132 | |
| 1133 | [[package]] |
| 1134 | name = "proc-macro2" |
| 1135 | version = "1.0.63" |
| 1136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1137 | checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb" |
| 1138 | dependencies = [ |
| 1139 | "unicode-ident", |
| 1140 | ] |
| 1141 | |
| 1142 | [[package]] |
| 1143 | name = "quote" |
| 1144 | version = "1.0.29" |
| 1145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1146 | checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" |
| 1147 | dependencies = [ |
| 1148 | "proc-macro2", |
| 1149 | ] |
| 1150 | |
| 1151 | [[package]] |
| 1152 | name = "redox_syscall" |
| 1153 | version = "0.3.5" |
| 1154 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1155 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
| 1156 | dependencies = [ |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1157 | "bitflags 1.3.2", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1158 | ] |
| 1159 | |
| 1160 | [[package]] |
| 1161 | name = "regex" |
| 1162 | version = "1.9.1" |
| 1163 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1164 | checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575" |
| 1165 | dependencies = [ |
| 1166 | "aho-corasick", |
| 1167 | "memchr", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1168 | "regex-automata", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1169 | "regex-syntax", |
| 1170 | ] |
| 1171 | |
| 1172 | [[package]] |
| 1173 | name = "regex-automata" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1174 | version = "0.3.2" |
| 1175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1176 | checksum = "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf" |
| 1177 | dependencies = [ |
| 1178 | "aho-corasick", |
| 1179 | "memchr", |
| 1180 | "regex-syntax", |
| 1181 | ] |
| 1182 | |
| 1183 | [[package]] |
| 1184 | name = "regex-syntax" |
| 1185 | version = "0.7.3" |
| 1186 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1187 | checksum = "2ab07dc67230e4a4718e70fd5c20055a4334b121f1f9db8fe63ef39ce9b8c846" |
| 1188 | |
| 1189 | [[package]] |
| 1190 | name = "rust_info" |
| 1191 | version = "0.3.2" |
| 1192 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1193 | checksum = "821495e93d15e4433347b3a72e97005f1d8a620dc88d46637fecfcb16e98043d" |
| 1194 | |
| 1195 | [[package]] |
| 1196 | name = "rustc-demangle" |
| 1197 | version = "0.1.23" |
| 1198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1199 | checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" |
| 1200 | |
| 1201 | [[package]] |
| 1202 | name = "rustc-hash" |
| 1203 | version = "1.1.0" |
| 1204 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1205 | checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
| 1206 | |
| 1207 | [[package]] |
| 1208 | name = "rustc_version" |
| 1209 | version = "0.4.0" |
| 1210 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1211 | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" |
| 1212 | dependencies = [ |
| 1213 | "semver", |
| 1214 | ] |
| 1215 | |
| 1216 | [[package]] |
| 1217 | name = "rustix" |
| 1218 | version = "0.37.23" |
| 1219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1220 | checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06" |
| 1221 | dependencies = [ |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1222 | "bitflags 1.3.2", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1223 | "errno", |
| 1224 | "io-lifetimes", |
| 1225 | "libc", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1226 | "linux-raw-sys 0.3.8", |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1227 | "windows-sys 0.48.0", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1228 | ] |
| 1229 | |
| 1230 | [[package]] |
| 1231 | name = "rustix" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1232 | version = "0.38.7" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1233 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1234 | checksum = "172891ebdceb05aa0005f533a6cbfca599ddd7d966f6f5d4d9b2e70478e70399" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1235 | dependencies = [ |
| 1236 | "bitflags 2.3.3", |
| 1237 | "errno", |
| 1238 | "libc", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1239 | "linux-raw-sys 0.4.5", |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1240 | "windows-sys 0.48.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1241 | ] |
| 1242 | |
| 1243 | [[package]] |
| 1244 | name = "rustversion" |
| 1245 | version = "1.0.13" |
| 1246 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1247 | checksum = "dc31bd9b61a32c31f9650d18add92aa83a49ba979c143eefd27fe7177b05bd5f" |
| 1248 | |
| 1249 | [[package]] |
| 1250 | name = "ryu" |
| 1251 | version = "1.0.14" |
| 1252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1253 | checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" |
| 1254 | |
| 1255 | [[package]] |
| 1256 | name = "semver" |
| 1257 | version = "1.0.17" |
| 1258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1259 | checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" |
| 1260 | |
| 1261 | [[package]] |
| 1262 | name = "serde" |
| 1263 | version = "1.0.168" |
| 1264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1265 | checksum = "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af" |
| 1266 | dependencies = [ |
| 1267 | "serde_derive", |
| 1268 | ] |
| 1269 | |
| 1270 | [[package]] |
| 1271 | name = "serde_derive" |
| 1272 | version = "1.0.168" |
| 1273 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1274 | checksum = "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641" |
| 1275 | dependencies = [ |
| 1276 | "proc-macro2", |
| 1277 | "quote", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1278 | "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1279 | ] |
| 1280 | |
| 1281 | [[package]] |
| 1282 | name = "serde_json" |
| 1283 | version = "1.0.100" |
| 1284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1285 | checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" |
| 1286 | dependencies = [ |
| 1287 | "itoa", |
| 1288 | "ryu", |
| 1289 | "serde", |
| 1290 | ] |
| 1291 | |
| 1292 | [[package]] |
| 1293 | name = "shlex" |
| 1294 | version = "1.1.0" |
| 1295 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1296 | checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3" |
| 1297 | |
| 1298 | [[package]] |
| 1299 | name = "slab" |
| 1300 | version = "0.4.8" |
| 1301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1302 | checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d" |
| 1303 | dependencies = [ |
| 1304 | "autocfg", |
| 1305 | ] |
| 1306 | |
| 1307 | [[package]] |
| 1308 | name = "smallvec" |
| 1309 | version = "1.10.0" |
| 1310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1311 | checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" |
| 1312 | |
| 1313 | [[package]] |
| 1314 | name = "smawk" |
| 1315 | version = "0.3.1" |
| 1316 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1317 | checksum = "f67ad224767faa3c7d8b6d91985b78e70a1324408abcb1cfcc2be4c06bc06043" |
| 1318 | |
| 1319 | [[package]] |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1320 | name = "static_assertions" |
| 1321 | version = "1.1.0" |
Brian Silverman | 4e662aa | 2022-05-11 23:10:19 -0700 | [diff] [blame] | 1322 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1323 | checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
Brian Silverman | 4e662aa | 2022-05-11 23:10:19 -0700 | [diff] [blame] | 1324 | |
| 1325 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1326 | name = "strsim" |
| 1327 | version = "0.8.0" |
| 1328 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1329 | checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| 1330 | |
| 1331 | [[package]] |
| 1332 | name = "strsim" |
| 1333 | version = "0.10.0" |
| 1334 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1335 | checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" |
| 1336 | |
| 1337 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1338 | name = "supports-color" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1339 | version = "2.0.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1340 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1341 | checksum = "4950e7174bffabe99455511c39707310e7e9b440364a2fcb1cc21521be57b354" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1342 | dependencies = [ |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1343 | "is-terminal", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1344 | "is_ci", |
| 1345 | ] |
| 1346 | |
| 1347 | [[package]] |
| 1348 | name = "supports-hyperlinks" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1349 | version = "2.1.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1351 | checksum = "f84231692eb0d4d41e4cdd0cabfdd2e6cd9e255e65f80c9aa7c98dd502b4233d" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1352 | dependencies = [ |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1353 | "is-terminal", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1354 | ] |
| 1355 | |
| 1356 | [[package]] |
| 1357 | name = "supports-unicode" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1358 | version = "2.0.0" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1359 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1360 | checksum = "4b6c2cb240ab5dd21ed4906895ee23fe5a48acdbd15a3ce388e7b62a9b66baf7" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1361 | dependencies = [ |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1362 | "is-terminal", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1363 | ] |
| 1364 | |
| 1365 | [[package]] |
| 1366 | name = "syn" |
| 1367 | version = "1.0.109" |
| 1368 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1369 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 1370 | dependencies = [ |
| 1371 | "proc-macro2", |
| 1372 | "quote", |
| 1373 | "unicode-ident", |
| 1374 | ] |
| 1375 | |
| 1376 | [[package]] |
| 1377 | name = "syn" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1378 | version = "2.0.28" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1379 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1380 | checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1381 | dependencies = [ |
| 1382 | "proc-macro2", |
| 1383 | "quote", |
| 1384 | "unicode-ident", |
| 1385 | ] |
| 1386 | |
| 1387 | [[package]] |
| 1388 | name = "tempfile" |
| 1389 | version = "3.6.0" |
| 1390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1391 | checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6" |
| 1392 | dependencies = [ |
| 1393 | "autocfg", |
| 1394 | "cfg-if 1.0.0", |
| 1395 | "fastrand", |
| 1396 | "redox_syscall", |
Austin Schuh | 6ea9bfa | 2023-08-06 19:05:10 -0700 | [diff] [blame] | 1397 | "rustix 0.37.23", |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1398 | "windows-sys 0.48.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1399 | ] |
| 1400 | |
| 1401 | [[package]] |
| 1402 | name = "termcolor" |
| 1403 | version = "1.2.0" |
| 1404 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1405 | checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" |
| 1406 | dependencies = [ |
| 1407 | "winapi-util", |
| 1408 | ] |
| 1409 | |
| 1410 | [[package]] |
| 1411 | name = "terminal_size" |
| 1412 | version = "0.1.17" |
| 1413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1414 | checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df" |
| 1415 | dependencies = [ |
| 1416 | "libc", |
| 1417 | "winapi", |
| 1418 | ] |
| 1419 | |
| 1420 | [[package]] |
| 1421 | name = "termtree" |
| 1422 | version = "0.4.1" |
| 1423 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1424 | checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" |
| 1425 | |
| 1426 | [[package]] |
| 1427 | name = "test-log" |
| 1428 | version = "0.2.12" |
| 1429 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1430 | checksum = "d9601d162c1d77e62c1ea0bc8116cd1caf143ce3af947536c3c9052a1677fe0c" |
| 1431 | dependencies = [ |
| 1432 | "proc-macro2", |
| 1433 | "quote", |
| 1434 | "syn 1.0.109", |
| 1435 | ] |
| 1436 | |
| 1437 | [[package]] |
| 1438 | name = "textwrap" |
| 1439 | version = "0.11.0" |
| 1440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1441 | checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| 1442 | dependencies = [ |
| 1443 | "unicode-width", |
| 1444 | ] |
| 1445 | |
| 1446 | [[package]] |
| 1447 | name = "textwrap" |
| 1448 | version = "0.15.2" |
| 1449 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1450 | checksum = "b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d" |
| 1451 | dependencies = [ |
| 1452 | "smawk", |
| 1453 | "unicode-linebreak", |
| 1454 | "unicode-width", |
| 1455 | ] |
| 1456 | |
| 1457 | [[package]] |
| 1458 | name = "textwrap" |
| 1459 | version = "0.16.0" |
| 1460 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1461 | checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" |
| 1462 | |
| 1463 | [[package]] |
| 1464 | name = "thiserror" |
| 1465 | version = "1.0.40" |
| 1466 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1467 | checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" |
| 1468 | dependencies = [ |
| 1469 | "thiserror-impl", |
| 1470 | ] |
| 1471 | |
| 1472 | [[package]] |
| 1473 | name = "thiserror-impl" |
| 1474 | version = "1.0.40" |
| 1475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1476 | checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" |
| 1477 | dependencies = [ |
| 1478 | "proc-macro2", |
| 1479 | "quote", |
Austin Schuh | 0a77dc9 | 2023-08-06 22:02:36 -0700 | [diff] [blame] | 1480 | "syn 2.0.28", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1481 | ] |
| 1482 | |
| 1483 | [[package]] |
| 1484 | name = "toml" |
| 1485 | version = "0.5.11" |
| 1486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1487 | checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
| 1488 | dependencies = [ |
| 1489 | "serde", |
| 1490 | ] |
| 1491 | |
| 1492 | [[package]] |
| 1493 | name = "trybuild" |
| 1494 | version = "1.0.81" |
| 1495 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1496 | checksum = "04366e99ff743345622cd00af2af01d711dc2d1ef59250d7347698d21b546729" |
| 1497 | dependencies = [ |
| 1498 | "basic-toml", |
| 1499 | "glob", |
| 1500 | "once_cell", |
| 1501 | "serde", |
| 1502 | "serde_derive", |
| 1503 | "serde_json", |
| 1504 | "termcolor", |
| 1505 | ] |
| 1506 | |
| 1507 | [[package]] |
| 1508 | name = "unicode-ident" |
| 1509 | version = "1.0.9" |
| 1510 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1511 | checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" |
| 1512 | |
| 1513 | [[package]] |
| 1514 | name = "unicode-linebreak" |
| 1515 | version = "0.1.4" |
| 1516 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1517 | checksum = "c5faade31a542b8b35855fff6e8def199853b2da8da256da52f52f1316ee3137" |
| 1518 | dependencies = [ |
| 1519 | "hashbrown", |
| 1520 | "regex", |
| 1521 | ] |
| 1522 | |
| 1523 | [[package]] |
| 1524 | name = "unicode-width" |
| 1525 | version = "0.1.10" |
| 1526 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1527 | checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" |
| 1528 | |
| 1529 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1530 | name = "utf8parse" |
| 1531 | version = "0.2.1" |
| 1532 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1533 | checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
| 1534 | |
| 1535 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1536 | name = "uuid" |
| 1537 | version = "1.4.0" |
| 1538 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1539 | checksum = "d023da39d1fde5a8a3fe1f3e01ca9632ada0a63e9797de55a879d6e2236277be" |
| 1540 | |
| 1541 | [[package]] |
| 1542 | name = "vec_map" |
| 1543 | version = "0.8.2" |
| 1544 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1545 | checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
| 1546 | |
| 1547 | [[package]] |
| 1548 | name = "version_check" |
| 1549 | version = "0.9.4" |
| 1550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1551 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| 1552 | |
| 1553 | [[package]] |
| 1554 | name = "wait-timeout" |
| 1555 | version = "0.2.0" |
| 1556 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1557 | checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6" |
| 1558 | dependencies = [ |
| 1559 | "libc", |
| 1560 | ] |
| 1561 | |
| 1562 | [[package]] |
| 1563 | name = "wasi" |
| 1564 | version = "0.11.0+wasi-snapshot-preview1" |
| 1565 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1566 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 1567 | |
| 1568 | [[package]] |
| 1569 | name = "which" |
| 1570 | version = "3.1.1" |
| 1571 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1572 | checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" |
| 1573 | dependencies = [ |
| 1574 | "libc", |
| 1575 | ] |
| 1576 | |
| 1577 | [[package]] |
| 1578 | name = "which" |
| 1579 | version = "4.4.0" |
| 1580 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1581 | checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" |
| 1582 | dependencies = [ |
| 1583 | "either", |
| 1584 | "libc", |
| 1585 | "once_cell", |
| 1586 | ] |
| 1587 | |
| 1588 | [[package]] |
| 1589 | name = "winapi" |
| 1590 | version = "0.3.9" |
| 1591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1592 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 1593 | dependencies = [ |
| 1594 | "winapi-i686-pc-windows-gnu", |
| 1595 | "winapi-x86_64-pc-windows-gnu", |
| 1596 | ] |
| 1597 | |
| 1598 | [[package]] |
| 1599 | name = "winapi-i686-pc-windows-gnu" |
| 1600 | version = "0.4.0" |
| 1601 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1602 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 1603 | |
| 1604 | [[package]] |
| 1605 | name = "winapi-util" |
| 1606 | version = "0.1.5" |
| 1607 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1608 | checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| 1609 | dependencies = [ |
| 1610 | "winapi", |
| 1611 | ] |
| 1612 | |
| 1613 | [[package]] |
| 1614 | name = "winapi-x86_64-pc-windows-gnu" |
| 1615 | version = "0.4.0" |
| 1616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1617 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 1618 | |
| 1619 | [[package]] |
| 1620 | name = "windows-sys" |
| 1621 | version = "0.48.0" |
| 1622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1623 | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
| 1624 | dependencies = [ |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1625 | "windows-targets 0.48.1", |
| 1626 | ] |
| 1627 | |
| 1628 | [[package]] |
| 1629 | name = "windows-sys" |
| 1630 | version = "0.52.0" |
| 1631 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1632 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
| 1633 | dependencies = [ |
| 1634 | "windows-targets 0.52.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1635 | ] |
| 1636 | |
| 1637 | [[package]] |
| 1638 | name = "windows-targets" |
| 1639 | version = "0.48.1" |
| 1640 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1641 | checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" |
| 1642 | dependencies = [ |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1643 | "windows_aarch64_gnullvm 0.48.0", |
| 1644 | "windows_aarch64_msvc 0.48.0", |
| 1645 | "windows_i686_gnu 0.48.0", |
| 1646 | "windows_i686_msvc 0.48.0", |
| 1647 | "windows_x86_64_gnu 0.48.0", |
| 1648 | "windows_x86_64_gnullvm 0.48.0", |
| 1649 | "windows_x86_64_msvc 0.48.0", |
| 1650 | ] |
| 1651 | |
| 1652 | [[package]] |
| 1653 | name = "windows-targets" |
| 1654 | version = "0.52.0" |
| 1655 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1656 | checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd" |
| 1657 | dependencies = [ |
| 1658 | "windows_aarch64_gnullvm 0.52.0", |
| 1659 | "windows_aarch64_msvc 0.52.0", |
| 1660 | "windows_i686_gnu 0.52.0", |
| 1661 | "windows_i686_msvc 0.52.0", |
| 1662 | "windows_x86_64_gnu 0.52.0", |
| 1663 | "windows_x86_64_gnullvm 0.52.0", |
| 1664 | "windows_x86_64_msvc 0.52.0", |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1665 | ] |
| 1666 | |
| 1667 | [[package]] |
| 1668 | name = "windows_aarch64_gnullvm" |
| 1669 | version = "0.48.0" |
| 1670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1671 | checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
| 1672 | |
| 1673 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1674 | name = "windows_aarch64_gnullvm" |
| 1675 | version = "0.52.0" |
| 1676 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1677 | checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea" |
| 1678 | |
| 1679 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1680 | name = "windows_aarch64_msvc" |
| 1681 | version = "0.48.0" |
| 1682 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1683 | checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
| 1684 | |
| 1685 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1686 | name = "windows_aarch64_msvc" |
| 1687 | version = "0.52.0" |
| 1688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1689 | checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef" |
| 1690 | |
| 1691 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1692 | name = "windows_i686_gnu" |
| 1693 | version = "0.48.0" |
| 1694 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1695 | checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
| 1696 | |
| 1697 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1698 | name = "windows_i686_gnu" |
| 1699 | version = "0.52.0" |
| 1700 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1701 | checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313" |
| 1702 | |
| 1703 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1704 | name = "windows_i686_msvc" |
| 1705 | version = "0.48.0" |
| 1706 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1707 | checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
| 1708 | |
| 1709 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1710 | name = "windows_i686_msvc" |
| 1711 | version = "0.52.0" |
| 1712 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1713 | checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a" |
| 1714 | |
| 1715 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1716 | name = "windows_x86_64_gnu" |
| 1717 | version = "0.48.0" |
| 1718 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1719 | checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
| 1720 | |
| 1721 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1722 | name = "windows_x86_64_gnu" |
| 1723 | version = "0.52.0" |
| 1724 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1725 | checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd" |
| 1726 | |
| 1727 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1728 | name = "windows_x86_64_gnullvm" |
| 1729 | version = "0.48.0" |
| 1730 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1731 | checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
| 1732 | |
| 1733 | [[package]] |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1734 | name = "windows_x86_64_gnullvm" |
| 1735 | version = "0.52.0" |
| 1736 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1737 | checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e" |
| 1738 | |
| 1739 | [[package]] |
Adam Snaider | 770b97b | 2023-08-04 21:07:48 -0700 | [diff] [blame] | 1740 | name = "windows_x86_64_msvc" |
| 1741 | version = "0.48.0" |
| 1742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1743 | checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
Adam Snaider | 48a62f3 | 2023-10-02 15:49:23 -0700 | [diff] [blame^] | 1744 | |
| 1745 | [[package]] |
| 1746 | name = "windows_x86_64_msvc" |
| 1747 | version = "0.52.0" |
| 1748 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 1749 | checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04" |