Cargo.lock 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "aho-corasick"
  6. version = "1.1.3"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  9. dependencies = [
  10. "memchr",
  11. ]
  12. [[package]]
  13. name = "autocfg"
  14. version = "1.3.0"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
  17. [[package]]
  18. name = "bindgen"
  19. version = "0.70.1"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
  22. dependencies = [
  23. "bitflags",
  24. "cexpr",
  25. "clang-sys",
  26. "itertools",
  27. "log",
  28. "prettyplease",
  29. "proc-macro2",
  30. "quote",
  31. "regex",
  32. "rustc-hash",
  33. "shlex",
  34. "syn",
  35. ]
  36. [[package]]
  37. name = "bitflags"
  38. version = "2.6.0"
  39. source = "registry+https://github.com/rust-lang/crates.io-index"
  40. checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
  41. [[package]]
  42. name = "cexpr"
  43. version = "0.6.0"
  44. source = "registry+https://github.com/rust-lang/crates.io-index"
  45. checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
  46. dependencies = [
  47. "nom",
  48. ]
  49. [[package]]
  50. name = "cfg-if"
  51. version = "1.0.0"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  54. [[package]]
  55. name = "clang-sys"
  56. version = "1.8.1"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
  59. dependencies = [
  60. "glob",
  61. "libc",
  62. "libloading",
  63. ]
  64. [[package]]
  65. name = "either"
  66. version = "1.13.0"
  67. source = "registry+https://github.com/rust-lang/crates.io-index"
  68. checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
  69. [[package]]
  70. name = "gbos-rust-part"
  71. version = "0.1.0"
  72. dependencies = [
  73. "bindgen",
  74. "spin",
  75. ]
  76. [[package]]
  77. name = "glob"
  78. version = "0.3.1"
  79. source = "registry+https://github.com/rust-lang/crates.io-index"
  80. checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
  81. [[package]]
  82. name = "itertools"
  83. version = "0.13.0"
  84. source = "registry+https://github.com/rust-lang/crates.io-index"
  85. checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
  86. dependencies = [
  87. "either",
  88. ]
  89. [[package]]
  90. name = "libc"
  91. version = "0.2.158"
  92. source = "registry+https://github.com/rust-lang/crates.io-index"
  93. checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
  94. [[package]]
  95. name = "libloading"
  96. version = "0.8.5"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
  99. dependencies = [
  100. "cfg-if",
  101. "windows-targets",
  102. ]
  103. [[package]]
  104. name = "lock_api"
  105. version = "0.4.12"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
  108. dependencies = [
  109. "autocfg",
  110. "scopeguard",
  111. ]
  112. [[package]]
  113. name = "log"
  114. version = "0.4.22"
  115. source = "registry+https://github.com/rust-lang/crates.io-index"
  116. checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
  117. [[package]]
  118. name = "memchr"
  119. version = "2.7.4"
  120. source = "registry+https://github.com/rust-lang/crates.io-index"
  121. checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
  122. [[package]]
  123. name = "minimal-lexical"
  124. version = "0.2.1"
  125. source = "registry+https://github.com/rust-lang/crates.io-index"
  126. checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
  127. [[package]]
  128. name = "nom"
  129. version = "7.1.3"
  130. source = "registry+https://github.com/rust-lang/crates.io-index"
  131. checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
  132. dependencies = [
  133. "memchr",
  134. "minimal-lexical",
  135. ]
  136. [[package]]
  137. name = "prettyplease"
  138. version = "0.2.22"
  139. source = "registry+https://github.com/rust-lang/crates.io-index"
  140. checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
  141. dependencies = [
  142. "proc-macro2",
  143. "syn",
  144. ]
  145. [[package]]
  146. name = "proc-macro2"
  147. version = "1.0.86"
  148. source = "registry+https://github.com/rust-lang/crates.io-index"
  149. checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
  150. dependencies = [
  151. "unicode-ident",
  152. ]
  153. [[package]]
  154. name = "quote"
  155. version = "1.0.37"
  156. source = "registry+https://github.com/rust-lang/crates.io-index"
  157. checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
  158. dependencies = [
  159. "proc-macro2",
  160. ]
  161. [[package]]
  162. name = "regex"
  163. version = "1.10.6"
  164. source = "registry+https://github.com/rust-lang/crates.io-index"
  165. checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
  166. dependencies = [
  167. "aho-corasick",
  168. "memchr",
  169. "regex-automata",
  170. "regex-syntax",
  171. ]
  172. [[package]]
  173. name = "regex-automata"
  174. version = "0.4.7"
  175. source = "registry+https://github.com/rust-lang/crates.io-index"
  176. checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
  177. dependencies = [
  178. "aho-corasick",
  179. "memchr",
  180. "regex-syntax",
  181. ]
  182. [[package]]
  183. name = "regex-syntax"
  184. version = "0.8.4"
  185. source = "registry+https://github.com/rust-lang/crates.io-index"
  186. checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
  187. [[package]]
  188. name = "rustc-hash"
  189. version = "1.1.0"
  190. source = "registry+https://github.com/rust-lang/crates.io-index"
  191. checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
  192. [[package]]
  193. name = "scopeguard"
  194. version = "1.2.0"
  195. source = "registry+https://github.com/rust-lang/crates.io-index"
  196. checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
  197. [[package]]
  198. name = "shlex"
  199. version = "1.3.0"
  200. source = "registry+https://github.com/rust-lang/crates.io-index"
  201. checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
  202. [[package]]
  203. name = "spin"
  204. version = "0.9.8"
  205. source = "registry+https://github.com/rust-lang/crates.io-index"
  206. checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
  207. dependencies = [
  208. "lock_api",
  209. ]
  210. [[package]]
  211. name = "syn"
  212. version = "2.0.77"
  213. source = "registry+https://github.com/rust-lang/crates.io-index"
  214. checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
  215. dependencies = [
  216. "proc-macro2",
  217. "quote",
  218. "unicode-ident",
  219. ]
  220. [[package]]
  221. name = "unicode-ident"
  222. version = "1.0.13"
  223. source = "registry+https://github.com/rust-lang/crates.io-index"
  224. checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
  225. [[package]]
  226. name = "windows-targets"
  227. version = "0.52.6"
  228. source = "registry+https://github.com/rust-lang/crates.io-index"
  229. checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
  230. dependencies = [
  231. "windows_aarch64_gnullvm",
  232. "windows_aarch64_msvc",
  233. "windows_i686_gnu",
  234. "windows_i686_gnullvm",
  235. "windows_i686_msvc",
  236. "windows_x86_64_gnu",
  237. "windows_x86_64_gnullvm",
  238. "windows_x86_64_msvc",
  239. ]
  240. [[package]]
  241. name = "windows_aarch64_gnullvm"
  242. version = "0.52.6"
  243. source = "registry+https://github.com/rust-lang/crates.io-index"
  244. checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
  245. [[package]]
  246. name = "windows_aarch64_msvc"
  247. version = "0.52.6"
  248. source = "registry+https://github.com/rust-lang/crates.io-index"
  249. checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
  250. [[package]]
  251. name = "windows_i686_gnu"
  252. version = "0.52.6"
  253. source = "registry+https://github.com/rust-lang/crates.io-index"
  254. checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
  255. [[package]]
  256. name = "windows_i686_gnullvm"
  257. version = "0.52.6"
  258. source = "registry+https://github.com/rust-lang/crates.io-index"
  259. checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
  260. [[package]]
  261. name = "windows_i686_msvc"
  262. version = "0.52.6"
  263. source = "registry+https://github.com/rust-lang/crates.io-index"
  264. checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
  265. [[package]]
  266. name = "windows_x86_64_gnu"
  267. version = "0.52.6"
  268. source = "registry+https://github.com/rust-lang/crates.io-index"
  269. checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
  270. [[package]]
  271. name = "windows_x86_64_gnullvm"
  272. version = "0.52.6"
  273. source = "registry+https://github.com/rust-lang/crates.io-index"
  274. checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
  275. [[package]]
  276. name = "windows_x86_64_msvc"
  277. version = "0.52.6"
  278. source = "registry+https://github.com/rust-lang/crates.io-index"
  279. checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"