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.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "anstream"
16version = "0.6.4"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
19dependencies = [
20 "anstyle",
21 "anstyle-parse",
22 "anstyle-query",
23 "anstyle-wincon",
24 "colorchoice",
25 "utf8parse",
26]
27
28[[package]]
29name = "anstyle"
30version = "1.0.4"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
33
34[[package]]
35name = "anstyle-parse"
36version = "0.2.2"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
39dependencies = [
40 "utf8parse",
41]
42
43[[package]]
44name = "anstyle-query"
45version = "1.0.0"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
48dependencies = [
49 "windows-sys 0.48.0",
50]
51
52[[package]]
53name = "anstyle-wincon"
54version = "3.0.1"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
57dependencies = [
58 "anstyle",
59 "windows-sys 0.48.0",
60]
61
62[[package]]
63name = "autocfg"
64version = "1.1.0"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
67
68[[package]]
69name = "base64"
70version = "0.13.1"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
73
74[[package]]
75name = "bitflags"
76version = "1.3.2"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
79
80[[package]]
81name = "bitflags"
82version = "2.4.0"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
85
86[[package]]
87name = "cc"
88version = "1.0.79"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
91
92[[package]]
93name = "cfg-if"
94version = "1.0.0"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
97
98[[package]]
99name = "clap"
100version = "4.4.6"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956"
103dependencies = [
104 "clap_builder",
105 "clap_derive",
106]
107
108[[package]]
109name = "clap_builder"
110version = "4.4.6"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45"
113dependencies = [
114 "anstream",
115 "anstyle",
116 "clap_lex",
117 "strsim",
118]
119
120[[package]]
121name = "clap_derive"
122version = "4.4.2"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
125dependencies = [
126 "heck",
127 "proc-macro2",
128 "quote",
129 "syn 2.0.25",
130]
131
132[[package]]
133name = "clap_lex"
134version = "0.5.1"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
137
138[[package]]
139name = "colorchoice"
140version = "1.0.0"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
143
144[[package]]
145name = "console"
146version = "0.15.7"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
149dependencies = [
150 "encode_unicode",
151 "lazy_static",
152 "libc",
153 "unicode-width",
154 "windows-sys 0.45.0",
155]
156
157[[package]]
158name = "crossbeam-deque"
159version = "0.8.3"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
162dependencies = [
163 "cfg-if",
164 "crossbeam-epoch",
165 "crossbeam-utils",
166]
167
168[[package]]
169name = "crossbeam-epoch"
170version = "0.9.15"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
173dependencies = [
174 "autocfg",
175 "cfg-if",
176 "crossbeam-utils",
177 "memoffset",
178 "scopeguard",
179]
180
181[[package]]
182name = "crossbeam-utils"
183version = "0.8.16"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
186dependencies = [
187 "cfg-if",
188]
189
190[[package]]
191name = "darling"
192version = "0.14.4"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
195dependencies = [
196 "darling_core",
197 "darling_macro",
198]
199
200[[package]]
201name = "darling_core"
202version = "0.14.4"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
205dependencies = [
206 "fnv",
207 "ident_case",
208 "proc-macro2",
209 "quote",
210 "strsim",
211 "syn 1.0.109",
212]
213
214[[package]]
215name = "darling_macro"
216version = "0.14.4"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
219dependencies = [
220 "darling_core",
221 "quote",
222 "syn 1.0.109",
223]
224
225[[package]]
226name = "derive_builder"
227version = "0.12.0"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
230dependencies = [
231 "derive_builder_macro",
232]
233
234[[package]]
235name = "derive_builder_core"
236version = "0.12.0"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
239dependencies = [
240 "darling",
241 "proc-macro2",
242 "quote",
243 "syn 1.0.109",
244]
245
246[[package]]
247name = "derive_builder_macro"
248version = "0.12.0"
249source = "registry+https://github.com/rust-lang/crates.io-index"
250checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
251dependencies = [
252 "derive_builder_core",
253 "syn 1.0.109",
254]
255
256[[package]]
257name = "either"
258version = "1.8.1"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
261
262[[package]]
263name = "encode_unicode"
264version = "0.3.6"
265source = "registry+https://github.com/rust-lang/crates.io-index"
266checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
267
268[[package]]
269name = "env_logger"
270version = "0.10.0"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
273dependencies = [
274 "humantime",
275 "is-terminal",
276 "log",
277 "regex",
278 "termcolor",
279]
280
281[[package]]
282name = "errno"
283version = "0.3.1"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
286dependencies = [
287 "errno-dragonfly",
288 "libc",
289 "windows-sys 0.48.0",
290]
291
292[[package]]
293name = "errno-dragonfly"
294version = "0.1.2"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
297dependencies = [
298 "cc",
299 "libc",
300]
301
302[[package]]
303name = "esaxx-rs"
304version = "0.1.10"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "d817e038c30374a4bcb22f94d0a8a0e216958d4c3dcde369b1439fec4bdda6e6"
307dependencies = [
308 "cc",
309]
310
311[[package]]
312name = "fastrand"
313version = "2.0.1"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
316
317[[package]]
318name = "fnv"
319version = "1.0.7"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
322
323[[package]]
324name = "getrandom"
325version = "0.2.10"
326source = "registry+https://github.com/rust-lang/crates.io-index"
327checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
328dependencies = [
329 "cfg-if",
330 "libc",
331 "wasi",
332]
333
334[[package]]
335name = "heck"
336version = "0.4.1"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
339
340[[package]]
341name = "hermit-abi"
342version = "0.3.2"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
345
346[[package]]
347name = "humantime"
348version = "2.1.0"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
351
352[[package]]
353name = "ident_case"
354version = "1.0.1"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
357
358[[package]]
359name = "indicatif"
360version = "0.17.7"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25"
363dependencies = [
364 "console",
365 "instant",
366 "number_prefix",
367 "portable-atomic",
368 "unicode-width",
369]
370
371[[package]]
372name = "indoc"
373version = "1.0.9"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
376
377[[package]]
378name = "instant"
379version = "0.1.12"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
382dependencies = [
383 "cfg-if",
384]
385
386[[package]]
387name = "is-terminal"
388version = "0.4.9"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
391dependencies = [
392 "hermit-abi",
393 "rustix",
394 "windows-sys 0.48.0",
395]
396
397[[package]]
398name = "itertools"
399version = "0.11.0"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
402dependencies = [
403 "either",
404]
405
406[[package]]
407name = "itoa"
408version = "1.0.8"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a"
411
412[[package]]
413name = "lazy_static"
414version = "1.4.0"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
417
418[[package]]
419name = "libc"
420version = "0.2.147"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
423
424[[package]]
425name = "linux-raw-sys"
426version = "0.4.8"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "3852614a3bd9ca9804678ba6be5e3b8ce76dfc902cae004e3e0c44051b6e88db"
429
430[[package]]
431name = "lock_api"
432version = "0.4.10"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
435dependencies = [
436 "autocfg",
437 "scopeguard",
438]
439
440[[package]]
441name = "log"
442version = "0.4.19"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
445
446[[package]]
447name = "macro_rules_attribute"
448version = "0.2.0"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "8a82271f7bc033d84bbca59a3ce3e4159938cb08a9c3aebbe54d215131518a13"
451dependencies = [
452 "macro_rules_attribute-proc_macro",
453 "paste",
454]
455
456[[package]]
457name = "macro_rules_attribute-proc_macro"
458version = "0.2.0"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "b8dd856d451cc0da70e2ef2ce95a18e39a93b7558bedf10201ad28503f918568"
461
462[[package]]
463name = "matrixmultiply"
464version = "0.3.7"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77"
467dependencies = [
468 "autocfg",
469 "rawpointer",
470]
471
472[[package]]
473name = "memchr"
474version = "2.5.0"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
477
478[[package]]
479name = "memoffset"
480version = "0.9.0"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
483dependencies = [
484 "autocfg",
485]
486
487[[package]]
488name = "minimal-lexical"
489version = "0.2.1"
490source = "registry+https://github.com/rust-lang/crates.io-index"
491checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
492
493[[package]]
494name = "monostate"
495version = "0.1.9"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "15f370ae88093ec6b11a710dec51321a61d420fafd1bad6e30d01bd9c920e8ee"
498dependencies = [
499 "monostate-impl",
500 "serde",
501]
502
503[[package]]
504name = "monostate-impl"
505version = "0.1.9"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "371717c0a5543d6a800cac822eac735aa7d2d2fbb41002e9856a4089532dbdce"
508dependencies = [
509 "proc-macro2",
510 "quote",
511 "syn 2.0.25",
512]
513
514[[package]]
515name = "ndarray"
516version = "0.15.6"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
519dependencies = [
520 "matrixmultiply",
521 "num-complex",
522 "num-integer",
523 "num-traits",
524 "rawpointer",
525]
526
527[[package]]
528name = "nom"
529version = "7.1.3"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
532dependencies = [
533 "memchr",
534 "minimal-lexical",
535]
536
537[[package]]
538name = "num-complex"
539version = "0.4.3"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
542dependencies = [
543 "num-traits",
544]
545
546[[package]]
547name = "num-integer"
548version = "0.1.45"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
551dependencies = [
552 "autocfg",
553 "num-traits",
554]
555
556[[package]]
557name = "num-traits"
558version = "0.2.15"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
561dependencies = [
562 "autocfg",
563]
564
565[[package]]
566name = "number_prefix"
567version = "0.4.0"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
570
571[[package]]
572name = "numpy"
573version = "0.19.0"
574source = "registry+https://github.com/rust-lang/crates.io-index"
575checksum = "437213adf41bbccf4aeae535fbfcdad0f6fed241e1ae182ebe97fa1f3ce19389"
576dependencies = [
577 "libc",
578 "ndarray",
579 "num-complex",
580 "num-integer",
581 "num-traits",
582 "pyo3",
583 "rustc-hash",
584]
585
586[[package]]
587name = "once_cell"
588version = "1.18.0"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
591
592[[package]]
593name = "onig"
594version = "6.4.0"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
597dependencies = [
598 "bitflags 1.3.2",
599 "libc",
600 "once_cell",
601 "onig_sys",
602]
603
604[[package]]
605name = "onig_sys"
606version = "69.8.1"
607source = "registry+https://github.com/rust-lang/crates.io-index"
608checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
609dependencies = [
610 "cc",
611 "pkg-config",
612]
613
614[[package]]
615name = "parking_lot"
616version = "0.12.1"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
619dependencies = [
620 "lock_api",
621 "parking_lot_core",
622]
623
624[[package]]
625name = "parking_lot_core"
626version = "0.9.8"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
629dependencies = [
630 "cfg-if",
631 "libc",
632 "redox_syscall",
633 "smallvec",
634 "windows-targets 0.48.1",
635]
636
637[[package]]
638name = "paste"
639version = "1.0.14"
640source = "registry+https://github.com/rust-lang/crates.io-index"
641checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
642
643[[package]]
644name = "pkg-config"
645version = "0.3.27"
646source = "registry+https://github.com/rust-lang/crates.io-index"
647checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
648
649[[package]]
650name = "portable-atomic"
651version = "1.4.3"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "31114a898e107c51bb1609ffaf55a0e011cf6a4d7f1170d0015a165082c0338b"
654
655[[package]]
656name = "ppv-lite86"
657version = "0.2.17"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
660
661[[package]]
662name = "proc-macro2"
663version = "1.0.64"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da"
666dependencies = [
667 "unicode-ident",
668]
669
670[[package]]
671name = "pyo3"
672version = "0.19.2"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
675dependencies = [
676 "cfg-if",
677 "indoc",
678 "libc",
679 "memoffset",
680 "parking_lot",
681 "pyo3-build-config",
682 "pyo3-ffi",
683 "pyo3-macros",
684 "unindent",
685]
686
687[[package]]
688name = "pyo3-build-config"
689version = "0.19.2"
690source = "registry+https://github.com/rust-lang/crates.io-index"
691checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
692dependencies = [
693 "once_cell",
694 "target-lexicon",
695]
696
697[[package]]
698name = "pyo3-ffi"
699version = "0.19.2"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
702dependencies = [
703 "libc",
704 "pyo3-build-config",
705]
706
707[[package]]
708name = "pyo3-macros"
709version = "0.19.2"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
712dependencies = [
713 "proc-macro2",
714 "pyo3-macros-backend",
715 "quote",
716 "syn 1.0.109",
717]
718
719[[package]]
720name = "pyo3-macros-backend"
721version = "0.19.2"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
724dependencies = [
725 "proc-macro2",
726 "quote",
727 "syn 1.0.109",
728]
729
730[[package]]
731name = "quote"
732version = "1.0.29"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105"
735dependencies = [
736 "proc-macro2",
737]
738
739[[package]]
740name = "rand"
741version = "0.8.5"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
744dependencies = [
745 "libc",
746 "rand_chacha",
747 "rand_core",
748]
749
750[[package]]
751name = "rand_chacha"
752version = "0.3.1"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
755dependencies = [
756 "ppv-lite86",
757 "rand_core",
758]
759
760[[package]]
761name = "rand_core"
762version = "0.6.4"
763source = "registry+https://github.com/rust-lang/crates.io-index"
764checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
765dependencies = [
766 "getrandom",
767]
768
769[[package]]
770name = "rawpointer"
771version = "0.2.1"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
774
775[[package]]
776name = "rayon"
777version = "1.8.0"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
780dependencies = [
781 "either",
782 "rayon-core",
783]
784
785[[package]]
786name = "rayon-cond"
787version = "0.3.0"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "059f538b55efd2309c9794130bc149c6a553db90e9d99c2030785c82f0bd7df9"
790dependencies = [
791 "either",
792 "itertools",
793 "rayon",
794]
795
796[[package]]
797name = "rayon-core"
798version = "1.12.0"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
801dependencies = [
802 "crossbeam-deque",
803 "crossbeam-utils",
804]
805
806[[package]]
807name = "redox_syscall"
808version = "0.3.5"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
811dependencies = [
812 "bitflags 1.3.2",
813]
814
815[[package]]
816name = "regex"
817version = "1.9.1"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
820dependencies = [
821 "aho-corasick",
822 "memchr",
823 "regex-automata",
824 "regex-syntax",
825]
826
827[[package]]
828name = "regex-automata"
829version = "0.3.3"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "39354c10dd07468c2e73926b23bb9c2caca74c5501e38a35da70406f1d923310"
832dependencies = [
833 "aho-corasick",
834 "memchr",
835 "regex-syntax",
836]
837
838[[package]]
839name = "regex-syntax"
840version = "0.7.4"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
843
844[[package]]
845name = "rustc-hash"
846version = "1.1.0"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
849
850[[package]]
851name = "rustix"
852version = "0.38.13"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "d7db8590df6dfcd144d22afd1b83b36c21a18d7cbc1dc4bb5295a8712e9eb662"
855dependencies = [
856 "bitflags 2.4.0",
857 "errno",
858 "libc",
859 "linux-raw-sys",
860 "windows-sys 0.48.0",
861]
862
863[[package]]
864name = "ryu"
865version = "1.0.14"
866source = "registry+https://github.com/rust-lang/crates.io-index"
867checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9"
868
869[[package]]
870name = "scopeguard"
871version = "1.1.0"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
874
875[[package]]
876name = "serde"
877version = "1.0.171"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9"
880dependencies = [
881 "serde_derive",
882]
883
884[[package]]
885name = "serde_derive"
886version = "1.0.171"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682"
889dependencies = [
890 "proc-macro2",
891 "quote",
892 "syn 2.0.25",
893]
894
895[[package]]
896name = "serde_json"
897version = "1.0.102"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "b5062a995d481b2308b6064e9af76011f2921c35f97b0468811ed9f6cd91dfed"
900dependencies = [
901 "itoa",
902 "ryu",
903 "serde",
904]
905
906[[package]]
907name = "smallvec"
908version = "1.11.0"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
911
912[[package]]
913name = "spm_precompiled"
914version = "0.1.4"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "5851699c4033c63636f7ea4cf7b7c1f1bf06d0cc03cfb42e711de5a5c46cf326"
917dependencies = [
918 "base64",
919 "nom",
920 "serde",
921 "unicode-segmentation",
922]
923
924[[package]]
925name = "strsim"
926version = "0.10.0"
927source = "registry+https://github.com/rust-lang/crates.io-index"
928checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
929
930[[package]]
931name = "syn"
932version = "1.0.109"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
935dependencies = [
936 "proc-macro2",
937 "quote",
938 "unicode-ident",
939]
940
941[[package]]
942name = "syn"
943version = "2.0.25"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2"
946dependencies = [
947 "proc-macro2",
948 "quote",
949 "unicode-ident",
950]
951
952[[package]]
953name = "target-lexicon"
954version = "0.12.9"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "df8e77cb757a61f51b947ec4a7e3646efd825b73561db1c232a8ccb639e611a0"
957
958[[package]]
959name = "tempfile"
960version = "3.8.0"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
963dependencies = [
964 "cfg-if",
965 "fastrand",
966 "redox_syscall",
967 "rustix",
968 "windows-sys 0.48.0",
969]
970
971[[package]]
972name = "termcolor"
973version = "1.2.0"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
976dependencies = [
977 "winapi-util",
978]
979
980[[package]]
981name = "thiserror"
982version = "1.0.49"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "1177e8c6d7ede7afde3585fd2513e611227efd6481bd78d2e82ba1ce16557ed4"
985dependencies = [
986 "thiserror-impl",
987]
988
989[[package]]
990name = "thiserror-impl"
991version = "1.0.49"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "10712f02019e9288794769fba95cd6847df9874d49d871d062172f9dd41bc4cc"
994dependencies = [
995 "proc-macro2",
996 "quote",
997 "syn 2.0.25",
998]
999
1000[[package]]
1001name = "tokenizers"
1002version = "0.14.1"
1003dependencies = [
1004 "aho-corasick",
1005 "clap",
1006 "derive_builder",
1007 "esaxx-rs",
1008 "getrandom",
1009 "indicatif",
1010 "itertools",
1011 "lazy_static",
1012 "log",
1013 "macro_rules_attribute",
1014 "monostate",
1015 "onig",
1016 "paste",
1017 "rand",
1018 "rayon",
1019 "rayon-cond",
1020 "regex",
1021 "regex-syntax",
1022 "serde",
1023 "serde_json",
1024 "spm_precompiled",
1025 "thiserror",
1026 "unicode-normalization-alignments",
1027 "unicode-segmentation",
1028 "unicode_categories",
1029]
1030
1031[[package]]
1032name = "tokenizers-python"
1033version = "0.14.1"
1034dependencies = [
1035 "env_logger",
1036 "itertools",
1037 "libc",
1038 "ndarray",
1039 "numpy",
1040 "onig",
1041 "pyo3",
1042 "rayon",
1043 "serde",
1044 "serde_json",
1045 "tempfile",
1046 "tokenizers",
1047]
1048
1049[[package]]
1050name = "unicode-ident"
1051version = "1.0.10"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73"
1054
1055[[package]]
1056name = "unicode-normalization-alignments"
1057version = "0.1.12"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "43f613e4fa046e69818dd287fdc4bc78175ff20331479dab6e1b0f98d57062de"
1060dependencies = [
1061 "smallvec",
1062]
1063
1064[[package]]
1065name = "unicode-segmentation"
1066version = "1.10.1"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
1069
1070[[package]]
1071name = "unicode-width"
1072version = "0.1.11"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
1075
1076[[package]]
1077name = "unicode_categories"
1078version = "0.1.1"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
1081
1082[[package]]
1083name = "unindent"
1084version = "0.1.11"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
1087
1088[[package]]
1089name = "utf8parse"
1090version = "0.2.1"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
1093
1094[[package]]
1095name = "wasi"
1096version = "0.11.0+wasi-snapshot-preview1"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1099
1100[[package]]
1101name = "winapi"
1102version = "0.3.9"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1105dependencies = [
1106 "winapi-i686-pc-windows-gnu",
1107 "winapi-x86_64-pc-windows-gnu",
1108]
1109
1110[[package]]
1111name = "winapi-i686-pc-windows-gnu"
1112version = "0.4.0"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1115
1116[[package]]
1117name = "winapi-util"
1118version = "0.1.5"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1121dependencies = [
1122 "winapi",
1123]
1124
1125[[package]]
1126name = "winapi-x86_64-pc-windows-gnu"
1127version = "0.4.0"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1130
1131[[package]]
1132name = "windows-sys"
1133version = "0.45.0"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1136dependencies = [
1137 "windows-targets 0.42.2",
1138]
1139
1140[[package]]
1141name = "windows-sys"
1142version = "0.48.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1145dependencies = [
1146 "windows-targets 0.48.1",
1147]
1148
1149[[package]]
1150name = "windows-targets"
1151version = "0.42.2"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
1154dependencies = [
1155 "windows_aarch64_gnullvm 0.42.2",
1156 "windows_aarch64_msvc 0.42.2",
1157 "windows_i686_gnu 0.42.2",
1158 "windows_i686_msvc 0.42.2",
1159 "windows_x86_64_gnu 0.42.2",
1160 "windows_x86_64_gnullvm 0.42.2",
1161 "windows_x86_64_msvc 0.42.2",
1162]
1163
1164[[package]]
1165name = "windows-targets"
1166version = "0.48.1"
1167source = "registry+https://github.com/rust-lang/crates.io-index"
1168checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
1169dependencies = [
1170 "windows_aarch64_gnullvm 0.48.0",
1171 "windows_aarch64_msvc 0.48.0",
1172 "windows_i686_gnu 0.48.0",
1173 "windows_i686_msvc 0.48.0",
1174 "windows_x86_64_gnu 0.48.0",
1175 "windows_x86_64_gnullvm 0.48.0",
1176 "windows_x86_64_msvc 0.48.0",
1177]
1178
1179[[package]]
1180name = "windows_aarch64_gnullvm"
1181version = "0.42.2"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1184
1185[[package]]
1186name = "windows_aarch64_gnullvm"
1187version = "0.48.0"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1190
1191[[package]]
1192name = "windows_aarch64_msvc"
1193version = "0.42.2"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1196
1197[[package]]
1198name = "windows_aarch64_msvc"
1199version = "0.48.0"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1202
1203[[package]]
1204name = "windows_i686_gnu"
1205version = "0.42.2"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1208
1209[[package]]
1210name = "windows_i686_gnu"
1211version = "0.48.0"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1214
1215[[package]]
1216name = "windows_i686_msvc"
1217version = "0.42.2"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1220
1221[[package]]
1222name = "windows_i686_msvc"
1223version = "0.48.0"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1226
1227[[package]]
1228name = "windows_x86_64_gnu"
1229version = "0.42.2"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1232
1233[[package]]
1234name = "windows_x86_64_gnu"
1235version = "0.48.0"
1236source = "registry+https://github.com/rust-lang/crates.io-index"
1237checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1238
1239[[package]]
1240name = "windows_x86_64_gnullvm"
1241version = "0.42.2"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1244
1245[[package]]
1246name = "windows_x86_64_gnullvm"
1247version = "0.48.0"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1250
1251[[package]]
1252name = "windows_x86_64_msvc"
1253version = "0.42.2"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1256
1257[[package]]
1258name = "windows_x86_64_msvc"
1259version = "0.48.0"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"