1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "android-pseudo-crate" 7version = "0.1.0" 8dependencies = [ 9 "bitflags", 10 "clap", 11 "clap_lex 0.3.2", 12 "jni", 13 "protobuf", 14 "protobuf-codegen", 15 "zerocopy", 16 "zerocopy-derive", 17] 18 19[[package]] 20name = "atty" 21version = "0.2.14" 22source = "registry+https://github.com/rust-lang/crates.io-index" 23checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 24dependencies = [ 25 "hermit-abi", 26 "libc", 27 "winapi", 28] 29 30[[package]] 31name = "autocfg" 32version = "1.4.0" 33source = "registry+https://github.com/rust-lang/crates.io-index" 34checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 35 36[[package]] 37name = "bitflags" 38version = "1.3.2" 39source = "registry+https://github.com/rust-lang/crates.io-index" 40checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 41 42[[package]] 43name = "byteorder" 44version = "1.5.0" 45source = "registry+https://github.com/rust-lang/crates.io-index" 46checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 47 48[[package]] 49name = "bytes" 50version = "1.8.0" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" 53 54[[package]] 55name = "cesu8" 56version = "1.1.0" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c" 59 60[[package]] 61name = "clap" 62version = "3.2.23" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5" 65dependencies = [ 66 "atty", 67 "bitflags", 68 "clap_lex 0.2.4", 69 "indexmap", 70 "strsim", 71 "termcolor", 72 "textwrap", 73] 74 75[[package]] 76name = "clap_lex" 77version = "0.2.4" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 80dependencies = [ 81 "os_str_bytes", 82] 83 84[[package]] 85name = "clap_lex" 86version = "0.3.2" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09" 89dependencies = [ 90 "os_str_bytes", 91] 92 93[[package]] 94name = "combine" 95version = "4.6.7" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 98dependencies = [ 99 "bytes", 100 "memchr", 101] 102 103[[package]] 104name = "hashbrown" 105version = "0.12.3" 106source = "registry+https://github.com/rust-lang/crates.io-index" 107checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 108 109[[package]] 110name = "hermit-abi" 111version = "0.1.19" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 114dependencies = [ 115 "libc", 116] 117 118[[package]] 119name = "indexmap" 120version = "1.9.3" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 123dependencies = [ 124 "autocfg", 125 "hashbrown", 126] 127 128[[package]] 129name = "jni" 130version = "0.20.0" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c" 133dependencies = [ 134 "cesu8", 135 "combine", 136 "jni-sys", 137 "log", 138 "thiserror", 139 "walkdir", 140] 141 142[[package]] 143name = "jni-sys" 144version = "0.3.0" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130" 147 148[[package]] 149name = "libc" 150version = "0.2.161" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" 153 154[[package]] 155name = "log" 156version = "0.4.22" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 159 160[[package]] 161name = "memchr" 162version = "2.7.4" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 165 166[[package]] 167name = "os_str_bytes" 168version = "6.6.1" 169source = "registry+https://github.com/rust-lang/crates.io-index" 170checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" 171 172[[package]] 173name = "proc-macro2" 174version = "1.0.89" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e" 177dependencies = [ 178 "unicode-ident", 179] 180 181[[package]] 182name = "protobuf" 183version = "2.27.1" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "cf7e6d18738ecd0902d30d1ad232c9125985a3422929b16c65517b38adc14f96" 186 187[[package]] 188name = "protobuf-codegen" 189version = "2.27.1" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "aec1632b7c8f2e620343439a7dfd1f3c47b18906c4be58982079911482b5d707" 192dependencies = [ 193 "protobuf", 194] 195 196[[package]] 197name = "quote" 198version = "1.0.37" 199source = "registry+https://github.com/rust-lang/crates.io-index" 200checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 201dependencies = [ 202 "proc-macro2", 203] 204 205[[package]] 206name = "same-file" 207version = "1.0.6" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 210dependencies = [ 211 "winapi-util", 212] 213 214[[package]] 215name = "strsim" 216version = "0.10.0" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 219 220[[package]] 221name = "syn" 222version = "2.0.82" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "83540f837a8afc019423a8edb95b52a8effe46957ee402287f4292fae35be021" 225dependencies = [ 226 "proc-macro2", 227 "quote", 228 "unicode-ident", 229] 230 231[[package]] 232name = "termcolor" 233version = "1.4.1" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 236dependencies = [ 237 "winapi-util", 238] 239 240[[package]] 241name = "textwrap" 242version = "0.16.1" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" 245 246[[package]] 247name = "thiserror" 248version = "1.0.65" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5" 251dependencies = [ 252 "thiserror-impl", 253] 254 255[[package]] 256name = "thiserror-impl" 257version = "1.0.65" 258source = "registry+https://github.com/rust-lang/crates.io-index" 259checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602" 260dependencies = [ 261 "proc-macro2", 262 "quote", 263 "syn", 264] 265 266[[package]] 267name = "unicode-ident" 268version = "1.0.13" 269source = "registry+https://github.com/rust-lang/crates.io-index" 270checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 271 272[[package]] 273name = "walkdir" 274version = "2.5.0" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 277dependencies = [ 278 "same-file", 279 "winapi-util", 280] 281 282[[package]] 283name = "winapi" 284version = "0.3.9" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 287dependencies = [ 288 "winapi-i686-pc-windows-gnu", 289 "winapi-x86_64-pc-windows-gnu", 290] 291 292[[package]] 293name = "winapi-i686-pc-windows-gnu" 294version = "0.4.0" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 297 298[[package]] 299name = "winapi-util" 300version = "0.1.9" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 303dependencies = [ 304 "windows-sys", 305] 306 307[[package]] 308name = "winapi-x86_64-pc-windows-gnu" 309version = "0.4.0" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 312 313[[package]] 314name = "windows-sys" 315version = "0.59.0" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 318dependencies = [ 319 "windows-targets", 320] 321 322[[package]] 323name = "windows-targets" 324version = "0.52.6" 325source = "registry+https://github.com/rust-lang/crates.io-index" 326checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 327dependencies = [ 328 "windows_aarch64_gnullvm", 329 "windows_aarch64_msvc", 330 "windows_i686_gnu", 331 "windows_i686_gnullvm", 332 "windows_i686_msvc", 333 "windows_x86_64_gnu", 334 "windows_x86_64_gnullvm", 335 "windows_x86_64_msvc", 336] 337 338[[package]] 339name = "windows_aarch64_gnullvm" 340version = "0.52.6" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 343 344[[package]] 345name = "windows_aarch64_msvc" 346version = "0.52.6" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 349 350[[package]] 351name = "windows_i686_gnu" 352version = "0.52.6" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 355 356[[package]] 357name = "windows_i686_gnullvm" 358version = "0.52.6" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 361 362[[package]] 363name = "windows_i686_msvc" 364version = "0.52.6" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 367 368[[package]] 369name = "windows_x86_64_gnu" 370version = "0.52.6" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 373 374[[package]] 375name = "windows_x86_64_gnullvm" 376version = "0.52.6" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 379 380[[package]] 381name = "windows_x86_64_msvc" 382version = "0.52.6" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 385 386[[package]] 387name = "zerocopy" 388version = "0.7.35" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 391dependencies = [ 392 "byteorder", 393 "zerocopy-derive", 394] 395 396[[package]] 397name = "zerocopy-derive" 398version = "0.7.35" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 401dependencies = [ 402 "proc-macro2", 403 "quote", 404 "syn", 405] 406