Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [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 = "ahash" |
| 7 | version = "0.7.6" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" |
| 10 | dependencies = [ |
| 11 | "getrandom", |
| 12 | "once_cell", |
| 13 | "version_check", |
| 14 | ] |
| 15 | |
| 16 | [[package]] |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 17 | name = "aho-corasick" |
| 18 | version = "1.1.1" |
| 19 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 20 | checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab" |
| 21 | dependencies = [ |
| 22 | "memchr", |
| 23 | ] |
| 24 | |
| 25 | [[package]] |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 26 | name = "anes" |
| 27 | version = "0.1.6" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 28 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 29 | checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 30 | |
| 31 | [[package]] |
| 32 | name = "atty" |
| 33 | version = "0.2.14" |
| 34 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 35 | checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| 36 | dependencies = [ |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 37 | "hermit-abi", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 38 | "libc", |
| 39 | "winapi", |
| 40 | ] |
| 41 | |
| 42 | [[package]] |
| 43 | name = "autocfg" |
| 44 | version = "1.1.0" |
| 45 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 46 | checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
| 47 | |
| 48 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 49 | name = "bincode" |
| 50 | version = "1.3.3" |
| 51 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 52 | checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" |
| 53 | dependencies = [ |
| 54 | "serde", |
| 55 | ] |
| 56 | |
| 57 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 58 | name = "bitflags" |
| 59 | version = "1.3.2" |
| 60 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 61 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
| 62 | |
| 63 | [[package]] |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 64 | name = "bitvec" |
| 65 | version = "1.0.1" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 66 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 67 | checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" |
| 68 | dependencies = [ |
| 69 | "funty", |
| 70 | "radium", |
| 71 | "tap", |
| 72 | "wyz", |
| 73 | ] |
| 74 | |
| 75 | [[package]] |
| 76 | name = "bumpalo" |
| 77 | version = "3.14.0" |
| 78 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 79 | checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 80 | |
| 81 | [[package]] |
| 82 | name = "bytecheck" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 83 | version = "0.6.11" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 84 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 85 | checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 86 | dependencies = [ |
| 87 | "bytecheck_derive", |
| 88 | "ptr_meta", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 89 | "simdutf8", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 90 | ] |
| 91 | |
| 92 | [[package]] |
| 93 | name = "bytecheck_derive" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 94 | version = "0.6.11" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 96 | checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 97 | dependencies = [ |
| 98 | "proc-macro2", |
| 99 | "quote", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 100 | "syn 1.0.109", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 101 | ] |
| 102 | |
| 103 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 104 | name = "cast" |
| 105 | version = "0.3.0" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
| 108 | |
| 109 | [[package]] |
| 110 | name = "cfg-if" |
| 111 | version = "1.0.0" |
| 112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 113 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 114 | |
| 115 | [[package]] |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 116 | name = "ciborium" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 117 | version = "0.2.1" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 119 | checksum = "effd91f6c78e5a4ace8a5d3c0b6bfaec9e2baaef55f3efc00e45fb2e477ee926" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 120 | dependencies = [ |
| 121 | "ciborium-io", |
| 122 | "ciborium-ll", |
| 123 | "serde", |
| 124 | ] |
| 125 | |
| 126 | [[package]] |
| 127 | name = "ciborium-io" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 128 | version = "0.2.1" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 130 | checksum = "cdf919175532b369853f5d5e20b26b43112613fd6fe7aee757e35f7a44642656" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 131 | |
| 132 | [[package]] |
| 133 | name = "ciborium-ll" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 134 | version = "0.2.1" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 135 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 136 | checksum = "defaa24ecc093c77630e6c15e17c51f5e187bf35ee514f4e2d67baaa96dae22b" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 137 | dependencies = [ |
| 138 | "ciborium-io", |
| 139 | "half", |
| 140 | ] |
| 141 | |
| 142 | [[package]] |
| 143 | name = "clap" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 144 | version = "3.2.25" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 145 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 146 | checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 147 | dependencies = [ |
| 148 | "bitflags", |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 149 | "clap_lex", |
| 150 | "indexmap", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 151 | "textwrap", |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 152 | ] |
| 153 | |
| 154 | [[package]] |
| 155 | name = "clap_lex" |
| 156 | version = "0.2.4" |
| 157 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 158 | checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" |
| 159 | dependencies = [ |
| 160 | "os_str_bytes", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 161 | ] |
| 162 | |
| 163 | [[package]] |
| 164 | name = "cobs" |
| 165 | version = "0.2.3" |
| 166 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 167 | checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15" |
| 168 | |
| 169 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 170 | name = "criterion" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 171 | version = "0.4.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 172 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 173 | checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 174 | dependencies = [ |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 175 | "anes", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 176 | "atty", |
| 177 | "cast", |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 178 | "ciborium", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 179 | "clap", |
| 180 | "criterion-plot", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 181 | "itertools", |
| 182 | "lazy_static", |
| 183 | "num-traits", |
| 184 | "oorandom", |
| 185 | "plotters", |
| 186 | "rayon", |
| 187 | "regex", |
| 188 | "serde", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 189 | "serde_derive", |
| 190 | "serde_json", |
| 191 | "tinytemplate", |
| 192 | "walkdir", |
| 193 | ] |
| 194 | |
| 195 | [[package]] |
| 196 | name = "criterion-plot" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 197 | version = "0.5.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 199 | checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 200 | dependencies = [ |
| 201 | "cast", |
| 202 | "itertools", |
| 203 | ] |
| 204 | |
| 205 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 206 | name = "crossbeam-deque" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 207 | version = "0.8.3" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 209 | checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 210 | dependencies = [ |
| 211 | "cfg-if", |
| 212 | "crossbeam-epoch", |
| 213 | "crossbeam-utils", |
| 214 | ] |
| 215 | |
| 216 | [[package]] |
| 217 | name = "crossbeam-epoch" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 218 | version = "0.9.15" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 219 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 220 | checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 221 | dependencies = [ |
| 222 | "autocfg", |
| 223 | "cfg-if", |
| 224 | "crossbeam-utils", |
| 225 | "memoffset", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 226 | "scopeguard", |
| 227 | ] |
| 228 | |
| 229 | [[package]] |
| 230 | name = "crossbeam-utils" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 231 | version = "0.8.16" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 232 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 233 | checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 234 | dependencies = [ |
| 235 | "cfg-if", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 236 | ] |
| 237 | |
| 238 | [[package]] |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 239 | name = "displaydoc" |
| 240 | version = "0.2.4" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 241 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 242 | checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" |
| 243 | dependencies = [ |
| 244 | "proc-macro2", |
| 245 | "quote", |
| 246 | "syn 2.0.37", |
| 247 | ] |
| 248 | |
| 249 | [[package]] |
| 250 | name = "either" |
| 251 | version = "1.9.0" |
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 | checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07" |
| 254 | |
| 255 | [[package]] |
| 256 | name = "funty" |
| 257 | version = "2.0.0" |
| 258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 259 | checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 260 | |
| 261 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 262 | name = "getrandom" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 263 | version = "0.2.10" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 264 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 265 | checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 266 | dependencies = [ |
| 267 | "cfg-if", |
| 268 | "libc", |
| 269 | "wasi", |
| 270 | ] |
| 271 | |
| 272 | [[package]] |
| 273 | name = "half" |
| 274 | version = "1.8.2" |
| 275 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 276 | checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7" |
| 277 | |
| 278 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 279 | name = "hashbrown" |
| 280 | version = "0.12.3" |
| 281 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 282 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
| 283 | dependencies = [ |
| 284 | "ahash", |
| 285 | ] |
| 286 | |
| 287 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 288 | name = "hermit-abi" |
| 289 | version = "0.1.19" |
| 290 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 291 | checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" |
| 292 | dependencies = [ |
| 293 | "libc", |
| 294 | ] |
| 295 | |
| 296 | [[package]] |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 297 | name = "icu_locid" |
| 298 | version = "1.2.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 300 | checksum = "3003f85dccfc0e238ff567693248c59153a46f4e6125ba4020b973cef4d1d335" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 301 | dependencies = [ |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 302 | "displaydoc", |
| 303 | "litemap 0.7.0", |
| 304 | "tinystr", |
| 305 | "writeable", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 306 | ] |
| 307 | |
| 308 | [[package]] |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 309 | name = "indexmap" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 310 | version = "1.9.3" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 311 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 312 | checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 313 | dependencies = [ |
| 314 | "autocfg", |
| 315 | "hashbrown", |
| 316 | ] |
| 317 | |
| 318 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 319 | name = "itertools" |
| 320 | version = "0.10.5" |
| 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 322 | checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
| 323 | dependencies = [ |
| 324 | "either", |
| 325 | ] |
| 326 | |
| 327 | [[package]] |
| 328 | name = "itoa" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 329 | version = "1.0.9" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 330 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 331 | checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 332 | |
| 333 | [[package]] |
| 334 | name = "js-sys" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 335 | version = "0.3.64" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 336 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 337 | checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 338 | dependencies = [ |
| 339 | "wasm-bindgen", |
| 340 | ] |
| 341 | |
| 342 | [[package]] |
| 343 | name = "lazy_static" |
| 344 | version = "1.4.0" |
| 345 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 346 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| 347 | |
| 348 | [[package]] |
| 349 | name = "libc" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 350 | version = "0.2.148" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 351 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 352 | checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 353 | |
| 354 | [[package]] |
| 355 | name = "litemap" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 356 | version = "0.7.0" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 357 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 358 | checksum = "3a04a5b2b6f54acba899926491d0a6c59d98012938ca2ab5befb281c034e8f94" |
| 359 | |
| 360 | [[package]] |
| 361 | name = "litemap" |
| 362 | version = "0.7.1" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 363 | dependencies = [ |
| 364 | "bincode", |
| 365 | "bytecheck", |
| 366 | "criterion", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 367 | "icu_locid", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 368 | "postcard", |
| 369 | "rkyv", |
| 370 | "serde", |
| 371 | "serde_json", |
| 372 | "yoke", |
| 373 | ] |
| 374 | |
| 375 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 376 | name = "log" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 377 | version = "0.4.20" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 379 | checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" |
| 380 | |
| 381 | [[package]] |
| 382 | name = "memchr" |
| 383 | version = "2.6.3" |
| 384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 385 | checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 386 | |
| 387 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 388 | name = "memoffset" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 389 | version = "0.9.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 391 | checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 392 | dependencies = [ |
| 393 | "autocfg", |
| 394 | ] |
| 395 | |
| 396 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 397 | name = "num-traits" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 398 | version = "0.2.16" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 400 | checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 401 | dependencies = [ |
| 402 | "autocfg", |
| 403 | ] |
| 404 | |
| 405 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 406 | name = "once_cell" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 407 | version = "1.18.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 409 | checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 410 | |
| 411 | [[package]] |
| 412 | name = "oorandom" |
| 413 | version = "11.1.3" |
| 414 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 415 | checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575" |
| 416 | |
| 417 | [[package]] |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 418 | name = "os_str_bytes" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 419 | version = "6.5.1" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 420 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 421 | checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 422 | |
| 423 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 424 | name = "plotters" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 425 | version = "0.3.5" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 426 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 427 | checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 428 | dependencies = [ |
| 429 | "num-traits", |
| 430 | "plotters-backend", |
| 431 | "plotters-svg", |
| 432 | "wasm-bindgen", |
| 433 | "web-sys", |
| 434 | ] |
| 435 | |
| 436 | [[package]] |
| 437 | name = "plotters-backend" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 438 | version = "0.3.5" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 439 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 440 | checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 441 | |
| 442 | [[package]] |
| 443 | name = "plotters-svg" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 444 | version = "0.3.5" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 446 | checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 447 | dependencies = [ |
| 448 | "plotters-backend", |
| 449 | ] |
| 450 | |
| 451 | [[package]] |
| 452 | name = "postcard" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 453 | version = "1.0.7" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 454 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 455 | checksum = "d534c6e61df1c7166e636ca612d9820d486fe96ddad37f7abc671517b297488e" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 456 | dependencies = [ |
| 457 | "cobs", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 458 | "serde", |
| 459 | ] |
| 460 | |
| 461 | [[package]] |
| 462 | name = "proc-macro2" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 463 | version = "1.0.67" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 464 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 465 | checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 466 | dependencies = [ |
| 467 | "unicode-ident", |
| 468 | ] |
| 469 | |
| 470 | [[package]] |
| 471 | name = "ptr_meta" |
| 472 | version = "0.1.4" |
| 473 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 474 | checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" |
| 475 | dependencies = [ |
| 476 | "ptr_meta_derive", |
| 477 | ] |
| 478 | |
| 479 | [[package]] |
| 480 | name = "ptr_meta_derive" |
| 481 | version = "0.1.4" |
| 482 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 483 | checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" |
| 484 | dependencies = [ |
| 485 | "proc-macro2", |
| 486 | "quote", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 487 | "syn 1.0.109", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 488 | ] |
| 489 | |
| 490 | [[package]] |
| 491 | name = "quote" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 492 | version = "1.0.33" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 494 | checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 495 | dependencies = [ |
| 496 | "proc-macro2", |
| 497 | ] |
| 498 | |
| 499 | [[package]] |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 500 | name = "radium" |
| 501 | version = "0.7.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 503 | checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" |
| 504 | |
| 505 | [[package]] |
| 506 | name = "rayon" |
| 507 | version = "1.8.0" |
| 508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 509 | checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 510 | dependencies = [ |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 511 | "either", |
| 512 | "rayon-core", |
| 513 | ] |
| 514 | |
| 515 | [[package]] |
| 516 | name = "rayon-core" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 517 | version = "1.12.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 518 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 519 | checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 520 | dependencies = [ |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 521 | "crossbeam-deque", |
| 522 | "crossbeam-utils", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 523 | ] |
| 524 | |
| 525 | [[package]] |
| 526 | name = "regex" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 527 | version = "1.9.5" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 528 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 529 | checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 530 | dependencies = [ |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 531 | "aho-corasick", |
| 532 | "memchr", |
| 533 | "regex-automata", |
| 534 | "regex-syntax", |
| 535 | ] |
| 536 | |
| 537 | [[package]] |
| 538 | name = "regex-automata" |
| 539 | version = "0.3.8" |
| 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 541 | checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" |
| 542 | dependencies = [ |
| 543 | "aho-corasick", |
| 544 | "memchr", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 545 | "regex-syntax", |
| 546 | ] |
| 547 | |
| 548 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 549 | name = "regex-syntax" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 550 | version = "0.7.5" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 552 | checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 553 | |
| 554 | [[package]] |
| 555 | name = "rend" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 556 | version = "0.4.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 558 | checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 559 | dependencies = [ |
| 560 | "bytecheck", |
| 561 | ] |
| 562 | |
| 563 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 564 | name = "rkyv" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 565 | version = "0.7.42" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 566 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 567 | checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 568 | dependencies = [ |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 569 | "bitvec", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 570 | "bytecheck", |
| 571 | "hashbrown", |
| 572 | "ptr_meta", |
| 573 | "rend", |
| 574 | "rkyv_derive", |
| 575 | "seahash", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 576 | "tinyvec", |
| 577 | "uuid", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 578 | ] |
| 579 | |
| 580 | [[package]] |
| 581 | name = "rkyv_derive" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 582 | version = "0.7.42" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 583 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 584 | checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 585 | dependencies = [ |
| 586 | "proc-macro2", |
| 587 | "quote", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 588 | "syn 1.0.109", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 589 | ] |
| 590 | |
| 591 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 592 | name = "ryu" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 593 | version = "1.0.15" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 594 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 595 | checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 596 | |
| 597 | [[package]] |
| 598 | name = "same-file" |
| 599 | version = "1.0.6" |
| 600 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 601 | checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 602 | dependencies = [ |
| 603 | "winapi-util", |
| 604 | ] |
| 605 | |
| 606 | [[package]] |
| 607 | name = "scopeguard" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 608 | version = "1.2.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 609 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 610 | checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 611 | |
| 612 | [[package]] |
| 613 | name = "seahash" |
| 614 | version = "4.1.0" |
| 615 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 616 | checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b" |
| 617 | |
| 618 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 619 | name = "serde" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 620 | version = "1.0.188" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 621 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 622 | checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 623 | dependencies = [ |
| 624 | "serde_derive", |
| 625 | ] |
| 626 | |
| 627 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 628 | name = "serde_derive" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 629 | version = "1.0.188" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 630 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 631 | checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 632 | dependencies = [ |
| 633 | "proc-macro2", |
| 634 | "quote", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 635 | "syn 2.0.37", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 636 | ] |
| 637 | |
| 638 | [[package]] |
| 639 | name = "serde_json" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 640 | version = "1.0.107" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 641 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 642 | checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 643 | dependencies = [ |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 644 | "itoa", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 645 | "ryu", |
| 646 | "serde", |
| 647 | ] |
| 648 | |
| 649 | [[package]] |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 650 | name = "simdutf8" |
| 651 | version = "0.1.4" |
| 652 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 653 | checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a" |
| 654 | |
| 655 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 656 | name = "stable_deref_trait" |
| 657 | version = "1.2.0" |
| 658 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 659 | checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
| 660 | |
| 661 | [[package]] |
| 662 | name = "syn" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 663 | version = "1.0.109" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 664 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 665 | checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
| 666 | dependencies = [ |
| 667 | "proc-macro2", |
| 668 | "quote", |
| 669 | "unicode-ident", |
| 670 | ] |
| 671 | |
| 672 | [[package]] |
| 673 | name = "syn" |
| 674 | version = "2.0.37" |
| 675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 676 | checksum = "7303ef2c05cd654186cb250d29049a24840ca25d2747c25c0381c8d9e2f582e8" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 677 | dependencies = [ |
| 678 | "proc-macro2", |
| 679 | "quote", |
| 680 | "unicode-ident", |
| 681 | ] |
| 682 | |
| 683 | [[package]] |
| 684 | name = "synstructure" |
| 685 | version = "0.12.6" |
| 686 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 687 | checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
| 688 | dependencies = [ |
| 689 | "proc-macro2", |
| 690 | "quote", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 691 | "syn 1.0.109", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 692 | "unicode-xid", |
| 693 | ] |
| 694 | |
| 695 | [[package]] |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 696 | name = "tap" |
| 697 | version = "1.0.1" |
| 698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 699 | checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
| 700 | |
| 701 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 702 | name = "textwrap" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 703 | version = "0.16.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 705 | checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 706 | |
| 707 | [[package]] |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 708 | name = "tinystr" |
| 709 | version = "0.7.1" |
| 710 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 711 | checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef" |
| 712 | dependencies = [ |
| 713 | "displaydoc", |
| 714 | ] |
| 715 | |
| 716 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 717 | name = "tinytemplate" |
| 718 | version = "1.2.1" |
| 719 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 720 | checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
| 721 | dependencies = [ |
| 722 | "serde", |
| 723 | "serde_json", |
| 724 | ] |
| 725 | |
| 726 | [[package]] |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 727 | name = "tinyvec" |
| 728 | version = "1.6.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 729 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 730 | checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50" |
| 731 | dependencies = [ |
| 732 | "tinyvec_macros", |
| 733 | ] |
| 734 | |
| 735 | [[package]] |
| 736 | name = "tinyvec_macros" |
| 737 | version = "0.1.1" |
| 738 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 739 | checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" |
| 740 | |
| 741 | [[package]] |
| 742 | name = "unicode-ident" |
| 743 | version = "1.0.12" |
| 744 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 745 | checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 746 | |
| 747 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 748 | name = "unicode-xid" |
| 749 | version = "0.2.4" |
| 750 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 751 | checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
| 752 | |
| 753 | [[package]] |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 754 | name = "uuid" |
| 755 | version = "1.4.1" |
| 756 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 757 | checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d" |
| 758 | |
| 759 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 760 | name = "version_check" |
| 761 | version = "0.9.4" |
| 762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 763 | checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
| 764 | |
| 765 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 766 | name = "walkdir" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 767 | version = "2.4.0" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 768 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 769 | checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 770 | dependencies = [ |
| 771 | "same-file", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 772 | "winapi-util", |
| 773 | ] |
| 774 | |
| 775 | [[package]] |
| 776 | name = "wasi" |
| 777 | version = "0.11.0+wasi-snapshot-preview1" |
| 778 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 779 | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" |
| 780 | |
| 781 | [[package]] |
| 782 | name = "wasm-bindgen" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 783 | version = "0.2.87" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 784 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 785 | checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 786 | dependencies = [ |
| 787 | "cfg-if", |
| 788 | "wasm-bindgen-macro", |
| 789 | ] |
| 790 | |
| 791 | [[package]] |
| 792 | name = "wasm-bindgen-backend" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 793 | version = "0.2.87" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 795 | checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 796 | dependencies = [ |
| 797 | "bumpalo", |
| 798 | "log", |
| 799 | "once_cell", |
| 800 | "proc-macro2", |
| 801 | "quote", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 802 | "syn 2.0.37", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 803 | "wasm-bindgen-shared", |
| 804 | ] |
| 805 | |
| 806 | [[package]] |
| 807 | name = "wasm-bindgen-macro" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 808 | version = "0.2.87" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 809 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 810 | checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 811 | dependencies = [ |
| 812 | "quote", |
| 813 | "wasm-bindgen-macro-support", |
| 814 | ] |
| 815 | |
| 816 | [[package]] |
| 817 | name = "wasm-bindgen-macro-support" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 818 | version = "0.2.87" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 819 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 820 | checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 821 | dependencies = [ |
| 822 | "proc-macro2", |
| 823 | "quote", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 824 | "syn 2.0.37", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 825 | "wasm-bindgen-backend", |
| 826 | "wasm-bindgen-shared", |
| 827 | ] |
| 828 | |
| 829 | [[package]] |
| 830 | name = "wasm-bindgen-shared" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 831 | version = "0.2.87" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 832 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 833 | checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 834 | |
| 835 | [[package]] |
| 836 | name = "web-sys" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 837 | version = "0.3.64" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 838 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 839 | checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 840 | dependencies = [ |
| 841 | "js-sys", |
| 842 | "wasm-bindgen", |
| 843 | ] |
| 844 | |
| 845 | [[package]] |
| 846 | name = "winapi" |
| 847 | version = "0.3.9" |
| 848 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 849 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 850 | dependencies = [ |
| 851 | "winapi-i686-pc-windows-gnu", |
| 852 | "winapi-x86_64-pc-windows-gnu", |
| 853 | ] |
| 854 | |
| 855 | [[package]] |
| 856 | name = "winapi-i686-pc-windows-gnu" |
| 857 | version = "0.4.0" |
| 858 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 859 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 860 | |
| 861 | [[package]] |
| 862 | name = "winapi-util" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 863 | version = "0.1.6" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 864 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 865 | checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 866 | dependencies = [ |
| 867 | "winapi", |
| 868 | ] |
| 869 | |
| 870 | [[package]] |
| 871 | name = "winapi-x86_64-pc-windows-gnu" |
| 872 | version = "0.4.0" |
| 873 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 874 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
| 875 | |
| 876 | [[package]] |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 877 | name = "writeable" |
| 878 | version = "0.5.2" |
| 879 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 880 | checksum = "60e49e42bdb1d5dc76f4cd78102f8f0714d32edfa3efb82286eb0f0b1fc0da0f" |
| 881 | |
| 882 | [[package]] |
| 883 | name = "wyz" |
| 884 | version = "0.5.1" |
| 885 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 886 | checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" |
| 887 | dependencies = [ |
| 888 | "tap", |
| 889 | ] |
| 890 | |
| 891 | [[package]] |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 892 | name = "yoke" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 893 | version = "0.7.1" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 894 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 895 | checksum = "1848075a23a28f9773498ee9a0f2cf58fcbad4f8c0ccf84a210ab33c6ae495de" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 896 | dependencies = [ |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 897 | "stable_deref_trait", |
| 898 | "yoke-derive", |
| 899 | "zerofrom", |
| 900 | ] |
| 901 | |
| 902 | [[package]] |
| 903 | name = "yoke-derive" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 904 | version = "0.7.1" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 905 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Chris Wailes | cd1aefd | 2023-07-13 13:36:21 -0700 | [diff] [blame] | 906 | checksum = "af46c169923ed7516eef0aa32b56d2651b229f57458ebe46b49ddd6efef5b7a2" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 907 | dependencies = [ |
| 908 | "proc-macro2", |
| 909 | "quote", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 910 | "syn 1.0.109", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 911 | "synstructure", |
| 912 | ] |
| 913 | |
| 914 | [[package]] |
| 915 | name = "zerofrom" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 916 | version = "0.1.2" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 917 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 918 | checksum = "df54d76c3251de27615dfcce21e636c172dafb2549cd7fd93e21c66f6ca6bea2" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 919 | dependencies = [ |
| 920 | "zerofrom-derive", |
| 921 | ] |
| 922 | |
| 923 | [[package]] |
| 924 | name = "zerofrom-derive" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 925 | version = "0.1.2" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 926 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 927 | checksum = "b4eae7c1f7d4b8eafce526bc0771449ddc2f250881ae31c50d22c032b5a1c499" |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 928 | dependencies = [ |
| 929 | "proc-macro2", |
| 930 | "quote", |
Stephen Hines | 5139364 | 2024-02-02 00:10:59 -0800 | [diff] [blame^] | 931 | "syn 1.0.109", |
Chris Wailes | 977026a | 2023-02-13 09:13:10 -0800 | [diff] [blame] | 932 | "synstructure", |
| 933 | ] |