Cargo.lock 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329
  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.4.0"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
  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. "itertools",
  75. "lazy_static",
  76. "spin",
  77. ]
  78. [[package]]
  79. name = "glob"
  80. version = "0.3.1"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
  83. [[package]]
  84. name = "itertools"
  85. version = "0.13.0"
  86. source = "registry+https://github.com/rust-lang/crates.io-index"
  87. checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
  88. dependencies = [
  89. "either",
  90. ]
  91. [[package]]
  92. name = "lazy_static"
  93. version = "1.5.0"
  94. source = "registry+https://github.com/rust-lang/crates.io-index"
  95. checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
  96. dependencies = [
  97. "spin",
  98. ]
  99. [[package]]
  100. name = "libc"
  101. version = "0.2.159"
  102. source = "registry+https://github.com/rust-lang/crates.io-index"
  103. checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
  104. [[package]]
  105. name = "libloading"
  106. version = "0.8.5"
  107. source = "registry+https://github.com/rust-lang/crates.io-index"
  108. checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
  109. dependencies = [
  110. "cfg-if",
  111. "windows-targets",
  112. ]
  113. [[package]]
  114. name = "lock_api"
  115. version = "0.4.12"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
  118. dependencies = [
  119. "autocfg",
  120. "scopeguard",
  121. ]
  122. [[package]]
  123. name = "log"
  124. version = "0.4.22"
  125. source = "registry+https://github.com/rust-lang/crates.io-index"
  126. checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
  127. [[package]]
  128. name = "memchr"
  129. version = "2.7.4"
  130. source = "registry+https://github.com/rust-lang/crates.io-index"
  131. checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
  132. [[package]]
  133. name = "minimal-lexical"
  134. version = "0.2.1"
  135. source = "registry+https://github.com/rust-lang/crates.io-index"
  136. checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
  137. [[package]]
  138. name = "nom"
  139. version = "7.1.3"
  140. source = "registry+https://github.com/rust-lang/crates.io-index"
  141. checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
  142. dependencies = [
  143. "memchr",
  144. "minimal-lexical",
  145. ]
  146. [[package]]
  147. name = "prettyplease"
  148. version = "0.2.22"
  149. source = "registry+https://github.com/rust-lang/crates.io-index"
  150. checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
  151. dependencies = [
  152. "proc-macro2",
  153. "syn",
  154. ]
  155. [[package]]
  156. name = "proc-macro2"
  157. version = "1.0.87"
  158. source = "registry+https://github.com/rust-lang/crates.io-index"
  159. checksum = "b3e4daa0dcf6feba26f985457cdf104d4b4256fc5a09547140f3631bb076b19a"
  160. dependencies = [
  161. "unicode-ident",
  162. ]
  163. [[package]]
  164. name = "quote"
  165. version = "1.0.37"
  166. source = "registry+https://github.com/rust-lang/crates.io-index"
  167. checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
  168. dependencies = [
  169. "proc-macro2",
  170. ]
  171. [[package]]
  172. name = "regex"
  173. version = "1.11.0"
  174. source = "registry+https://github.com/rust-lang/crates.io-index"
  175. checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
  176. dependencies = [
  177. "aho-corasick",
  178. "memchr",
  179. "regex-automata",
  180. "regex-syntax",
  181. ]
  182. [[package]]
  183. name = "regex-automata"
  184. version = "0.4.8"
  185. source = "registry+https://github.com/rust-lang/crates.io-index"
  186. checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
  187. dependencies = [
  188. "aho-corasick",
  189. "memchr",
  190. "regex-syntax",
  191. ]
  192. [[package]]
  193. name = "regex-syntax"
  194. version = "0.8.5"
  195. source = "registry+https://github.com/rust-lang/crates.io-index"
  196. checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
  197. [[package]]
  198. name = "rustc-hash"
  199. version = "1.1.0"
  200. source = "registry+https://github.com/rust-lang/crates.io-index"
  201. checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
  202. [[package]]
  203. name = "scopeguard"
  204. version = "1.2.0"
  205. source = "registry+https://github.com/rust-lang/crates.io-index"
  206. checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
  207. [[package]]
  208. name = "shlex"
  209. version = "1.3.0"
  210. source = "registry+https://github.com/rust-lang/crates.io-index"
  211. checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
  212. [[package]]
  213. name = "spin"
  214. version = "0.9.8"
  215. source = "registry+https://github.com/rust-lang/crates.io-index"
  216. checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
  217. dependencies = [
  218. "lock_api",
  219. ]
  220. [[package]]
  221. name = "syn"
  222. version = "2.0.79"
  223. source = "registry+https://github.com/rust-lang/crates.io-index"
  224. checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
  225. dependencies = [
  226. "proc-macro2",
  227. "quote",
  228. "unicode-ident",
  229. ]
  230. [[package]]
  231. name = "unicode-ident"
  232. version = "1.0.13"
  233. source = "registry+https://github.com/rust-lang/crates.io-index"
  234. checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
  235. [[package]]
  236. name = "windows-targets"
  237. version = "0.52.6"
  238. source = "registry+https://github.com/rust-lang/crates.io-index"
  239. checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
  240. dependencies = [
  241. "windows_aarch64_gnullvm",
  242. "windows_aarch64_msvc",
  243. "windows_i686_gnu",
  244. "windows_i686_gnullvm",
  245. "windows_i686_msvc",
  246. "windows_x86_64_gnu",
  247. "windows_x86_64_gnullvm",
  248. "windows_x86_64_msvc",
  249. ]
  250. [[package]]
  251. name = "windows_aarch64_gnullvm"
  252. version = "0.52.6"
  253. source = "registry+https://github.com/rust-lang/crates.io-index"
  254. checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
  255. [[package]]
  256. name = "windows_aarch64_msvc"
  257. version = "0.52.6"
  258. source = "registry+https://github.com/rust-lang/crates.io-index"
  259. checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
  260. [[package]]
  261. name = "windows_i686_gnu"
  262. version = "0.52.6"
  263. source = "registry+https://github.com/rust-lang/crates.io-index"
  264. checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
  265. [[package]]
  266. name = "windows_i686_gnullvm"
  267. version = "0.52.6"
  268. source = "registry+https://github.com/rust-lang/crates.io-index"
  269. checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
  270. [[package]]
  271. name = "windows_i686_msvc"
  272. version = "0.52.6"
  273. source = "registry+https://github.com/rust-lang/crates.io-index"
  274. checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
  275. [[package]]
  276. name = "windows_x86_64_gnu"
  277. version = "0.52.6"
  278. source = "registry+https://github.com/rust-lang/crates.io-index"
  279. checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
  280. [[package]]
  281. name = "windows_x86_64_gnullvm"
  282. version = "0.52.6"
  283. source = "registry+https://github.com/rust-lang/crates.io-index"
  284. checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
  285. [[package]]
  286. name = "windows_x86_64_msvc"
  287. version = "0.52.6"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"