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