this repo has no description
at main 22 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.25.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "anstream" 22version = "0.6.21" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 25dependencies = [ 26 "anstyle", 27 "anstyle-parse", 28 "anstyle-query", 29 "anstyle-wincon", 30 "colorchoice", 31 "is_terminal_polyfill", 32 "utf8parse", 33] 34 35[[package]] 36name = "anstyle" 37version = "1.0.13" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 40 41[[package]] 42name = "anstyle-parse" 43version = "0.2.7" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 46dependencies = [ 47 "utf8parse", 48] 49 50[[package]] 51name = "anstyle-query" 52version = "1.1.5" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 55dependencies = [ 56 "windows-sys", 57] 58 59[[package]] 60name = "anstyle-wincon" 61version = "3.0.11" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 64dependencies = [ 65 "anstyle", 66 "once_cell_polyfill", 67 "windows-sys", 68] 69 70[[package]] 71name = "backtrace" 72version = "0.3.76" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 75dependencies = [ 76 "addr2line", 77 "cfg-if", 78 "libc", 79 "miniz_oxide", 80 "object", 81 "rustc-demangle", 82 "windows-link", 83] 84 85[[package]] 86name = "bitflags" 87version = "2.10.0" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 90 91[[package]] 92name = "cfg-if" 93version = "1.0.4" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 96 97[[package]] 98name = "cfg_aliases" 99version = "0.2.1" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 102 103[[package]] 104name = "clap" 105version = "4.5.53" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" 108dependencies = [ 109 "clap_builder", 110 "clap_derive", 111] 112 113[[package]] 114name = "clap_builder" 115version = "4.5.53" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" 118dependencies = [ 119 "anstream", 120 "anstyle", 121 "clap_lex", 122 "strsim", 123] 124 125[[package]] 126name = "clap_derive" 127version = "4.5.49" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" 130dependencies = [ 131 "heck", 132 "proc-macro2", 133 "quote", 134 "syn", 135] 136 137[[package]] 138name = "clap_lex" 139version = "0.7.6" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" 142 143[[package]] 144name = "color-eyre" 145version = "0.6.5" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" 148dependencies = [ 149 "backtrace", 150 "color-spantrace", 151 "eyre", 152 "indenter", 153 "once_cell", 154 "owo-colors", 155 "tracing-error", 156] 157 158[[package]] 159name = "color-spantrace" 160version = "0.3.0" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427" 163dependencies = [ 164 "once_cell", 165 "owo-colors", 166 "tracing-core", 167 "tracing-error", 168] 169 170[[package]] 171name = "colorchoice" 172version = "1.0.4" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 175 176[[package]] 177name = "convert_case" 178version = "0.10.0" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 181dependencies = [ 182 "unicode-segmentation", 183] 184 185[[package]] 186name = "coolor" 187version = "1.1.0" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "980c2afde4af43d6a05c5be738f9eae595cff86dce1f38f88b95058a98c027f3" 190 191[[package]] 192name = "crossterm" 193version = "0.29.0" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" 196dependencies = [ 197 "bitflags", 198 "crossterm_winapi", 199 "derive_more", 200 "document-features", 201 "mio", 202 "parking_lot", 203 "rustix", 204 "signal-hook", 205 "signal-hook-mio", 206 "winapi", 207] 208 209[[package]] 210name = "crossterm_winapi" 211version = "0.9.1" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 214dependencies = [ 215 "winapi", 216] 217 218[[package]] 219name = "derive_more" 220version = "2.1.0" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618" 223dependencies = [ 224 "derive_more-impl", 225] 226 227[[package]] 228name = "derive_more-impl" 229version = "2.1.0" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b" 232dependencies = [ 233 "convert_case", 234 "proc-macro2", 235 "quote", 236 "rustc_version", 237 "syn", 238] 239 240[[package]] 241name = "document-features" 242version = "0.2.12" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 245dependencies = [ 246 "litrs", 247] 248 249[[package]] 250name = "errno" 251version = "0.3.14" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 254dependencies = [ 255 "libc", 256 "windows-sys", 257] 258 259[[package]] 260name = "eyre" 261version = "0.6.12" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" 264dependencies = [ 265 "indenter", 266 "once_cell", 267] 268 269[[package]] 270name = "gimli" 271version = "0.32.3" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 274 275[[package]] 276name = "heck" 277version = "0.5.0" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 280 281[[package]] 282name = "humansize" 283version = "2.1.3" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 286dependencies = [ 287 "libm", 288] 289 290[[package]] 291name = "indenter" 292version = "0.3.4" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5" 295 296[[package]] 297name = "is_terminal_polyfill" 298version = "1.70.2" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 301 302[[package]] 303name = "itoa" 304version = "1.0.15" 305source = "registry+https://github.com/rust-lang/crates.io-index" 306checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 307 308[[package]] 309name = "lazy_static" 310version = "1.5.0" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 313 314[[package]] 315name = "libc" 316version = "0.2.178" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" 319 320[[package]] 321name = "libm" 322version = "0.2.15" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 325 326[[package]] 327name = "linux-raw-sys" 328version = "0.11.0" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 331 332[[package]] 333name = "litrs" 334version = "1.0.0" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 337 338[[package]] 339name = "lix-diff" 340version = "1.1.1" 341dependencies = [ 342 "clap", 343 "color-eyre", 344 "humansize", 345 "nu-ansi-term", 346 "serde", 347 "serde_json", 348 "strip-ansi-escapes", 349 "terminal-light", 350] 351 352[[package]] 353name = "lock_api" 354version = "0.4.14" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 357dependencies = [ 358 "scopeguard", 359] 360 361[[package]] 362name = "log" 363version = "0.4.29" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 366 367[[package]] 368name = "memchr" 369version = "2.7.6" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 372 373[[package]] 374name = "miniz_oxide" 375version = "0.8.9" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 378dependencies = [ 379 "adler2", 380] 381 382[[package]] 383name = "mio" 384version = "1.1.1" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 387dependencies = [ 388 "libc", 389 "log", 390 "wasi", 391 "windows-sys", 392] 393 394[[package]] 395name = "nix" 396version = "0.29.0" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 399dependencies = [ 400 "bitflags", 401 "cfg-if", 402 "cfg_aliases", 403 "libc", 404] 405 406[[package]] 407name = "nu-ansi-term" 408version = "0.50.3" 409source = "registry+https://github.com/rust-lang/crates.io-index" 410checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 411dependencies = [ 412 "windows-sys", 413] 414 415[[package]] 416name = "object" 417version = "0.37.3" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 420dependencies = [ 421 "memchr", 422] 423 424[[package]] 425name = "once_cell" 426version = "1.21.3" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 429 430[[package]] 431name = "once_cell_polyfill" 432version = "1.70.2" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 435 436[[package]] 437name = "owo-colors" 438version = "4.2.3" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" 441 442[[package]] 443name = "parking_lot" 444version = "0.12.5" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 447dependencies = [ 448 "lock_api", 449 "parking_lot_core", 450] 451 452[[package]] 453name = "parking_lot_core" 454version = "0.9.12" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 457dependencies = [ 458 "cfg-if", 459 "libc", 460 "redox_syscall", 461 "smallvec", 462 "windows-link", 463] 464 465[[package]] 466name = "pin-project-lite" 467version = "0.2.16" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 470 471[[package]] 472name = "proc-macro2" 473version = "1.0.103" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 476dependencies = [ 477 "unicode-ident", 478] 479 480[[package]] 481name = "quote" 482version = "1.0.42" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 485dependencies = [ 486 "proc-macro2", 487] 488 489[[package]] 490name = "redox_syscall" 491version = "0.5.18" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 494dependencies = [ 495 "bitflags", 496] 497 498[[package]] 499name = "rustc-demangle" 500version = "0.1.26" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 503 504[[package]] 505name = "rustc_version" 506version = "0.4.1" 507source = "registry+https://github.com/rust-lang/crates.io-index" 508checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 509dependencies = [ 510 "semver", 511] 512 513[[package]] 514name = "rustix" 515version = "1.1.2" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 518dependencies = [ 519 "bitflags", 520 "errno", 521 "libc", 522 "linux-raw-sys", 523 "windows-sys", 524] 525 526[[package]] 527name = "ryu" 528version = "1.0.20" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 531 532[[package]] 533name = "scopeguard" 534version = "1.2.0" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 537 538[[package]] 539name = "semver" 540version = "1.0.27" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 543 544[[package]] 545name = "serde" 546version = "1.0.228" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 549dependencies = [ 550 "serde_core", 551 "serde_derive", 552] 553 554[[package]] 555name = "serde_core" 556version = "1.0.228" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 559dependencies = [ 560 "serde_derive", 561] 562 563[[package]] 564name = "serde_derive" 565version = "1.0.228" 566source = "registry+https://github.com/rust-lang/crates.io-index" 567checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 568dependencies = [ 569 "proc-macro2", 570 "quote", 571 "syn", 572] 573 574[[package]] 575name = "serde_json" 576version = "1.0.145" 577source = "registry+https://github.com/rust-lang/crates.io-index" 578checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 579dependencies = [ 580 "itoa", 581 "memchr", 582 "ryu", 583 "serde", 584 "serde_core", 585] 586 587[[package]] 588name = "sharded-slab" 589version = "0.1.7" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 592dependencies = [ 593 "lazy_static", 594] 595 596[[package]] 597name = "signal-hook" 598version = "0.3.18" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 601dependencies = [ 602 "libc", 603 "signal-hook-registry", 604] 605 606[[package]] 607name = "signal-hook-mio" 608version = "0.2.5" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 611dependencies = [ 612 "libc", 613 "mio", 614 "signal-hook", 615] 616 617[[package]] 618name = "signal-hook-registry" 619version = "1.4.7" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad" 622dependencies = [ 623 "libc", 624] 625 626[[package]] 627name = "smallvec" 628version = "1.15.1" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 631 632[[package]] 633name = "strip-ansi-escapes" 634version = "0.2.1" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025" 637dependencies = [ 638 "vte", 639] 640 641[[package]] 642name = "strsim" 643version = "0.11.1" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 646 647[[package]] 648name = "syn" 649version = "2.0.111" 650source = "registry+https://github.com/rust-lang/crates.io-index" 651checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 652dependencies = [ 653 "proc-macro2", 654 "quote", 655 "unicode-ident", 656] 657 658[[package]] 659name = "terminal-light" 660version = "1.8.0" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "a6f76be906d875a0ce764c52a055858c24847cb7dc674d3a5ad8cf7e3dd4ee9f" 663dependencies = [ 664 "coolor", 665 "crossterm", 666 "thiserror", 667 "xterm-query", 668] 669 670[[package]] 671name = "thiserror" 672version = "1.0.69" 673source = "registry+https://github.com/rust-lang/crates.io-index" 674checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 675dependencies = [ 676 "thiserror-impl", 677] 678 679[[package]] 680name = "thiserror-impl" 681version = "1.0.69" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 684dependencies = [ 685 "proc-macro2", 686 "quote", 687 "syn", 688] 689 690[[package]] 691name = "thread_local" 692version = "1.1.9" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 695dependencies = [ 696 "cfg-if", 697] 698 699[[package]] 700name = "tracing" 701version = "0.1.43" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" 704dependencies = [ 705 "pin-project-lite", 706 "tracing-core", 707] 708 709[[package]] 710name = "tracing-core" 711version = "0.1.35" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" 714dependencies = [ 715 "once_cell", 716 "valuable", 717] 718 719[[package]] 720name = "tracing-error" 721version = "0.2.1" 722source = "registry+https://github.com/rust-lang/crates.io-index" 723checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" 724dependencies = [ 725 "tracing", 726 "tracing-subscriber", 727] 728 729[[package]] 730name = "tracing-subscriber" 731version = "0.3.22" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 734dependencies = [ 735 "sharded-slab", 736 "thread_local", 737 "tracing-core", 738] 739 740[[package]] 741name = "unicode-ident" 742version = "1.0.22" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 745 746[[package]] 747name = "unicode-segmentation" 748version = "1.12.0" 749source = "registry+https://github.com/rust-lang/crates.io-index" 750checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 751 752[[package]] 753name = "utf8parse" 754version = "0.2.2" 755source = "registry+https://github.com/rust-lang/crates.io-index" 756checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 757 758[[package]] 759name = "valuable" 760version = "0.1.1" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 763 764[[package]] 765name = "vte" 766version = "0.14.1" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077" 769dependencies = [ 770 "memchr", 771] 772 773[[package]] 774name = "wasi" 775version = "0.11.1+wasi-snapshot-preview1" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 778 779[[package]] 780name = "winapi" 781version = "0.3.9" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 784dependencies = [ 785 "winapi-i686-pc-windows-gnu", 786 "winapi-x86_64-pc-windows-gnu", 787] 788 789[[package]] 790name = "winapi-i686-pc-windows-gnu" 791version = "0.4.0" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 794 795[[package]] 796name = "winapi-x86_64-pc-windows-gnu" 797version = "0.4.0" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 800 801[[package]] 802name = "windows-link" 803version = "0.2.1" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 806 807[[package]] 808name = "windows-sys" 809version = "0.61.2" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 812dependencies = [ 813 "windows-link", 814] 815 816[[package]] 817name = "xterm-query" 818version = "0.5.2" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "292c33df434fde4ecd87a7afecdfa1681a3d29567fc69c774a0d83d32c095331" 821dependencies = [ 822 "nix", 823 "thiserror", 824]