Cargo.lock 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "autocfg"
  6. version = "1.2.0"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
  9. [[package]]
  10. name = "bitflags"
  11. version = "1.3.2"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  14. [[package]]
  15. name = "cfg-if"
  16. version = "1.0.0"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  19. [[package]]
  20. name = "diff-tree-py"
  21. version = "0.22.2"
  22. dependencies = [
  23. "pyo3",
  24. ]
  25. [[package]]
  26. name = "heck"
  27. version = "0.4.1"
  28. source = "registry+https://github.com/rust-lang/crates.io-index"
  29. checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
  30. [[package]]
  31. name = "indoc"
  32. version = "2.0.5"
  33. source = "registry+https://github.com/rust-lang/crates.io-index"
  34. checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
  35. [[package]]
  36. name = "libc"
  37. version = "0.2.153"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
  40. [[package]]
  41. name = "lock_api"
  42. version = "0.4.11"
  43. source = "registry+https://github.com/rust-lang/crates.io-index"
  44. checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
  45. dependencies = [
  46. "autocfg",
  47. "scopeguard",
  48. ]
  49. [[package]]
  50. name = "memchr"
  51. version = "2.7.2"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
  54. [[package]]
  55. name = "memoffset"
  56. version = "0.9.1"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
  59. dependencies = [
  60. "autocfg",
  61. ]
  62. [[package]]
  63. name = "objects-py"
  64. version = "0.22.2"
  65. dependencies = [
  66. "memchr",
  67. "pyo3",
  68. ]
  69. [[package]]
  70. name = "once_cell"
  71. version = "1.19.0"
  72. source = "registry+https://github.com/rust-lang/crates.io-index"
  73. checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
  74. [[package]]
  75. name = "pack-py"
  76. version = "0.22.2"
  77. dependencies = [
  78. "memchr",
  79. "pyo3",
  80. ]
  81. [[package]]
  82. name = "parking_lot"
  83. version = "0.12.1"
  84. source = "registry+https://github.com/rust-lang/crates.io-index"
  85. checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
  86. dependencies = [
  87. "lock_api",
  88. "parking_lot_core",
  89. ]
  90. [[package]]
  91. name = "parking_lot_core"
  92. version = "0.9.9"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
  95. dependencies = [
  96. "cfg-if",
  97. "libc",
  98. "redox_syscall",
  99. "smallvec",
  100. "windows-targets",
  101. ]
  102. [[package]]
  103. name = "portable-atomic"
  104. version = "1.6.0"
  105. source = "registry+https://github.com/rust-lang/crates.io-index"
  106. checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
  107. [[package]]
  108. name = "proc-macro2"
  109. version = "1.0.79"
  110. source = "registry+https://github.com/rust-lang/crates.io-index"
  111. checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
  112. dependencies = [
  113. "unicode-ident",
  114. ]
  115. [[package]]
  116. name = "pyo3"
  117. version = "0.21.2"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8"
  120. dependencies = [
  121. "cfg-if",
  122. "indoc",
  123. "libc",
  124. "memoffset",
  125. "parking_lot",
  126. "portable-atomic",
  127. "pyo3-build-config",
  128. "pyo3-ffi",
  129. "pyo3-macros",
  130. "unindent",
  131. ]
  132. [[package]]
  133. name = "pyo3-build-config"
  134. version = "0.21.2"
  135. source = "registry+https://github.com/rust-lang/crates.io-index"
  136. checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50"
  137. dependencies = [
  138. "once_cell",
  139. "target-lexicon",
  140. ]
  141. [[package]]
  142. name = "pyo3-ffi"
  143. version = "0.21.2"
  144. source = "registry+https://github.com/rust-lang/crates.io-index"
  145. checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403"
  146. dependencies = [
  147. "libc",
  148. "pyo3-build-config",
  149. ]
  150. [[package]]
  151. name = "pyo3-macros"
  152. version = "0.21.2"
  153. source = "registry+https://github.com/rust-lang/crates.io-index"
  154. checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c"
  155. dependencies = [
  156. "proc-macro2",
  157. "pyo3-macros-backend",
  158. "quote",
  159. "syn",
  160. ]
  161. [[package]]
  162. name = "pyo3-macros-backend"
  163. version = "0.21.2"
  164. source = "registry+https://github.com/rust-lang/crates.io-index"
  165. checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c"
  166. dependencies = [
  167. "heck",
  168. "proc-macro2",
  169. "pyo3-build-config",
  170. "quote",
  171. "syn",
  172. ]
  173. [[package]]
  174. name = "quote"
  175. version = "1.0.35"
  176. source = "registry+https://github.com/rust-lang/crates.io-index"
  177. checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
  178. dependencies = [
  179. "proc-macro2",
  180. ]
  181. [[package]]
  182. name = "redox_syscall"
  183. version = "0.4.1"
  184. source = "registry+https://github.com/rust-lang/crates.io-index"
  185. checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
  186. dependencies = [
  187. "bitflags",
  188. ]
  189. [[package]]
  190. name = "scopeguard"
  191. version = "1.2.0"
  192. source = "registry+https://github.com/rust-lang/crates.io-index"
  193. checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
  194. [[package]]
  195. name = "smallvec"
  196. version = "1.13.2"
  197. source = "registry+https://github.com/rust-lang/crates.io-index"
  198. checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
  199. [[package]]
  200. name = "syn"
  201. version = "2.0.57"
  202. source = "registry+https://github.com/rust-lang/crates.io-index"
  203. checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
  204. dependencies = [
  205. "proc-macro2",
  206. "quote",
  207. "unicode-ident",
  208. ]
  209. [[package]]
  210. name = "target-lexicon"
  211. version = "0.12.14"
  212. source = "registry+https://github.com/rust-lang/crates.io-index"
  213. checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
  214. [[package]]
  215. name = "unicode-ident"
  216. version = "1.0.12"
  217. source = "registry+https://github.com/rust-lang/crates.io-index"
  218. checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
  219. [[package]]
  220. name = "unindent"
  221. version = "0.2.3"
  222. source = "registry+https://github.com/rust-lang/crates.io-index"
  223. checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
  224. [[package]]
  225. name = "windows-targets"
  226. version = "0.48.5"
  227. source = "registry+https://github.com/rust-lang/crates.io-index"
  228. checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
  229. dependencies = [
  230. "windows_aarch64_gnullvm",
  231. "windows_aarch64_msvc",
  232. "windows_i686_gnu",
  233. "windows_i686_msvc",
  234. "windows_x86_64_gnu",
  235. "windows_x86_64_gnullvm",
  236. "windows_x86_64_msvc",
  237. ]
  238. [[package]]
  239. name = "windows_aarch64_gnullvm"
  240. version = "0.48.5"
  241. source = "registry+https://github.com/rust-lang/crates.io-index"
  242. checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
  243. [[package]]
  244. name = "windows_aarch64_msvc"
  245. version = "0.48.5"
  246. source = "registry+https://github.com/rust-lang/crates.io-index"
  247. checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
  248. [[package]]
  249. name = "windows_i686_gnu"
  250. version = "0.48.5"
  251. source = "registry+https://github.com/rust-lang/crates.io-index"
  252. checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
  253. [[package]]
  254. name = "windows_i686_msvc"
  255. version = "0.48.5"
  256. source = "registry+https://github.com/rust-lang/crates.io-index"
  257. checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
  258. [[package]]
  259. name = "windows_x86_64_gnu"
  260. version = "0.48.5"
  261. source = "registry+https://github.com/rust-lang/crates.io-index"
  262. checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
  263. [[package]]
  264. name = "windows_x86_64_gnullvm"
  265. version = "0.48.5"
  266. source = "registry+https://github.com/rust-lang/crates.io-index"
  267. checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
  268. [[package]]
  269. name = "windows_x86_64_msvc"
  270. version = "0.48.5"
  271. source = "registry+https://github.com/rust-lang/crates.io-index"
  272. checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"