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