1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "argh" 7version = "0.1.12" 8dependencies = [ 9 "argh_derive", 10 "argh_shared", 11 "once_cell", 12 "trybuild", 13] 14 15[[package]] 16name = "argh_derive" 17version = "0.1.12" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "56df0aeedf6b7a2fc67d06db35b09684c3e8da0c95f8f27685cb17e08413d87a" 20dependencies = [ 21 "argh_shared", 22 "proc-macro2", 23 "quote", 24 "syn", 25] 26 27[[package]] 28name = "argh_shared" 29version = "0.1.12" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "5693f39141bda5760ecc4111ab08da40565d1771038c4a0250f03457ec707531" 32dependencies = [ 33 "serde", 34] 35 36[[package]] 37name = "basic-toml" 38version = "0.1.4" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "7bfc506e7a2370ec239e1d072507b2a80c833083699d3c6fa176fbb4de8448c6" 41dependencies = [ 42 "serde", 43] 44 45[[package]] 46name = "glob" 47version = "0.3.1" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 50 51[[package]] 52name = "itoa" 53version = "1.0.9" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38" 56 57[[package]] 58name = "once_cell" 59version = "1.18.0" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 62 63[[package]] 64name = "proc-macro2" 65version = "1.0.66" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 68dependencies = [ 69 "unicode-ident", 70] 71 72[[package]] 73name = "quote" 74version = "1.0.32" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965" 77dependencies = [ 78 "proc-macro2", 79] 80 81[[package]] 82name = "ryu" 83version = "1.0.15" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" 86 87[[package]] 88name = "serde" 89version = "1.0.183" 90source = "registry+https://github.com/rust-lang/crates.io-index" 91checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c" 92dependencies = [ 93 "serde_derive", 94] 95 96[[package]] 97name = "serde_derive" 98version = "1.0.183" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816" 101dependencies = [ 102 "proc-macro2", 103 "quote", 104 "syn", 105] 106 107[[package]] 108name = "serde_json" 109version = "1.0.104" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" 112dependencies = [ 113 "itoa", 114 "ryu", 115 "serde", 116] 117 118[[package]] 119name = "syn" 120version = "2.0.28" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567" 123dependencies = [ 124 "proc-macro2", 125 "quote", 126 "unicode-ident", 127] 128 129[[package]] 130name = "termcolor" 131version = "1.2.0" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 134dependencies = [ 135 "winapi-util", 136] 137 138[[package]] 139name = "trybuild" 140version = "1.0.82" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "a84e0202ea606ba5ebee8507ab2bfbe89b98551ed9b8f0be198109275cff284b" 143dependencies = [ 144 "basic-toml", 145 "glob", 146 "once_cell", 147 "serde", 148 "serde_derive", 149 "serde_json", 150 "termcolor", 151] 152 153[[package]] 154name = "unicode-ident" 155version = "1.0.11" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 158 159[[package]] 160name = "winapi" 161version = "0.3.9" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 164dependencies = [ 165 "winapi-i686-pc-windows-gnu", 166 "winapi-x86_64-pc-windows-gnu", 167] 168 169[[package]] 170name = "winapi-i686-pc-windows-gnu" 171version = "0.4.0" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 174 175[[package]] 176name = "winapi-util" 177version = "0.1.5" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 180dependencies = [ 181 "winapi", 182] 183 184[[package]] 185name = "winapi-x86_64-pc-windows-gnu" 186version = "0.4.0" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 189