| # This file is automatically @generated by Cargo. | 
 | # It is not intended for manual editing. | 
 | version = 3 | 
 |  | 
 | [[package]] | 
 | name = "android_bp" | 
 | version = "0.3.0" | 
 | dependencies = [ | 
 |  "liblzma", | 
 |  "nom", | 
 |  "tar", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "bitflags" | 
 | version = "1.3.2" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | 
 |  | 
 | [[package]] | 
 | name = "bitflags" | 
 | version = "2.5.0" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" | 
 |  | 
 | [[package]] | 
 | name = "cc" | 
 | version = "1.0.99" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" | 
 | dependencies = [ | 
 |  "jobserver", | 
 |  "libc", | 
 |  "once_cell", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "cfg-if" | 
 | version = "1.0.0" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | 
 |  | 
 | [[package]] | 
 | name = "errno" | 
 | version = "0.3.9" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" | 
 | dependencies = [ | 
 |  "libc", | 
 |  "windows-sys", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "filetime" | 
 | version = "0.2.23" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" | 
 | dependencies = [ | 
 |  "cfg-if", | 
 |  "libc", | 
 |  "redox_syscall", | 
 |  "windows-sys", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "jobserver" | 
 | version = "0.1.31" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" | 
 | dependencies = [ | 
 |  "libc", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "libc" | 
 | version = "0.2.155" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" | 
 |  | 
 | [[package]] | 
 | name = "liblzma" | 
 | version = "0.3.2" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "243510a5543c358949902b9e76daec3a32d7b03a43abce823e7c62a1a8360172" | 
 | dependencies = [ | 
 |  "liblzma-sys", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "liblzma-sys" | 
 | version = "0.3.4" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "83cf78d20a45b5c0f3c7da2dcac255b230efe7d8684282bd35873164c1491187" | 
 | dependencies = [ | 
 |  "cc", | 
 |  "libc", | 
 |  "pkg-config", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "linux-raw-sys" | 
 | version = "0.4.14" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" | 
 |  | 
 | [[package]] | 
 | name = "memchr" | 
 | version = "2.6.4" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" | 
 |  | 
 | [[package]] | 
 | name = "minimal-lexical" | 
 | version = "0.2.1" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" | 
 |  | 
 | [[package]] | 
 | name = "nom" | 
 | version = "7.1.3" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" | 
 | dependencies = [ | 
 |  "memchr", | 
 |  "minimal-lexical", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "once_cell" | 
 | version = "1.19.0" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" | 
 |  | 
 | [[package]] | 
 | name = "pkg-config" | 
 | version = "0.3.30" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" | 
 |  | 
 | [[package]] | 
 | name = "redox_syscall" | 
 | version = "0.4.1" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" | 
 | dependencies = [ | 
 |  "bitflags 1.3.2", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "rustix" | 
 | version = "0.38.34" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" | 
 | dependencies = [ | 
 |  "bitflags 2.5.0", | 
 |  "errno", | 
 |  "libc", | 
 |  "linux-raw-sys", | 
 |  "windows-sys", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "tar" | 
 | version = "0.4.41" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" | 
 | dependencies = [ | 
 |  "filetime", | 
 |  "libc", | 
 |  "xattr", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "windows-sys" | 
 | version = "0.52.0" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" | 
 | dependencies = [ | 
 |  "windows-targets", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "windows-targets" | 
 | version = "0.52.5" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" | 
 | dependencies = [ | 
 |  "windows_aarch64_gnullvm", | 
 |  "windows_aarch64_msvc", | 
 |  "windows_i686_gnu", | 
 |  "windows_i686_gnullvm", | 
 |  "windows_i686_msvc", | 
 |  "windows_x86_64_gnu", | 
 |  "windows_x86_64_gnullvm", | 
 |  "windows_x86_64_msvc", | 
 | ] | 
 |  | 
 | [[package]] | 
 | name = "windows_aarch64_gnullvm" | 
 | version = "0.52.5" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" | 
 |  | 
 | [[package]] | 
 | name = "windows_aarch64_msvc" | 
 | version = "0.52.5" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" | 
 |  | 
 | [[package]] | 
 | name = "windows_i686_gnu" | 
 | version = "0.52.5" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" | 
 |  | 
 | [[package]] | 
 | name = "windows_i686_gnullvm" | 
 | version = "0.52.5" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" | 
 |  | 
 | [[package]] | 
 | name = "windows_i686_msvc" | 
 | version = "0.52.5" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" | 
 |  | 
 | [[package]] | 
 | name = "windows_x86_64_gnu" | 
 | version = "0.52.5" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" | 
 |  | 
 | [[package]] | 
 | name = "windows_x86_64_gnullvm" | 
 | version = "0.52.5" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" | 
 |  | 
 | [[package]] | 
 | name = "windows_x86_64_msvc" | 
 | version = "0.52.5" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" | 
 |  | 
 | [[package]] | 
 | name = "xattr" | 
 | version = "1.3.1" | 
 | source = "registry+https://github.com/rust-lang/crates.io-index" | 
 | checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" | 
 | dependencies = [ | 
 |  "libc", | 
 |  "linux-raw-sys", | 
 |  "rustix", | 
 | ] |