Cargo.lock 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "ahash"
  6. version = "0.8.11"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
  9. dependencies = [
  10. "cfg-if",
  11. "const-random",
  12. "getrandom",
  13. "once_cell",
  14. "version_check",
  15. "zerocopy",
  16. ]
  17. [[package]]
  18. name = "aho-corasick"
  19. version = "1.1.3"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  22. dependencies = [
  23. "memchr",
  24. ]
  25. [[package]]
  26. name = "android-tzdata"
  27. version = "0.1.1"
  28. source = "registry+https://github.com/rust-lang/crates.io-index"
  29. checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
  30. [[package]]
  31. name = "android_system_properties"
  32. version = "0.1.5"
  33. source = "registry+https://github.com/rust-lang/crates.io-index"
  34. checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  35. dependencies = [
  36. "libc",
  37. ]
  38. [[package]]
  39. name = "arrow"
  40. version = "49.0.0"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. checksum = "5bc25126d18a012146a888a0298f2c22e1150327bd2765fc76d710a556b2d614"
  43. dependencies = [
  44. "ahash",
  45. "arrow-arith 49.0.0",
  46. "arrow-array 49.0.0",
  47. "arrow-buffer 49.0.0",
  48. "arrow-cast 49.0.0",
  49. "arrow-csv 49.0.0",
  50. "arrow-data 49.0.0",
  51. "arrow-ipc 49.0.0",
  52. "arrow-json 49.0.0",
  53. "arrow-ord 49.0.0",
  54. "arrow-row 49.0.0",
  55. "arrow-schema 49.0.0",
  56. "arrow-select 49.0.0",
  57. "arrow-string 49.0.0",
  58. ]
  59. [[package]]
  60. name = "arrow"
  61. version = "52.1.0"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. checksum = "6127ea5e585a12ec9f742232442828ebaf264dfa5eefdd71282376c599562b77"
  64. dependencies = [
  65. "arrow-arith 52.1.0",
  66. "arrow-array 52.1.0",
  67. "arrow-buffer 52.1.0",
  68. "arrow-cast 52.1.0",
  69. "arrow-csv 52.1.0",
  70. "arrow-data 52.1.0",
  71. "arrow-ipc 52.1.0",
  72. "arrow-json 52.1.0",
  73. "arrow-ord 52.1.0",
  74. "arrow-row 52.1.0",
  75. "arrow-schema 52.1.0",
  76. "arrow-select 52.1.0",
  77. "arrow-string 52.1.0",
  78. ]
  79. [[package]]
  80. name = "arrow-arith"
  81. version = "49.0.0"
  82. source = "registry+https://github.com/rust-lang/crates.io-index"
  83. checksum = "34ccd45e217ffa6e53bbb0080990e77113bdd4e91ddb84e97b77649810bcf1a7"
  84. dependencies = [
  85. "arrow-array 49.0.0",
  86. "arrow-buffer 49.0.0",
  87. "arrow-data 49.0.0",
  88. "arrow-schema 49.0.0",
  89. "chrono",
  90. "half",
  91. "num",
  92. ]
  93. [[package]]
  94. name = "arrow-arith"
  95. version = "52.1.0"
  96. source = "registry+https://github.com/rust-lang/crates.io-index"
  97. checksum = "7add7f39210b7d726e2a8efc0083e7bf06e8f2d15bdb4896b564dce4410fbf5d"
  98. dependencies = [
  99. "arrow-array 52.1.0",
  100. "arrow-buffer 52.1.0",
  101. "arrow-data 52.1.0",
  102. "arrow-schema 52.1.0",
  103. "chrono",
  104. "half",
  105. "num",
  106. ]
  107. [[package]]
  108. name = "arrow-array"
  109. version = "49.0.0"
  110. source = "registry+https://github.com/rust-lang/crates.io-index"
  111. checksum = "6bda9acea48b25123c08340f3a8ac361aa0f74469bb36f5ee9acf923fce23e9d"
  112. dependencies = [
  113. "ahash",
  114. "arrow-buffer 49.0.0",
  115. "arrow-data 49.0.0",
  116. "arrow-schema 49.0.0",
  117. "chrono",
  118. "half",
  119. "hashbrown",
  120. "num",
  121. ]
  122. [[package]]
  123. name = "arrow-array"
  124. version = "52.1.0"
  125. source = "registry+https://github.com/rust-lang/crates.io-index"
  126. checksum = "81c16ec702d3898c2f5cfdc148443c6cd7dbe5bac28399859eb0a3d38f072827"
  127. dependencies = [
  128. "ahash",
  129. "arrow-buffer 52.1.0",
  130. "arrow-data 52.1.0",
  131. "arrow-schema 52.1.0",
  132. "chrono",
  133. "half",
  134. "hashbrown",
  135. "num",
  136. ]
  137. [[package]]
  138. name = "arrow-buffer"
  139. version = "49.0.0"
  140. source = "registry+https://github.com/rust-lang/crates.io-index"
  141. checksum = "01a0fc21915b00fc6c2667b069c1b64bdd920982f426079bc4a7cab86822886c"
  142. dependencies = [
  143. "bytes",
  144. "half",
  145. "num",
  146. ]
  147. [[package]]
  148. name = "arrow-buffer"
  149. version = "52.1.0"
  150. source = "registry+https://github.com/rust-lang/crates.io-index"
  151. checksum = "cae6970bab043c4fbc10aee1660ceb5b306d0c42c8cc5f6ae564efcd9759b663"
  152. dependencies = [
  153. "bytes",
  154. "half",
  155. "num",
  156. ]
  157. [[package]]
  158. name = "arrow-cast"
  159. version = "49.0.0"
  160. source = "registry+https://github.com/rust-lang/crates.io-index"
  161. checksum = "5dc0368ed618d509636c1e3cc20db1281148190a78f43519487b2daf07b63b4a"
  162. dependencies = [
  163. "arrow-array 49.0.0",
  164. "arrow-buffer 49.0.0",
  165. "arrow-data 49.0.0",
  166. "arrow-schema 49.0.0",
  167. "arrow-select 49.0.0",
  168. "base64 0.21.7",
  169. "chrono",
  170. "half",
  171. "lexical-core",
  172. "num",
  173. ]
  174. [[package]]
  175. name = "arrow-cast"
  176. version = "52.1.0"
  177. source = "registry+https://github.com/rust-lang/crates.io-index"
  178. checksum = "1c7ef44f26ef4f8edc392a048324ed5d757ad09135eff6d5509e6450d39e0398"
  179. dependencies = [
  180. "arrow-array 52.1.0",
  181. "arrow-buffer 52.1.0",
  182. "arrow-data 52.1.0",
  183. "arrow-schema 52.1.0",
  184. "arrow-select 52.1.0",
  185. "atoi",
  186. "base64 0.22.1",
  187. "chrono",
  188. "half",
  189. "lexical-core",
  190. "num",
  191. "ryu",
  192. ]
  193. [[package]]
  194. name = "arrow-csv"
  195. version = "49.0.0"
  196. source = "registry+https://github.com/rust-lang/crates.io-index"
  197. checksum = "2e09aa6246a1d6459b3f14baeaa49606cfdbca34435c46320e14054d244987ca"
  198. dependencies = [
  199. "arrow-array 49.0.0",
  200. "arrow-buffer 49.0.0",
  201. "arrow-cast 49.0.0",
  202. "arrow-data 49.0.0",
  203. "arrow-schema 49.0.0",
  204. "chrono",
  205. "csv",
  206. "csv-core",
  207. "lazy_static",
  208. "lexical-core",
  209. "regex",
  210. ]
  211. [[package]]
  212. name = "arrow-csv"
  213. version = "52.1.0"
  214. source = "registry+https://github.com/rust-lang/crates.io-index"
  215. checksum = "5f843490bd258c5182b66e888161bb6f198f49f3792f7c7f98198b924ae0f564"
  216. dependencies = [
  217. "arrow-array 52.1.0",
  218. "arrow-buffer 52.1.0",
  219. "arrow-cast 52.1.0",
  220. "arrow-data 52.1.0",
  221. "arrow-schema 52.1.0",
  222. "chrono",
  223. "csv",
  224. "csv-core",
  225. "lazy_static",
  226. "lexical-core",
  227. "regex",
  228. ]
  229. [[package]]
  230. name = "arrow-data"
  231. version = "49.0.0"
  232. source = "registry+https://github.com/rust-lang/crates.io-index"
  233. checksum = "907fafe280a3874474678c1858b9ca4cb7fd83fb8034ff5b6d6376205a08c634"
  234. dependencies = [
  235. "arrow-buffer 49.0.0",
  236. "arrow-schema 49.0.0",
  237. "half",
  238. "num",
  239. ]
  240. [[package]]
  241. name = "arrow-data"
  242. version = "52.1.0"
  243. source = "registry+https://github.com/rust-lang/crates.io-index"
  244. checksum = "a769666ffac256dd301006faca1ca553d0ae7cffcf4cd07095f73f95eb226514"
  245. dependencies = [
  246. "arrow-buffer 52.1.0",
  247. "arrow-schema 52.1.0",
  248. "half",
  249. "num",
  250. ]
  251. [[package]]
  252. name = "arrow-ipc"
  253. version = "49.0.0"
  254. source = "registry+https://github.com/rust-lang/crates.io-index"
  255. checksum = "79a43d6808411886b8c7d4f6f7dd477029c1e77ffffffb7923555cc6579639cd"
  256. dependencies = [
  257. "arrow-array 49.0.0",
  258. "arrow-buffer 49.0.0",
  259. "arrow-cast 49.0.0",
  260. "arrow-data 49.0.0",
  261. "arrow-schema 49.0.0",
  262. "flatbuffers 23.5.26",
  263. ]
  264. [[package]]
  265. name = "arrow-ipc"
  266. version = "52.1.0"
  267. source = "registry+https://github.com/rust-lang/crates.io-index"
  268. checksum = "dbf9c3fb57390a1af0b7bb3b5558c1ee1f63905f3eccf49ae7676a8d1e6e5a72"
  269. dependencies = [
  270. "arrow-array 52.1.0",
  271. "arrow-buffer 52.1.0",
  272. "arrow-cast 52.1.0",
  273. "arrow-data 52.1.0",
  274. "arrow-schema 52.1.0",
  275. "flatbuffers 24.3.25",
  276. ]
  277. [[package]]
  278. name = "arrow-json"
  279. version = "49.0.0"
  280. source = "registry+https://github.com/rust-lang/crates.io-index"
  281. checksum = "d82565c91fd627922ebfe2810ee4e8346841b6f9361b87505a9acea38b614fee"
  282. dependencies = [
  283. "arrow-array 49.0.0",
  284. "arrow-buffer 49.0.0",
  285. "arrow-cast 49.0.0",
  286. "arrow-data 49.0.0",
  287. "arrow-schema 49.0.0",
  288. "chrono",
  289. "half",
  290. "indexmap",
  291. "lexical-core",
  292. "num",
  293. "serde",
  294. "serde_json",
  295. ]
  296. [[package]]
  297. name = "arrow-json"
  298. version = "52.1.0"
  299. source = "registry+https://github.com/rust-lang/crates.io-index"
  300. checksum = "654e7f3724176b66ddfacba31af397c48e106fbe4d281c8144e7d237df5acfd7"
  301. dependencies = [
  302. "arrow-array 52.1.0",
  303. "arrow-buffer 52.1.0",
  304. "arrow-cast 52.1.0",
  305. "arrow-data 52.1.0",
  306. "arrow-schema 52.1.0",
  307. "chrono",
  308. "half",
  309. "indexmap",
  310. "lexical-core",
  311. "num",
  312. "serde",
  313. "serde_json",
  314. ]
  315. [[package]]
  316. name = "arrow-ord"
  317. version = "49.0.0"
  318. source = "registry+https://github.com/rust-lang/crates.io-index"
  319. checksum = "9b23b0e53c0db57c6749997fd343d4c0354c994be7eca67152dd2bdb9a3e1bb4"
  320. dependencies = [
  321. "arrow-array 49.0.0",
  322. "arrow-buffer 49.0.0",
  323. "arrow-data 49.0.0",
  324. "arrow-schema 49.0.0",
  325. "arrow-select 49.0.0",
  326. "half",
  327. "num",
  328. ]
  329. [[package]]
  330. name = "arrow-ord"
  331. version = "52.1.0"
  332. source = "registry+https://github.com/rust-lang/crates.io-index"
  333. checksum = "e8008370e624e8e3c68174faaf793540287106cfda8ad1da862fdc53d8e096b4"
  334. dependencies = [
  335. "arrow-array 52.1.0",
  336. "arrow-buffer 52.1.0",
  337. "arrow-data 52.1.0",
  338. "arrow-schema 52.1.0",
  339. "arrow-select 52.1.0",
  340. "half",
  341. "num",
  342. ]
  343. [[package]]
  344. name = "arrow-row"
  345. version = "49.0.0"
  346. source = "registry+https://github.com/rust-lang/crates.io-index"
  347. checksum = "361249898d2d6d4a6eeb7484be6ac74977e48da12a4dd81a708d620cc558117a"
  348. dependencies = [
  349. "ahash",
  350. "arrow-array 49.0.0",
  351. "arrow-buffer 49.0.0",
  352. "arrow-data 49.0.0",
  353. "arrow-schema 49.0.0",
  354. "half",
  355. "hashbrown",
  356. ]
  357. [[package]]
  358. name = "arrow-row"
  359. version = "52.1.0"
  360. source = "registry+https://github.com/rust-lang/crates.io-index"
  361. checksum = "ca5e3a6b7fda8d9fe03f3b18a2d946354ea7f3c8e4076dbdb502ad50d9d44824"
  362. dependencies = [
  363. "ahash",
  364. "arrow-array 52.1.0",
  365. "arrow-buffer 52.1.0",
  366. "arrow-data 52.1.0",
  367. "arrow-schema 52.1.0",
  368. "half",
  369. "hashbrown",
  370. ]
  371. [[package]]
  372. name = "arrow-schema"
  373. version = "49.0.0"
  374. source = "registry+https://github.com/rust-lang/crates.io-index"
  375. checksum = "09e28a5e781bf1b0f981333684ad13f5901f4cd2f20589eab7cf1797da8fc167"
  376. [[package]]
  377. name = "arrow-schema"
  378. version = "52.1.0"
  379. source = "registry+https://github.com/rust-lang/crates.io-index"
  380. checksum = "dab1c12b40e29d9f3b699e0203c2a73ba558444c05e388a4377208f8f9c97eee"
  381. [[package]]
  382. name = "arrow-select"
  383. version = "49.0.0"
  384. source = "registry+https://github.com/rust-lang/crates.io-index"
  385. checksum = "4f6208466590960efc1d2a7172bc4ff18a67d6e25c529381d7f96ddaf0dc4036"
  386. dependencies = [
  387. "ahash",
  388. "arrow-array 49.0.0",
  389. "arrow-buffer 49.0.0",
  390. "arrow-data 49.0.0",
  391. "arrow-schema 49.0.0",
  392. "num",
  393. ]
  394. [[package]]
  395. name = "arrow-select"
  396. version = "52.1.0"
  397. source = "registry+https://github.com/rust-lang/crates.io-index"
  398. checksum = "e80159088ffe8c48965cb9b1a7c968b2729f29f37363df7eca177fc3281fe7c3"
  399. dependencies = [
  400. "ahash",
  401. "arrow-array 52.1.0",
  402. "arrow-buffer 52.1.0",
  403. "arrow-data 52.1.0",
  404. "arrow-schema 52.1.0",
  405. "num",
  406. ]
  407. [[package]]
  408. name = "arrow-string"
  409. version = "49.0.0"
  410. source = "registry+https://github.com/rust-lang/crates.io-index"
  411. checksum = "a4a48149c63c11c9ff571e50ab8f017d2a7cb71037a882b42f6354ed2da9acc7"
  412. dependencies = [
  413. "arrow-array 49.0.0",
  414. "arrow-buffer 49.0.0",
  415. "arrow-data 49.0.0",
  416. "arrow-schema 49.0.0",
  417. "arrow-select 49.0.0",
  418. "num",
  419. "regex",
  420. "regex-syntax",
  421. ]
  422. [[package]]
  423. name = "arrow-string"
  424. version = "52.1.0"
  425. source = "registry+https://github.com/rust-lang/crates.io-index"
  426. checksum = "0fd04a6ea7de183648edbcb7a6dd925bbd04c210895f6384c780e27a9b54afcd"
  427. dependencies = [
  428. "arrow-array 52.1.0",
  429. "arrow-buffer 52.1.0",
  430. "arrow-data 52.1.0",
  431. "arrow-schema 52.1.0",
  432. "arrow-select 52.1.0",
  433. "memchr",
  434. "num",
  435. "regex",
  436. "regex-syntax",
  437. ]
  438. [[package]]
  439. name = "atoi"
  440. version = "2.0.0"
  441. source = "registry+https://github.com/rust-lang/crates.io-index"
  442. checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
  443. dependencies = [
  444. "num-traits",
  445. ]
  446. [[package]]
  447. name = "autocfg"
  448. version = "1.3.0"
  449. source = "registry+https://github.com/rust-lang/crates.io-index"
  450. checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
  451. [[package]]
  452. name = "base64"
  453. version = "0.21.7"
  454. source = "registry+https://github.com/rust-lang/crates.io-index"
  455. checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
  456. [[package]]
  457. name = "base64"
  458. version = "0.22.1"
  459. source = "registry+https://github.com/rust-lang/crates.io-index"
  460. checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
  461. [[package]]
  462. name = "bitflags"
  463. version = "1.3.2"
  464. source = "registry+https://github.com/rust-lang/crates.io-index"
  465. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  466. [[package]]
  467. name = "bumpalo"
  468. version = "3.16.0"
  469. source = "registry+https://github.com/rust-lang/crates.io-index"
  470. checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
  471. [[package]]
  472. name = "bytes"
  473. version = "1.6.0"
  474. source = "registry+https://github.com/rust-lang/crates.io-index"
  475. checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
  476. [[package]]
  477. name = "cc"
  478. version = "1.1.1"
  479. source = "registry+https://github.com/rust-lang/crates.io-index"
  480. checksum = "907d8581360765417f8f2e0e7d602733bbed60156b4465b7617243689ef9b83d"
  481. [[package]]
  482. name = "cfg-if"
  483. version = "1.0.0"
  484. source = "registry+https://github.com/rust-lang/crates.io-index"
  485. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  486. [[package]]
  487. name = "chrono"
  488. version = "0.4.38"
  489. source = "registry+https://github.com/rust-lang/crates.io-index"
  490. checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
  491. dependencies = [
  492. "android-tzdata",
  493. "iana-time-zone",
  494. "js-sys",
  495. "num-traits",
  496. "wasm-bindgen",
  497. "windows-targets",
  498. ]
  499. [[package]]
  500. name = "const-random"
  501. version = "0.1.18"
  502. source = "registry+https://github.com/rust-lang/crates.io-index"
  503. checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
  504. dependencies = [
  505. "const-random-macro",
  506. ]
  507. [[package]]
  508. name = "const-random-macro"
  509. version = "0.1.16"
  510. source = "registry+https://github.com/rust-lang/crates.io-index"
  511. checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
  512. dependencies = [
  513. "getrandom",
  514. "once_cell",
  515. "tiny-keccak",
  516. ]
  517. [[package]]
  518. name = "core-foundation-sys"
  519. version = "0.8.6"
  520. source = "registry+https://github.com/rust-lang/crates.io-index"
  521. checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
  522. [[package]]
  523. name = "crunchy"
  524. version = "0.2.2"
  525. source = "registry+https://github.com/rust-lang/crates.io-index"
  526. checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
  527. [[package]]
  528. name = "csv"
  529. version = "1.3.0"
  530. source = "registry+https://github.com/rust-lang/crates.io-index"
  531. checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
  532. dependencies = [
  533. "csv-core",
  534. "itoa",
  535. "ryu",
  536. "serde",
  537. ]
  538. [[package]]
  539. name = "csv-core"
  540. version = "0.1.11"
  541. source = "registry+https://github.com/rust-lang/crates.io-index"
  542. checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
  543. dependencies = [
  544. "memchr",
  545. ]
  546. [[package]]
  547. name = "equivalent"
  548. version = "1.0.1"
  549. source = "registry+https://github.com/rust-lang/crates.io-index"
  550. checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
  551. [[package]]
  552. name = "flatbuffers"
  553. version = "23.5.26"
  554. source = "registry+https://github.com/rust-lang/crates.io-index"
  555. checksum = "4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640"
  556. dependencies = [
  557. "bitflags",
  558. "rustc_version",
  559. ]
  560. [[package]]
  561. name = "flatbuffers"
  562. version = "24.3.25"
  563. source = "registry+https://github.com/rust-lang/crates.io-index"
  564. checksum = "8add37afff2d4ffa83bc748a70b4b1370984f6980768554182424ef71447c35f"
  565. dependencies = [
  566. "bitflags",
  567. "rustc_version",
  568. ]
  569. [[package]]
  570. name = "getrandom"
  571. version = "0.2.15"
  572. source = "registry+https://github.com/rust-lang/crates.io-index"
  573. checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
  574. dependencies = [
  575. "cfg-if",
  576. "libc",
  577. "wasi",
  578. ]
  579. [[package]]
  580. name = "half"
  581. version = "2.4.1"
  582. source = "registry+https://github.com/rust-lang/crates.io-index"
  583. checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
  584. dependencies = [
  585. "cfg-if",
  586. "crunchy",
  587. "num-traits",
  588. ]
  589. [[package]]
  590. name = "hashbrown"
  591. version = "0.14.5"
  592. source = "registry+https://github.com/rust-lang/crates.io-index"
  593. checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
  594. [[package]]
  595. name = "iana-time-zone"
  596. version = "0.1.60"
  597. source = "registry+https://github.com/rust-lang/crates.io-index"
  598. checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
  599. dependencies = [
  600. "android_system_properties",
  601. "core-foundation-sys",
  602. "iana-time-zone-haiku",
  603. "js-sys",
  604. "wasm-bindgen",
  605. "windows-core",
  606. ]
  607. [[package]]
  608. name = "iana-time-zone-haiku"
  609. version = "0.1.2"
  610. source = "registry+https://github.com/rust-lang/crates.io-index"
  611. checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
  612. dependencies = [
  613. "cc",
  614. ]
  615. [[package]]
  616. name = "indexmap"
  617. version = "2.2.6"
  618. source = "registry+https://github.com/rust-lang/crates.io-index"
  619. checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
  620. dependencies = [
  621. "equivalent",
  622. "hashbrown",
  623. ]
  624. [[package]]
  625. name = "itoa"
  626. version = "1.0.11"
  627. source = "registry+https://github.com/rust-lang/crates.io-index"
  628. checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
  629. [[package]]
  630. name = "js-sys"
  631. version = "0.3.69"
  632. source = "registry+https://github.com/rust-lang/crates.io-index"
  633. checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
  634. dependencies = [
  635. "wasm-bindgen",
  636. ]
  637. [[package]]
  638. name = "lazy_static"
  639. version = "1.5.0"
  640. source = "registry+https://github.com/rust-lang/crates.io-index"
  641. checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
  642. [[package]]
  643. name = "lexical-core"
  644. version = "0.8.5"
  645. source = "registry+https://github.com/rust-lang/crates.io-index"
  646. checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
  647. dependencies = [
  648. "lexical-parse-float",
  649. "lexical-parse-integer",
  650. "lexical-util",
  651. "lexical-write-float",
  652. "lexical-write-integer",
  653. ]
  654. [[package]]
  655. name = "lexical-parse-float"
  656. version = "0.8.5"
  657. source = "registry+https://github.com/rust-lang/crates.io-index"
  658. checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
  659. dependencies = [
  660. "lexical-parse-integer",
  661. "lexical-util",
  662. "static_assertions",
  663. ]
  664. [[package]]
  665. name = "lexical-parse-integer"
  666. version = "0.8.6"
  667. source = "registry+https://github.com/rust-lang/crates.io-index"
  668. checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
  669. dependencies = [
  670. "lexical-util",
  671. "static_assertions",
  672. ]
  673. [[package]]
  674. name = "lexical-util"
  675. version = "0.8.5"
  676. source = "registry+https://github.com/rust-lang/crates.io-index"
  677. checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
  678. dependencies = [
  679. "static_assertions",
  680. ]
  681. [[package]]
  682. name = "lexical-write-float"
  683. version = "0.8.5"
  684. source = "registry+https://github.com/rust-lang/crates.io-index"
  685. checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
  686. dependencies = [
  687. "lexical-util",
  688. "lexical-write-integer",
  689. "static_assertions",
  690. ]
  691. [[package]]
  692. name = "lexical-write-integer"
  693. version = "0.8.5"
  694. source = "registry+https://github.com/rust-lang/crates.io-index"
  695. checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
  696. dependencies = [
  697. "lexical-util",
  698. "static_assertions",
  699. ]
  700. [[package]]
  701. name = "libc"
  702. version = "0.2.155"
  703. source = "registry+https://github.com/rust-lang/crates.io-index"
  704. checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
  705. [[package]]
  706. name = "libm"
  707. version = "0.2.8"
  708. source = "registry+https://github.com/rust-lang/crates.io-index"
  709. checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
  710. [[package]]
  711. name = "log"
  712. version = "0.4.22"
  713. source = "registry+https://github.com/rust-lang/crates.io-index"
  714. checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
  715. [[package]]
  716. name = "memchr"
  717. version = "2.7.4"
  718. source = "registry+https://github.com/rust-lang/crates.io-index"
  719. checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
  720. [[package]]
  721. name = "num"
  722. version = "0.4.3"
  723. source = "registry+https://github.com/rust-lang/crates.io-index"
  724. checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
  725. dependencies = [
  726. "num-bigint",
  727. "num-complex",
  728. "num-integer",
  729. "num-iter",
  730. "num-rational",
  731. "num-traits",
  732. ]
  733. [[package]]
  734. name = "num-bigint"
  735. version = "0.4.6"
  736. source = "registry+https://github.com/rust-lang/crates.io-index"
  737. checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
  738. dependencies = [
  739. "num-integer",
  740. "num-traits",
  741. ]
  742. [[package]]
  743. name = "num-complex"
  744. version = "0.4.6"
  745. source = "registry+https://github.com/rust-lang/crates.io-index"
  746. checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
  747. dependencies = [
  748. "num-traits",
  749. ]
  750. [[package]]
  751. name = "num-integer"
  752. version = "0.1.46"
  753. source = "registry+https://github.com/rust-lang/crates.io-index"
  754. checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
  755. dependencies = [
  756. "num-traits",
  757. ]
  758. [[package]]
  759. name = "num-iter"
  760. version = "0.1.45"
  761. source = "registry+https://github.com/rust-lang/crates.io-index"
  762. checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
  763. dependencies = [
  764. "autocfg",
  765. "num-integer",
  766. "num-traits",
  767. ]
  768. [[package]]
  769. name = "num-rational"
  770. version = "0.4.2"
  771. source = "registry+https://github.com/rust-lang/crates.io-index"
  772. checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
  773. dependencies = [
  774. "num-bigint",
  775. "num-integer",
  776. "num-traits",
  777. ]
  778. [[package]]
  779. name = "num-traits"
  780. version = "0.2.19"
  781. source = "registry+https://github.com/rust-lang/crates.io-index"
  782. checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
  783. dependencies = [
  784. "autocfg",
  785. "libm",
  786. ]
  787. [[package]]
  788. name = "once_cell"
  789. version = "1.19.0"
  790. source = "registry+https://github.com/rust-lang/crates.io-index"
  791. checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
  792. [[package]]
  793. name = "pandora_lib_pod5"
  794. version = "0.1.0"
  795. dependencies = [
  796. "arrow 52.1.0",
  797. "chrono",
  798. "podders",
  799. ]
  800. [[package]]
  801. name = "podders"
  802. version = "0.1.4"
  803. source = "registry+https://github.com/rust-lang/crates.io-index"
  804. checksum = "0cc67713396eed3e7de3deca3ca3fd4d8197e73d48e5323317e870ac62ccf9ad"
  805. dependencies = [
  806. "arrow 49.0.0",
  807. "flatbuffers 23.5.26",
  808. "log",
  809. "uuid",
  810. ]
  811. [[package]]
  812. name = "proc-macro2"
  813. version = "1.0.86"
  814. source = "registry+https://github.com/rust-lang/crates.io-index"
  815. checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
  816. dependencies = [
  817. "unicode-ident",
  818. ]
  819. [[package]]
  820. name = "quote"
  821. version = "1.0.36"
  822. source = "registry+https://github.com/rust-lang/crates.io-index"
  823. checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
  824. dependencies = [
  825. "proc-macro2",
  826. ]
  827. [[package]]
  828. name = "regex"
  829. version = "1.10.5"
  830. source = "registry+https://github.com/rust-lang/crates.io-index"
  831. checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
  832. dependencies = [
  833. "aho-corasick",
  834. "memchr",
  835. "regex-automata",
  836. "regex-syntax",
  837. ]
  838. [[package]]
  839. name = "regex-automata"
  840. version = "0.4.7"
  841. source = "registry+https://github.com/rust-lang/crates.io-index"
  842. checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
  843. dependencies = [
  844. "aho-corasick",
  845. "memchr",
  846. "regex-syntax",
  847. ]
  848. [[package]]
  849. name = "regex-syntax"
  850. version = "0.8.4"
  851. source = "registry+https://github.com/rust-lang/crates.io-index"
  852. checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
  853. [[package]]
  854. name = "rustc_version"
  855. version = "0.4.0"
  856. source = "registry+https://github.com/rust-lang/crates.io-index"
  857. checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
  858. dependencies = [
  859. "semver",
  860. ]
  861. [[package]]
  862. name = "ryu"
  863. version = "1.0.18"
  864. source = "registry+https://github.com/rust-lang/crates.io-index"
  865. checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
  866. [[package]]
  867. name = "semver"
  868. version = "1.0.23"
  869. source = "registry+https://github.com/rust-lang/crates.io-index"
  870. checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
  871. [[package]]
  872. name = "serde"
  873. version = "1.0.204"
  874. source = "registry+https://github.com/rust-lang/crates.io-index"
  875. checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
  876. dependencies = [
  877. "serde_derive",
  878. ]
  879. [[package]]
  880. name = "serde_derive"
  881. version = "1.0.204"
  882. source = "registry+https://github.com/rust-lang/crates.io-index"
  883. checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
  884. dependencies = [
  885. "proc-macro2",
  886. "quote",
  887. "syn",
  888. ]
  889. [[package]]
  890. name = "serde_json"
  891. version = "1.0.120"
  892. source = "registry+https://github.com/rust-lang/crates.io-index"
  893. checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
  894. dependencies = [
  895. "itoa",
  896. "ryu",
  897. "serde",
  898. ]
  899. [[package]]
  900. name = "static_assertions"
  901. version = "1.1.0"
  902. source = "registry+https://github.com/rust-lang/crates.io-index"
  903. checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
  904. [[package]]
  905. name = "syn"
  906. version = "2.0.70"
  907. source = "registry+https://github.com/rust-lang/crates.io-index"
  908. checksum = "2f0209b68b3613b093e0ec905354eccaedcfe83b8cb37cbdeae64026c3064c16"
  909. dependencies = [
  910. "proc-macro2",
  911. "quote",
  912. "unicode-ident",
  913. ]
  914. [[package]]
  915. name = "tiny-keccak"
  916. version = "2.0.2"
  917. source = "registry+https://github.com/rust-lang/crates.io-index"
  918. checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
  919. dependencies = [
  920. "crunchy",
  921. ]
  922. [[package]]
  923. name = "unicode-ident"
  924. version = "1.0.12"
  925. source = "registry+https://github.com/rust-lang/crates.io-index"
  926. checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
  927. [[package]]
  928. name = "uuid"
  929. version = "1.10.0"
  930. source = "registry+https://github.com/rust-lang/crates.io-index"
  931. checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
  932. dependencies = [
  933. "getrandom",
  934. ]
  935. [[package]]
  936. name = "version_check"
  937. version = "0.9.4"
  938. source = "registry+https://github.com/rust-lang/crates.io-index"
  939. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  940. [[package]]
  941. name = "wasi"
  942. version = "0.11.0+wasi-snapshot-preview1"
  943. source = "registry+https://github.com/rust-lang/crates.io-index"
  944. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  945. [[package]]
  946. name = "wasm-bindgen"
  947. version = "0.2.92"
  948. source = "registry+https://github.com/rust-lang/crates.io-index"
  949. checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
  950. dependencies = [
  951. "cfg-if",
  952. "wasm-bindgen-macro",
  953. ]
  954. [[package]]
  955. name = "wasm-bindgen-backend"
  956. version = "0.2.92"
  957. source = "registry+https://github.com/rust-lang/crates.io-index"
  958. checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
  959. dependencies = [
  960. "bumpalo",
  961. "log",
  962. "once_cell",
  963. "proc-macro2",
  964. "quote",
  965. "syn",
  966. "wasm-bindgen-shared",
  967. ]
  968. [[package]]
  969. name = "wasm-bindgen-macro"
  970. version = "0.2.92"
  971. source = "registry+https://github.com/rust-lang/crates.io-index"
  972. checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
  973. dependencies = [
  974. "quote",
  975. "wasm-bindgen-macro-support",
  976. ]
  977. [[package]]
  978. name = "wasm-bindgen-macro-support"
  979. version = "0.2.92"
  980. source = "registry+https://github.com/rust-lang/crates.io-index"
  981. checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
  982. dependencies = [
  983. "proc-macro2",
  984. "quote",
  985. "syn",
  986. "wasm-bindgen-backend",
  987. "wasm-bindgen-shared",
  988. ]
  989. [[package]]
  990. name = "wasm-bindgen-shared"
  991. version = "0.2.92"
  992. source = "registry+https://github.com/rust-lang/crates.io-index"
  993. checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
  994. [[package]]
  995. name = "windows-core"
  996. version = "0.52.0"
  997. source = "registry+https://github.com/rust-lang/crates.io-index"
  998. checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
  999. dependencies = [
  1000. "windows-targets",
  1001. ]
  1002. [[package]]
  1003. name = "windows-targets"
  1004. version = "0.52.6"
  1005. source = "registry+https://github.com/rust-lang/crates.io-index"
  1006. checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
  1007. dependencies = [
  1008. "windows_aarch64_gnullvm",
  1009. "windows_aarch64_msvc",
  1010. "windows_i686_gnu",
  1011. "windows_i686_gnullvm",
  1012. "windows_i686_msvc",
  1013. "windows_x86_64_gnu",
  1014. "windows_x86_64_gnullvm",
  1015. "windows_x86_64_msvc",
  1016. ]
  1017. [[package]]
  1018. name = "windows_aarch64_gnullvm"
  1019. version = "0.52.6"
  1020. source = "registry+https://github.com/rust-lang/crates.io-index"
  1021. checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
  1022. [[package]]
  1023. name = "windows_aarch64_msvc"
  1024. version = "0.52.6"
  1025. source = "registry+https://github.com/rust-lang/crates.io-index"
  1026. checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
  1027. [[package]]
  1028. name = "windows_i686_gnu"
  1029. version = "0.52.6"
  1030. source = "registry+https://github.com/rust-lang/crates.io-index"
  1031. checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
  1032. [[package]]
  1033. name = "windows_i686_gnullvm"
  1034. version = "0.52.6"
  1035. source = "registry+https://github.com/rust-lang/crates.io-index"
  1036. checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
  1037. [[package]]
  1038. name = "windows_i686_msvc"
  1039. version = "0.52.6"
  1040. source = "registry+https://github.com/rust-lang/crates.io-index"
  1041. checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
  1042. [[package]]
  1043. name = "windows_x86_64_gnu"
  1044. version = "0.52.6"
  1045. source = "registry+https://github.com/rust-lang/crates.io-index"
  1046. checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
  1047. [[package]]
  1048. name = "windows_x86_64_gnullvm"
  1049. version = "0.52.6"
  1050. source = "registry+https://github.com/rust-lang/crates.io-index"
  1051. checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
  1052. [[package]]
  1053. name = "windows_x86_64_msvc"
  1054. version = "0.52.6"
  1055. source = "registry+https://github.com/rust-lang/crates.io-index"
  1056. checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
  1057. [[package]]
  1058. name = "zerocopy"
  1059. version = "0.7.35"
  1060. source = "registry+https://github.com/rust-lang/crates.io-index"
  1061. checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
  1062. dependencies = [
  1063. "zerocopy-derive",
  1064. ]
  1065. [[package]]
  1066. name = "zerocopy-derive"
  1067. version = "0.7.35"
  1068. source = "registry+https://github.com/rust-lang/crates.io-index"
  1069. checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
  1070. dependencies = [
  1071. "proc-macro2",
  1072. "quote",
  1073. "syn",
  1074. ]