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 = "aho-corasick"
16version = "1.0.5"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
19dependencies = [
20 "memchr",
21]
22
23[[package]]
24name = "autocfg"
25version = "1.1.0"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
28
29[[package]]
30name = "base64"
31version = "0.13.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
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 = "bitflags"
43version = "2.4.0"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
46
47[[package]]
48name = "cc"
49version = "1.0.83"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
52dependencies = [
53 "libc",
54]
55
56[[package]]
57name = "cfg-if"
58version = "1.0.0"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
61
62[[package]]
63name = "crossbeam-channel"
64version = "0.5.8"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
67dependencies = [
68 "cfg-if",
69 "crossbeam-utils",
70]
71
72[[package]]
73name = "crossbeam-deque"
74version = "0.8.3"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
77dependencies = [
78 "cfg-if",
79 "crossbeam-epoch",
80 "crossbeam-utils",
81]
82
83[[package]]
84name = "crossbeam-epoch"
85version = "0.9.15"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
88dependencies = [
89 "autocfg",
90 "cfg-if",
91 "crossbeam-utils",
92 "memoffset",
93 "scopeguard",
94]
95
96[[package]]
97name = "crossbeam-utils"
98version = "0.8.16"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
101dependencies = [
102 "cfg-if",
103]
104
105[[package]]
106name = "darling"
107version = "0.14.4"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
110dependencies = [
111 "darling_core",
112 "darling_macro",
113]
114
115[[package]]
116name = "darling_core"
117version = "0.14.4"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
120dependencies = [
121 "fnv",
122 "ident_case",
123 "proc-macro2",
124 "quote",
125 "strsim",
126 "syn 1.0.109",
127]
128
129[[package]]
130name = "darling_macro"
131version = "0.14.4"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
134dependencies = [
135 "darling_core",
136 "quote",
137 "syn 1.0.109",
138]
139
140[[package]]
141name = "derive_builder"
142version = "0.12.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
145dependencies = [
146 "derive_builder_macro",
147]
148
149[[package]]
150name = "derive_builder_core"
151version = "0.12.0"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
154dependencies = [
155 "darling",
156 "proc-macro2",
157 "quote",
158 "syn 1.0.109",
159]
160
161[[package]]
162name = "derive_builder_macro"
163version = "0.12.0"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
166dependencies = [
167 "derive_builder_core",
168 "syn 1.0.109",
169]
170
171[[package]]
172name = "either"
173version = "1.9.0"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
176
177[[package]]
178name = "env_logger"
179version = "0.10.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
182dependencies = [
183 "humantime",
184 "is-terminal",
185 "log",
186 "regex",
187 "termcolor",
188]
189
190[[package]]
191name = "errno"
192version = "0.3.3"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
195dependencies = [
196 "errno-dragonfly",
197 "libc",
198 "windows-sys",
199]
200
201[[package]]
202name = "errno-dragonfly"
203version = "0.1.2"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
206dependencies = [
207 "cc",
208 "libc",
209]
210
211[[package]]
212name = "esaxx-rs"
213version = "0.1.8"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "1f748b253ceca9fed5f42f8b5ceb3851e93102199bc25b64b65369f76e5c0a35"
216
217[[package]]
218name = "fastrand"
219version = "2.0.0"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
222
223[[package]]
224name = "fnv"
225version = "1.0.7"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
228
229[[package]]
230name = "getrandom"
231version = "0.2.10"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
234dependencies = [
235 "cfg-if",
236 "libc",
237 "wasi",
238]
239
240[[package]]
241name = "hermit-abi"
242version = "0.3.2"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
245
246[[package]]
247name = "humantime"
248version = "2.1.0"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
251
252[[package]]
253name = "ident_case"
254version = "1.0.1"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
257
258[[package]]
259name = "indoc"
260version = "1.0.9"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
263
264[[package]]
265name = "is-terminal"
266version = "0.4.9"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
269dependencies = [
270 "hermit-abi",
271 "rustix",
272 "windows-sys",
273]
274
275[[package]]
276name = "itertools"
277version = "0.8.2"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
280dependencies = [
281 "either",
282]
283
284[[package]]
285name = "itertools"
286version = "0.9.0"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
289dependencies = [
290 "either",
291]
292
293[[package]]
294name = "itoa"
295version = "1.0.9"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
298
299[[package]]
300name = "lazy_static"
301version = "1.4.0"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
304
305[[package]]
306name = "libc"
307version = "0.2.147"
308source = "registry+https://github.com/rust-lang/crates.io-index"
309checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
310
311[[package]]
312name = "linux-raw-sys"
313version = "0.4.5"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
316
317[[package]]
318name = "lock_api"
319version = "0.4.10"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
322dependencies = [
323 "autocfg",
324 "scopeguard",
325]
326
327[[package]]
328name = "log"
329version = "0.4.20"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
332
333[[package]]
334name = "macro_rules_attribute"
335version = "0.1.3"
336source = "registry+https://github.com/rust-lang/crates.io-index"
337checksum = "cf0c9b980bf4f3a37fd7b1c066941dd1b1d0152ce6ee6e8fe8c49b9f6810d862"
338dependencies = [
339 "macro_rules_attribute-proc_macro",
340 "paste",
341]
342
343[[package]]
344name = "macro_rules_attribute-proc_macro"
345version = "0.1.3"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "58093314a45e00c77d5c508f76e77c3396afbbc0d01506e7fae47b018bac2b1d"
348
349[[package]]
350name = "matrixmultiply"
351version = "0.2.4"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "916806ba0031cd542105d916a97c8572e1fa6dd79c9c51e7eb43a09ec2dd84c1"
354dependencies = [
355 "rawpointer",
356]
357
358[[package]]
359name = "matrixmultiply"
360version = "0.3.7"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77"
363dependencies = [
364 "autocfg",
365 "rawpointer",
366]
367
368[[package]]
369name = "memchr"
370version = "2.6.3"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
373
374[[package]]
375name = "memoffset"
376version = "0.9.0"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
379dependencies = [
380 "autocfg",
381]
382
383[[package]]
384name = "minimal-lexical"
385version = "0.2.1"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
388
389[[package]]
390name = "monostate"
391version = "0.1.9"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "15f370ae88093ec6b11a710dec51321a61d420fafd1bad6e30d01bd9c920e8ee"
394dependencies = [
395 "monostate-impl",
396 "serde",
397]
398
399[[package]]
400name = "monostate-impl"
401version = "0.1.9"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "371717c0a5543d6a800cac822eac735aa7d2d2fbb41002e9856a4089532dbdce"
404dependencies = [
405 "proc-macro2",
406 "quote",
407 "syn 2.0.31",
408]
409
410[[package]]
411name = "ndarray"
412version = "0.13.1"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "ac06db03ec2f46ee0ecdca1a1c34a99c0d188a0d83439b84bf0cb4b386e4ab09"
415dependencies = [
416 "matrixmultiply 0.2.4",
417 "num-complex 0.2.4",
418 "num-integer",
419 "num-traits",
420 "rawpointer",
421]
422
423[[package]]
424name = "ndarray"
425version = "0.15.6"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
428dependencies = [
429 "matrixmultiply 0.3.7",
430 "num-complex 0.4.4",
431 "num-integer",
432 "num-traits",
433 "rawpointer",
434]
435
436[[package]]
437name = "nom"
438version = "7.1.3"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
441dependencies = [
442 "memchr",
443 "minimal-lexical",
444]
445
446[[package]]
447name = "num-complex"
448version = "0.2.4"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
451dependencies = [
452 "autocfg",
453 "num-traits",
454]
455
456[[package]]
457name = "num-complex"
458version = "0.4.4"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
461dependencies = [
462 "num-traits",
463]
464
465[[package]]
466name = "num-integer"
467version = "0.1.45"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
470dependencies = [
471 "autocfg",
472 "num-traits",
473]
474
475[[package]]
476name = "num-traits"
477version = "0.2.16"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
480dependencies = [
481 "autocfg",
482]
483
484[[package]]
485name = "num_cpus"
486version = "1.16.0"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
489dependencies = [
490 "hermit-abi",
491 "libc",
492]
493
494[[package]]
495name = "numpy"
496version = "0.19.0"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "437213adf41bbccf4aeae535fbfcdad0f6fed241e1ae182ebe97fa1f3ce19389"
499dependencies = [
500 "libc",
501 "ndarray 0.15.6",
502 "num-complex 0.4.4",
503 "num-integer",
504 "num-traits",
505 "pyo3",
506 "rustc-hash",
507]
508
509[[package]]
510name = "once_cell"
511version = "1.18.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
514
515[[package]]
516name = "onig"
517version = "6.4.0"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
520dependencies = [
521 "bitflags 1.3.2",
522 "libc",
523 "once_cell",
524 "onig_sys",
525]
526
527[[package]]
528name = "onig_sys"
529version = "69.8.1"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
532dependencies = [
533 "cc",
534 "pkg-config",
535]
536
537[[package]]
538name = "parking_lot"
539version = "0.12.1"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
542dependencies = [
543 "lock_api",
544 "parking_lot_core",
545]
546
547[[package]]
548name = "parking_lot_core"
549version = "0.9.8"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
552dependencies = [
553 "cfg-if",
554 "libc",
555 "redox_syscall",
556 "smallvec",
557 "windows-targets",
558]
559
560[[package]]
561name = "paste"
562version = "1.0.14"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
565
566[[package]]
567name = "pkg-config"
568version = "0.3.27"
569source = "registry+https://github.com/rust-lang/crates.io-index"
570checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
571
572[[package]]
573name = "ppv-lite86"
574version = "0.2.17"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
577
578[[package]]
579name = "proc-macro2"
580version = "1.0.66"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
583dependencies = [
584 "unicode-ident",
585]
586
587[[package]]
588name = "pyo3"
589version = "0.19.2"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
592dependencies = [
593 "cfg-if",
594 "indoc",
595 "libc",
596 "memoffset",
597 "parking_lot",
598 "pyo3-build-config",
599 "pyo3-ffi",
600 "pyo3-macros",
601 "unindent",
602]
603
604[[package]]
605name = "pyo3-build-config"
606version = "0.19.2"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
609dependencies = [
610 "once_cell",
611 "target-lexicon",
612]
613
614[[package]]
615name = "pyo3-ffi"
616version = "0.19.2"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
619dependencies = [
620 "libc",
621 "pyo3-build-config",
622]
623
624[[package]]
625name = "pyo3-macros"
626version = "0.19.2"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
629dependencies = [
630 "proc-macro2",
631 "pyo3-macros-backend",
632 "quote",
633 "syn 1.0.109",
634]
635
636[[package]]
637name = "pyo3-macros-backend"
638version = "0.19.2"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
641dependencies = [
642 "proc-macro2",
643 "quote",
644 "syn 1.0.109",
645]
646
647[[package]]
648name = "quote"
649version = "1.0.33"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
652dependencies = [
653 "proc-macro2",
654]
655
656[[package]]
657name = "rand"
658version = "0.8.5"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
661dependencies = [
662 "libc",
663 "rand_chacha",
664 "rand_core",
665]
666
667[[package]]
668name = "rand_chacha"
669version = "0.3.1"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
672dependencies = [
673 "ppv-lite86",
674 "rand_core",
675]
676
677[[package]]
678name = "rand_core"
679version = "0.6.4"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
682dependencies = [
683 "getrandom",
684]
685
686[[package]]
687name = "rawpointer"
688version = "0.2.1"
689source = "registry+https://github.com/rust-lang/crates.io-index"
690checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
691
692[[package]]
693name = "rayon"
694version = "1.7.0"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
697dependencies = [
698 "either",
699 "rayon-core",
700]
701
702[[package]]
703name = "rayon-cond"
704version = "0.1.0"
705source = "registry+https://github.com/rust-lang/crates.io-index"
706checksum = "fd1259362c9065e5ea39a789ef40b1e3fd934c94beb7b5ab3ac6629d3b5e7cb7"
707dependencies = [
708 "either",
709 "itertools 0.8.2",
710 "rayon",
711]
712
713[[package]]
714name = "rayon-core"
715version = "1.11.0"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
718dependencies = [
719 "crossbeam-channel",
720 "crossbeam-deque",
721 "crossbeam-utils",
722 "num_cpus",
723]
724
725[[package]]
726name = "redox_syscall"
727version = "0.3.5"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
730dependencies = [
731 "bitflags 1.3.2",
732]
733
734[[package]]
735name = "regex"
736version = "1.9.5"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
739dependencies = [
740 "aho-corasick 1.0.5",
741 "memchr",
742 "regex-automata",
743 "regex-syntax",
744]
745
746[[package]]
747name = "regex-automata"
748version = "0.3.8"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
751dependencies = [
752 "aho-corasick 1.0.5",
753 "memchr",
754 "regex-syntax",
755]
756
757[[package]]
758name = "regex-syntax"
759version = "0.7.5"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
762
763[[package]]
764name = "rustc-hash"
765version = "1.1.0"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
768
769[[package]]
770name = "rustix"
771version = "0.38.11"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "c0c3dde1fc030af041adc40e79c0e7fbcf431dd24870053d187d7c66e4b87453"
774dependencies = [
775 "bitflags 2.4.0",
776 "errno",
777 "libc",
778 "linux-raw-sys",
779 "windows-sys",
780]
781
782[[package]]
783name = "ryu"
784version = "1.0.15"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
787
788[[package]]
789name = "scopeguard"
790version = "1.2.0"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
793
794[[package]]
795name = "serde"
796version = "1.0.188"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
799dependencies = [
800 "serde_derive",
801]
802
803[[package]]
804name = "serde_derive"
805version = "1.0.188"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
808dependencies = [
809 "proc-macro2",
810 "quote",
811 "syn 2.0.31",
812]
813
814[[package]]
815name = "serde_json"
816version = "1.0.105"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
819dependencies = [
820 "itoa",
821 "ryu",
822 "serde",
823]
824
825[[package]]
826name = "smallvec"
827version = "1.11.0"
828source = "registry+https://github.com/rust-lang/crates.io-index"
829checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
830
831[[package]]
832name = "spm_precompiled"
833version = "0.1.4"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
836dependencies = [
837 "base64",
838 "nom",
839 "serde",
840 "unicode-segmentation",
841]
842
843[[package]]
844name = "strsim"
845version = "0.10.0"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
848
849[[package]]
850name = "syn"
851version = "1.0.109"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
854dependencies = [
855 "proc-macro2",
856 "quote",
857 "unicode-ident",
858]
859
860[[package]]
861name = "syn"
862version = "2.0.31"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "718fa2415bcb8d8bd775917a1bf12a7931b6dfa890753378538118181e0cb398"
865dependencies = [
866 "proc-macro2",
867 "quote",
868 "unicode-ident",
869]
870
871[[package]]
872name = "target-lexicon"
873version = "0.12.11"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
876
877[[package]]
878name = "tempfile"
879version = "3.8.0"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
882dependencies = [
883 "cfg-if",
884 "fastrand",
885 "redox_syscall",
886 "rustix",
887 "windows-sys",
888]
889
890[[package]]
891name = "termcolor"
892version = "1.2.0"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
895dependencies = [
896 "winapi-util",
897]
898
899[[package]]
900name = "thiserror"
901version = "1.0.48"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
904dependencies = [
905 "thiserror-impl",
906]
907
908[[package]]
909name = "thiserror-impl"
910version = "1.0.48"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
913dependencies = [
914 "proc-macro2",
915 "quote",
916 "syn 2.0.31",
917]
918
919[[package]]
920name = "tokenizers"
921version = "0.14.0"
922dependencies = [
923 "aho-corasick 0.7.20",
924 "derive_builder",
925 "esaxx-rs",
926 "getrandom",
927 "itertools 0.9.0",
928 "lazy_static",
929 "log",
930 "macro_rules_attribute",
931 "monostate",
932 "onig",
933 "paste",
934 "rand",
935 "rayon",
936 "rayon-cond",
937 "regex",
938 "regex-syntax",
939 "serde",
940 "serde_json",
941 "spm_precompiled",
942 "thiserror",
943 "unicode-normalization-alignments",
944 "unicode-segmentation",
945 "unicode_categories",
946]
947
948[[package]]
949name = "tokenizers-python"
950version = "0.14.0"
951dependencies = [
952 "env_logger",
953 "itertools 0.9.0",
954 "libc",
955 "ndarray 0.13.1",
956 "numpy",
957 "onig",
958 "pyo3",
959 "rayon",
960 "serde",
961 "serde_json",
962 "tempfile",
963 "tokenizers",
964]
965
966[[package]]
967name = "unicode-ident"
968version = "1.0.11"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
971
972[[package]]
973name = "unicode-normalization-alignments"
974version = "0.1.12"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
977dependencies = [
978 "smallvec",
979]
980
981[[package]]
982name = "unicode-segmentation"
983version = "1.10.1"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
986
987[[package]]
988name = "unicode_categories"
989version = "0.1.1"
990source = "registry+https://github.com/rust-lang/crates.io-index"
991checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
992
993[[package]]
994name = "unindent"
995version = "0.1.11"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
998
999[[package]]
1000name = "wasi"
1001version = "0.11.0+wasi-snapshot-preview1"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1004
1005[[package]]
1006name = "winapi"
1007version = "0.3.9"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1010dependencies = [
1011 "winapi-i686-pc-windows-gnu",
1012 "winapi-x86_64-pc-windows-gnu",
1013]
1014
1015[[package]]
1016name = "winapi-i686-pc-windows-gnu"
1017version = "0.4.0"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1020
1021[[package]]
1022name = "winapi-util"
1023version = "0.1.5"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1026dependencies = [
1027 "winapi",
1028]
1029
1030[[package]]
1031name = "winapi-x86_64-pc-windows-gnu"
1032version = "0.4.0"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1035
1036[[package]]
1037name = "windows-sys"
1038version = "0.48.0"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1041dependencies = [
1042 "windows-targets",
1043]
1044
1045[[package]]
1046name = "windows-targets"
1047version = "0.48.5"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1050dependencies = [
1051 "windows_aarch64_gnullvm",
1052 "windows_aarch64_msvc",
1053 "windows_i686_gnu",
1054 "windows_i686_msvc",
1055 "windows_x86_64_gnu",
1056 "windows_x86_64_gnullvm",
1057 "windows_x86_64_msvc",
1058]
1059
1060[[package]]
1061name = "windows_aarch64_gnullvm"
1062version = "0.48.5"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1065
1066[[package]]
1067name = "windows_aarch64_msvc"
1068version = "0.48.5"
1069source = "registry+https://github.com/rust-lang/crates.io-index"
1070checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1071
1072[[package]]
1073name = "windows_i686_gnu"
1074version = "0.48.5"
1075source = "registry+https://github.com/rust-lang/crates.io-index"
1076checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1077
1078[[package]]
1079name = "windows_i686_msvc"
1080version = "0.48.5"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1083
1084[[package]]
1085name = "windows_x86_64_gnu"
1086version = "0.48.5"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1089
1090[[package]]
1091name = "windows_x86_64_gnullvm"
1092version = "0.48.5"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1095
1096[[package]]
1097name = "windows_x86_64_msvc"
1098version = "0.48.5"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"