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.11.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" 10dependencies = [ 11 "winapi", 12] 13 14[[package]] 15name = "ctor" 16version = "0.1.26" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096" 19dependencies = [ 20 "quote", 21 "syn 1.0.109", 22] 23 24[[package]] 25name = "difference" 26version = "2.0.0" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198" 29 30[[package]] 31name = "displaydoc" 32version = "0.2.5" 33dependencies = [ 34 "libc", 35 "pretty_assertions", 36 "proc-macro2", 37 "quote", 38 "rustversion", 39 "static_assertions", 40 "syn 2.0.66", 41 "thiserror", 42 "trybuild", 43] 44 45[[package]] 46name = "equivalent" 47version = "1.0.1" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 50 51[[package]] 52name = "glob" 53version = "0.3.1" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 56 57[[package]] 58name = "hashbrown" 59version = "0.14.5" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 62 63[[package]] 64name = "indexmap" 65version = "2.2.6" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 68dependencies = [ 69 "equivalent", 70 "hashbrown", 71] 72 73[[package]] 74name = "itoa" 75version = "1.0.11" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 78 79[[package]] 80name = "libc" 81version = "0.2.155" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 84 85[[package]] 86name = "memchr" 87version = "2.7.4" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 90 91[[package]] 92name = "output_vt100" 93version = "0.1.3" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66" 96dependencies = [ 97 "winapi", 98] 99 100[[package]] 101name = "pretty_assertions" 102version = "0.6.1" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427" 105dependencies = [ 106 "ansi_term", 107 "ctor", 108 "difference", 109 "output_vt100", 110] 111 112[[package]] 113name = "proc-macro2" 114version = "1.0.85" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23" 117dependencies = [ 118 "unicode-ident", 119] 120 121[[package]] 122name = "quote" 123version = "1.0.36" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 126dependencies = [ 127 "proc-macro2", 128] 129 130[[package]] 131name = "rustversion" 132version = "1.0.17" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6" 135 136[[package]] 137name = "ryu" 138version = "1.0.18" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 141 142[[package]] 143name = "serde" 144version = "1.0.203" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 147dependencies = [ 148 "serde_derive", 149] 150 151[[package]] 152name = "serde_derive" 153version = "1.0.203" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 156dependencies = [ 157 "proc-macro2", 158 "quote", 159 "syn 2.0.66", 160] 161 162[[package]] 163name = "serde_json" 164version = "1.0.117" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3" 167dependencies = [ 168 "itoa", 169 "ryu", 170 "serde", 171] 172 173[[package]] 174name = "serde_spanned" 175version = "0.6.6" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0" 178dependencies = [ 179 "serde", 180] 181 182[[package]] 183name = "static_assertions" 184version = "1.1.0" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 187 188[[package]] 189name = "syn" 190version = "1.0.109" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 193dependencies = [ 194 "proc-macro2", 195 "quote", 196 "unicode-ident", 197] 198 199[[package]] 200name = "syn" 201version = "2.0.66" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5" 204dependencies = [ 205 "proc-macro2", 206 "quote", 207 "unicode-ident", 208] 209 210[[package]] 211name = "termcolor" 212version = "1.4.1" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 215dependencies = [ 216 "winapi-util", 217] 218 219[[package]] 220name = "thiserror" 221version = "1.0.61" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 224dependencies = [ 225 "thiserror-impl", 226] 227 228[[package]] 229name = "thiserror-impl" 230version = "1.0.61" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 233dependencies = [ 234 "proc-macro2", 235 "quote", 236 "syn 2.0.66", 237] 238 239[[package]] 240name = "toml" 241version = "0.8.14" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335" 244dependencies = [ 245 "serde", 246 "serde_spanned", 247 "toml_datetime", 248 "toml_edit", 249] 250 251[[package]] 252name = "toml_datetime" 253version = "0.6.6" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf" 256dependencies = [ 257 "serde", 258] 259 260[[package]] 261name = "toml_edit" 262version = "0.22.14" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38" 265dependencies = [ 266 "indexmap", 267 "serde", 268 "serde_spanned", 269 "toml_datetime", 270 "winnow", 271] 272 273[[package]] 274name = "trybuild" 275version = "1.0.96" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "33a5f13f11071020bb12de7a16b925d2d58636175c20c11dc5f96cb64bb6c9b3" 278dependencies = [ 279 "glob", 280 "serde", 281 "serde_derive", 282 "serde_json", 283 "termcolor", 284 "toml", 285] 286 287[[package]] 288name = "unicode-ident" 289version = "1.0.12" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 292 293[[package]] 294name = "winapi" 295version = "0.3.9" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 298dependencies = [ 299 "winapi-i686-pc-windows-gnu", 300 "winapi-x86_64-pc-windows-gnu", 301] 302 303[[package]] 304name = "winapi-i686-pc-windows-gnu" 305version = "0.4.0" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 308 309[[package]] 310name = "winapi-util" 311version = "0.1.8" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 314dependencies = [ 315 "windows-sys", 316] 317 318[[package]] 319name = "winapi-x86_64-pc-windows-gnu" 320version = "0.4.0" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 323 324[[package]] 325name = "windows-sys" 326version = "0.52.0" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 329dependencies = [ 330 "windows-targets", 331] 332 333[[package]] 334name = "windows-targets" 335version = "0.52.5" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 338dependencies = [ 339 "windows_aarch64_gnullvm", 340 "windows_aarch64_msvc", 341 "windows_i686_gnu", 342 "windows_i686_gnullvm", 343 "windows_i686_msvc", 344 "windows_x86_64_gnu", 345 "windows_x86_64_gnullvm", 346 "windows_x86_64_msvc", 347] 348 349[[package]] 350name = "windows_aarch64_gnullvm" 351version = "0.52.5" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 354 355[[package]] 356name = "windows_aarch64_msvc" 357version = "0.52.5" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 360 361[[package]] 362name = "windows_i686_gnu" 363version = "0.52.5" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 366 367[[package]] 368name = "windows_i686_gnullvm" 369version = "0.52.5" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 372 373[[package]] 374name = "windows_i686_msvc" 375version = "0.52.5" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 378 379[[package]] 380name = "windows_x86_64_gnu" 381version = "0.52.5" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 384 385[[package]] 386name = "windows_x86_64_gnullvm" 387version = "0.52.5" 388source = "registry+https://github.com/rust-lang/crates.io-index" 389checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 390 391[[package]] 392name = "windows_x86_64_msvc" 393version = "0.52.5" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 396 397[[package]] 398name = "winnow" 399version = "0.6.13" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1" 402dependencies = [ 403 "memchr", 404] 405