Cargo.lock 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  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.1.0"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  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 = "indoc"
  21. version = "1.0.9"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
  24. [[package]]
  25. name = "libc"
  26. version = "0.2.147"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
  29. [[package]]
  30. name = "lock_api"
  31. version = "0.4.10"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
  34. dependencies = [
  35. "autocfg",
  36. "scopeguard",
  37. ]
  38. [[package]]
  39. name = "memchr"
  40. version = "2.6.1"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. checksum = "f478948fd84d9f8e86967bf432640e46adfb5a4bd4f14ef7e864ab38220534ae"
  43. [[package]]
  44. name = "memoffset"
  45. version = "0.9.0"
  46. source = "registry+https://github.com/rust-lang/crates.io-index"
  47. checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
  48. dependencies = [
  49. "autocfg",
  50. ]
  51. [[package]]
  52. name = "objects-py"
  53. version = "3.4.0"
  54. dependencies = [
  55. "memchr",
  56. "pyo3",
  57. ]
  58. [[package]]
  59. name = "once_cell"
  60. version = "1.18.0"
  61. source = "registry+https://github.com/rust-lang/crates.io-index"
  62. checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
  63. [[package]]
  64. name = "parking_lot"
  65. version = "0.12.1"
  66. source = "registry+https://github.com/rust-lang/crates.io-index"
  67. checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
  68. dependencies = [
  69. "lock_api",
  70. "parking_lot_core",
  71. ]
  72. [[package]]
  73. name = "parking_lot_core"
  74. version = "0.9.8"
  75. source = "registry+https://github.com/rust-lang/crates.io-index"
  76. checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
  77. dependencies = [
  78. "cfg-if",
  79. "libc",
  80. "redox_syscall",
  81. "smallvec",
  82. "windows-targets",
  83. ]
  84. [[package]]
  85. name = "proc-macro2"
  86. version = "1.0.66"
  87. source = "registry+https://github.com/rust-lang/crates.io-index"
  88. checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
  89. dependencies = [
  90. "unicode-ident",
  91. ]
  92. [[package]]
  93. name = "pyo3"
  94. version = "0.19.2"
  95. source = "registry+https://github.com/rust-lang/crates.io-index"
  96. checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
  97. dependencies = [
  98. "cfg-if",
  99. "indoc",
  100. "libc",
  101. "memoffset",
  102. "parking_lot",
  103. "pyo3-build-config",
  104. "pyo3-ffi",
  105. "pyo3-macros",
  106. "unindent",
  107. ]
  108. [[package]]
  109. name = "pyo3-build-config"
  110. version = "0.19.2"
  111. source = "registry+https://github.com/rust-lang/crates.io-index"
  112. checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
  113. dependencies = [
  114. "once_cell",
  115. "target-lexicon",
  116. ]
  117. [[package]]
  118. name = "pyo3-ffi"
  119. version = "0.19.2"
  120. source = "registry+https://github.com/rust-lang/crates.io-index"
  121. checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
  122. dependencies = [
  123. "libc",
  124. "pyo3-build-config",
  125. ]
  126. [[package]]
  127. name = "pyo3-macros"
  128. version = "0.19.2"
  129. source = "registry+https://github.com/rust-lang/crates.io-index"
  130. checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
  131. dependencies = [
  132. "proc-macro2",
  133. "pyo3-macros-backend",
  134. "quote",
  135. "syn",
  136. ]
  137. [[package]]
  138. name = "pyo3-macros-backend"
  139. version = "0.19.2"
  140. source = "registry+https://github.com/rust-lang/crates.io-index"
  141. checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
  142. dependencies = [
  143. "proc-macro2",
  144. "quote",
  145. "syn",
  146. ]
  147. [[package]]
  148. name = "quote"
  149. version = "1.0.33"
  150. source = "registry+https://github.com/rust-lang/crates.io-index"
  151. checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
  152. dependencies = [
  153. "proc-macro2",
  154. ]
  155. [[package]]
  156. name = "redox_syscall"
  157. version = "0.3.5"
  158. source = "registry+https://github.com/rust-lang/crates.io-index"
  159. checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
  160. dependencies = [
  161. "bitflags",
  162. ]
  163. [[package]]
  164. name = "scopeguard"
  165. version = "1.2.0"
  166. source = "registry+https://github.com/rust-lang/crates.io-index"
  167. checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
  168. [[package]]
  169. name = "smallvec"
  170. version = "1.11.0"
  171. source = "registry+https://github.com/rust-lang/crates.io-index"
  172. checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
  173. [[package]]
  174. name = "syn"
  175. version = "1.0.109"
  176. source = "registry+https://github.com/rust-lang/crates.io-index"
  177. checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
  178. dependencies = [
  179. "proc-macro2",
  180. "quote",
  181. "unicode-ident",
  182. ]
  183. [[package]]
  184. name = "target-lexicon"
  185. version = "0.12.11"
  186. source = "registry+https://github.com/rust-lang/crates.io-index"
  187. checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
  188. [[package]]
  189. name = "unicode-ident"
  190. version = "1.0.11"
  191. source = "registry+https://github.com/rust-lang/crates.io-index"
  192. checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
  193. [[package]]
  194. name = "unindent"
  195. version = "0.1.11"
  196. source = "registry+https://github.com/rust-lang/crates.io-index"
  197. checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
  198. [[package]]
  199. name = "windows-targets"
  200. version = "0.48.5"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
  203. dependencies = [
  204. "windows_aarch64_gnullvm",
  205. "windows_aarch64_msvc",
  206. "windows_i686_gnu",
  207. "windows_i686_msvc",
  208. "windows_x86_64_gnu",
  209. "windows_x86_64_gnullvm",
  210. "windows_x86_64_msvc",
  211. ]
  212. [[package]]
  213. name = "windows_aarch64_gnullvm"
  214. version = "0.48.5"
  215. source = "registry+https://github.com/rust-lang/crates.io-index"
  216. checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
  217. [[package]]
  218. name = "windows_aarch64_msvc"
  219. version = "0.48.5"
  220. source = "registry+https://github.com/rust-lang/crates.io-index"
  221. checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
  222. [[package]]
  223. name = "windows_i686_gnu"
  224. version = "0.48.5"
  225. source = "registry+https://github.com/rust-lang/crates.io-index"
  226. checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
  227. [[package]]
  228. name = "windows_i686_msvc"
  229. version = "0.48.5"
  230. source = "registry+https://github.com/rust-lang/crates.io-index"
  231. checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
  232. [[package]]
  233. name = "windows_x86_64_gnu"
  234. version = "0.48.5"
  235. source = "registry+https://github.com/rust-lang/crates.io-index"
  236. checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
  237. [[package]]
  238. name = "windows_x86_64_gnullvm"
  239. version = "0.48.5"
  240. source = "registry+https://github.com/rust-lang/crates.io-index"
  241. checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
  242. [[package]]
  243. name = "windows_x86_64_msvc"
  244. version = "0.48.5"
  245. source = "registry+https://github.com/rust-lang/crates.io-index"
  246. checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"