1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "anyhow" 7version = "1.0.65" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602" 10 11[[package]] 12name = "autocfg" 13version = "1.1.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 16 17[[package]] 18name = "bitflags" 19version = "1.3.2" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 22 23[[package]] 24name = "cfg-if" 25version = "1.0.0" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 28 29[[package]] 30name = "either" 31version = "1.8.0" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 34 35[[package]] 36name = "fastrand" 37version = "1.8.0" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 40dependencies = [ 41 "instant", 42] 43 44[[package]] 45name = "hashbrown" 46version = "0.12.3" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 49 50[[package]] 51name = "indexmap" 52version = "1.9.1" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e" 55dependencies = [ 56 "autocfg", 57 "hashbrown", 58] 59 60[[package]] 61name = "instant" 62version = "0.1.12" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c" 65dependencies = [ 66 "cfg-if", 67] 68 69[[package]] 70name = "libc" 71version = "0.2.133" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966" 74 75[[package]] 76name = "log" 77version = "0.4.17" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e" 80dependencies = [ 81 "cfg-if", 82] 83 84[[package]] 85name = "once_cell" 86version = "1.15.0" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1" 89 90[[package]] 91name = "proc-macro2" 92version = "1.0.44" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "7bd7356a8122b6c4a24a82b278680c73357984ca2fc79a0f9fa6dea7dced7c58" 95dependencies = [ 96 "unicode-ident", 97] 98 99[[package]] 100name = "protobuf" 101version = "3.2.0" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "b55bad9126f378a853655831eb7363b7b01b81d19f8cb1218861086ca4a1a61e" 104dependencies = [ 105 "once_cell", 106 "protobuf-support", 107 "thiserror", 108] 109 110[[package]] 111name = "protobuf-parse" 112version = "3.2.0" 113dependencies = [ 114 "anyhow", 115 "indexmap", 116 "log", 117 "protobuf", 118 "protobuf-support", 119 "tempfile", 120 "thiserror", 121 "which", 122] 123 124[[package]] 125name = "protobuf-support" 126version = "3.2.0" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "a5d4d7b8601c814cfb36bcebb79f0e61e45e1e93640cf778837833bbed05c372" 129dependencies = [ 130 "thiserror", 131] 132 133[[package]] 134name = "quote" 135version = "1.0.21" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 138dependencies = [ 139 "proc-macro2", 140] 141 142[[package]] 143name = "redox_syscall" 144version = "0.2.16" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 147dependencies = [ 148 "bitflags", 149] 150 151[[package]] 152name = "remove_dir_all" 153version = "0.5.3" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 156dependencies = [ 157 "winapi", 158] 159 160[[package]] 161name = "syn" 162version = "1.0.100" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "52205623b1b0f064a4e71182c3b18ae902267282930c6d5462c91b859668426e" 165dependencies = [ 166 "proc-macro2", 167 "quote", 168 "unicode-ident", 169] 170 171[[package]] 172name = "tempfile" 173version = "3.3.0" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 176dependencies = [ 177 "cfg-if", 178 "fastrand", 179 "libc", 180 "redox_syscall", 181 "remove_dir_all", 182 "winapi", 183] 184 185[[package]] 186name = "thiserror" 187version = "1.0.36" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "0a99cb8c4b9a8ef0e7907cd3b617cc8dc04d571c4e73c8ae403d80ac160bb122" 190dependencies = [ 191 "thiserror-impl", 192] 193 194[[package]] 195name = "thiserror-impl" 196version = "1.0.36" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "3a891860d3c8d66fec8e73ddb3765f90082374dbaaa833407b904a94f1a7eb43" 199dependencies = [ 200 "proc-macro2", 201 "quote", 202 "syn", 203] 204 205[[package]] 206name = "unicode-ident" 207version = "1.0.4" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd" 210 211[[package]] 212name = "which" 213version = "4.3.0" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" 216dependencies = [ 217 "either", 218 "libc", 219 "once_cell", 220] 221 222[[package]] 223name = "winapi" 224version = "0.3.9" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 227dependencies = [ 228 "winapi-i686-pc-windows-gnu", 229 "winapi-x86_64-pc-windows-gnu", 230] 231 232[[package]] 233name = "winapi-i686-pc-windows-gnu" 234version = "0.4.0" 235source = "registry+https://github.com/rust-lang/crates.io-index" 236checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 237 238[[package]] 239name = "winapi-x86_64-pc-windows-gnu" 240version = "0.4.0" 241source = "registry+https://github.com/rust-lang/crates.io-index" 242checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 243