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