Cargo.lock 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156
  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.3"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
  9. dependencies = [
  10. "cfg-if",
  11. "once_cell",
  12. "version_check",
  13. ]
  14. [[package]]
  15. name = "aho-corasick"
  16. version = "1.0.3"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. checksum = "86b8f9420f797f2d9e935edf629310eb938a0d839f984e25327f3c7eed22300c"
  19. dependencies = [
  20. "memchr",
  21. ]
  22. [[package]]
  23. name = "aquamarine"
  24. version = "0.1.12"
  25. source = "registry+https://github.com/rust-lang/crates.io-index"
  26. checksum = "a941c39708478e8eea39243b5983f1c42d2717b3620ee91f4a52115fd02ac43f"
  27. dependencies = [
  28. "itertools 0.9.0",
  29. "proc-macro-error",
  30. "proc-macro2",
  31. "quote",
  32. "syn 1.0.109",
  33. ]
  34. [[package]]
  35. name = "atty"
  36. version = "0.2.14"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  39. dependencies = [
  40. "hermit-abi",
  41. "libc",
  42. "winapi",
  43. ]
  44. [[package]]
  45. name = "autocfg"
  46. version = "1.1.0"
  47. source = "registry+https://github.com/rust-lang/crates.io-index"
  48. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  49. [[package]]
  50. name = "autocxx"
  51. version = "0.23.1"
  52. source = "git+https://github.com/fish-shell/autocxx?branch=fish#f9ed164fed6a35a572d19f1495b0691e4b3fd92b"
  53. dependencies = [
  54. "aquamarine",
  55. "autocxx-macro",
  56. "cxx",
  57. "moveit",
  58. ]
  59. [[package]]
  60. name = "autocxx-bindgen"
  61. version = "0.62.0"
  62. source = "git+https://github.com/fish-shell/autocxx-bindgen?branch=fish#a229d3473bd90d2d10fc61a244408cfc1958934a"
  63. dependencies = [
  64. "bitflags 1.3.2",
  65. "cexpr",
  66. "clang-sys",
  67. "itertools 0.10.5",
  68. "lazy_static",
  69. "lazycell",
  70. "log",
  71. "peeking_take_while",
  72. "proc-macro2",
  73. "quote",
  74. "regex",
  75. "rustc-hash",
  76. "shlex",
  77. "syn 1.0.109",
  78. "which",
  79. ]
  80. [[package]]
  81. name = "autocxx-build"
  82. version = "0.23.1"
  83. source = "git+https://github.com/fish-shell/autocxx?branch=fish#f9ed164fed6a35a572d19f1495b0691e4b3fd92b"
  84. dependencies = [
  85. "autocxx-engine",
  86. "env_logger",
  87. "indexmap",
  88. "syn 1.0.109",
  89. ]
  90. [[package]]
  91. name = "autocxx-engine"
  92. version = "0.23.1"
  93. source = "git+https://github.com/fish-shell/autocxx?branch=fish#f9ed164fed6a35a572d19f1495b0691e4b3fd92b"
  94. dependencies = [
  95. "aquamarine",
  96. "autocxx-bindgen",
  97. "autocxx-parser",
  98. "cc",
  99. "cxx-gen",
  100. "indexmap",
  101. "indoc",
  102. "itertools 0.10.5",
  103. "log",
  104. "miette",
  105. "once_cell",
  106. "prettyplease",
  107. "proc-macro2",
  108. "quote",
  109. "regex",
  110. "rustversion",
  111. "serde_json",
  112. "strum_macros",
  113. "syn 1.0.109",
  114. "tempfile",
  115. "thiserror",
  116. "version_check",
  117. ]
  118. [[package]]
  119. name = "autocxx-macro"
  120. version = "0.23.1"
  121. source = "git+https://github.com/fish-shell/autocxx?branch=fish#f9ed164fed6a35a572d19f1495b0691e4b3fd92b"
  122. dependencies = [
  123. "autocxx-parser",
  124. "proc-macro-error",
  125. "proc-macro2",
  126. "quote",
  127. "syn 1.0.109",
  128. ]
  129. [[package]]
  130. name = "autocxx-parser"
  131. version = "0.23.1"
  132. source = "git+https://github.com/fish-shell/autocxx?branch=fish#f9ed164fed6a35a572d19f1495b0691e4b3fd92b"
  133. dependencies = [
  134. "indexmap",
  135. "itertools 0.10.5",
  136. "log",
  137. "once_cell",
  138. "proc-macro2",
  139. "quote",
  140. "serde",
  141. "serde_json",
  142. "syn 1.0.109",
  143. "thiserror",
  144. ]
  145. [[package]]
  146. name = "bitflags"
  147. version = "1.3.2"
  148. source = "registry+https://github.com/rust-lang/crates.io-index"
  149. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  150. [[package]]
  151. name = "bitflags"
  152. version = "2.4.0"
  153. source = "registry+https://github.com/rust-lang/crates.io-index"
  154. checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
  155. [[package]]
  156. name = "cc"
  157. version = "1.0.79"
  158. source = "git+https://github.com/mqudsi/cc-rs?branch=fish#cdc3a376eb0f56c2fb2cf640cc0e9192feaa621b"
  159. dependencies = [
  160. "jobserver",
  161. ]
  162. [[package]]
  163. name = "cexpr"
  164. version = "0.6.0"
  165. source = "registry+https://github.com/rust-lang/crates.io-index"
  166. checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
  167. dependencies = [
  168. "nom",
  169. ]
  170. [[package]]
  171. name = "cfg-if"
  172. version = "1.0.0"
  173. source = "registry+https://github.com/rust-lang/crates.io-index"
  174. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  175. [[package]]
  176. name = "clang-sys"
  177. version = "1.6.1"
  178. source = "registry+https://github.com/rust-lang/crates.io-index"
  179. checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
  180. dependencies = [
  181. "glob",
  182. "libc",
  183. "libloading",
  184. ]
  185. [[package]]
  186. name = "codespan-reporting"
  187. version = "0.11.1"
  188. source = "registry+https://github.com/rust-lang/crates.io-index"
  189. checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
  190. dependencies = [
  191. "termcolor",
  192. "unicode-width",
  193. ]
  194. [[package]]
  195. name = "cxx"
  196. version = "1.0.81"
  197. source = "git+https://github.com/fish-shell/cxx?branch=fish#3064cb46c16fa1eb5398870f2f4e830c4ca071b8"
  198. dependencies = [
  199. "cc",
  200. "cxxbridge-flags",
  201. "cxxbridge-macro",
  202. "link-cplusplus",
  203. "widestring",
  204. ]
  205. [[package]]
  206. name = "cxx-build"
  207. version = "1.0.81"
  208. source = "git+https://github.com/fish-shell/cxx?branch=fish#3064cb46c16fa1eb5398870f2f4e830c4ca071b8"
  209. dependencies = [
  210. "cc",
  211. "codespan-reporting",
  212. "once_cell",
  213. "proc-macro2",
  214. "quote",
  215. "scratch",
  216. "syn 1.0.109",
  217. ]
  218. [[package]]
  219. name = "cxx-gen"
  220. version = "0.7.81"
  221. source = "git+https://github.com/fish-shell/cxx?branch=fish#3064cb46c16fa1eb5398870f2f4e830c4ca071b8"
  222. dependencies = [
  223. "codespan-reporting",
  224. "proc-macro2",
  225. "quote",
  226. "syn 1.0.109",
  227. ]
  228. [[package]]
  229. name = "cxxbridge-flags"
  230. version = "1.0.81"
  231. source = "git+https://github.com/fish-shell/cxx?branch=fish#3064cb46c16fa1eb5398870f2f4e830c4ca071b8"
  232. [[package]]
  233. name = "cxxbridge-macro"
  234. version = "1.0.81"
  235. source = "git+https://github.com/fish-shell/cxx?branch=fish#3064cb46c16fa1eb5398870f2f4e830c4ca071b8"
  236. dependencies = [
  237. "proc-macro2",
  238. "quote",
  239. "syn 1.0.109",
  240. ]
  241. [[package]]
  242. name = "either"
  243. version = "1.9.0"
  244. source = "registry+https://github.com/rust-lang/crates.io-index"
  245. checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
  246. [[package]]
  247. name = "env_logger"
  248. version = "0.9.3"
  249. source = "registry+https://github.com/rust-lang/crates.io-index"
  250. checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
  251. dependencies = [
  252. "atty",
  253. "humantime",
  254. "log",
  255. "regex",
  256. "termcolor",
  257. ]
  258. [[package]]
  259. name = "errno"
  260. version = "0.2.8"
  261. source = "registry+https://github.com/rust-lang/crates.io-index"
  262. checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
  263. dependencies = [
  264. "errno-dragonfly",
  265. "libc",
  266. "winapi",
  267. ]
  268. [[package]]
  269. name = "errno"
  270. version = "0.3.2"
  271. source = "registry+https://github.com/rust-lang/crates.io-index"
  272. checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
  273. dependencies = [
  274. "errno-dragonfly",
  275. "libc",
  276. "windows-sys",
  277. ]
  278. [[package]]
  279. name = "errno-dragonfly"
  280. version = "0.1.2"
  281. source = "registry+https://github.com/rust-lang/crates.io-index"
  282. checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
  283. dependencies = [
  284. "cc",
  285. "libc",
  286. ]
  287. [[package]]
  288. name = "fast-float"
  289. version = "0.2.0"
  290. source = "git+https://github.com/fish-shell/fast-float-rust?branch=fish#9590c33a3f166a3533ba1cbb7a03e1105acec034"
  291. [[package]]
  292. name = "fastrand"
  293. version = "2.0.0"
  294. source = "registry+https://github.com/rust-lang/crates.io-index"
  295. checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
  296. [[package]]
  297. name = "fish-rust"
  298. version = "0.1.0"
  299. dependencies = [
  300. "autocxx",
  301. "autocxx-build",
  302. "bitflags 2.4.0",
  303. "cc",
  304. "cxx",
  305. "cxx-build",
  306. "cxx-gen",
  307. "errno 0.2.8",
  308. "fast-float",
  309. "git-version",
  310. "hexponent",
  311. "inventory",
  312. "lazy_static",
  313. "libc",
  314. "lru",
  315. "moveit",
  316. "nix",
  317. "num-derive",
  318. "num-traits",
  319. "once_cell",
  320. "pcre2",
  321. "printf-compat",
  322. "rand",
  323. "rand_pcg",
  324. "rsconf",
  325. "unixstring",
  326. "widestring",
  327. "widestring-suffix",
  328. ]
  329. [[package]]
  330. name = "getrandom"
  331. version = "0.2.10"
  332. source = "registry+https://github.com/rust-lang/crates.io-index"
  333. checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
  334. dependencies = [
  335. "cfg-if",
  336. "libc",
  337. "wasi",
  338. ]
  339. [[package]]
  340. name = "git-version"
  341. version = "0.3.5"
  342. source = "registry+https://github.com/rust-lang/crates.io-index"
  343. checksum = "f6b0decc02f4636b9ccad390dcbe77b722a77efedfa393caf8379a51d5c61899"
  344. dependencies = [
  345. "git-version-macro",
  346. "proc-macro-hack",
  347. ]
  348. [[package]]
  349. name = "git-version-macro"
  350. version = "0.3.5"
  351. source = "registry+https://github.com/rust-lang/crates.io-index"
  352. checksum = "fe69f1cbdb6e28af2bac214e943b99ce8a0a06b447d15d3e61161b0423139f3f"
  353. dependencies = [
  354. "proc-macro-hack",
  355. "proc-macro2",
  356. "quote",
  357. "syn 1.0.109",
  358. ]
  359. [[package]]
  360. name = "glob"
  361. version = "0.3.1"
  362. source = "registry+https://github.com/rust-lang/crates.io-index"
  363. checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
  364. [[package]]
  365. name = "hashbrown"
  366. version = "0.12.3"
  367. source = "registry+https://github.com/rust-lang/crates.io-index"
  368. checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
  369. [[package]]
  370. name = "hashbrown"
  371. version = "0.13.2"
  372. source = "registry+https://github.com/rust-lang/crates.io-index"
  373. checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
  374. dependencies = [
  375. "ahash",
  376. ]
  377. [[package]]
  378. name = "heck"
  379. version = "0.4.1"
  380. source = "registry+https://github.com/rust-lang/crates.io-index"
  381. checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
  382. [[package]]
  383. name = "hermit-abi"
  384. version = "0.1.19"
  385. source = "registry+https://github.com/rust-lang/crates.io-index"
  386. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  387. dependencies = [
  388. "libc",
  389. ]
  390. [[package]]
  391. name = "hexponent"
  392. version = "0.3.1"
  393. source = "git+https://github.com/fish-shell/hexponent?branch=fish#71febaf2ffa3c63ea50a70aa4308293d69bd709c"
  394. [[package]]
  395. name = "humantime"
  396. version = "2.1.0"
  397. source = "registry+https://github.com/rust-lang/crates.io-index"
  398. checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
  399. [[package]]
  400. name = "indexmap"
  401. version = "1.9.3"
  402. source = "registry+https://github.com/rust-lang/crates.io-index"
  403. checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
  404. dependencies = [
  405. "autocfg",
  406. "hashbrown 0.12.3",
  407. "serde",
  408. ]
  409. [[package]]
  410. name = "indoc"
  411. version = "1.0.9"
  412. source = "registry+https://github.com/rust-lang/crates.io-index"
  413. checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
  414. [[package]]
  415. name = "inventory"
  416. version = "0.3.11"
  417. source = "registry+https://github.com/rust-lang/crates.io-index"
  418. checksum = "a53088c87cf71c9d4f3372a2cb9eea1e7b8a0b1bf8b7f7d23fe5b76dbb07e63b"
  419. [[package]]
  420. name = "itertools"
  421. version = "0.9.0"
  422. source = "registry+https://github.com/rust-lang/crates.io-index"
  423. checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
  424. dependencies = [
  425. "either",
  426. ]
  427. [[package]]
  428. name = "itertools"
  429. version = "0.10.5"
  430. source = "registry+https://github.com/rust-lang/crates.io-index"
  431. checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
  432. dependencies = [
  433. "either",
  434. ]
  435. [[package]]
  436. name = "itoa"
  437. version = "1.0.9"
  438. source = "registry+https://github.com/rust-lang/crates.io-index"
  439. checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
  440. [[package]]
  441. name = "jobserver"
  442. version = "0.1.26"
  443. source = "registry+https://github.com/rust-lang/crates.io-index"
  444. checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
  445. dependencies = [
  446. "libc",
  447. ]
  448. [[package]]
  449. name = "lazy_static"
  450. version = "1.4.0"
  451. source = "registry+https://github.com/rust-lang/crates.io-index"
  452. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  453. [[package]]
  454. name = "lazycell"
  455. version = "1.3.0"
  456. source = "registry+https://github.com/rust-lang/crates.io-index"
  457. checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
  458. [[package]]
  459. name = "libc"
  460. version = "0.2.147"
  461. source = "registry+https://github.com/rust-lang/crates.io-index"
  462. checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
  463. [[package]]
  464. name = "libloading"
  465. version = "0.7.4"
  466. source = "registry+https://github.com/rust-lang/crates.io-index"
  467. checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
  468. dependencies = [
  469. "cfg-if",
  470. "winapi",
  471. ]
  472. [[package]]
  473. name = "link-cplusplus"
  474. version = "1.0.9"
  475. source = "registry+https://github.com/rust-lang/crates.io-index"
  476. checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
  477. dependencies = [
  478. "cc",
  479. ]
  480. [[package]]
  481. name = "linux-raw-sys"
  482. version = "0.4.5"
  483. source = "registry+https://github.com/rust-lang/crates.io-index"
  484. checksum = "57bcfdad1b858c2db7c38303a6d2ad4dfaf5eb53dfeb0910128b2c26d6158503"
  485. [[package]]
  486. name = "log"
  487. version = "0.4.20"
  488. source = "registry+https://github.com/rust-lang/crates.io-index"
  489. checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
  490. [[package]]
  491. name = "lru"
  492. version = "0.10.1"
  493. source = "registry+https://github.com/rust-lang/crates.io-index"
  494. checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"
  495. dependencies = [
  496. "hashbrown 0.13.2",
  497. ]
  498. [[package]]
  499. name = "memchr"
  500. version = "2.5.0"
  501. source = "registry+https://github.com/rust-lang/crates.io-index"
  502. checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
  503. [[package]]
  504. name = "miette"
  505. version = "5.10.0"
  506. source = "registry+https://github.com/rust-lang/crates.io-index"
  507. checksum = "59bb584eaeeab6bd0226ccf3509a69d7936d148cf3d036ad350abe35e8c6856e"
  508. dependencies = [
  509. "miette-derive",
  510. "once_cell",
  511. "thiserror",
  512. "unicode-width",
  513. ]
  514. [[package]]
  515. name = "miette-derive"
  516. version = "5.10.0"
  517. source = "registry+https://github.com/rust-lang/crates.io-index"
  518. checksum = "49e7bc1560b95a3c4a25d03de42fe76ca718ab92d1a22a55b9b4cf67b3ae635c"
  519. dependencies = [
  520. "proc-macro2",
  521. "quote",
  522. "syn 2.0.28",
  523. ]
  524. [[package]]
  525. name = "minimal-lexical"
  526. version = "0.2.1"
  527. source = "registry+https://github.com/rust-lang/crates.io-index"
  528. checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
  529. [[package]]
  530. name = "moveit"
  531. version = "0.5.1"
  532. source = "registry+https://github.com/rust-lang/crates.io-index"
  533. checksum = "d7d756ffe4e38013507d35bf726a93fcdae2cae043ab5ce477f13857a335030d"
  534. dependencies = [
  535. "cxx",
  536. ]
  537. [[package]]
  538. name = "nix"
  539. version = "0.25.1"
  540. source = "registry+https://github.com/rust-lang/crates.io-index"
  541. checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
  542. dependencies = [
  543. "autocfg",
  544. "bitflags 1.3.2",
  545. "cfg-if",
  546. "libc",
  547. ]
  548. [[package]]
  549. name = "nom"
  550. version = "7.1.3"
  551. source = "registry+https://github.com/rust-lang/crates.io-index"
  552. checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
  553. dependencies = [
  554. "memchr",
  555. "minimal-lexical",
  556. ]
  557. [[package]]
  558. name = "num-derive"
  559. version = "0.3.3"
  560. source = "registry+https://github.com/rust-lang/crates.io-index"
  561. checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
  562. dependencies = [
  563. "proc-macro2",
  564. "quote",
  565. "syn 1.0.109",
  566. ]
  567. [[package]]
  568. name = "num-traits"
  569. version = "0.2.16"
  570. source = "registry+https://github.com/rust-lang/crates.io-index"
  571. checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
  572. dependencies = [
  573. "autocfg",
  574. ]
  575. [[package]]
  576. name = "once_cell"
  577. version = "1.18.0"
  578. source = "registry+https://github.com/rust-lang/crates.io-index"
  579. checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
  580. [[package]]
  581. name = "pcre2"
  582. version = "0.2.3"
  583. source = "git+https://github.com/fish-shell/rust-pcre2?branch=master#813a4267546e5ca8ff349c9c67d65e52a82172d2"
  584. dependencies = [
  585. "libc",
  586. "log",
  587. "pcre2-sys",
  588. "thread_local",
  589. ]
  590. [[package]]
  591. name = "pcre2-sys"
  592. version = "0.2.4"
  593. source = "git+https://github.com/fish-shell/rust-pcre2?branch=master#813a4267546e5ca8ff349c9c67d65e52a82172d2"
  594. dependencies = [
  595. "cc",
  596. "libc",
  597. "pkg-config",
  598. ]
  599. [[package]]
  600. name = "peeking_take_while"
  601. version = "0.1.2"
  602. source = "registry+https://github.com/rust-lang/crates.io-index"
  603. checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
  604. [[package]]
  605. name = "pkg-config"
  606. version = "0.3.27"
  607. source = "registry+https://github.com/rust-lang/crates.io-index"
  608. checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
  609. [[package]]
  610. name = "ppv-lite86"
  611. version = "0.2.17"
  612. source = "registry+https://github.com/rust-lang/crates.io-index"
  613. checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
  614. [[package]]
  615. name = "prettyplease"
  616. version = "0.1.25"
  617. source = "registry+https://github.com/rust-lang/crates.io-index"
  618. checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
  619. dependencies = [
  620. "proc-macro2",
  621. "syn 1.0.109",
  622. ]
  623. [[package]]
  624. name = "printf-compat"
  625. version = "0.1.1"
  626. source = "git+https://github.com/fish-shell/printf-compat.git?branch=fish#ff460021ba11e2a2c69e1fe04cb1961d6a75be15"
  627. dependencies = [
  628. "bitflags 1.3.2",
  629. "itertools 0.9.0",
  630. "libc",
  631. "widestring",
  632. ]
  633. [[package]]
  634. name = "proc-macro-error"
  635. version = "1.0.4"
  636. source = "registry+https://github.com/rust-lang/crates.io-index"
  637. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  638. dependencies = [
  639. "proc-macro-error-attr",
  640. "proc-macro2",
  641. "quote",
  642. "syn 1.0.109",
  643. "version_check",
  644. ]
  645. [[package]]
  646. name = "proc-macro-error-attr"
  647. version = "1.0.4"
  648. source = "registry+https://github.com/rust-lang/crates.io-index"
  649. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  650. dependencies = [
  651. "proc-macro2",
  652. "quote",
  653. "version_check",
  654. ]
  655. [[package]]
  656. name = "proc-macro-hack"
  657. version = "0.5.20+deprecated"
  658. source = "registry+https://github.com/rust-lang/crates.io-index"
  659. checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
  660. [[package]]
  661. name = "proc-macro2"
  662. version = "1.0.66"
  663. source = "registry+https://github.com/rust-lang/crates.io-index"
  664. checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
  665. dependencies = [
  666. "unicode-ident",
  667. ]
  668. [[package]]
  669. name = "quote"
  670. version = "1.0.32"
  671. source = "registry+https://github.com/rust-lang/crates.io-index"
  672. checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
  673. dependencies = [
  674. "proc-macro2",
  675. ]
  676. [[package]]
  677. name = "rand"
  678. version = "0.8.5"
  679. source = "registry+https://github.com/rust-lang/crates.io-index"
  680. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  681. dependencies = [
  682. "libc",
  683. "rand_chacha",
  684. "rand_core",
  685. ]
  686. [[package]]
  687. name = "rand_chacha"
  688. version = "0.3.1"
  689. source = "registry+https://github.com/rust-lang/crates.io-index"
  690. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  691. dependencies = [
  692. "ppv-lite86",
  693. "rand_core",
  694. ]
  695. [[package]]
  696. name = "rand_core"
  697. version = "0.6.4"
  698. source = "registry+https://github.com/rust-lang/crates.io-index"
  699. checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
  700. dependencies = [
  701. "getrandom",
  702. ]
  703. [[package]]
  704. name = "rand_pcg"
  705. version = "0.3.1"
  706. source = "registry+https://github.com/rust-lang/crates.io-index"
  707. checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
  708. dependencies = [
  709. "rand_core",
  710. ]
  711. [[package]]
  712. name = "redox_syscall"
  713. version = "0.3.5"
  714. source = "registry+https://github.com/rust-lang/crates.io-index"
  715. checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
  716. dependencies = [
  717. "bitflags 1.3.2",
  718. ]
  719. [[package]]
  720. name = "regex"
  721. version = "1.9.3"
  722. source = "registry+https://github.com/rust-lang/crates.io-index"
  723. checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
  724. dependencies = [
  725. "aho-corasick",
  726. "memchr",
  727. "regex-automata",
  728. "regex-syntax",
  729. ]
  730. [[package]]
  731. name = "regex-automata"
  732. version = "0.3.6"
  733. source = "registry+https://github.com/rust-lang/crates.io-index"
  734. checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
  735. dependencies = [
  736. "aho-corasick",
  737. "memchr",
  738. "regex-syntax",
  739. ]
  740. [[package]]
  741. name = "regex-syntax"
  742. version = "0.7.4"
  743. source = "registry+https://github.com/rust-lang/crates.io-index"
  744. checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
  745. [[package]]
  746. name = "rsconf"
  747. version = "0.1.0"
  748. source = "git+https://github.com/mqudsi/rsconf?branch=master#0790778ef5ec521bfc15a34a6b07caf25aa0a0db"
  749. dependencies = [
  750. "cc",
  751. ]
  752. [[package]]
  753. name = "rustc-hash"
  754. version = "1.1.0"
  755. source = "registry+https://github.com/rust-lang/crates.io-index"
  756. checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
  757. [[package]]
  758. name = "rustix"
  759. version = "0.38.8"
  760. source = "registry+https://github.com/rust-lang/crates.io-index"
  761. checksum = "19ed4fa021d81c8392ce04db050a3da9a60299050b7ae1cf482d862b54a7218f"
  762. dependencies = [
  763. "bitflags 2.4.0",
  764. "errno 0.3.2",
  765. "libc",
  766. "linux-raw-sys",
  767. "windows-sys",
  768. ]
  769. [[package]]
  770. name = "rustversion"
  771. version = "1.0.14"
  772. source = "registry+https://github.com/rust-lang/crates.io-index"
  773. checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
  774. [[package]]
  775. name = "ryu"
  776. version = "1.0.15"
  777. source = "registry+https://github.com/rust-lang/crates.io-index"
  778. checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
  779. [[package]]
  780. name = "scratch"
  781. version = "1.0.7"
  782. source = "registry+https://github.com/rust-lang/crates.io-index"
  783. checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
  784. [[package]]
  785. name = "serde"
  786. version = "1.0.183"
  787. source = "registry+https://github.com/rust-lang/crates.io-index"
  788. checksum = "32ac8da02677876d532745a130fc9d8e6edfa81a269b107c5b00829b91d8eb3c"
  789. dependencies = [
  790. "serde_derive",
  791. ]
  792. [[package]]
  793. name = "serde_derive"
  794. version = "1.0.183"
  795. source = "registry+https://github.com/rust-lang/crates.io-index"
  796. checksum = "aafe972d60b0b9bee71a91b92fee2d4fb3c9d7e8f6b179aa99f27203d99a4816"
  797. dependencies = [
  798. "proc-macro2",
  799. "quote",
  800. "syn 2.0.28",
  801. ]
  802. [[package]]
  803. name = "serde_json"
  804. version = "1.0.104"
  805. source = "registry+https://github.com/rust-lang/crates.io-index"
  806. checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
  807. dependencies = [
  808. "itoa",
  809. "ryu",
  810. "serde",
  811. ]
  812. [[package]]
  813. name = "shlex"
  814. version = "1.1.0"
  815. source = "registry+https://github.com/rust-lang/crates.io-index"
  816. checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
  817. [[package]]
  818. name = "strum_macros"
  819. version = "0.24.3"
  820. source = "registry+https://github.com/rust-lang/crates.io-index"
  821. checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
  822. dependencies = [
  823. "heck",
  824. "proc-macro2",
  825. "quote",
  826. "rustversion",
  827. "syn 1.0.109",
  828. ]
  829. [[package]]
  830. name = "syn"
  831. version = "1.0.109"
  832. source = "registry+https://github.com/rust-lang/crates.io-index"
  833. checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
  834. dependencies = [
  835. "proc-macro2",
  836. "quote",
  837. "unicode-ident",
  838. ]
  839. [[package]]
  840. name = "syn"
  841. version = "2.0.28"
  842. source = "registry+https://github.com/rust-lang/crates.io-index"
  843. checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
  844. dependencies = [
  845. "proc-macro2",
  846. "quote",
  847. "unicode-ident",
  848. ]
  849. [[package]]
  850. name = "tempfile"
  851. version = "3.7.1"
  852. source = "registry+https://github.com/rust-lang/crates.io-index"
  853. checksum = "dc02fddf48964c42031a0b3fe0428320ecf3a73c401040fc0096f97794310651"
  854. dependencies = [
  855. "cfg-if",
  856. "fastrand",
  857. "redox_syscall",
  858. "rustix",
  859. "windows-sys",
  860. ]
  861. [[package]]
  862. name = "termcolor"
  863. version = "1.2.0"
  864. source = "registry+https://github.com/rust-lang/crates.io-index"
  865. checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
  866. dependencies = [
  867. "winapi-util",
  868. ]
  869. [[package]]
  870. name = "thiserror"
  871. version = "1.0.44"
  872. source = "registry+https://github.com/rust-lang/crates.io-index"
  873. checksum = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
  874. dependencies = [
  875. "thiserror-impl",
  876. ]
  877. [[package]]
  878. name = "thiserror-impl"
  879. version = "1.0.44"
  880. source = "registry+https://github.com/rust-lang/crates.io-index"
  881. checksum = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
  882. dependencies = [
  883. "proc-macro2",
  884. "quote",
  885. "syn 2.0.28",
  886. ]
  887. [[package]]
  888. name = "thread_local"
  889. version = "1.1.7"
  890. source = "registry+https://github.com/rust-lang/crates.io-index"
  891. checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
  892. dependencies = [
  893. "cfg-if",
  894. "once_cell",
  895. ]
  896. [[package]]
  897. name = "unicode-ident"
  898. version = "1.0.11"
  899. source = "registry+https://github.com/rust-lang/crates.io-index"
  900. checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
  901. [[package]]
  902. name = "unicode-width"
  903. version = "0.1.10"
  904. source = "registry+https://github.com/rust-lang/crates.io-index"
  905. checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
  906. [[package]]
  907. name = "unixstring"
  908. version = "0.2.7"
  909. source = "registry+https://github.com/rust-lang/crates.io-index"
  910. checksum = "366c5c5657cbe7a684b3476acc7b96d4087e953bf750b1eab4dfbffeda32b2f3"
  911. dependencies = [
  912. "libc",
  913. ]
  914. [[package]]
  915. name = "version_check"
  916. version = "0.9.4"
  917. source = "registry+https://github.com/rust-lang/crates.io-index"
  918. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  919. [[package]]
  920. name = "wasi"
  921. version = "0.11.0+wasi-snapshot-preview1"
  922. source = "registry+https://github.com/rust-lang/crates.io-index"
  923. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  924. [[package]]
  925. name = "which"
  926. version = "4.4.0"
  927. source = "registry+https://github.com/rust-lang/crates.io-index"
  928. checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
  929. dependencies = [
  930. "either",
  931. "libc",
  932. "once_cell",
  933. ]
  934. [[package]]
  935. name = "widestring"
  936. version = "1.0.2"
  937. source = "registry+https://github.com/rust-lang/crates.io-index"
  938. checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
  939. [[package]]
  940. name = "widestring-suffix"
  941. version = "0.1.0"
  942. dependencies = [
  943. "proc-macro2",
  944. "quote",
  945. "syn 1.0.109",
  946. ]
  947. [[package]]
  948. name = "winapi"
  949. version = "0.3.9"
  950. source = "registry+https://github.com/rust-lang/crates.io-index"
  951. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  952. dependencies = [
  953. "winapi-i686-pc-windows-gnu",
  954. "winapi-x86_64-pc-windows-gnu",
  955. ]
  956. [[package]]
  957. name = "winapi-i686-pc-windows-gnu"
  958. version = "0.4.0"
  959. source = "registry+https://github.com/rust-lang/crates.io-index"
  960. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  961. [[package]]
  962. name = "winapi-util"
  963. version = "0.1.5"
  964. source = "registry+https://github.com/rust-lang/crates.io-index"
  965. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  966. dependencies = [
  967. "winapi",
  968. ]
  969. [[package]]
  970. name = "winapi-x86_64-pc-windows-gnu"
  971. version = "0.4.0"
  972. source = "registry+https://github.com/rust-lang/crates.io-index"
  973. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  974. [[package]]
  975. name = "windows-sys"
  976. version = "0.48.0"
  977. source = "registry+https://github.com/rust-lang/crates.io-index"
  978. checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
  979. dependencies = [
  980. "windows-targets",
  981. ]
  982. [[package]]
  983. name = "windows-targets"
  984. version = "0.48.1"
  985. source = "registry+https://github.com/rust-lang/crates.io-index"
  986. checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
  987. dependencies = [
  988. "windows_aarch64_gnullvm",
  989. "windows_aarch64_msvc",
  990. "windows_i686_gnu",
  991. "windows_i686_msvc",
  992. "windows_x86_64_gnu",
  993. "windows_x86_64_gnullvm",
  994. "windows_x86_64_msvc",
  995. ]
  996. [[package]]
  997. name = "windows_aarch64_gnullvm"
  998. version = "0.48.0"
  999. source = "registry+https://github.com/rust-lang/crates.io-index"
  1000. checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
  1001. [[package]]
  1002. name = "windows_aarch64_msvc"
  1003. version = "0.48.0"
  1004. source = "registry+https://github.com/rust-lang/crates.io-index"
  1005. checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
  1006. [[package]]
  1007. name = "windows_i686_gnu"
  1008. version = "0.48.0"
  1009. source = "registry+https://github.com/rust-lang/crates.io-index"
  1010. checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
  1011. [[package]]
  1012. name = "windows_i686_msvc"
  1013. version = "0.48.0"
  1014. source = "registry+https://github.com/rust-lang/crates.io-index"
  1015. checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
  1016. [[package]]
  1017. name = "windows_x86_64_gnu"
  1018. version = "0.48.0"
  1019. source = "registry+https://github.com/rust-lang/crates.io-index"
  1020. checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
  1021. [[package]]
  1022. name = "windows_x86_64_gnullvm"
  1023. version = "0.48.0"
  1024. source = "registry+https://github.com/rust-lang/crates.io-index"
  1025. checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
  1026. [[package]]
  1027. name = "windows_x86_64_msvc"
  1028. version = "0.48.0"
  1029. source = "registry+https://github.com/rust-lang/crates.io-index"
  1030. checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"