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