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.0.5" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783" 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.6.2" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a" 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 = "indoc" 70version = "1.0.9" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 73 74[[package]] 75name = "libc" 76version = "0.2.148" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" 79 80[[package]] 81name = "lock_api" 82version = "0.4.10" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 85dependencies = [ 86 "autocfg", 87 "scopeguard", 88] 89 90[[package]] 91name = "memchr" 92version = "2.6.3" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" 95 96[[package]] 97name = "memoffset" 98version = "0.9.0" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 101dependencies = [ 102 "autocfg", 103] 104 105[[package]] 106name = "once_cell" 107version = "1.18.0" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 110 111[[package]] 112name = "parking_lot" 113version = "0.12.1" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 116dependencies = [ 117 "lock_api", 118 "parking_lot_core", 119] 120 121[[package]] 122name = "parking_lot_core" 123version = "0.9.8" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 126dependencies = [ 127 "cfg-if", 128 "libc", 129 "redox_syscall", 130 "smallvec", 131 "windows-targets", 132] 133 134[[package]] 135name = "proc-macro2" 136version = "1.0.67" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "3d433d9f1a3e8c1263d9456598b16fec66f4acc9a74dacffd35c7bb09b3a1328" 139dependencies = [ 140 "unicode-ident", 141] 142 143[[package]] 144name = "pyo3" 145version = "0.19.2" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38" 148dependencies = [ 149 "cfg-if", 150 "indoc", 151 "libc", 152 "memoffset", 153 "parking_lot", 154 "pyo3-build-config", 155 "pyo3-ffi", 156 "pyo3-macros", 157 "unindent", 158] 159 160[[package]] 161name = "pyo3-build-config" 162version = "0.19.2" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5" 165dependencies = [ 166 "once_cell", 167 "target-lexicon", 168] 169 170[[package]] 171name = "pyo3-ffi" 172version = "0.19.2" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9" 175dependencies = [ 176 "libc", 177 "pyo3-build-config", 178] 179 180[[package]] 181name = "pyo3-macros" 182version = "0.19.2" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1" 185dependencies = [ 186 "proc-macro2", 187 "pyo3-macros-backend", 188 "quote", 189 "syn 1.0.109", 190] 191 192[[package]] 193name = "pyo3-macros-backend" 194version = "0.19.2" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536" 197dependencies = [ 198 "proc-macro2", 199 "quote", 200 "syn 1.0.109", 201] 202 203[[package]] 204name = "quote" 205version = "1.0.33" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 208dependencies = [ 209 "proc-macro2", 210] 211 212[[package]] 213name = "redox_syscall" 214version = "0.3.5" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 217dependencies = [ 218 "bitflags", 219] 220 221[[package]] 222name = "regex" 223version = "1.9.5" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" 226dependencies = [ 227 "aho-corasick", 228 "memchr", 229 "regex-automata", 230 "regex-syntax", 231] 232 233[[package]] 234name = "regex-automata" 235version = "0.3.8" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" 238dependencies = [ 239 "aho-corasick", 240 "memchr", 241 "regex-syntax", 242] 243 244[[package]] 245name = "regex-syntax" 246version = "0.7.5" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 249 250[[package]] 251name = "rustc-hash" 252version = "1.1.0" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 255 256[[package]] 257name = "scopeguard" 258version = "1.2.0" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 261 262[[package]] 263name = "serde" 264version = "1.0.188" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" 267dependencies = [ 268 "serde_derive", 269] 270 271[[package]] 272name = "serde_derive" 273version = "1.0.188" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" 276dependencies = [ 277 "proc-macro2", 278 "quote", 279 "syn 2.0.36", 280] 281 282[[package]] 283name = "smallvec" 284version = "1.11.0" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" 287 288[[package]] 289name = "syn" 290version = "1.0.109" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 293dependencies = [ 294 "proc-macro2", 295 "quote", 296 "unicode-ident", 297] 298 299[[package]] 300name = "syn" 301version = "2.0.36" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "91e02e55d62894af2a08aca894c6577281f76769ba47c94d5756bec8ac6e7373" 304dependencies = [ 305 "proc-macro2", 306 "quote", 307 "unicode-ident", 308] 309 310[[package]] 311name = "target-lexicon" 312version = "0.12.11" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" 315 316[[package]] 317name = "tiktoken" 318version = "0.5.1" 319dependencies = [ 320 "bstr", 321 "fancy-regex", 322 "pyo3", 323 "regex", 324 "rustc-hash", 325] 326 327[[package]] 328name = "unicode-ident" 329version = "1.0.12" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 332 333[[package]] 334name = "unindent" 335version = "0.1.11" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 338 339[[package]] 340name = "windows-targets" 341version = "0.48.5" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 344dependencies = [ 345 "windows_aarch64_gnullvm", 346 "windows_aarch64_msvc", 347 "windows_i686_gnu", 348 "windows_i686_msvc", 349 "windows_x86_64_gnu", 350 "windows_x86_64_gnullvm", 351 "windows_x86_64_msvc", 352] 353 354[[package]] 355name = "windows_aarch64_gnullvm" 356version = "0.48.5" 357source = "registry+https://github.com/rust-lang/crates.io-index" 358checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 359 360[[package]] 361name = "windows_aarch64_msvc" 362version = "0.48.5" 363source = "registry+https://github.com/rust-lang/crates.io-index" 364checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 365 366[[package]] 367name = "windows_i686_gnu" 368version = "0.48.5" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 371 372[[package]] 373name = "windows_i686_msvc" 374version = "0.48.5" 375source = "registry+https://github.com/rust-lang/crates.io-index" 376checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 377 378[[package]] 379name = "windows_x86_64_gnu" 380version = "0.48.5" 381source = "registry+https://github.com/rust-lang/crates.io-index" 382checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 383 384[[package]] 385name = "windows_x86_64_gnullvm" 386version = "0.48.5" 387source = "registry+https://github.com/rust-lang/crates.io-index" 388checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 389 390[[package]] 391name = "windows_x86_64_msvc" 392version = "0.48.5" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"