1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "ansi_term" 7version = "0.12.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 10dependencies = [ 11 "winapi", 12] 13 14[[package]] 15name = "bitflags" 16version = "1.3.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 19 20[[package]] 21name = "bitflags" 22version = "2.3.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "6dbe3c979c178231552ecba20214a8272df4e09f232a87aef4320cf06539aded" 25 26[[package]] 27name = "cc" 28version = "1.0.79" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 31 32[[package]] 33name = "cfg-if" 34version = "1.0.0" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 37 38[[package]] 39name = "clap" 40version = "4.1.11" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "42dfd32784433290c51d92c438bb72ea5063797fc3cc9a21a8c4346bebbb2098" 43dependencies = [ 44 "bitflags 2.3.2", 45 "clap_derive", 46 "clap_lex", 47 "is-terminal", 48 "once_cell", 49 "strsim", 50 "termcolor", 51] 52 53[[package]] 54name = "clap_derive" 55version = "4.1.9" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "fddf67631444a3a3e3e5ac51c36a5e01335302de677bd78759eaa90ab1f46644" 58dependencies = [ 59 "heck", 60 "proc-macro-error", 61 "proc-macro2", 62 "quote", 63 "syn", 64] 65 66[[package]] 67name = "clap_lex" 68version = "0.3.3" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646" 71dependencies = [ 72 "os_str_bytes", 73] 74 75[[package]] 76name = "ctor" 77version = "0.1.23" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "cdffe87e1d521a10f9696f833fe502293ea446d7f256c06128293a4119bdf4cb" 80dependencies = [ 81 "quote", 82 "syn", 83] 84 85[[package]] 86name = "diff" 87version = "0.1.13" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8" 90 91[[package]] 92name = "errno" 93version = "0.3.1" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 96dependencies = [ 97 "errno-dragonfly", 98 "libc", 99 "windows-sys", 100] 101 102[[package]] 103name = "errno-dragonfly" 104version = "0.1.2" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 107dependencies = [ 108 "cc", 109 "libc", 110] 111 112[[package]] 113name = "fastrand" 114version = "1.8.0" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 117dependencies = [ 118 "instant", 119] 120 121[[package]] 122name = "heck" 123version = "0.4.0" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9" 126 127[[package]] 128name = "hermit-abi" 129version = "0.1.18" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" 132dependencies = [ 133 "libc", 134] 135 136[[package]] 137name = "hermit-abi" 138version = "0.3.1" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 141 142[[package]] 143name = "instant" 144version = "0.1.12" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 147dependencies = [ 148 "cfg-if", 149] 150 151[[package]] 152name = "io-lifetimes" 153version = "1.0.11" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2" 156dependencies = [ 157 "hermit-abi 0.3.1", 158 "libc", 159 "windows-sys", 160] 161 162[[package]] 163name = "is-terminal" 164version = "0.4.7" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" 167dependencies = [ 168 "hermit-abi 0.3.1", 169 "io-lifetimes", 170 "rustix", 171 "windows-sys", 172] 173 174[[package]] 175name = "libc" 176version = "0.2.146" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b" 179 180[[package]] 181name = "libtest-mimic" 182version = "0.6.1" 183dependencies = [ 184 "clap", 185 "fastrand", 186 "pretty_assertions", 187 "termcolor", 188 "threadpool", 189] 190 191[[package]] 192name = "linux-raw-sys" 193version = "0.3.8" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519" 196 197[[package]] 198name = "num_cpus" 199version = "1.13.0" 200source = "registry+https://github.com/rust-lang/crates.io-index" 201checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" 202dependencies = [ 203 "hermit-abi 0.1.18", 204 "libc", 205] 206 207[[package]] 208name = "once_cell" 209version = "1.18.0" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 212 213[[package]] 214name = "os_str_bytes" 215version = "6.0.0" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64" 218 219[[package]] 220name = "output_vt100" 221version = "0.1.3" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 224dependencies = [ 225 "winapi", 226] 227 228[[package]] 229name = "pretty_assertions" 230version = "1.2.1" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "c89f989ac94207d048d92db058e4f6ec7342b0971fc58d1271ca148b799b3563" 233dependencies = [ 234 "ansi_term", 235 "ctor", 236 "diff", 237 "output_vt100", 238] 239 240[[package]] 241name = "proc-macro-error" 242version = "1.0.4" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 245dependencies = [ 246 "proc-macro-error-attr", 247 "proc-macro2", 248 "quote", 249 "syn", 250 "version_check", 251] 252 253[[package]] 254name = "proc-macro-error-attr" 255version = "1.0.4" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 258dependencies = [ 259 "proc-macro2", 260 "quote", 261 "version_check", 262] 263 264[[package]] 265name = "proc-macro2" 266version = "1.0.43" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" 269dependencies = [ 270 "unicode-ident", 271] 272 273[[package]] 274name = "quote" 275version = "1.0.21" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 278dependencies = [ 279 "proc-macro2", 280] 281 282[[package]] 283name = "rustix" 284version = "0.37.20" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" 287dependencies = [ 288 "bitflags 1.3.2", 289 "errno", 290 "io-lifetimes", 291 "libc", 292 "linux-raw-sys", 293 "windows-sys", 294] 295 296[[package]] 297name = "strsim" 298version = "0.10.0" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 301 302[[package]] 303name = "syn" 304version = "1.0.99" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13" 307dependencies = [ 308 "proc-macro2", 309 "quote", 310 "unicode-ident", 311] 312 313[[package]] 314name = "termcolor" 315version = "1.1.2" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4" 318dependencies = [ 319 "winapi-util", 320] 321 322[[package]] 323name = "threadpool" 324version = "1.8.1" 325source = "registry+https://github.com/rust-lang/crates.io-index" 326checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa" 327dependencies = [ 328 "num_cpus", 329] 330 331[[package]] 332name = "unicode-ident" 333version = "1.0.3" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf" 336 337[[package]] 338name = "version_check" 339version = "0.9.2" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" 342 343[[package]] 344name = "winapi" 345version = "0.3.9" 346source = "registry+https://github.com/rust-lang/crates.io-index" 347checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 348dependencies = [ 349 "winapi-i686-pc-windows-gnu", 350 "winapi-x86_64-pc-windows-gnu", 351] 352 353[[package]] 354name = "winapi-i686-pc-windows-gnu" 355version = "0.4.0" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 358 359[[package]] 360name = "winapi-util" 361version = "0.1.5" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 364dependencies = [ 365 "winapi", 366] 367 368[[package]] 369name = "winapi-x86_64-pc-windows-gnu" 370version = "0.4.0" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 373 374[[package]] 375name = "windows-sys" 376version = "0.48.0" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 379dependencies = [ 380 "windows-targets", 381] 382 383[[package]] 384name = "windows-targets" 385version = "0.48.0" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 388dependencies = [ 389 "windows_aarch64_gnullvm", 390 "windows_aarch64_msvc", 391 "windows_i686_gnu", 392 "windows_i686_msvc", 393 "windows_x86_64_gnu", 394 "windows_x86_64_gnullvm", 395 "windows_x86_64_msvc", 396] 397 398[[package]] 399name = "windows_aarch64_gnullvm" 400version = "0.48.0" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 403 404[[package]] 405name = "windows_aarch64_msvc" 406version = "0.48.0" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 409 410[[package]] 411name = "windows_i686_gnu" 412version = "0.48.0" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 415 416[[package]] 417name = "windows_i686_msvc" 418version = "0.48.0" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 421 422[[package]] 423name = "windows_x86_64_gnu" 424version = "0.48.0" 425source = "registry+https://github.com/rust-lang/crates.io-index" 426checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 427 428[[package]] 429name = "windows_x86_64_gnullvm" 430version = "0.48.0" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 433 434[[package]] 435name = "windows_x86_64_msvc" 436version = "0.48.0" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 439