1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "android_bp" 7version = "0.3.0" 8dependencies = [ 9 "liblzma", 10 "nom", 11 "tar", 12] 13 14[[package]] 15name = "bitflags" 16version = "1.3.2" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 19 20[[package]] 21name = "bitflags" 22version = "2.5.0" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1" 25 26[[package]] 27name = "cc" 28version = "1.0.99" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695" 31dependencies = [ 32 "jobserver", 33 "libc", 34 "once_cell", 35] 36 37[[package]] 38name = "cfg-if" 39version = "1.0.0" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 42 43[[package]] 44name = "errno" 45version = "0.3.9" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 48dependencies = [ 49 "libc", 50 "windows-sys", 51] 52 53[[package]] 54name = "filetime" 55version = "0.2.23" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd" 58dependencies = [ 59 "cfg-if", 60 "libc", 61 "redox_syscall", 62 "windows-sys", 63] 64 65[[package]] 66name = "jobserver" 67version = "0.1.31" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e" 70dependencies = [ 71 "libc", 72] 73 74[[package]] 75name = "libc" 76version = "0.2.155" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 79 80[[package]] 81name = "liblzma" 82version = "0.3.2" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "243510a5543c358949902b9e76daec3a32d7b03a43abce823e7c62a1a8360172" 85dependencies = [ 86 "liblzma-sys", 87] 88 89[[package]] 90name = "liblzma-sys" 91version = "0.3.4" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "83cf78d20a45b5c0f3c7da2dcac255b230efe7d8684282bd35873164c1491187" 94dependencies = [ 95 "cc", 96 "libc", 97 "pkg-config", 98] 99 100[[package]] 101name = "linux-raw-sys" 102version = "0.4.14" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 105 106[[package]] 107name = "memchr" 108version = "2.6.4" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167" 111 112[[package]] 113name = "minimal-lexical" 114version = "0.2.1" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 117 118[[package]] 119name = "nom" 120version = "7.1.3" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 123dependencies = [ 124 "memchr", 125 "minimal-lexical", 126] 127 128[[package]] 129name = "once_cell" 130version = "1.19.0" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 133 134[[package]] 135name = "pkg-config" 136version = "0.3.30" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 139 140[[package]] 141name = "redox_syscall" 142version = "0.4.1" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" 145dependencies = [ 146 "bitflags 1.3.2", 147] 148 149[[package]] 150name = "rustix" 151version = "0.38.34" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 154dependencies = [ 155 "bitflags 2.5.0", 156 "errno", 157 "libc", 158 "linux-raw-sys", 159 "windows-sys", 160] 161 162[[package]] 163name = "tar" 164version = "0.4.41" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909" 167dependencies = [ 168 "filetime", 169 "libc", 170 "xattr", 171] 172 173[[package]] 174name = "windows-sys" 175version = "0.52.0" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 178dependencies = [ 179 "windows-targets", 180] 181 182[[package]] 183name = "windows-targets" 184version = "0.52.5" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 187dependencies = [ 188 "windows_aarch64_gnullvm", 189 "windows_aarch64_msvc", 190 "windows_i686_gnu", 191 "windows_i686_gnullvm", 192 "windows_i686_msvc", 193 "windows_x86_64_gnu", 194 "windows_x86_64_gnullvm", 195 "windows_x86_64_msvc", 196] 197 198[[package]] 199name = "windows_aarch64_gnullvm" 200version = "0.52.5" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 203 204[[package]] 205name = "windows_aarch64_msvc" 206version = "0.52.5" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 209 210[[package]] 211name = "windows_i686_gnu" 212version = "0.52.5" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 215 216[[package]] 217name = "windows_i686_gnullvm" 218version = "0.52.5" 219source = "registry+https://github.com/rust-lang/crates.io-index" 220checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 221 222[[package]] 223name = "windows_i686_msvc" 224version = "0.52.5" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 227 228[[package]] 229name = "windows_x86_64_gnu" 230version = "0.52.5" 231source = "registry+https://github.com/rust-lang/crates.io-index" 232checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 233 234[[package]] 235name = "windows_x86_64_gnullvm" 236version = "0.52.5" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 239 240[[package]] 241name = "windows_x86_64_msvc" 242version = "0.52.5" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 245 246[[package]] 247name = "xattr" 248version = "1.3.1" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f" 251dependencies = [ 252 "libc", 253 "linux-raw-sys", 254 "rustix", 255] 256