You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

463 lines
12 KiB

2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
2 months ago
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "acmed"
  6. version = "0.25.0-dev"
  7. dependencies = [
  8. "anyhow",
  9. "clap",
  10. "daemonize",
  11. "syslog-tracing",
  12. "tokio",
  13. "tracing",
  14. "tracing-subscriber",
  15. ]
  16. [[package]]
  17. name = "addr2line"
  18. version = "0.24.2"
  19. source = "registry+https://github.com/rust-lang/crates.io-index"
  20. checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
  21. dependencies = [
  22. "gimli",
  23. ]
  24. [[package]]
  25. name = "adler2"
  26. version = "2.0.0"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
  29. [[package]]
  30. name = "anstream"
  31. version = "0.6.18"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
  34. dependencies = [
  35. "anstyle",
  36. "anstyle-parse",
  37. "anstyle-query",
  38. "anstyle-wincon",
  39. "colorchoice",
  40. "is_terminal_polyfill",
  41. "utf8parse",
  42. ]
  43. [[package]]
  44. name = "anstyle"
  45. version = "1.0.10"
  46. source = "registry+https://github.com/rust-lang/crates.io-index"
  47. checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
  48. [[package]]
  49. name = "anstyle-parse"
  50. version = "0.2.6"
  51. source = "registry+https://github.com/rust-lang/crates.io-index"
  52. checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
  53. dependencies = [
  54. "utf8parse",
  55. ]
  56. [[package]]
  57. name = "anstyle-query"
  58. version = "1.1.2"
  59. source = "registry+https://github.com/rust-lang/crates.io-index"
  60. checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
  61. dependencies = [
  62. "windows-sys",
  63. ]
  64. [[package]]
  65. name = "anstyle-wincon"
  66. version = "3.0.6"
  67. source = "registry+https://github.com/rust-lang/crates.io-index"
  68. checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
  69. dependencies = [
  70. "anstyle",
  71. "windows-sys",
  72. ]
  73. [[package]]
  74. name = "anyhow"
  75. version = "1.0.94"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
  78. [[package]]
  79. name = "backtrace"
  80. version = "0.3.74"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
  83. dependencies = [
  84. "addr2line",
  85. "cfg-if",
  86. "libc",
  87. "miniz_oxide",
  88. "object",
  89. "rustc-demangle",
  90. "windows-targets",
  91. ]
  92. [[package]]
  93. name = "cfg-if"
  94. version = "1.0.0"
  95. source = "registry+https://github.com/rust-lang/crates.io-index"
  96. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  97. [[package]]
  98. name = "clap"
  99. version = "4.5.23"
  100. source = "registry+https://github.com/rust-lang/crates.io-index"
  101. checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
  102. dependencies = [
  103. "clap_builder",
  104. "clap_derive",
  105. ]
  106. [[package]]
  107. name = "clap_builder"
  108. version = "4.5.23"
  109. source = "registry+https://github.com/rust-lang/crates.io-index"
  110. checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
  111. dependencies = [
  112. "anstream",
  113. "anstyle",
  114. "clap_lex",
  115. ]
  116. [[package]]
  117. name = "clap_derive"
  118. version = "4.5.18"
  119. source = "registry+https://github.com/rust-lang/crates.io-index"
  120. checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
  121. dependencies = [
  122. "heck",
  123. "proc-macro2",
  124. "quote",
  125. "syn",
  126. ]
  127. [[package]]
  128. name = "clap_lex"
  129. version = "0.7.4"
  130. source = "registry+https://github.com/rust-lang/crates.io-index"
  131. checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
  132. [[package]]
  133. name = "colorchoice"
  134. version = "1.0.3"
  135. source = "registry+https://github.com/rust-lang/crates.io-index"
  136. checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
  137. [[package]]
  138. name = "daemonize"
  139. version = "0.5.0"
  140. source = "registry+https://github.com/rust-lang/crates.io-index"
  141. checksum = "ab8bfdaacb3c887a54d41bdf48d3af8873b3f5566469f8ba21b92057509f116e"
  142. dependencies = [
  143. "libc",
  144. ]
  145. [[package]]
  146. name = "gimli"
  147. version = "0.31.1"
  148. source = "registry+https://github.com/rust-lang/crates.io-index"
  149. checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
  150. [[package]]
  151. name = "heck"
  152. version = "0.5.0"
  153. source = "registry+https://github.com/rust-lang/crates.io-index"
  154. checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
  155. [[package]]
  156. name = "is_terminal_polyfill"
  157. version = "1.70.1"
  158. source = "registry+https://github.com/rust-lang/crates.io-index"
  159. checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
  160. [[package]]
  161. name = "lazy_static"
  162. version = "1.5.0"
  163. source = "registry+https://github.com/rust-lang/crates.io-index"
  164. checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
  165. [[package]]
  166. name = "libc"
  167. version = "0.2.169"
  168. source = "registry+https://github.com/rust-lang/crates.io-index"
  169. checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
  170. [[package]]
  171. name = "memchr"
  172. version = "2.7.4"
  173. source = "registry+https://github.com/rust-lang/crates.io-index"
  174. checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
  175. [[package]]
  176. name = "miniz_oxide"
  177. version = "0.8.2"
  178. source = "registry+https://github.com/rust-lang/crates.io-index"
  179. checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
  180. dependencies = [
  181. "adler2",
  182. ]
  183. [[package]]
  184. name = "nu-ansi-term"
  185. version = "0.46.0"
  186. source = "registry+https://github.com/rust-lang/crates.io-index"
  187. checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
  188. dependencies = [
  189. "overload",
  190. "winapi",
  191. ]
  192. [[package]]
  193. name = "object"
  194. version = "0.36.6"
  195. source = "registry+https://github.com/rust-lang/crates.io-index"
  196. checksum = "08dde84f120894086dbb40c7a0257f76fdc72b6f52cdb56c2b5121b2f81b0c83"
  197. dependencies = [
  198. "memchr",
  199. ]
  200. [[package]]
  201. name = "once_cell"
  202. version = "1.20.2"
  203. source = "registry+https://github.com/rust-lang/crates.io-index"
  204. checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
  205. [[package]]
  206. name = "overload"
  207. version = "0.1.1"
  208. source = "registry+https://github.com/rust-lang/crates.io-index"
  209. checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
  210. [[package]]
  211. name = "pin-project-lite"
  212. version = "0.2.15"
  213. source = "registry+https://github.com/rust-lang/crates.io-index"
  214. checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
  215. [[package]]
  216. name = "proc-macro2"
  217. version = "1.0.92"
  218. source = "registry+https://github.com/rust-lang/crates.io-index"
  219. checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
  220. dependencies = [
  221. "unicode-ident",
  222. ]
  223. [[package]]
  224. name = "quote"
  225. version = "1.0.37"
  226. source = "registry+https://github.com/rust-lang/crates.io-index"
  227. checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
  228. dependencies = [
  229. "proc-macro2",
  230. ]
  231. [[package]]
  232. name = "rustc-demangle"
  233. version = "0.1.24"
  234. source = "registry+https://github.com/rust-lang/crates.io-index"
  235. checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
  236. [[package]]
  237. name = "sharded-slab"
  238. version = "0.1.7"
  239. source = "registry+https://github.com/rust-lang/crates.io-index"
  240. checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
  241. dependencies = [
  242. "lazy_static",
  243. ]
  244. [[package]]
  245. name = "syn"
  246. version = "2.0.90"
  247. source = "registry+https://github.com/rust-lang/crates.io-index"
  248. checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
  249. dependencies = [
  250. "proc-macro2",
  251. "quote",
  252. "unicode-ident",
  253. ]
  254. [[package]]
  255. name = "syslog-tracing"
  256. version = "0.3.1"
  257. source = "registry+https://github.com/rust-lang/crates.io-index"
  258. checksum = "d349bc2df408b4bf656709a29643641cef7f1795d708f88b105c626a8f64f6e4"
  259. dependencies = [
  260. "libc",
  261. "tracing-core",
  262. "tracing-subscriber",
  263. ]
  264. [[package]]
  265. name = "thread_local"
  266. version = "1.1.8"
  267. source = "registry+https://github.com/rust-lang/crates.io-index"
  268. checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
  269. dependencies = [
  270. "cfg-if",
  271. "once_cell",
  272. ]
  273. [[package]]
  274. name = "tokio"
  275. version = "1.42.0"
  276. source = "registry+https://github.com/rust-lang/crates.io-index"
  277. checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
  278. dependencies = [
  279. "backtrace",
  280. "pin-project-lite",
  281. ]
  282. [[package]]
  283. name = "tracing"
  284. version = "0.1.41"
  285. source = "registry+https://github.com/rust-lang/crates.io-index"
  286. checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
  287. dependencies = [
  288. "pin-project-lite",
  289. "tracing-core",
  290. ]
  291. [[package]]
  292. name = "tracing-core"
  293. version = "0.1.33"
  294. source = "registry+https://github.com/rust-lang/crates.io-index"
  295. checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
  296. dependencies = [
  297. "once_cell",
  298. "valuable",
  299. ]
  300. [[package]]
  301. name = "tracing-subscriber"
  302. version = "0.3.19"
  303. source = "registry+https://github.com/rust-lang/crates.io-index"
  304. checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
  305. dependencies = [
  306. "nu-ansi-term",
  307. "sharded-slab",
  308. "thread_local",
  309. "tracing-core",
  310. ]
  311. [[package]]
  312. name = "unicode-ident"
  313. version = "1.0.14"
  314. source = "registry+https://github.com/rust-lang/crates.io-index"
  315. checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
  316. [[package]]
  317. name = "utf8parse"
  318. version = "0.2.2"
  319. source = "registry+https://github.com/rust-lang/crates.io-index"
  320. checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
  321. [[package]]
  322. name = "valuable"
  323. version = "0.1.0"
  324. source = "registry+https://github.com/rust-lang/crates.io-index"
  325. checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
  326. [[package]]
  327. name = "winapi"
  328. version = "0.3.9"
  329. source = "registry+https://github.com/rust-lang/crates.io-index"
  330. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  331. dependencies = [
  332. "winapi-i686-pc-windows-gnu",
  333. "winapi-x86_64-pc-windows-gnu",
  334. ]
  335. [[package]]
  336. name = "winapi-i686-pc-windows-gnu"
  337. version = "0.4.0"
  338. source = "registry+https://github.com/rust-lang/crates.io-index"
  339. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  340. [[package]]
  341. name = "winapi-x86_64-pc-windows-gnu"
  342. version = "0.4.0"
  343. source = "registry+https://github.com/rust-lang/crates.io-index"
  344. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  345. [[package]]
  346. name = "windows-sys"
  347. version = "0.59.0"
  348. source = "registry+https://github.com/rust-lang/crates.io-index"
  349. checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
  350. dependencies = [
  351. "windows-targets",
  352. ]
  353. [[package]]
  354. name = "windows-targets"
  355. version = "0.52.6"
  356. source = "registry+https://github.com/rust-lang/crates.io-index"
  357. checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
  358. dependencies = [
  359. "windows_aarch64_gnullvm",
  360. "windows_aarch64_msvc",
  361. "windows_i686_gnu",
  362. "windows_i686_gnullvm",
  363. "windows_i686_msvc",
  364. "windows_x86_64_gnu",
  365. "windows_x86_64_gnullvm",
  366. "windows_x86_64_msvc",
  367. ]
  368. [[package]]
  369. name = "windows_aarch64_gnullvm"
  370. version = "0.52.6"
  371. source = "registry+https://github.com/rust-lang/crates.io-index"
  372. checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
  373. [[package]]
  374. name = "windows_aarch64_msvc"
  375. version = "0.52.6"
  376. source = "registry+https://github.com/rust-lang/crates.io-index"
  377. checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
  378. [[package]]
  379. name = "windows_i686_gnu"
  380. version = "0.52.6"
  381. source = "registry+https://github.com/rust-lang/crates.io-index"
  382. checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
  383. [[package]]
  384. name = "windows_i686_gnullvm"
  385. version = "0.52.6"
  386. source = "registry+https://github.com/rust-lang/crates.io-index"
  387. checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
  388. [[package]]
  389. name = "windows_i686_msvc"
  390. version = "0.52.6"
  391. source = "registry+https://github.com/rust-lang/crates.io-index"
  392. checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
  393. [[package]]
  394. name = "windows_x86_64_gnu"
  395. version = "0.52.6"
  396. source = "registry+https://github.com/rust-lang/crates.io-index"
  397. checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
  398. [[package]]
  399. name = "windows_x86_64_gnullvm"
  400. version = "0.52.6"
  401. source = "registry+https://github.com/rust-lang/crates.io-index"
  402. checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
  403. [[package]]
  404. name = "windows_x86_64_msvc"
  405. version = "0.52.6"
  406. source = "registry+https://github.com/rust-lang/crates.io-index"
  407. checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"