1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "anstyle" 7version = "1.0.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d" 10 11[[package]] 12name = "bitflags" 13version = "1.3.2" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 16 17[[package]] 18name = "cc" 19version = "1.0.79" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" 22 23[[package]] 24name = "clap" 25version = "4.3.0" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc" 28dependencies = [ 29 "clap_builder", 30] 31 32[[package]] 33name = "clap_builder" 34version = "4.3.0" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990" 37dependencies = [ 38 "anstyle", 39 "bitflags", 40 "clap_lex", 41] 42 43[[package]] 44name = "clap_lex" 45version = "0.5.0" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" 48 49[[package]] 50name = "codespan-reporting" 51version = "0.11.1" 52source = "registry+https://github.com/rust-lang/crates.io-index" 53checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e" 54dependencies = [ 55 "termcolor", 56 "unicode-width", 57] 58 59[[package]] 60name = "once_cell" 61version = "1.17.1" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 64 65[[package]] 66name = "proc-macro2" 67version = "1.0.59" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b" 70dependencies = [ 71 "unicode-ident", 72] 73 74[[package]] 75name = "quote" 76version = "1.0.28" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488" 79dependencies = [ 80 "proc-macro2", 81] 82 83[[package]] 84name = "scratch" 85version = "1.0.5" 86source = "registry+https://github.com/rust-lang/crates.io-index" 87checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1" 88 89[[package]] 90name = "syn" 91version = "2.0.17" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "45b6ddbb36c5b969c182aec3c4a0bce7df3fbad4b77114706a49aacc80567388" 94dependencies = [ 95 "proc-macro2", 96 "quote", 97 "unicode-ident", 98] 99 100[[package]] 101name = "termcolor" 102version = "1.2.0" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 105dependencies = [ 106 "winapi-util", 107] 108 109[[package]] 110name = "third-party" 111version = "0.0.0" 112dependencies = [ 113 "cc", 114 "clap", 115 "codespan-reporting", 116 "once_cell", 117 "proc-macro2", 118 "quote", 119 "scratch", 120 "syn", 121] 122 123[[package]] 124name = "unicode-ident" 125version = "1.0.9" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0" 128 129[[package]] 130name = "unicode-width" 131version = "0.1.10" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" 134 135[[package]] 136name = "winapi" 137version = "0.3.9" 138source = "registry+https://github.com/rust-lang/crates.io-index" 139checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 140dependencies = [ 141 "winapi-i686-pc-windows-gnu", 142 "winapi-x86_64-pc-windows-gnu", 143] 144 145[[package]] 146name = "winapi-i686-pc-windows-gnu" 147version = "0.4.0" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 150 151[[package]] 152name = "winapi-util" 153version = "0.1.5" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 156dependencies = [ 157 "winapi", 158] 159 160[[package]] 161name = "winapi-x86_64-pc-windows-gnu" 162version = "0.4.0" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 165