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