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.10" 8dependencies = [ 9 "argh_derive", 10 "argh_shared", 11 "once_cell", 12 "trybuild", 13] 14 15[[package]] 16name = "argh_derive" 17version = "0.1.10" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "b382dbd3288e053331f03399e1db106c9fb0d8562ad62cb04859ae926f324fa6" 20dependencies = [ 21 "argh_shared", 22 "proc-macro2", 23 "quote", 24 "syn", 25] 26 27[[package]] 28name = "argh_shared" 29version = "0.1.10" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "64cb94155d965e3d37ffbbe7cc5b82c3dd79dd33bd48e536f73d2cfb8d85506f" 32 33[[package]] 34name = "glob" 35version = "0.3.1" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 38 39[[package]] 40name = "itoa" 41version = "1.0.5" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440" 44 45[[package]] 46name = "once_cell" 47version = "1.17.0" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" 50 51[[package]] 52name = "proc-macro2" 53version = "1.0.49" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5" 56dependencies = [ 57 "unicode-ident", 58] 59 60[[package]] 61name = "quote" 62version = "1.0.23" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b" 65dependencies = [ 66 "proc-macro2", 67] 68 69[[package]] 70name = "ryu" 71version = "1.0.12" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde" 74 75[[package]] 76name = "serde" 77version = "1.0.152" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" 80 81[[package]] 82name = "serde_derive" 83version = "1.0.152" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" 86dependencies = [ 87 "proc-macro2", 88 "quote", 89 "syn", 90] 91 92[[package]] 93name = "serde_json" 94version = "1.0.91" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883" 97dependencies = [ 98 "itoa", 99 "ryu", 100 "serde", 101] 102 103[[package]] 104name = "syn" 105version = "1.0.107" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5" 108dependencies = [ 109 "proc-macro2", 110 "quote", 111 "unicode-ident", 112] 113 114[[package]] 115name = "termcolor" 116version = "1.1.3" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 119dependencies = [ 120 "winapi-util", 121] 122 123[[package]] 124name = "toml" 125version = "0.5.10" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "1333c76748e868a4d9d1017b5ab53171dfd095f70c712fdb4653a406547f598f" 128dependencies = [ 129 "serde", 130] 131 132[[package]] 133name = "trybuild" 134version = "1.0.75" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "f1212c215a87a183687a7cc7065901b1a98da6b37277d51a1b5faedbb4efd4f3" 137dependencies = [ 138 "glob", 139 "once_cell", 140 "serde", 141 "serde_derive", 142 "serde_json", 143 "termcolor", 144 "toml", 145] 146 147[[package]] 148name = "unicode-ident" 149version = "1.0.6" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc" 152 153[[package]] 154name = "winapi" 155version = "0.3.9" 156source = "registry+https://github.com/rust-lang/crates.io-index" 157checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 158dependencies = [ 159 "winapi-i686-pc-windows-gnu", 160 "winapi-x86_64-pc-windows-gnu", 161] 162 163[[package]] 164name = "winapi-i686-pc-windows-gnu" 165version = "0.4.0" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 168 169[[package]] 170name = "winapi-util" 171version = "0.1.5" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" 174dependencies = [ 175 "winapi", 176] 177 178[[package]] 179name = "winapi-x86_64-pc-windows-gnu" 180version = "0.4.0" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 183