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.

1961 lines
49 KiB

1 year ago
1 year ago
1 year ago
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "acme_common"
  6. version = "0.22.2"
  7. dependencies = [
  8. "base64",
  9. "daemonize",
  10. "env_logger",
  11. "glob",
  12. "log",
  13. "minijinja",
  14. "native-tls",
  15. "nix",
  16. "openssl",
  17. "openssl-sys",
  18. "punycode",
  19. "reqwest",
  20. "serde_json",
  21. "syslog",
  22. "toml",
  23. ]
  24. [[package]]
  25. name = "acmed"
  26. version = "0.22.2"
  27. dependencies = [
  28. "acme_common",
  29. "async-lock 3.3.0",
  30. "async-process",
  31. "bincode",
  32. "clap",
  33. "futures",
  34. "glob",
  35. "log",
  36. "minijinja",
  37. "nix",
  38. "nom",
  39. "rand",
  40. "reqwest",
  41. "serde",
  42. "serde_json",
  43. "tokio",
  44. "toml",
  45. ]
  46. [[package]]
  47. name = "addr2line"
  48. version = "0.21.0"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
  51. dependencies = [
  52. "gimli",
  53. ]
  54. [[package]]
  55. name = "adler"
  56. version = "1.0.2"
  57. source = "registry+https://github.com/rust-lang/crates.io-index"
  58. checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
  59. [[package]]
  60. name = "aho-corasick"
  61. version = "1.1.2"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
  64. dependencies = [
  65. "memchr",
  66. ]
  67. [[package]]
  68. name = "anstream"
  69. version = "0.6.11"
  70. source = "registry+https://github.com/rust-lang/crates.io-index"
  71. checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
  72. dependencies = [
  73. "anstyle",
  74. "anstyle-parse",
  75. "anstyle-query",
  76. "anstyle-wincon",
  77. "colorchoice",
  78. "utf8parse",
  79. ]
  80. [[package]]
  81. name = "anstyle"
  82. version = "1.0.4"
  83. source = "registry+https://github.com/rust-lang/crates.io-index"
  84. checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
  85. [[package]]
  86. name = "anstyle-parse"
  87. version = "0.2.3"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
  90. dependencies = [
  91. "utf8parse",
  92. ]
  93. [[package]]
  94. name = "anstyle-query"
  95. version = "1.0.2"
  96. source = "registry+https://github.com/rust-lang/crates.io-index"
  97. checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
  98. dependencies = [
  99. "windows-sys 0.52.0",
  100. ]
  101. [[package]]
  102. name = "anstyle-wincon"
  103. version = "3.0.2"
  104. source = "registry+https://github.com/rust-lang/crates.io-index"
  105. checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
  106. dependencies = [
  107. "anstyle",
  108. "windows-sys 0.52.0",
  109. ]
  110. [[package]]
  111. name = "anyhow"
  112. version = "1.0.79"
  113. source = "registry+https://github.com/rust-lang/crates.io-index"
  114. checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
  115. [[package]]
  116. name = "async-channel"
  117. version = "2.1.1"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c"
  120. dependencies = [
  121. "concurrent-queue",
  122. "event-listener 4.0.3",
  123. "event-listener-strategy",
  124. "futures-core",
  125. "pin-project-lite",
  126. ]
  127. [[package]]
  128. name = "async-io"
  129. version = "2.3.0"
  130. source = "registry+https://github.com/rust-lang/crates.io-index"
  131. checksum = "fb41eb19024a91746eba0773aa5e16036045bbf45733766661099e182ea6a744"
  132. dependencies = [
  133. "async-lock 3.3.0",
  134. "cfg-if",
  135. "concurrent-queue",
  136. "futures-io",
  137. "futures-lite",
  138. "parking",
  139. "polling",
  140. "rustix",
  141. "slab",
  142. "tracing",
  143. "windows-sys 0.52.0",
  144. ]
  145. [[package]]
  146. name = "async-lock"
  147. version = "2.8.0"
  148. source = "registry+https://github.com/rust-lang/crates.io-index"
  149. checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  150. dependencies = [
  151. "event-listener 2.5.3",
  152. ]
  153. [[package]]
  154. name = "async-lock"
  155. version = "3.3.0"
  156. source = "registry+https://github.com/rust-lang/crates.io-index"
  157. checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
  158. dependencies = [
  159. "event-listener 4.0.3",
  160. "event-listener-strategy",
  161. "pin-project-lite",
  162. ]
  163. [[package]]
  164. name = "async-process"
  165. version = "2.0.1"
  166. source = "registry+https://github.com/rust-lang/crates.io-index"
  167. checksum = "15c1cd5d253ecac3d3cf15e390fd96bd92a13b1d14497d81abf077304794fb04"
  168. dependencies = [
  169. "async-channel",
  170. "async-io",
  171. "async-lock 3.3.0",
  172. "async-signal",
  173. "blocking",
  174. "cfg-if",
  175. "event-listener 4.0.3",
  176. "futures-lite",
  177. "rustix",
  178. "windows-sys 0.52.0",
  179. ]
  180. [[package]]
  181. name = "async-signal"
  182. version = "0.2.5"
  183. source = "registry+https://github.com/rust-lang/crates.io-index"
  184. checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
  185. dependencies = [
  186. "async-io",
  187. "async-lock 2.8.0",
  188. "atomic-waker",
  189. "cfg-if",
  190. "futures-core",
  191. "futures-io",
  192. "rustix",
  193. "signal-hook-registry",
  194. "slab",
  195. "windows-sys 0.48.0",
  196. ]
  197. [[package]]
  198. name = "async-task"
  199. version = "4.7.0"
  200. source = "registry+https://github.com/rust-lang/crates.io-index"
  201. checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
  202. [[package]]
  203. name = "atomic-waker"
  204. version = "1.1.2"
  205. source = "registry+https://github.com/rust-lang/crates.io-index"
  206. checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  207. [[package]]
  208. name = "autocfg"
  209. version = "1.1.0"
  210. source = "registry+https://github.com/rust-lang/crates.io-index"
  211. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  212. [[package]]
  213. name = "backtrace"
  214. version = "0.3.69"
  215. source = "registry+https://github.com/rust-lang/crates.io-index"
  216. checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
  217. dependencies = [
  218. "addr2line",
  219. "cc",
  220. "cfg-if",
  221. "libc",
  222. "miniz_oxide",
  223. "object",
  224. "rustc-demangle",
  225. ]
  226. [[package]]
  227. name = "base64"
  228. version = "0.21.7"
  229. source = "registry+https://github.com/rust-lang/crates.io-index"
  230. checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
  231. [[package]]
  232. name = "bincode"
  233. version = "1.3.3"
  234. source = "registry+https://github.com/rust-lang/crates.io-index"
  235. checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
  236. dependencies = [
  237. "serde",
  238. ]
  239. [[package]]
  240. name = "bitflags"
  241. version = "1.3.2"
  242. source = "registry+https://github.com/rust-lang/crates.io-index"
  243. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  244. [[package]]
  245. name = "bitflags"
  246. version = "2.4.2"
  247. source = "registry+https://github.com/rust-lang/crates.io-index"
  248. checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
  249. [[package]]
  250. name = "blocking"
  251. version = "1.5.1"
  252. source = "registry+https://github.com/rust-lang/crates.io-index"
  253. checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
  254. dependencies = [
  255. "async-channel",
  256. "async-lock 3.3.0",
  257. "async-task",
  258. "fastrand",
  259. "futures-io",
  260. "futures-lite",
  261. "piper",
  262. "tracing",
  263. ]
  264. [[package]]
  265. name = "bumpalo"
  266. version = "3.14.0"
  267. source = "registry+https://github.com/rust-lang/crates.io-index"
  268. checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
  269. [[package]]
  270. name = "bytes"
  271. version = "1.5.0"
  272. source = "registry+https://github.com/rust-lang/crates.io-index"
  273. checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
  274. [[package]]
  275. name = "cc"
  276. version = "1.0.83"
  277. source = "registry+https://github.com/rust-lang/crates.io-index"
  278. checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
  279. dependencies = [
  280. "libc",
  281. ]
  282. [[package]]
  283. name = "cfg-if"
  284. version = "1.0.0"
  285. source = "registry+https://github.com/rust-lang/crates.io-index"
  286. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  287. [[package]]
  288. name = "clap"
  289. version = "4.4.18"
  290. source = "registry+https://github.com/rust-lang/crates.io-index"
  291. checksum = "1e578d6ec4194633722ccf9544794b71b1385c3c027efe0c55db226fc880865c"
  292. dependencies = [
  293. "clap_builder",
  294. ]
  295. [[package]]
  296. name = "clap_builder"
  297. version = "4.4.18"
  298. source = "registry+https://github.com/rust-lang/crates.io-index"
  299. checksum = "4df4df40ec50c46000231c914968278b1eb05098cf8f1b3a518a95030e71d1c7"
  300. dependencies = [
  301. "anstream",
  302. "anstyle",
  303. "clap_lex",
  304. "strsim",
  305. ]
  306. [[package]]
  307. name = "clap_lex"
  308. version = "0.6.0"
  309. source = "registry+https://github.com/rust-lang/crates.io-index"
  310. checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
  311. [[package]]
  312. name = "colorchoice"
  313. version = "1.0.0"
  314. source = "registry+https://github.com/rust-lang/crates.io-index"
  315. checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
  316. [[package]]
  317. name = "concurrent-queue"
  318. version = "2.4.0"
  319. source = "registry+https://github.com/rust-lang/crates.io-index"
  320. checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
  321. dependencies = [
  322. "crossbeam-utils",
  323. ]
  324. [[package]]
  325. name = "core-foundation"
  326. version = "0.9.4"
  327. source = "registry+https://github.com/rust-lang/crates.io-index"
  328. checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
  329. dependencies = [
  330. "core-foundation-sys",
  331. "libc",
  332. ]
  333. [[package]]
  334. name = "core-foundation-sys"
  335. version = "0.8.6"
  336. source = "registry+https://github.com/rust-lang/crates.io-index"
  337. checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
  338. [[package]]
  339. name = "crossbeam-utils"
  340. version = "0.8.19"
  341. source = "registry+https://github.com/rust-lang/crates.io-index"
  342. checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
  343. [[package]]
  344. name = "daemonize"
  345. version = "0.5.0"
  346. source = "registry+https://github.com/rust-lang/crates.io-index"
  347. checksum = "ab8bfdaacb3c887a54d41bdf48d3af8873b3f5566469f8ba21b92057509f116e"
  348. dependencies = [
  349. "libc",
  350. ]
  351. [[package]]
  352. name = "deranged"
  353. version = "0.3.11"
  354. source = "registry+https://github.com/rust-lang/crates.io-index"
  355. checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
  356. dependencies = [
  357. "powerfmt",
  358. ]
  359. [[package]]
  360. name = "encoding_rs"
  361. version = "0.8.33"
  362. source = "registry+https://github.com/rust-lang/crates.io-index"
  363. checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
  364. dependencies = [
  365. "cfg-if",
  366. ]
  367. [[package]]
  368. name = "env_filter"
  369. version = "0.1.0"
  370. source = "registry+https://github.com/rust-lang/crates.io-index"
  371. checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
  372. dependencies = [
  373. "log",
  374. "regex",
  375. ]
  376. [[package]]
  377. name = "env_logger"
  378. version = "0.11.1"
  379. source = "registry+https://github.com/rust-lang/crates.io-index"
  380. checksum = "05e7cf40684ae96ade6232ed84582f40ce0a66efcd43a5117aef610534f8e0b8"
  381. dependencies = [
  382. "anstream",
  383. "anstyle",
  384. "env_filter",
  385. "humantime",
  386. "log",
  387. ]
  388. [[package]]
  389. name = "equivalent"
  390. version = "1.0.1"
  391. source = "registry+https://github.com/rust-lang/crates.io-index"
  392. checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
  393. [[package]]
  394. name = "errno"
  395. version = "0.3.8"
  396. source = "registry+https://github.com/rust-lang/crates.io-index"
  397. checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
  398. dependencies = [
  399. "libc",
  400. "windows-sys 0.52.0",
  401. ]
  402. [[package]]
  403. name = "error-chain"
  404. version = "0.12.4"
  405. source = "registry+https://github.com/rust-lang/crates.io-index"
  406. checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
  407. dependencies = [
  408. "version_check",
  409. ]
  410. [[package]]
  411. name = "event-listener"
  412. version = "2.5.3"
  413. source = "registry+https://github.com/rust-lang/crates.io-index"
  414. checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
  415. [[package]]
  416. name = "event-listener"
  417. version = "4.0.3"
  418. source = "registry+https://github.com/rust-lang/crates.io-index"
  419. checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
  420. dependencies = [
  421. "concurrent-queue",
  422. "parking",
  423. "pin-project-lite",
  424. ]
  425. [[package]]
  426. name = "event-listener-strategy"
  427. version = "0.4.0"
  428. source = "registry+https://github.com/rust-lang/crates.io-index"
  429. checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
  430. dependencies = [
  431. "event-listener 4.0.3",
  432. "pin-project-lite",
  433. ]
  434. [[package]]
  435. name = "fastrand"
  436. version = "2.0.1"
  437. source = "registry+https://github.com/rust-lang/crates.io-index"
  438. checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
  439. [[package]]
  440. name = "fnv"
  441. version = "1.0.7"
  442. source = "registry+https://github.com/rust-lang/crates.io-index"
  443. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  444. [[package]]
  445. name = "foreign-types"
  446. version = "0.3.2"
  447. source = "registry+https://github.com/rust-lang/crates.io-index"
  448. checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
  449. dependencies = [
  450. "foreign-types-shared",
  451. ]
  452. [[package]]
  453. name = "foreign-types-shared"
  454. version = "0.1.1"
  455. source = "registry+https://github.com/rust-lang/crates.io-index"
  456. checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
  457. [[package]]
  458. name = "form_urlencoded"
  459. version = "1.2.1"
  460. source = "registry+https://github.com/rust-lang/crates.io-index"
  461. checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
  462. dependencies = [
  463. "percent-encoding",
  464. ]
  465. [[package]]
  466. name = "futures"
  467. version = "0.3.30"
  468. source = "registry+https://github.com/rust-lang/crates.io-index"
  469. checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
  470. dependencies = [
  471. "futures-channel",
  472. "futures-core",
  473. "futures-executor",
  474. "futures-io",
  475. "futures-sink",
  476. "futures-task",
  477. "futures-util",
  478. ]
  479. [[package]]
  480. name = "futures-channel"
  481. version = "0.3.30"
  482. source = "registry+https://github.com/rust-lang/crates.io-index"
  483. checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
  484. dependencies = [
  485. "futures-core",
  486. "futures-sink",
  487. ]
  488. [[package]]
  489. name = "futures-core"
  490. version = "0.3.30"
  491. source = "registry+https://github.com/rust-lang/crates.io-index"
  492. checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
  493. [[package]]
  494. name = "futures-executor"
  495. version = "0.3.30"
  496. source = "registry+https://github.com/rust-lang/crates.io-index"
  497. checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
  498. dependencies = [
  499. "futures-core",
  500. "futures-task",
  501. "futures-util",
  502. ]
  503. [[package]]
  504. name = "futures-io"
  505. version = "0.3.30"
  506. source = "registry+https://github.com/rust-lang/crates.io-index"
  507. checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
  508. [[package]]
  509. name = "futures-lite"
  510. version = "2.2.0"
  511. source = "registry+https://github.com/rust-lang/crates.io-index"
  512. checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba"
  513. dependencies = [
  514. "fastrand",
  515. "futures-core",
  516. "futures-io",
  517. "parking",
  518. "pin-project-lite",
  519. ]
  520. [[package]]
  521. name = "futures-macro"
  522. version = "0.3.30"
  523. source = "registry+https://github.com/rust-lang/crates.io-index"
  524. checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
  525. dependencies = [
  526. "proc-macro2",
  527. "quote",
  528. "syn",
  529. ]
  530. [[package]]
  531. name = "futures-sink"
  532. version = "0.3.30"
  533. source = "registry+https://github.com/rust-lang/crates.io-index"
  534. checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
  535. [[package]]
  536. name = "futures-task"
  537. version = "0.3.30"
  538. source = "registry+https://github.com/rust-lang/crates.io-index"
  539. checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
  540. [[package]]
  541. name = "futures-util"
  542. version = "0.3.30"
  543. source = "registry+https://github.com/rust-lang/crates.io-index"
  544. checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
  545. dependencies = [
  546. "futures-channel",
  547. "futures-core",
  548. "futures-io",
  549. "futures-macro",
  550. "futures-sink",
  551. "futures-task",
  552. "memchr",
  553. "pin-project-lite",
  554. "pin-utils",
  555. "slab",
  556. ]
  557. [[package]]
  558. name = "getrandom"
  559. version = "0.2.12"
  560. source = "registry+https://github.com/rust-lang/crates.io-index"
  561. checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
  562. dependencies = [
  563. "cfg-if",
  564. "libc",
  565. "wasi",
  566. ]
  567. [[package]]
  568. name = "gimli"
  569. version = "0.28.1"
  570. source = "registry+https://github.com/rust-lang/crates.io-index"
  571. checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
  572. [[package]]
  573. name = "glob"
  574. version = "0.3.1"
  575. source = "registry+https://github.com/rust-lang/crates.io-index"
  576. checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
  577. [[package]]
  578. name = "h2"
  579. version = "0.3.24"
  580. source = "registry+https://github.com/rust-lang/crates.io-index"
  581. checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
  582. dependencies = [
  583. "bytes",
  584. "fnv",
  585. "futures-core",
  586. "futures-sink",
  587. "futures-util",
  588. "http",
  589. "indexmap",
  590. "slab",
  591. "tokio",
  592. "tokio-util",
  593. "tracing",
  594. ]
  595. [[package]]
  596. name = "hashbrown"
  597. version = "0.14.3"
  598. source = "registry+https://github.com/rust-lang/crates.io-index"
  599. checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
  600. [[package]]
  601. name = "hermit-abi"
  602. version = "0.3.4"
  603. source = "registry+https://github.com/rust-lang/crates.io-index"
  604. checksum = "5d3d0e0f38255e7fa3cf31335b3a56f05febd18025f4db5ef7a0cfb4f8da651f"
  605. [[package]]
  606. name = "hostname"
  607. version = "0.3.1"
  608. source = "registry+https://github.com/rust-lang/crates.io-index"
  609. checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
  610. dependencies = [
  611. "libc",
  612. "match_cfg",
  613. "winapi",
  614. ]
  615. [[package]]
  616. name = "http"
  617. version = "0.2.11"
  618. source = "registry+https://github.com/rust-lang/crates.io-index"
  619. checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
  620. dependencies = [
  621. "bytes",
  622. "fnv",
  623. "itoa",
  624. ]
  625. [[package]]
  626. name = "http-body"
  627. version = "0.4.6"
  628. source = "registry+https://github.com/rust-lang/crates.io-index"
  629. checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
  630. dependencies = [
  631. "bytes",
  632. "http",
  633. "pin-project-lite",
  634. ]
  635. [[package]]
  636. name = "httparse"
  637. version = "1.8.0"
  638. source = "registry+https://github.com/rust-lang/crates.io-index"
  639. checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
  640. [[package]]
  641. name = "httpdate"
  642. version = "1.0.3"
  643. source = "registry+https://github.com/rust-lang/crates.io-index"
  644. checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
  645. [[package]]
  646. name = "humantime"
  647. version = "2.1.0"
  648. source = "registry+https://github.com/rust-lang/crates.io-index"
  649. checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
  650. [[package]]
  651. name = "hyper"
  652. version = "0.14.28"
  653. source = "registry+https://github.com/rust-lang/crates.io-index"
  654. checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
  655. dependencies = [
  656. "bytes",
  657. "futures-channel",
  658. "futures-core",
  659. "futures-util",
  660. "h2",
  661. "http",
  662. "http-body",
  663. "httparse",
  664. "httpdate",
  665. "itoa",
  666. "pin-project-lite",
  667. "socket2",
  668. "tokio",
  669. "tower-service",
  670. "tracing",
  671. "want",
  672. ]
  673. [[package]]
  674. name = "hyper-tls"
  675. version = "0.5.0"
  676. source = "registry+https://github.com/rust-lang/crates.io-index"
  677. checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
  678. dependencies = [
  679. "bytes",
  680. "hyper",
  681. "native-tls",
  682. "tokio",
  683. "tokio-native-tls",
  684. ]
  685. [[package]]
  686. name = "idna"
  687. version = "0.5.0"
  688. source = "registry+https://github.com/rust-lang/crates.io-index"
  689. checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
  690. dependencies = [
  691. "unicode-bidi",
  692. "unicode-normalization",
  693. ]
  694. [[package]]
  695. name = "indexmap"
  696. version = "2.1.0"
  697. source = "registry+https://github.com/rust-lang/crates.io-index"
  698. checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
  699. dependencies = [
  700. "equivalent",
  701. "hashbrown",
  702. ]
  703. [[package]]
  704. name = "ipnet"
  705. version = "2.9.0"
  706. source = "registry+https://github.com/rust-lang/crates.io-index"
  707. checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
  708. [[package]]
  709. name = "itoa"
  710. version = "1.0.10"
  711. source = "registry+https://github.com/rust-lang/crates.io-index"
  712. checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
  713. [[package]]
  714. name = "js-sys"
  715. version = "0.3.67"
  716. source = "registry+https://github.com/rust-lang/crates.io-index"
  717. checksum = "9a1d36f1235bc969acba30b7f5990b864423a6068a10f7c90ae8f0112e3a59d1"
  718. dependencies = [
  719. "wasm-bindgen",
  720. ]
  721. [[package]]
  722. name = "lazy_static"
  723. version = "1.4.0"
  724. source = "registry+https://github.com/rust-lang/crates.io-index"
  725. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  726. [[package]]
  727. name = "libc"
  728. version = "0.2.152"
  729. source = "registry+https://github.com/rust-lang/crates.io-index"
  730. checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
  731. [[package]]
  732. name = "linux-raw-sys"
  733. version = "0.4.13"
  734. source = "registry+https://github.com/rust-lang/crates.io-index"
  735. checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
  736. [[package]]
  737. name = "lock_api"
  738. version = "0.4.11"
  739. source = "registry+https://github.com/rust-lang/crates.io-index"
  740. checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
  741. dependencies = [
  742. "autocfg",
  743. "scopeguard",
  744. ]
  745. [[package]]
  746. name = "log"
  747. version = "0.4.20"
  748. source = "registry+https://github.com/rust-lang/crates.io-index"
  749. checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
  750. [[package]]
  751. name = "match_cfg"
  752. version = "0.1.0"
  753. source = "registry+https://github.com/rust-lang/crates.io-index"
  754. checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
  755. [[package]]
  756. name = "memchr"
  757. version = "2.7.1"
  758. source = "registry+https://github.com/rust-lang/crates.io-index"
  759. checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
  760. [[package]]
  761. name = "mime"
  762. version = "0.3.17"
  763. source = "registry+https://github.com/rust-lang/crates.io-index"
  764. checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
  765. [[package]]
  766. name = "minijinja"
  767. version = "1.0.12"
  768. source = "registry+https://github.com/rust-lang/crates.io-index"
  769. checksum = "6fe0ff215195a22884d867b547c70a0c4815cbbcc70991f281dca604b20d10ce"
  770. dependencies = [
  771. "serde",
  772. ]
  773. [[package]]
  774. name = "minimal-lexical"
  775. version = "0.2.1"
  776. source = "registry+https://github.com/rust-lang/crates.io-index"
  777. checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
  778. [[package]]
  779. name = "miniz_oxide"
  780. version = "0.7.1"
  781. source = "registry+https://github.com/rust-lang/crates.io-index"
  782. checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
  783. dependencies = [
  784. "adler",
  785. ]
  786. [[package]]
  787. name = "mio"
  788. version = "0.8.10"
  789. source = "registry+https://github.com/rust-lang/crates.io-index"
  790. checksum = "8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09"
  791. dependencies = [
  792. "libc",
  793. "wasi",
  794. "windows-sys 0.48.0",
  795. ]
  796. [[package]]
  797. name = "native-tls"
  798. version = "0.2.11"
  799. source = "registry+https://github.com/rust-lang/crates.io-index"
  800. checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
  801. dependencies = [
  802. "lazy_static",
  803. "libc",
  804. "log",
  805. "openssl",
  806. "openssl-probe",
  807. "openssl-sys",
  808. "schannel",
  809. "security-framework",
  810. "security-framework-sys",
  811. "tempfile",
  812. ]
  813. [[package]]
  814. name = "nix"
  815. version = "0.27.1"
  816. source = "registry+https://github.com/rust-lang/crates.io-index"
  817. checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
  818. dependencies = [
  819. "bitflags 2.4.2",
  820. "cfg-if",
  821. "libc",
  822. ]
  823. [[package]]
  824. name = "nom"
  825. version = "7.1.3"
  826. source = "registry+https://github.com/rust-lang/crates.io-index"
  827. checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
  828. dependencies = [
  829. "memchr",
  830. "minimal-lexical",
  831. ]
  832. [[package]]
  833. name = "num_cpus"
  834. version = "1.16.0"
  835. source = "registry+https://github.com/rust-lang/crates.io-index"
  836. checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
  837. dependencies = [
  838. "hermit-abi",
  839. "libc",
  840. ]
  841. [[package]]
  842. name = "num_threads"
  843. version = "0.1.6"
  844. source = "registry+https://github.com/rust-lang/crates.io-index"
  845. checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
  846. dependencies = [
  847. "libc",
  848. ]
  849. [[package]]
  850. name = "object"
  851. version = "0.32.2"
  852. source = "registry+https://github.com/rust-lang/crates.io-index"
  853. checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
  854. dependencies = [
  855. "memchr",
  856. ]
  857. [[package]]
  858. name = "once_cell"
  859. version = "1.19.0"
  860. source = "registry+https://github.com/rust-lang/crates.io-index"
  861. checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
  862. [[package]]
  863. name = "openssl"
  864. version = "0.10.63"
  865. source = "registry+https://github.com/rust-lang/crates.io-index"
  866. checksum = "15c9d69dd87a29568d4d017cfe8ec518706046a05184e5aea92d0af890b803c8"
  867. dependencies = [
  868. "bitflags 2.4.2",
  869. "cfg-if",
  870. "foreign-types",
  871. "libc",
  872. "once_cell",
  873. "openssl-macros",
  874. "openssl-sys",
  875. ]
  876. [[package]]
  877. name = "openssl-macros"
  878. version = "0.1.1"
  879. source = "registry+https://github.com/rust-lang/crates.io-index"
  880. checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
  881. dependencies = [
  882. "proc-macro2",
  883. "quote",
  884. "syn",
  885. ]
  886. [[package]]
  887. name = "openssl-probe"
  888. version = "0.1.5"
  889. source = "registry+https://github.com/rust-lang/crates.io-index"
  890. checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
  891. [[package]]
  892. name = "openssl-src"
  893. version = "300.2.1+3.2.0"
  894. source = "registry+https://github.com/rust-lang/crates.io-index"
  895. checksum = "3fe476c29791a5ca0d1273c697e96085bbabbbea2ef7afd5617e78a4b40332d3"
  896. dependencies = [
  897. "cc",
  898. ]
  899. [[package]]
  900. name = "openssl-sys"
  901. version = "0.9.99"
  902. source = "registry+https://github.com/rust-lang/crates.io-index"
  903. checksum = "22e1bf214306098e4832460f797824c05d25aacdf896f64a985fb0fd992454ae"
  904. dependencies = [
  905. "cc",
  906. "libc",
  907. "openssl-src",
  908. "pkg-config",
  909. "vcpkg",
  910. ]
  911. [[package]]
  912. name = "parking"
  913. version = "2.2.0"
  914. source = "registry+https://github.com/rust-lang/crates.io-index"
  915. checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
  916. [[package]]
  917. name = "parking_lot"
  918. version = "0.12.1"
  919. source = "registry+https://github.com/rust-lang/crates.io-index"
  920. checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
  921. dependencies = [
  922. "lock_api",
  923. "parking_lot_core",
  924. ]
  925. [[package]]
  926. name = "parking_lot_core"
  927. version = "0.9.9"
  928. source = "registry+https://github.com/rust-lang/crates.io-index"
  929. checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
  930. dependencies = [
  931. "cfg-if",
  932. "libc",
  933. "redox_syscall",
  934. "smallvec",
  935. "windows-targets 0.48.5",
  936. ]
  937. [[package]]
  938. name = "percent-encoding"
  939. version = "2.3.1"
  940. source = "registry+https://github.com/rust-lang/crates.io-index"
  941. checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
  942. [[package]]
  943. name = "pin-project-lite"
  944. version = "0.2.13"
  945. source = "registry+https://github.com/rust-lang/crates.io-index"
  946. checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
  947. [[package]]
  948. name = "pin-utils"
  949. version = "0.1.0"
  950. source = "registry+https://github.com/rust-lang/crates.io-index"
  951. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  952. [[package]]
  953. name = "piper"
  954. version = "0.2.1"
  955. source = "registry+https://github.com/rust-lang/crates.io-index"
  956. checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
  957. dependencies = [
  958. "atomic-waker",
  959. "fastrand",
  960. "futures-io",
  961. ]
  962. [[package]]
  963. name = "pkg-config"
  964. version = "0.3.29"
  965. source = "registry+https://github.com/rust-lang/crates.io-index"
  966. checksum = "2900ede94e305130c13ddd391e0ab7cbaeb783945ae07a279c268cb05109c6cb"
  967. [[package]]
  968. name = "polling"
  969. version = "3.3.2"
  970. source = "registry+https://github.com/rust-lang/crates.io-index"
  971. checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
  972. dependencies = [
  973. "cfg-if",
  974. "concurrent-queue",
  975. "pin-project-lite",
  976. "rustix",
  977. "tracing",
  978. "windows-sys 0.52.0",
  979. ]
  980. [[package]]
  981. name = "powerfmt"
  982. version = "0.2.0"
  983. source = "registry+https://github.com/rust-lang/crates.io-index"
  984. checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
  985. [[package]]
  986. name = "ppv-lite86"
  987. version = "0.2.17"
  988. source = "registry+https://github.com/rust-lang/crates.io-index"
  989. checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
  990. [[package]]
  991. name = "proc-macro2"
  992. version = "1.0.78"
  993. source = "registry+https://github.com/rust-lang/crates.io-index"
  994. checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
  995. dependencies = [
  996. "unicode-ident",
  997. ]
  998. [[package]]
  999. name = "punycode"
  1000. version = "0.4.1"
  1001. source = "registry+https://github.com/rust-lang/crates.io-index"
  1002. checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
  1003. [[package]]
  1004. name = "quote"
  1005. version = "1.0.35"
  1006. source = "registry+https://github.com/rust-lang/crates.io-index"
  1007. checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
  1008. dependencies = [
  1009. "proc-macro2",
  1010. ]
  1011. [[package]]
  1012. name = "rand"
  1013. version = "0.8.5"
  1014. source = "registry+https://github.com/rust-lang/crates.io-index"
  1015. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  1016. dependencies = [
  1017. "libc",
  1018. "rand_chacha",
  1019. "rand_core",
  1020. ]
  1021. [[package]]
  1022. name = "rand_chacha"
  1023. version = "0.3.1"
  1024. source = "registry+https://github.com/rust-lang/crates.io-index"
  1025. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  1026. dependencies = [
  1027. "ppv-lite86",
  1028. "rand_core",
  1029. ]
  1030. [[package]]
  1031. name = "rand_core"
  1032. version = "0.6.4"
  1033. source = "registry+https://github.com/rust-lang/crates.io-index"
  1034. checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
  1035. dependencies = [
  1036. "getrandom",
  1037. ]
  1038. [[package]]
  1039. name = "redox_syscall"
  1040. version = "0.4.1"
  1041. source = "registry+https://github.com/rust-lang/crates.io-index"
  1042. checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
  1043. dependencies = [
  1044. "bitflags 1.3.2",
  1045. ]
  1046. [[package]]
  1047. name = "regex"
  1048. version = "1.10.3"
  1049. source = "registry+https://github.com/rust-lang/crates.io-index"
  1050. checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
  1051. dependencies = [
  1052. "aho-corasick",
  1053. "memchr",
  1054. "regex-automata",
  1055. "regex-syntax",
  1056. ]
  1057. [[package]]
  1058. name = "regex-automata"
  1059. version = "0.4.5"
  1060. source = "registry+https://github.com/rust-lang/crates.io-index"
  1061. checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
  1062. dependencies = [
  1063. "aho-corasick",
  1064. "memchr",
  1065. "regex-syntax",
  1066. ]
  1067. [[package]]
  1068. name = "regex-syntax"
  1069. version = "0.8.2"
  1070. source = "registry+https://github.com/rust-lang/crates.io-index"
  1071. checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
  1072. [[package]]
  1073. name = "reqwest"
  1074. version = "0.11.23"
  1075. source = "registry+https://github.com/rust-lang/crates.io-index"
  1076. checksum = "37b1ae8d9ac08420c66222fb9096fc5de435c3c48542bc5336c51892cffafb41"
  1077. dependencies = [
  1078. "base64",
  1079. "bytes",
  1080. "encoding_rs",
  1081. "futures-core",
  1082. "futures-util",
  1083. "h2",
  1084. "http",
  1085. "http-body",
  1086. "hyper",
  1087. "hyper-tls",
  1088. "ipnet",
  1089. "js-sys",
  1090. "log",
  1091. "mime",
  1092. "native-tls",
  1093. "once_cell",
  1094. "percent-encoding",
  1095. "pin-project-lite",
  1096. "serde",
  1097. "serde_json",
  1098. "serde_urlencoded",
  1099. "system-configuration",
  1100. "tokio",
  1101. "tokio-native-tls",
  1102. "tower-service",
  1103. "url",
  1104. "wasm-bindgen",
  1105. "wasm-bindgen-futures",
  1106. "web-sys",
  1107. "winreg",
  1108. ]
  1109. [[package]]
  1110. name = "rustc-demangle"
  1111. version = "0.1.23"
  1112. source = "registry+https://github.com/rust-lang/crates.io-index"
  1113. checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
  1114. [[package]]
  1115. name = "rustix"
  1116. version = "0.38.30"
  1117. source = "registry+https://github.com/rust-lang/crates.io-index"
  1118. checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
  1119. dependencies = [
  1120. "bitflags 2.4.2",
  1121. "errno",
  1122. "libc",
  1123. "linux-raw-sys",
  1124. "windows-sys 0.52.0",
  1125. ]
  1126. [[package]]
  1127. name = "ryu"
  1128. version = "1.0.16"
  1129. source = "registry+https://github.com/rust-lang/crates.io-index"
  1130. checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
  1131. [[package]]
  1132. name = "schannel"
  1133. version = "0.1.23"
  1134. source = "registry+https://github.com/rust-lang/crates.io-index"
  1135. checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
  1136. dependencies = [
  1137. "windows-sys 0.52.0",
  1138. ]
  1139. [[package]]
  1140. name = "scopeguard"
  1141. version = "1.2.0"
  1142. source = "registry+https://github.com/rust-lang/crates.io-index"
  1143. checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
  1144. [[package]]
  1145. name = "security-framework"
  1146. version = "2.9.2"
  1147. source = "registry+https://github.com/rust-lang/crates.io-index"
  1148. checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
  1149. dependencies = [
  1150. "bitflags 1.3.2",
  1151. "core-foundation",
  1152. "core-foundation-sys",
  1153. "libc",
  1154. "security-framework-sys",
  1155. ]
  1156. [[package]]
  1157. name = "security-framework-sys"
  1158. version = "2.9.1"
  1159. source = "registry+https://github.com/rust-lang/crates.io-index"
  1160. checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
  1161. dependencies = [
  1162. "core-foundation-sys",
  1163. "libc",
  1164. ]
  1165. [[package]]
  1166. name = "serde"
  1167. version = "1.0.196"
  1168. source = "registry+https://github.com/rust-lang/crates.io-index"
  1169. checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
  1170. dependencies = [
  1171. "serde_derive",
  1172. ]
  1173. [[package]]
  1174. name = "serde_derive"
  1175. version = "1.0.196"
  1176. source = "registry+https://github.com/rust-lang/crates.io-index"
  1177. checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
  1178. dependencies = [
  1179. "proc-macro2",
  1180. "quote",
  1181. "syn",
  1182. ]
  1183. [[package]]
  1184. name = "serde_json"
  1185. version = "1.0.112"
  1186. source = "registry+https://github.com/rust-lang/crates.io-index"
  1187. checksum = "4d1bd37ce2324cf3bf85e5a25f96eb4baf0d5aa6eba43e7ae8958870c4ec48ed"
  1188. dependencies = [
  1189. "itoa",
  1190. "ryu",
  1191. "serde",
  1192. ]
  1193. [[package]]
  1194. name = "serde_spanned"
  1195. version = "0.6.5"
  1196. source = "registry+https://github.com/rust-lang/crates.io-index"
  1197. checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
  1198. dependencies = [
  1199. "serde",
  1200. ]
  1201. [[package]]
  1202. name = "serde_urlencoded"
  1203. version = "0.7.1"
  1204. source = "registry+https://github.com/rust-lang/crates.io-index"
  1205. checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
  1206. dependencies = [
  1207. "form_urlencoded",
  1208. "itoa",
  1209. "ryu",
  1210. "serde",
  1211. ]
  1212. [[package]]
  1213. name = "signal-hook-registry"
  1214. version = "1.4.1"
  1215. source = "registry+https://github.com/rust-lang/crates.io-index"
  1216. checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
  1217. dependencies = [
  1218. "libc",
  1219. ]
  1220. [[package]]
  1221. name = "slab"
  1222. version = "0.4.9"
  1223. source = "registry+https://github.com/rust-lang/crates.io-index"
  1224. checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
  1225. dependencies = [
  1226. "autocfg",
  1227. ]
  1228. [[package]]
  1229. name = "smallvec"
  1230. version = "1.13.1"
  1231. source = "registry+https://github.com/rust-lang/crates.io-index"
  1232. checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
  1233. [[package]]
  1234. name = "socket2"
  1235. version = "0.5.5"
  1236. source = "registry+https://github.com/rust-lang/crates.io-index"
  1237. checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
  1238. dependencies = [
  1239. "libc",
  1240. "windows-sys 0.48.0",
  1241. ]
  1242. [[package]]
  1243. name = "strsim"
  1244. version = "0.10.0"
  1245. source = "registry+https://github.com/rust-lang/crates.io-index"
  1246. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  1247. [[package]]
  1248. name = "syn"
  1249. version = "2.0.48"
  1250. source = "registry+https://github.com/rust-lang/crates.io-index"
  1251. checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
  1252. dependencies = [
  1253. "proc-macro2",
  1254. "quote",
  1255. "unicode-ident",
  1256. ]
  1257. [[package]]
  1258. name = "syslog"
  1259. version = "6.1.0"
  1260. source = "registry+https://github.com/rust-lang/crates.io-index"
  1261. checksum = "7434e95bcccce1215d30f4bf84fe8c00e8de1b9be4fb736d747ca53d36e7f96f"
  1262. dependencies = [
  1263. "error-chain",
  1264. "hostname",
  1265. "libc",
  1266. "log",
  1267. "time",
  1268. ]
  1269. [[package]]
  1270. name = "system-configuration"
  1271. version = "0.5.1"
  1272. source = "registry+https://github.com/rust-lang/crates.io-index"
  1273. checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
  1274. dependencies = [
  1275. "bitflags 1.3.2",
  1276. "core-foundation",
  1277. "system-configuration-sys",
  1278. ]
  1279. [[package]]
  1280. name = "system-configuration-sys"
  1281. version = "0.5.0"
  1282. source = "registry+https://github.com/rust-lang/crates.io-index"
  1283. checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
  1284. dependencies = [
  1285. "core-foundation-sys",
  1286. "libc",
  1287. ]
  1288. [[package]]
  1289. name = "tacd"
  1290. version = "0.22.2"
  1291. dependencies = [
  1292. "acme_common",
  1293. "anyhow",
  1294. "clap",
  1295. "log",
  1296. "openssl",
  1297. "thiserror",
  1298. ]
  1299. [[package]]
  1300. name = "tempfile"
  1301. version = "3.9.0"
  1302. source = "registry+https://github.com/rust-lang/crates.io-index"
  1303. checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
  1304. dependencies = [
  1305. "cfg-if",
  1306. "fastrand",
  1307. "redox_syscall",
  1308. "rustix",
  1309. "windows-sys 0.52.0",
  1310. ]
  1311. [[package]]
  1312. name = "thiserror"
  1313. version = "1.0.56"
  1314. source = "registry+https://github.com/rust-lang/crates.io-index"
  1315. checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
  1316. dependencies = [
  1317. "thiserror-impl",
  1318. ]
  1319. [[package]]
  1320. name = "thiserror-impl"
  1321. version = "1.0.56"
  1322. source = "registry+https://github.com/rust-lang/crates.io-index"
  1323. checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
  1324. dependencies = [
  1325. "proc-macro2",
  1326. "quote",
  1327. "syn",
  1328. ]
  1329. [[package]]
  1330. name = "time"
  1331. version = "0.3.31"
  1332. source = "registry+https://github.com/rust-lang/crates.io-index"
  1333. checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
  1334. dependencies = [
  1335. "deranged",
  1336. "itoa",
  1337. "libc",
  1338. "num_threads",
  1339. "powerfmt",
  1340. "serde",
  1341. "time-core",
  1342. "time-macros",
  1343. ]
  1344. [[package]]
  1345. name = "time-core"
  1346. version = "0.1.2"
  1347. source = "registry+https://github.com/rust-lang/crates.io-index"
  1348. checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
  1349. [[package]]
  1350. name = "time-macros"
  1351. version = "0.2.16"
  1352. source = "registry+https://github.com/rust-lang/crates.io-index"
  1353. checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
  1354. dependencies = [
  1355. "time-core",
  1356. ]
  1357. [[package]]
  1358. name = "tinyvec"
  1359. version = "1.6.0"
  1360. source = "registry+https://github.com/rust-lang/crates.io-index"
  1361. checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
  1362. dependencies = [
  1363. "tinyvec_macros",
  1364. ]
  1365. [[package]]
  1366. name = "tinyvec_macros"
  1367. version = "0.1.1"
  1368. source = "registry+https://github.com/rust-lang/crates.io-index"
  1369. checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
  1370. [[package]]
  1371. name = "tokio"
  1372. version = "1.35.1"
  1373. source = "registry+https://github.com/rust-lang/crates.io-index"
  1374. checksum = "c89b4efa943be685f629b149f53829423f8f5531ea21249408e8e2f8671ec104"
  1375. dependencies = [
  1376. "backtrace",
  1377. "bytes",
  1378. "libc",
  1379. "mio",
  1380. "num_cpus",
  1381. "parking_lot",
  1382. "pin-project-lite",
  1383. "signal-hook-registry",
  1384. "socket2",
  1385. "tokio-macros",
  1386. "windows-sys 0.48.0",
  1387. ]
  1388. [[package]]
  1389. name = "tokio-macros"
  1390. version = "2.2.0"
  1391. source = "registry+https://github.com/rust-lang/crates.io-index"
  1392. checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
  1393. dependencies = [
  1394. "proc-macro2",
  1395. "quote",
  1396. "syn",
  1397. ]
  1398. [[package]]
  1399. name = "tokio-native-tls"
  1400. version = "0.3.1"
  1401. source = "registry+https://github.com/rust-lang/crates.io-index"
  1402. checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
  1403. dependencies = [
  1404. "native-tls",
  1405. "tokio",
  1406. ]
  1407. [[package]]
  1408. name = "tokio-util"
  1409. version = "0.7.10"
  1410. source = "registry+https://github.com/rust-lang/crates.io-index"
  1411. checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
  1412. dependencies = [
  1413. "bytes",
  1414. "futures-core",
  1415. "futures-sink",
  1416. "pin-project-lite",
  1417. "tokio",
  1418. "tracing",
  1419. ]
  1420. [[package]]
  1421. name = "toml"
  1422. version = "0.8.8"
  1423. source = "registry+https://github.com/rust-lang/crates.io-index"
  1424. checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
  1425. dependencies = [
  1426. "serde",
  1427. "serde_spanned",
  1428. "toml_datetime",
  1429. "toml_edit",
  1430. ]
  1431. [[package]]
  1432. name = "toml_datetime"
  1433. version = "0.6.5"
  1434. source = "registry+https://github.com/rust-lang/crates.io-index"
  1435. checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
  1436. dependencies = [
  1437. "serde",
  1438. ]
  1439. [[package]]
  1440. name = "toml_edit"
  1441. version = "0.21.0"
  1442. source = "registry+https://github.com/rust-lang/crates.io-index"
  1443. checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
  1444. dependencies = [
  1445. "indexmap",
  1446. "serde",
  1447. "serde_spanned",
  1448. "toml_datetime",
  1449. "winnow",
  1450. ]
  1451. [[package]]
  1452. name = "tower-service"
  1453. version = "0.3.2"
  1454. source = "registry+https://github.com/rust-lang/crates.io-index"
  1455. checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
  1456. [[package]]
  1457. name = "tracing"
  1458. version = "0.1.40"
  1459. source = "registry+https://github.com/rust-lang/crates.io-index"
  1460. checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
  1461. dependencies = [
  1462. "pin-project-lite",
  1463. "tracing-core",
  1464. ]
  1465. [[package]]
  1466. name = "tracing-core"
  1467. version = "0.1.32"
  1468. source = "registry+https://github.com/rust-lang/crates.io-index"
  1469. checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
  1470. dependencies = [
  1471. "once_cell",
  1472. ]
  1473. [[package]]
  1474. name = "try-lock"
  1475. version = "0.2.5"
  1476. source = "registry+https://github.com/rust-lang/crates.io-index"
  1477. checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
  1478. [[package]]
  1479. name = "unicode-bidi"
  1480. version = "0.3.15"
  1481. source = "registry+https://github.com/rust-lang/crates.io-index"
  1482. checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
  1483. [[package]]
  1484. name = "unicode-ident"
  1485. version = "1.0.12"
  1486. source = "registry+https://github.com/rust-lang/crates.io-index"
  1487. checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
  1488. [[package]]
  1489. name = "unicode-normalization"
  1490. version = "0.1.22"
  1491. source = "registry+https://github.com/rust-lang/crates.io-index"
  1492. checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
  1493. dependencies = [
  1494. "tinyvec",
  1495. ]
  1496. [[package]]
  1497. name = "url"
  1498. version = "2.5.0"
  1499. source = "registry+https://github.com/rust-lang/crates.io-index"
  1500. checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
  1501. dependencies = [
  1502. "form_urlencoded",
  1503. "idna",
  1504. "percent-encoding",
  1505. ]
  1506. [[package]]
  1507. name = "utf8parse"
  1508. version = "0.2.1"
  1509. source = "registry+https://github.com/rust-lang/crates.io-index"
  1510. checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
  1511. [[package]]
  1512. name = "vcpkg"
  1513. version = "0.2.15"
  1514. source = "registry+https://github.com/rust-lang/crates.io-index"
  1515. checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
  1516. [[package]]
  1517. name = "version_check"
  1518. version = "0.9.4"
  1519. source = "registry+https://github.com/rust-lang/crates.io-index"
  1520. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  1521. [[package]]
  1522. name = "want"
  1523. version = "0.3.1"
  1524. source = "registry+https://github.com/rust-lang/crates.io-index"
  1525. checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
  1526. dependencies = [
  1527. "try-lock",
  1528. ]
  1529. [[package]]
  1530. name = "wasi"
  1531. version = "0.11.0+wasi-snapshot-preview1"
  1532. source = "registry+https://github.com/rust-lang/crates.io-index"
  1533. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  1534. [[package]]
  1535. name = "wasm-bindgen"
  1536. version = "0.2.90"
  1537. source = "registry+https://github.com/rust-lang/crates.io-index"
  1538. checksum = "b1223296a201415c7fad14792dbefaace9bd52b62d33453ade1c5b5f07555406"
  1539. dependencies = [
  1540. "cfg-if",
  1541. "wasm-bindgen-macro",
  1542. ]
  1543. [[package]]
  1544. name = "wasm-bindgen-backend"
  1545. version = "0.2.90"
  1546. source = "registry+https://github.com/rust-lang/crates.io-index"
  1547. checksum = "fcdc935b63408d58a32f8cc9738a0bffd8f05cc7c002086c6ef20b7312ad9dcd"
  1548. dependencies = [
  1549. "bumpalo",
  1550. "log",
  1551. "once_cell",
  1552. "proc-macro2",
  1553. "quote",
  1554. "syn",
  1555. "wasm-bindgen-shared",
  1556. ]
  1557. [[package]]
  1558. name = "wasm-bindgen-futures"
  1559. version = "0.4.40"
  1560. source = "registry+https://github.com/rust-lang/crates.io-index"
  1561. checksum = "bde2032aeb86bdfaecc8b261eef3cba735cc426c1f3a3416d1e0791be95fc461"
  1562. dependencies = [
  1563. "cfg-if",
  1564. "js-sys",
  1565. "wasm-bindgen",
  1566. "web-sys",
  1567. ]
  1568. [[package]]
  1569. name = "wasm-bindgen-macro"
  1570. version = "0.2.90"
  1571. source = "registry+https://github.com/rust-lang/crates.io-index"
  1572. checksum = "3e4c238561b2d428924c49815533a8b9121c664599558a5d9ec51f8a1740a999"
  1573. dependencies = [
  1574. "quote",
  1575. "wasm-bindgen-macro-support",
  1576. ]
  1577. [[package]]
  1578. name = "wasm-bindgen-macro-support"
  1579. version = "0.2.90"
  1580. source = "registry+https://github.com/rust-lang/crates.io-index"
  1581. checksum = "bae1abb6806dc1ad9e560ed242107c0f6c84335f1749dd4e8ddb012ebd5e25a7"
  1582. dependencies = [
  1583. "proc-macro2",
  1584. "quote",
  1585. "syn",
  1586. "wasm-bindgen-backend",
  1587. "wasm-bindgen-shared",
  1588. ]
  1589. [[package]]
  1590. name = "wasm-bindgen-shared"
  1591. version = "0.2.90"
  1592. source = "registry+https://github.com/rust-lang/crates.io-index"
  1593. checksum = "4d91413b1c31d7539ba5ef2451af3f0b833a005eb27a631cec32bc0635a8602b"
  1594. [[package]]
  1595. name = "web-sys"
  1596. version = "0.3.67"
  1597. source = "registry+https://github.com/rust-lang/crates.io-index"
  1598. checksum = "58cd2333b6e0be7a39605f0e255892fd7418a682d8da8fe042fe25128794d2ed"
  1599. dependencies = [
  1600. "js-sys",
  1601. "wasm-bindgen",
  1602. ]
  1603. [[package]]
  1604. name = "winapi"
  1605. version = "0.3.9"
  1606. source = "registry+https://github.com/rust-lang/crates.io-index"
  1607. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  1608. dependencies = [
  1609. "winapi-i686-pc-windows-gnu",
  1610. "winapi-x86_64-pc-windows-gnu",
  1611. ]
  1612. [[package]]
  1613. name = "winapi-i686-pc-windows-gnu"
  1614. version = "0.4.0"
  1615. source = "registry+https://github.com/rust-lang/crates.io-index"
  1616. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  1617. [[package]]
  1618. name = "winapi-x86_64-pc-windows-gnu"
  1619. version = "0.4.0"
  1620. source = "registry+https://github.com/rust-lang/crates.io-index"
  1621. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  1622. [[package]]
  1623. name = "windows-sys"
  1624. version = "0.48.0"
  1625. source = "registry+https://github.com/rust-lang/crates.io-index"
  1626. checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
  1627. dependencies = [
  1628. "windows-targets 0.48.5",
  1629. ]
  1630. [[package]]
  1631. name = "windows-sys"
  1632. version = "0.52.0"
  1633. source = "registry+https://github.com/rust-lang/crates.io-index"
  1634. checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
  1635. dependencies = [
  1636. "windows-targets 0.52.0",
  1637. ]
  1638. [[package]]
  1639. name = "windows-targets"
  1640. version = "0.48.5"
  1641. source = "registry+https://github.com/rust-lang/crates.io-index"
  1642. checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
  1643. dependencies = [
  1644. "windows_aarch64_gnullvm 0.48.5",
  1645. "windows_aarch64_msvc 0.48.5",
  1646. "windows_i686_gnu 0.48.5",
  1647. "windows_i686_msvc 0.48.5",
  1648. "windows_x86_64_gnu 0.48.5",
  1649. "windows_x86_64_gnullvm 0.48.5",
  1650. "windows_x86_64_msvc 0.48.5",
  1651. ]
  1652. [[package]]
  1653. name = "windows-targets"
  1654. version = "0.52.0"
  1655. source = "registry+https://github.com/rust-lang/crates.io-index"
  1656. checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
  1657. dependencies = [
  1658. "windows_aarch64_gnullvm 0.52.0",
  1659. "windows_aarch64_msvc 0.52.0",
  1660. "windows_i686_gnu 0.52.0",
  1661. "windows_i686_msvc 0.52.0",
  1662. "windows_x86_64_gnu 0.52.0",
  1663. "windows_x86_64_gnullvm 0.52.0",
  1664. "windows_x86_64_msvc 0.52.0",
  1665. ]
  1666. [[package]]
  1667. name = "windows_aarch64_gnullvm"
  1668. version = "0.48.5"
  1669. source = "registry+https://github.com/rust-lang/crates.io-index"
  1670. checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
  1671. [[package]]
  1672. name = "windows_aarch64_gnullvm"
  1673. version = "0.52.0"
  1674. source = "registry+https://github.com/rust-lang/crates.io-index"
  1675. checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
  1676. [[package]]
  1677. name = "windows_aarch64_msvc"
  1678. version = "0.48.5"
  1679. source = "registry+https://github.com/rust-lang/crates.io-index"
  1680. checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
  1681. [[package]]
  1682. name = "windows_aarch64_msvc"
  1683. version = "0.52.0"
  1684. source = "registry+https://github.com/rust-lang/crates.io-index"
  1685. checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
  1686. [[package]]
  1687. name = "windows_i686_gnu"
  1688. version = "0.48.5"
  1689. source = "registry+https://github.com/rust-lang/crates.io-index"
  1690. checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
  1691. [[package]]
  1692. name = "windows_i686_gnu"
  1693. version = "0.52.0"
  1694. source = "registry+https://github.com/rust-lang/crates.io-index"
  1695. checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
  1696. [[package]]
  1697. name = "windows_i686_msvc"
  1698. version = "0.48.5"
  1699. source = "registry+https://github.com/rust-lang/crates.io-index"
  1700. checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
  1701. [[package]]
  1702. name = "windows_i686_msvc"
  1703. version = "0.52.0"
  1704. source = "registry+https://github.com/rust-lang/crates.io-index"
  1705. checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
  1706. [[package]]
  1707. name = "windows_x86_64_gnu"
  1708. version = "0.48.5"
  1709. source = "registry+https://github.com/rust-lang/crates.io-index"
  1710. checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
  1711. [[package]]
  1712. name = "windows_x86_64_gnu"
  1713. version = "0.52.0"
  1714. source = "registry+https://github.com/rust-lang/crates.io-index"
  1715. checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
  1716. [[package]]
  1717. name = "windows_x86_64_gnullvm"
  1718. version = "0.48.5"
  1719. source = "registry+https://github.com/rust-lang/crates.io-index"
  1720. checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
  1721. [[package]]
  1722. name = "windows_x86_64_gnullvm"
  1723. version = "0.52.0"
  1724. source = "registry+https://github.com/rust-lang/crates.io-index"
  1725. checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
  1726. [[package]]
  1727. name = "windows_x86_64_msvc"
  1728. version = "0.48.5"
  1729. source = "registry+https://github.com/rust-lang/crates.io-index"
  1730. checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
  1731. [[package]]
  1732. name = "windows_x86_64_msvc"
  1733. version = "0.52.0"
  1734. source = "registry+https://github.com/rust-lang/crates.io-index"
  1735. checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
  1736. [[package]]
  1737. name = "winnow"
  1738. version = "0.5.35"
  1739. source = "registry+https://github.com/rust-lang/crates.io-index"
  1740. checksum = "1931d78a9c73861da0134f453bb1f790ce49b2e30eba8410b4b79bac72b46a2d"
  1741. dependencies = [
  1742. "memchr",
  1743. ]
  1744. [[package]]
  1745. name = "winreg"
  1746. version = "0.50.0"
  1747. source = "registry+https://github.com/rust-lang/crates.io-index"
  1748. checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
  1749. dependencies = [
  1750. "cfg-if",
  1751. "windows-sys 0.48.0",
  1752. ]