Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at litex 10 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 = "0.7.20" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "autocfg" 16version = "1.1.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 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 = "1.3.2" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 40 41[[package]] 42name = "bstr" 43version = "1.4.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09" 46dependencies = [ 47 "memchr", 48 "once_cell", 49 "regex-automata", 50 "serde", 51] 52 53[[package]] 54name = "cfg-if" 55version = "1.0.0" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 58 59[[package]] 60name = "fancy-regex" 61version = "0.10.0" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "0678ab2d46fa5195aaf59ad034c083d351377d4af57f3e073c074d0da3e3c766" 64dependencies = [ 65 "bit-set", 66 "regex", 67] 68 69[[package]] 70name = "indoc" 71version = "1.0.9" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 74 75[[package]] 76name = "libc" 77version = "0.2.140" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" 80 81[[package]] 82name = "lock_api" 83version = "0.4.9" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df" 86dependencies = [ 87 "autocfg", 88 "scopeguard", 89] 90 91[[package]] 92name = "memchr" 93version = "2.5.0" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" 96 97[[package]] 98name = "memoffset" 99version = "0.6.5" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" 102dependencies = [ 103 "autocfg", 104] 105 106[[package]] 107name = "once_cell" 108version = "1.17.1" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 111 112[[package]] 113name = "parking_lot" 114version = "0.12.1" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 117dependencies = [ 118 "lock_api", 119 "parking_lot_core", 120] 121 122[[package]] 123name = "parking_lot_core" 124version = "0.9.7" 125source = "registry+https://github.com/rust-lang/crates.io-index" 126checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521" 127dependencies = [ 128 "cfg-if", 129 "libc", 130 "redox_syscall", 131 "smallvec", 132 "windows-sys", 133] 134 135[[package]] 136name = "proc-macro2" 137version = "1.0.54" 138source = "registry+https://github.com/rust-lang/crates.io-index" 139checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" 140dependencies = [ 141 "unicode-ident", 142] 143 144[[package]] 145name = "pyo3" 146version = "0.17.3" 147source = "registry+https://github.com/rust-lang/crates.io-index" 148checksum = "268be0c73583c183f2b14052337465768c07726936a260f480f0857cb95ba543" 149dependencies = [ 150 "cfg-if", 151 "indoc", 152 "libc", 153 "memoffset", 154 "parking_lot", 155 "pyo3-build-config", 156 "pyo3-ffi", 157 "pyo3-macros", 158 "unindent", 159] 160 161[[package]] 162name = "pyo3-build-config" 163version = "0.17.3" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "28fcd1e73f06ec85bf3280c48c67e731d8290ad3d730f8be9dc07946923005c8" 166dependencies = [ 167 "once_cell", 168 "target-lexicon", 169] 170 171[[package]] 172name = "pyo3-ffi" 173version = "0.17.3" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "0f6cb136e222e49115b3c51c32792886defbfb0adead26a688142b346a0b9ffc" 176dependencies = [ 177 "libc", 178 "pyo3-build-config", 179] 180 181[[package]] 182name = "pyo3-macros" 183version = "0.17.3" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "94144a1266e236b1c932682136dc35a9dee8d3589728f68130c7c3861ef96b28" 186dependencies = [ 187 "proc-macro2", 188 "pyo3-macros-backend", 189 "quote", 190 "syn", 191] 192 193[[package]] 194name = "pyo3-macros-backend" 195version = "0.17.3" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "c8df9be978a2d2f0cdebabb03206ed73b11314701a5bfe71b0d753b81997777f" 198dependencies = [ 199 "proc-macro2", 200 "quote", 201 "syn", 202] 203 204[[package]] 205name = "quote" 206version = "1.0.26" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 209dependencies = [ 210 "proc-macro2", 211] 212 213[[package]] 214name = "redox_syscall" 215version = "0.2.16" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 218dependencies = [ 219 "bitflags", 220] 221 222[[package]] 223name = "regex" 224version = "1.7.3" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d" 227dependencies = [ 228 "aho-corasick", 229 "memchr", 230 "regex-syntax", 231] 232 233[[package]] 234name = "regex-automata" 235version = "0.1.10" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 238 239[[package]] 240name = "regex-syntax" 241version = "0.6.29" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 244 245[[package]] 246name = "rustc-hash" 247version = "1.1.0" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 250 251[[package]] 252name = "scopeguard" 253version = "1.1.0" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" 256 257[[package]] 258name = "serde" 259version = "1.0.159" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" 262 263[[package]] 264name = "smallvec" 265version = "1.10.0" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" 268 269[[package]] 270name = "syn" 271version = "1.0.109" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 274dependencies = [ 275 "proc-macro2", 276 "quote", 277 "unicode-ident", 278] 279 280[[package]] 281name = "target-lexicon" 282version = "0.12.6" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "8ae9980cab1db3fceee2f6c6f643d5d8de2997c58ee8d25fb0cc8a9e9e7348e5" 285 286[[package]] 287name = "tiktoken" 288version = "0.3.3" 289dependencies = [ 290 "bstr", 291 "fancy-regex", 292 "pyo3", 293 "regex", 294 "rustc-hash", 295] 296 297[[package]] 298name = "unicode-ident" 299version = "1.0.8" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4" 302 303[[package]] 304name = "unindent" 305version = "0.1.11" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 308 309[[package]] 310name = "windows-sys" 311version = "0.45.0" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 314dependencies = [ 315 "windows-targets", 316] 317 318[[package]] 319name = "windows-targets" 320version = "0.42.2" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071" 323dependencies = [ 324 "windows_aarch64_gnullvm", 325 "windows_aarch64_msvc", 326 "windows_i686_gnu", 327 "windows_i686_msvc", 328 "windows_x86_64_gnu", 329 "windows_x86_64_gnullvm", 330 "windows_x86_64_msvc", 331] 332 333[[package]] 334name = "windows_aarch64_gnullvm" 335version = "0.42.2" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8" 338 339[[package]] 340name = "windows_aarch64_msvc" 341version = "0.42.2" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43" 344 345[[package]] 346name = "windows_i686_gnu" 347version = "0.42.2" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f" 350 351[[package]] 352name = "windows_i686_msvc" 353version = "0.42.2" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060" 356 357[[package]] 358name = "windows_x86_64_gnu" 359version = "0.42.2" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36" 362 363[[package]] 364name = "windows_x86_64_gnullvm" 365version = "0.42.2" 366source = "registry+https://github.com/rust-lang/crates.io-index" 367checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3" 368 369[[package]] 370name = "windows_x86_64_msvc" 371version = "0.42.2" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"