Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at gcc-offload 405 lines 11 kB view raw
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 = "1.1.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "autocfg" 16version = "1.3.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 19 20[[package]] 21name = "bit-set" 22version = "0.5.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 25dependencies = [ 26 "bit-vec", 27] 28 29[[package]] 30name = "bit-vec" 31version = "0.6.3" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 34 35[[package]] 36name = "bitflags" 37version = "2.6.0" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 40 41[[package]] 42name = "bstr" 43version = "1.9.1" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706" 46dependencies = [ 47 "memchr", 48 "regex-automata", 49 "serde", 50] 51 52[[package]] 53name = "cfg-if" 54version = "1.0.0" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 57 58[[package]] 59name = "fancy-regex" 60version = "0.11.0" 61source = "registry+https://github.com/rust-lang/crates.io-index" 62checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 63dependencies = [ 64 "bit-set", 65 "regex", 66] 67 68[[package]] 69name = "heck" 70version = "0.4.1" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 73 74[[package]] 75name = "indoc" 76version = "2.0.5" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" 79 80[[package]] 81name = "libc" 82version = "0.2.155" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 85 86[[package]] 87name = "lock_api" 88version = "0.4.12" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 91dependencies = [ 92 "autocfg", 93 "scopeguard", 94] 95 96[[package]] 97name = "memchr" 98version = "2.7.4" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 101 102[[package]] 103name = "memoffset" 104version = "0.9.1" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 107dependencies = [ 108 "autocfg", 109] 110 111[[package]] 112name = "once_cell" 113version = "1.19.0" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 116 117[[package]] 118name = "parking_lot" 119version = "0.12.3" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 122dependencies = [ 123 "lock_api", 124 "parking_lot_core", 125] 126 127[[package]] 128name = "parking_lot_core" 129version = "0.9.10" 130source = "registry+https://github.com/rust-lang/crates.io-index" 131checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 132dependencies = [ 133 "cfg-if", 134 "libc", 135 "redox_syscall", 136 "smallvec", 137 "windows-targets", 138] 139 140[[package]] 141name = "portable-atomic" 142version = "1.6.0" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0" 145 146[[package]] 147name = "proc-macro2" 148version = "1.0.86" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 151dependencies = [ 152 "unicode-ident", 153] 154 155[[package]] 156name = "pyo3" 157version = "0.20.3" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233" 160dependencies = [ 161 "cfg-if", 162 "indoc", 163 "libc", 164 "memoffset", 165 "parking_lot", 166 "portable-atomic", 167 "pyo3-build-config", 168 "pyo3-ffi", 169 "pyo3-macros", 170 "unindent", 171] 172 173[[package]] 174name = "pyo3-build-config" 175version = "0.20.3" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7" 178dependencies = [ 179 "once_cell", 180 "target-lexicon", 181] 182 183[[package]] 184name = "pyo3-ffi" 185version = "0.20.3" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa" 188dependencies = [ 189 "libc", 190 "pyo3-build-config", 191] 192 193[[package]] 194name = "pyo3-macros" 195version = "0.20.3" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158" 198dependencies = [ 199 "proc-macro2", 200 "pyo3-macros-backend", 201 "quote", 202 "syn", 203] 204 205[[package]] 206name = "pyo3-macros-backend" 207version = "0.20.3" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185" 210dependencies = [ 211 "heck", 212 "proc-macro2", 213 "pyo3-build-config", 214 "quote", 215 "syn", 216] 217 218[[package]] 219name = "quote" 220version = "1.0.36" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 223dependencies = [ 224 "proc-macro2", 225] 226 227[[package]] 228name = "redox_syscall" 229version = "0.5.2" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" 232dependencies = [ 233 "bitflags", 234] 235 236[[package]] 237name = "regex" 238version = "1.10.5" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 241dependencies = [ 242 "aho-corasick", 243 "memchr", 244 "regex-automata", 245 "regex-syntax", 246] 247 248[[package]] 249name = "regex-automata" 250version = "0.4.7" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 253dependencies = [ 254 "aho-corasick", 255 "memchr", 256 "regex-syntax", 257] 258 259[[package]] 260name = "regex-syntax" 261version = "0.8.4" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 264 265[[package]] 266name = "rustc-hash" 267version = "1.1.0" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 270 271[[package]] 272name = "scopeguard" 273version = "1.2.0" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 276 277[[package]] 278name = "serde" 279version = "1.0.204" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12" 282dependencies = [ 283 "serde_derive", 284] 285 286[[package]] 287name = "serde_derive" 288version = "1.0.204" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222" 291dependencies = [ 292 "proc-macro2", 293 "quote", 294 "syn", 295] 296 297[[package]] 298name = "smallvec" 299version = "1.13.2" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 302 303[[package]] 304name = "syn" 305version = "2.0.71" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "b146dcf730474b4bcd16c311627b31ede9ab149045db4d6088b3becaea046462" 308dependencies = [ 309 "proc-macro2", 310 "quote", 311 "unicode-ident", 312] 313 314[[package]] 315name = "target-lexicon" 316version = "0.12.15" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "4873307b7c257eddcb50c9bedf158eb669578359fb28428bef438fec8e6ba7c2" 319 320[[package]] 321name = "tiktoken" 322version = "0.7.0" 323dependencies = [ 324 "bstr", 325 "fancy-regex", 326 "pyo3", 327 "regex", 328 "rustc-hash", 329] 330 331[[package]] 332name = "unicode-ident" 333version = "1.0.12" 334source = "registry+https://github.com/rust-lang/crates.io-index" 335checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 336 337[[package]] 338name = "unindent" 339version = "0.2.3" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" 342 343[[package]] 344name = "windows-targets" 345version = "0.52.6" 346source = "registry+https://github.com/rust-lang/crates.io-index" 347checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 348dependencies = [ 349 "windows_aarch64_gnullvm", 350 "windows_aarch64_msvc", 351 "windows_i686_gnu", 352 "windows_i686_gnullvm", 353 "windows_i686_msvc", 354 "windows_x86_64_gnu", 355 "windows_x86_64_gnullvm", 356 "windows_x86_64_msvc", 357] 358 359[[package]] 360name = "windows_aarch64_gnullvm" 361version = "0.52.6" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 364 365[[package]] 366name = "windows_aarch64_msvc" 367version = "0.52.6" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 370 371[[package]] 372name = "windows_i686_gnu" 373version = "0.52.6" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 376 377[[package]] 378name = "windows_i686_gnullvm" 379version = "0.52.6" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 382 383[[package]] 384name = "windows_i686_msvc" 385version = "0.52.6" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 388 389[[package]] 390name = "windows_x86_64_gnu" 391version = "0.52.6" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 394 395[[package]] 396name = "windows_x86_64_gnullvm" 397version = "0.52.6" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 400 401[[package]] 402name = "windows_x86_64_msvc" 403version = "0.52.6" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"