Cargo.lock 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "anyhow"
  6. version = "1.0.54"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d"
  9. [[package]]
  10. name = "arrayref"
  11. version = "0.3.6"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
  14. [[package]]
  15. name = "arrayvec"
  16. version = "0.5.2"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
  19. [[package]]
  20. name = "atty"
  21. version = "0.2.14"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  24. dependencies = [
  25. "hermit-abi",
  26. "libc",
  27. "winapi",
  28. ]
  29. [[package]]
  30. name = "autocfg"
  31. version = "1.1.0"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  34. [[package]]
  35. name = "avm"
  36. version = "0.24.2"
  37. dependencies = [
  38. "anyhow",
  39. "cfg-if",
  40. "clap",
  41. "dirs",
  42. "once_cell",
  43. "reqwest",
  44. "semver",
  45. "serde",
  46. "serde_json",
  47. "tempfile",
  48. "thiserror",
  49. ]
  50. [[package]]
  51. name = "base64"
  52. version = "0.13.0"
  53. source = "registry+https://github.com/rust-lang/crates.io-index"
  54. checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
  55. [[package]]
  56. name = "bitflags"
  57. version = "1.3.2"
  58. source = "registry+https://github.com/rust-lang/crates.io-index"
  59. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  60. [[package]]
  61. name = "blake2b_simd"
  62. version = "0.5.11"
  63. source = "registry+https://github.com/rust-lang/crates.io-index"
  64. checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
  65. dependencies = [
  66. "arrayref",
  67. "arrayvec",
  68. "constant_time_eq",
  69. ]
  70. [[package]]
  71. name = "bumpalo"
  72. version = "3.9.1"
  73. source = "registry+https://github.com/rust-lang/crates.io-index"
  74. checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
  75. [[package]]
  76. name = "bytes"
  77. version = "1.1.0"
  78. source = "registry+https://github.com/rust-lang/crates.io-index"
  79. checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
  80. [[package]]
  81. name = "cc"
  82. version = "1.0.73"
  83. source = "registry+https://github.com/rust-lang/crates.io-index"
  84. checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
  85. [[package]]
  86. name = "cfg-if"
  87. version = "1.0.0"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  90. [[package]]
  91. name = "clap"
  92. version = "3.1.0"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. checksum = "e5f1fea81f183005ced9e59cdb01737ef2423956dac5a6d731b06b2ecfaa3467"
  95. dependencies = [
  96. "atty",
  97. "bitflags",
  98. "clap_derive",
  99. "indexmap",
  100. "lazy_static",
  101. "os_str_bytes",
  102. "strsim",
  103. "termcolor",
  104. "textwrap",
  105. ]
  106. [[package]]
  107. name = "clap_derive"
  108. version = "3.1.0"
  109. source = "registry+https://github.com/rust-lang/crates.io-index"
  110. checksum = "5fd1122e63869df2cb309f449da1ad54a7c6dfeb7c7e6ccd8e0825d9eb93bb72"
  111. dependencies = [
  112. "heck",
  113. "proc-macro-error",
  114. "proc-macro2",
  115. "quote",
  116. "syn",
  117. ]
  118. [[package]]
  119. name = "constant_time_eq"
  120. version = "0.1.5"
  121. source = "registry+https://github.com/rust-lang/crates.io-index"
  122. checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
  123. [[package]]
  124. name = "core-foundation"
  125. version = "0.9.3"
  126. source = "registry+https://github.com/rust-lang/crates.io-index"
  127. checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
  128. dependencies = [
  129. "core-foundation-sys",
  130. "libc",
  131. ]
  132. [[package]]
  133. name = "core-foundation-sys"
  134. version = "0.8.3"
  135. source = "registry+https://github.com/rust-lang/crates.io-index"
  136. checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
  137. [[package]]
  138. name = "crossbeam-utils"
  139. version = "0.8.8"
  140. source = "registry+https://github.com/rust-lang/crates.io-index"
  141. checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
  142. dependencies = [
  143. "cfg-if",
  144. "lazy_static",
  145. ]
  146. [[package]]
  147. name = "dirs"
  148. version = "1.0.5"
  149. source = "registry+https://github.com/rust-lang/crates.io-index"
  150. checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
  151. dependencies = [
  152. "libc",
  153. "redox_users",
  154. "winapi",
  155. ]
  156. [[package]]
  157. name = "encoding_rs"
  158. version = "0.8.30"
  159. source = "registry+https://github.com/rust-lang/crates.io-index"
  160. checksum = "7896dc8abb250ffdda33912550faa54c88ec8b998dec0b2c55ab224921ce11df"
  161. dependencies = [
  162. "cfg-if",
  163. ]
  164. [[package]]
  165. name = "fastrand"
  166. version = "1.7.0"
  167. source = "registry+https://github.com/rust-lang/crates.io-index"
  168. checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
  169. dependencies = [
  170. "instant",
  171. ]
  172. [[package]]
  173. name = "fnv"
  174. version = "1.0.7"
  175. source = "registry+https://github.com/rust-lang/crates.io-index"
  176. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  177. [[package]]
  178. name = "foreign-types"
  179. version = "0.3.2"
  180. source = "registry+https://github.com/rust-lang/crates.io-index"
  181. checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
  182. dependencies = [
  183. "foreign-types-shared",
  184. ]
  185. [[package]]
  186. name = "foreign-types-shared"
  187. version = "0.1.1"
  188. source = "registry+https://github.com/rust-lang/crates.io-index"
  189. checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
  190. [[package]]
  191. name = "form_urlencoded"
  192. version = "1.0.1"
  193. source = "registry+https://github.com/rust-lang/crates.io-index"
  194. checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
  195. dependencies = [
  196. "matches",
  197. "percent-encoding",
  198. ]
  199. [[package]]
  200. name = "futures-channel"
  201. version = "0.3.21"
  202. source = "registry+https://github.com/rust-lang/crates.io-index"
  203. checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
  204. dependencies = [
  205. "futures-core",
  206. ]
  207. [[package]]
  208. name = "futures-core"
  209. version = "0.3.21"
  210. source = "registry+https://github.com/rust-lang/crates.io-index"
  211. checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
  212. [[package]]
  213. name = "futures-io"
  214. version = "0.3.21"
  215. source = "registry+https://github.com/rust-lang/crates.io-index"
  216. checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
  217. [[package]]
  218. name = "futures-sink"
  219. version = "0.3.21"
  220. source = "registry+https://github.com/rust-lang/crates.io-index"
  221. checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
  222. [[package]]
  223. name = "futures-task"
  224. version = "0.3.21"
  225. source = "registry+https://github.com/rust-lang/crates.io-index"
  226. checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
  227. [[package]]
  228. name = "futures-util"
  229. version = "0.3.21"
  230. source = "registry+https://github.com/rust-lang/crates.io-index"
  231. checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
  232. dependencies = [
  233. "futures-core",
  234. "futures-io",
  235. "futures-task",
  236. "memchr",
  237. "pin-project-lite",
  238. "pin-utils",
  239. "slab",
  240. ]
  241. [[package]]
  242. name = "getrandom"
  243. version = "0.1.16"
  244. source = "registry+https://github.com/rust-lang/crates.io-index"
  245. checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
  246. dependencies = [
  247. "cfg-if",
  248. "libc",
  249. "wasi",
  250. ]
  251. [[package]]
  252. name = "h2"
  253. version = "0.3.11"
  254. source = "registry+https://github.com/rust-lang/crates.io-index"
  255. checksum = "d9f1f717ddc7b2ba36df7e871fd88db79326551d3d6f1fc406fbfd28b582ff8e"
  256. dependencies = [
  257. "bytes",
  258. "fnv",
  259. "futures-core",
  260. "futures-sink",
  261. "futures-util",
  262. "http",
  263. "indexmap",
  264. "slab",
  265. "tokio",
  266. "tokio-util",
  267. "tracing",
  268. ]
  269. [[package]]
  270. name = "hashbrown"
  271. version = "0.11.2"
  272. source = "registry+https://github.com/rust-lang/crates.io-index"
  273. checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
  274. [[package]]
  275. name = "heck"
  276. version = "0.4.0"
  277. source = "registry+https://github.com/rust-lang/crates.io-index"
  278. checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
  279. [[package]]
  280. name = "hermit-abi"
  281. version = "0.1.19"
  282. source = "registry+https://github.com/rust-lang/crates.io-index"
  283. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  284. dependencies = [
  285. "libc",
  286. ]
  287. [[package]]
  288. name = "http"
  289. version = "0.2.6"
  290. source = "registry+https://github.com/rust-lang/crates.io-index"
  291. checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
  292. dependencies = [
  293. "bytes",
  294. "fnv",
  295. "itoa",
  296. ]
  297. [[package]]
  298. name = "http-body"
  299. version = "0.4.4"
  300. source = "registry+https://github.com/rust-lang/crates.io-index"
  301. checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
  302. dependencies = [
  303. "bytes",
  304. "http",
  305. "pin-project-lite",
  306. ]
  307. [[package]]
  308. name = "httparse"
  309. version = "1.6.0"
  310. source = "registry+https://github.com/rust-lang/crates.io-index"
  311. checksum = "9100414882e15fb7feccb4897e5f0ff0ff1ca7d1a86a23208ada4d7a18e6c6c4"
  312. [[package]]
  313. name = "httpdate"
  314. version = "1.0.2"
  315. source = "registry+https://github.com/rust-lang/crates.io-index"
  316. checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
  317. [[package]]
  318. name = "hyper"
  319. version = "0.14.17"
  320. source = "registry+https://github.com/rust-lang/crates.io-index"
  321. checksum = "043f0e083e9901b6cc658a77d1eb86f4fc650bbb977a4337dd63192826aa85dd"
  322. dependencies = [
  323. "bytes",
  324. "futures-channel",
  325. "futures-core",
  326. "futures-util",
  327. "h2",
  328. "http",
  329. "http-body",
  330. "httparse",
  331. "httpdate",
  332. "itoa",
  333. "pin-project-lite",
  334. "socket2",
  335. "tokio",
  336. "tower-service",
  337. "tracing",
  338. "want",
  339. ]
  340. [[package]]
  341. name = "hyper-tls"
  342. version = "0.5.0"
  343. source = "registry+https://github.com/rust-lang/crates.io-index"
  344. checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
  345. dependencies = [
  346. "bytes",
  347. "hyper",
  348. "native-tls",
  349. "tokio",
  350. "tokio-native-tls",
  351. ]
  352. [[package]]
  353. name = "idna"
  354. version = "0.2.3"
  355. source = "registry+https://github.com/rust-lang/crates.io-index"
  356. checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
  357. dependencies = [
  358. "matches",
  359. "unicode-bidi",
  360. "unicode-normalization",
  361. ]
  362. [[package]]
  363. name = "indexmap"
  364. version = "1.8.0"
  365. source = "registry+https://github.com/rust-lang/crates.io-index"
  366. checksum = "282a6247722caba404c065016bbfa522806e51714c34f5dfc3e4a3a46fcb4223"
  367. dependencies = [
  368. "autocfg",
  369. "hashbrown",
  370. ]
  371. [[package]]
  372. name = "instant"
  373. version = "0.1.12"
  374. source = "registry+https://github.com/rust-lang/crates.io-index"
  375. checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
  376. dependencies = [
  377. "cfg-if",
  378. ]
  379. [[package]]
  380. name = "ipnet"
  381. version = "2.3.1"
  382. source = "registry+https://github.com/rust-lang/crates.io-index"
  383. checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
  384. [[package]]
  385. name = "itoa"
  386. version = "1.0.1"
  387. source = "registry+https://github.com/rust-lang/crates.io-index"
  388. checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
  389. [[package]]
  390. name = "js-sys"
  391. version = "0.3.56"
  392. source = "registry+https://github.com/rust-lang/crates.io-index"
  393. checksum = "a38fc24e30fd564ce974c02bf1d337caddff65be6cc4735a1f7eab22a7440f04"
  394. dependencies = [
  395. "wasm-bindgen",
  396. ]
  397. [[package]]
  398. name = "lazy_static"
  399. version = "1.4.0"
  400. source = "registry+https://github.com/rust-lang/crates.io-index"
  401. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  402. [[package]]
  403. name = "libc"
  404. version = "0.2.119"
  405. source = "registry+https://github.com/rust-lang/crates.io-index"
  406. checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
  407. [[package]]
  408. name = "log"
  409. version = "0.4.14"
  410. source = "registry+https://github.com/rust-lang/crates.io-index"
  411. checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
  412. dependencies = [
  413. "cfg-if",
  414. ]
  415. [[package]]
  416. name = "matches"
  417. version = "0.1.9"
  418. source = "registry+https://github.com/rust-lang/crates.io-index"
  419. checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
  420. [[package]]
  421. name = "memchr"
  422. version = "2.4.1"
  423. source = "registry+https://github.com/rust-lang/crates.io-index"
  424. checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
  425. [[package]]
  426. name = "mime"
  427. version = "0.3.16"
  428. source = "registry+https://github.com/rust-lang/crates.io-index"
  429. checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
  430. [[package]]
  431. name = "mio"
  432. version = "0.8.0"
  433. source = "registry+https://github.com/rust-lang/crates.io-index"
  434. checksum = "ba272f85fa0b41fc91872be579b3bbe0f56b792aa361a380eb669469f68dafb2"
  435. dependencies = [
  436. "libc",
  437. "log",
  438. "miow",
  439. "ntapi",
  440. "winapi",
  441. ]
  442. [[package]]
  443. name = "miow"
  444. version = "0.3.7"
  445. source = "registry+https://github.com/rust-lang/crates.io-index"
  446. checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
  447. dependencies = [
  448. "winapi",
  449. ]
  450. [[package]]
  451. name = "native-tls"
  452. version = "0.2.8"
  453. source = "registry+https://github.com/rust-lang/crates.io-index"
  454. checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
  455. dependencies = [
  456. "lazy_static",
  457. "libc",
  458. "log",
  459. "openssl",
  460. "openssl-probe",
  461. "openssl-sys",
  462. "schannel",
  463. "security-framework",
  464. "security-framework-sys",
  465. "tempfile",
  466. ]
  467. [[package]]
  468. name = "ntapi"
  469. version = "0.3.7"
  470. source = "registry+https://github.com/rust-lang/crates.io-index"
  471. checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
  472. dependencies = [
  473. "winapi",
  474. ]
  475. [[package]]
  476. name = "num_cpus"
  477. version = "1.13.1"
  478. source = "registry+https://github.com/rust-lang/crates.io-index"
  479. checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
  480. dependencies = [
  481. "hermit-abi",
  482. "libc",
  483. ]
  484. [[package]]
  485. name = "once_cell"
  486. version = "1.9.0"
  487. source = "registry+https://github.com/rust-lang/crates.io-index"
  488. checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5"
  489. [[package]]
  490. name = "openssl"
  491. version = "0.10.38"
  492. source = "registry+https://github.com/rust-lang/crates.io-index"
  493. checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
  494. dependencies = [
  495. "bitflags",
  496. "cfg-if",
  497. "foreign-types",
  498. "libc",
  499. "once_cell",
  500. "openssl-sys",
  501. ]
  502. [[package]]
  503. name = "openssl-probe"
  504. version = "0.1.5"
  505. source = "registry+https://github.com/rust-lang/crates.io-index"
  506. checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
  507. [[package]]
  508. name = "openssl-sys"
  509. version = "0.9.72"
  510. source = "registry+https://github.com/rust-lang/crates.io-index"
  511. checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
  512. dependencies = [
  513. "autocfg",
  514. "cc",
  515. "libc",
  516. "pkg-config",
  517. "vcpkg",
  518. ]
  519. [[package]]
  520. name = "os_str_bytes"
  521. version = "6.0.0"
  522. source = "registry+https://github.com/rust-lang/crates.io-index"
  523. checksum = "8e22443d1643a904602595ba1cd8f7d896afe56d26712531c5ff73a15b2fbf64"
  524. dependencies = [
  525. "memchr",
  526. ]
  527. [[package]]
  528. name = "percent-encoding"
  529. version = "2.1.0"
  530. source = "registry+https://github.com/rust-lang/crates.io-index"
  531. checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
  532. [[package]]
  533. name = "pin-project-lite"
  534. version = "0.2.8"
  535. source = "registry+https://github.com/rust-lang/crates.io-index"
  536. checksum = "e280fbe77cc62c91527259e9442153f4688736748d24660126286329742b4c6c"
  537. [[package]]
  538. name = "pin-utils"
  539. version = "0.1.0"
  540. source = "registry+https://github.com/rust-lang/crates.io-index"
  541. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  542. [[package]]
  543. name = "pkg-config"
  544. version = "0.3.24"
  545. source = "registry+https://github.com/rust-lang/crates.io-index"
  546. checksum = "58893f751c9b0412871a09abd62ecd2a00298c6c83befa223ef98c52aef40cbe"
  547. [[package]]
  548. name = "proc-macro-error"
  549. version = "1.0.4"
  550. source = "registry+https://github.com/rust-lang/crates.io-index"
  551. checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
  552. dependencies = [
  553. "proc-macro-error-attr",
  554. "proc-macro2",
  555. "quote",
  556. "syn",
  557. "version_check",
  558. ]
  559. [[package]]
  560. name = "proc-macro-error-attr"
  561. version = "1.0.4"
  562. source = "registry+https://github.com/rust-lang/crates.io-index"
  563. checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
  564. dependencies = [
  565. "proc-macro2",
  566. "quote",
  567. "version_check",
  568. ]
  569. [[package]]
  570. name = "proc-macro2"
  571. version = "1.0.36"
  572. source = "registry+https://github.com/rust-lang/crates.io-index"
  573. checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
  574. dependencies = [
  575. "unicode-xid",
  576. ]
  577. [[package]]
  578. name = "quote"
  579. version = "1.0.15"
  580. source = "registry+https://github.com/rust-lang/crates.io-index"
  581. checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
  582. dependencies = [
  583. "proc-macro2",
  584. ]
  585. [[package]]
  586. name = "redox_syscall"
  587. version = "0.1.57"
  588. source = "registry+https://github.com/rust-lang/crates.io-index"
  589. checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
  590. [[package]]
  591. name = "redox_syscall"
  592. version = "0.2.10"
  593. source = "registry+https://github.com/rust-lang/crates.io-index"
  594. checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
  595. dependencies = [
  596. "bitflags",
  597. ]
  598. [[package]]
  599. name = "redox_users"
  600. version = "0.3.5"
  601. source = "registry+https://github.com/rust-lang/crates.io-index"
  602. checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
  603. dependencies = [
  604. "getrandom",
  605. "redox_syscall 0.1.57",
  606. "rust-argon2",
  607. ]
  608. [[package]]
  609. name = "remove_dir_all"
  610. version = "0.5.3"
  611. source = "registry+https://github.com/rust-lang/crates.io-index"
  612. checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
  613. dependencies = [
  614. "winapi",
  615. ]
  616. [[package]]
  617. name = "reqwest"
  618. version = "0.11.9"
  619. source = "registry+https://github.com/rust-lang/crates.io-index"
  620. checksum = "87f242f1488a539a79bac6dbe7c8609ae43b7914b7736210f239a37cccb32525"
  621. dependencies = [
  622. "base64",
  623. "bytes",
  624. "encoding_rs",
  625. "futures-core",
  626. "futures-util",
  627. "h2",
  628. "http",
  629. "http-body",
  630. "hyper",
  631. "hyper-tls",
  632. "ipnet",
  633. "js-sys",
  634. "lazy_static",
  635. "log",
  636. "mime",
  637. "native-tls",
  638. "percent-encoding",
  639. "pin-project-lite",
  640. "serde",
  641. "serde_json",
  642. "serde_urlencoded",
  643. "tokio",
  644. "tokio-native-tls",
  645. "url",
  646. "wasm-bindgen",
  647. "wasm-bindgen-futures",
  648. "web-sys",
  649. "winreg",
  650. ]
  651. [[package]]
  652. name = "rust-argon2"
  653. version = "0.8.3"
  654. source = "registry+https://github.com/rust-lang/crates.io-index"
  655. checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
  656. dependencies = [
  657. "base64",
  658. "blake2b_simd",
  659. "constant_time_eq",
  660. "crossbeam-utils",
  661. ]
  662. [[package]]
  663. name = "ryu"
  664. version = "1.0.9"
  665. source = "registry+https://github.com/rust-lang/crates.io-index"
  666. checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
  667. [[package]]
  668. name = "schannel"
  669. version = "0.1.19"
  670. source = "registry+https://github.com/rust-lang/crates.io-index"
  671. checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
  672. dependencies = [
  673. "lazy_static",
  674. "winapi",
  675. ]
  676. [[package]]
  677. name = "security-framework"
  678. version = "2.6.1"
  679. source = "registry+https://github.com/rust-lang/crates.io-index"
  680. checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
  681. dependencies = [
  682. "bitflags",
  683. "core-foundation",
  684. "core-foundation-sys",
  685. "libc",
  686. "security-framework-sys",
  687. ]
  688. [[package]]
  689. name = "security-framework-sys"
  690. version = "2.6.1"
  691. source = "registry+https://github.com/rust-lang/crates.io-index"
  692. checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
  693. dependencies = [
  694. "core-foundation-sys",
  695. "libc",
  696. ]
  697. [[package]]
  698. name = "semver"
  699. version = "1.0.5"
  700. source = "registry+https://github.com/rust-lang/crates.io-index"
  701. checksum = "0486718e92ec9a68fbed73bb5ef687d71103b142595b406835649bebd33f72c7"
  702. [[package]]
  703. name = "serde"
  704. version = "1.0.136"
  705. source = "registry+https://github.com/rust-lang/crates.io-index"
  706. checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
  707. dependencies = [
  708. "serde_derive",
  709. ]
  710. [[package]]
  711. name = "serde_derive"
  712. version = "1.0.136"
  713. source = "registry+https://github.com/rust-lang/crates.io-index"
  714. checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
  715. dependencies = [
  716. "proc-macro2",
  717. "quote",
  718. "syn",
  719. ]
  720. [[package]]
  721. name = "serde_json"
  722. version = "1.0.79"
  723. source = "registry+https://github.com/rust-lang/crates.io-index"
  724. checksum = "8e8d9fa5c3b304765ce1fd9c4c8a3de2c8db365a5b91be52f186efc675681d95"
  725. dependencies = [
  726. "itoa",
  727. "ryu",
  728. "serde",
  729. ]
  730. [[package]]
  731. name = "serde_urlencoded"
  732. version = "0.7.1"
  733. source = "registry+https://github.com/rust-lang/crates.io-index"
  734. checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
  735. dependencies = [
  736. "form_urlencoded",
  737. "itoa",
  738. "ryu",
  739. "serde",
  740. ]
  741. [[package]]
  742. name = "slab"
  743. version = "0.4.5"
  744. source = "registry+https://github.com/rust-lang/crates.io-index"
  745. checksum = "9def91fd1e018fe007022791f865d0ccc9b3a0d5001e01aabb8b40e46000afb5"
  746. [[package]]
  747. name = "socket2"
  748. version = "0.4.4"
  749. source = "registry+https://github.com/rust-lang/crates.io-index"
  750. checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
  751. dependencies = [
  752. "libc",
  753. "winapi",
  754. ]
  755. [[package]]
  756. name = "strsim"
  757. version = "0.10.0"
  758. source = "registry+https://github.com/rust-lang/crates.io-index"
  759. checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
  760. [[package]]
  761. name = "syn"
  762. version = "1.0.86"
  763. source = "registry+https://github.com/rust-lang/crates.io-index"
  764. checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
  765. dependencies = [
  766. "proc-macro2",
  767. "quote",
  768. "unicode-xid",
  769. ]
  770. [[package]]
  771. name = "tempfile"
  772. version = "3.3.0"
  773. source = "registry+https://github.com/rust-lang/crates.io-index"
  774. checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
  775. dependencies = [
  776. "cfg-if",
  777. "fastrand",
  778. "libc",
  779. "redox_syscall 0.2.10",
  780. "remove_dir_all",
  781. "winapi",
  782. ]
  783. [[package]]
  784. name = "termcolor"
  785. version = "1.1.2"
  786. source = "registry+https://github.com/rust-lang/crates.io-index"
  787. checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
  788. dependencies = [
  789. "winapi-util",
  790. ]
  791. [[package]]
  792. name = "textwrap"
  793. version = "0.14.2"
  794. source = "registry+https://github.com/rust-lang/crates.io-index"
  795. checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
  796. [[package]]
  797. name = "thiserror"
  798. version = "1.0.30"
  799. source = "registry+https://github.com/rust-lang/crates.io-index"
  800. checksum = "854babe52e4df1653706b98fcfc05843010039b406875930a70e4d9644e5c417"
  801. dependencies = [
  802. "thiserror-impl",
  803. ]
  804. [[package]]
  805. name = "thiserror-impl"
  806. version = "1.0.30"
  807. source = "registry+https://github.com/rust-lang/crates.io-index"
  808. checksum = "aa32fd3f627f367fe16f893e2597ae3c05020f8bba2666a4e6ea73d377e5714b"
  809. dependencies = [
  810. "proc-macro2",
  811. "quote",
  812. "syn",
  813. ]
  814. [[package]]
  815. name = "tinyvec"
  816. version = "1.5.1"
  817. source = "registry+https://github.com/rust-lang/crates.io-index"
  818. checksum = "2c1c1d5a42b6245520c249549ec267180beaffcc0615401ac8e31853d4b6d8d2"
  819. dependencies = [
  820. "tinyvec_macros",
  821. ]
  822. [[package]]
  823. name = "tinyvec_macros"
  824. version = "0.1.0"
  825. source = "registry+https://github.com/rust-lang/crates.io-index"
  826. checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
  827. [[package]]
  828. name = "tokio"
  829. version = "1.17.0"
  830. source = "registry+https://github.com/rust-lang/crates.io-index"
  831. checksum = "2af73ac49756f3f7c01172e34a23e5d0216f6c32333757c2c61feb2bbff5a5ee"
  832. dependencies = [
  833. "bytes",
  834. "libc",
  835. "memchr",
  836. "mio",
  837. "num_cpus",
  838. "pin-project-lite",
  839. "socket2",
  840. "winapi",
  841. ]
  842. [[package]]
  843. name = "tokio-native-tls"
  844. version = "0.3.0"
  845. source = "registry+https://github.com/rust-lang/crates.io-index"
  846. checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
  847. dependencies = [
  848. "native-tls",
  849. "tokio",
  850. ]
  851. [[package]]
  852. name = "tokio-util"
  853. version = "0.6.9"
  854. source = "registry+https://github.com/rust-lang/crates.io-index"
  855. checksum = "9e99e1983e5d376cd8eb4b66604d2e99e79f5bd988c3055891dcd8c9e2604cc0"
  856. dependencies = [
  857. "bytes",
  858. "futures-core",
  859. "futures-sink",
  860. "log",
  861. "pin-project-lite",
  862. "tokio",
  863. ]
  864. [[package]]
  865. name = "tower-service"
  866. version = "0.3.1"
  867. source = "registry+https://github.com/rust-lang/crates.io-index"
  868. checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
  869. [[package]]
  870. name = "tracing"
  871. version = "0.1.31"
  872. source = "registry+https://github.com/rust-lang/crates.io-index"
  873. checksum = "f6c650a8ef0cd2dd93736f033d21cbd1224c5a967aa0c258d00fcf7dafef9b9f"
  874. dependencies = [
  875. "cfg-if",
  876. "pin-project-lite",
  877. "tracing-core",
  878. ]
  879. [[package]]
  880. name = "tracing-core"
  881. version = "0.1.22"
  882. source = "registry+https://github.com/rust-lang/crates.io-index"
  883. checksum = "03cfcb51380632a72d3111cb8d3447a8d908e577d31beeac006f836383d29a23"
  884. dependencies = [
  885. "lazy_static",
  886. ]
  887. [[package]]
  888. name = "try-lock"
  889. version = "0.2.3"
  890. source = "registry+https://github.com/rust-lang/crates.io-index"
  891. checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
  892. [[package]]
  893. name = "unicode-bidi"
  894. version = "0.3.7"
  895. source = "registry+https://github.com/rust-lang/crates.io-index"
  896. checksum = "1a01404663e3db436ed2746d9fefef640d868edae3cceb81c3b8d5732fda678f"
  897. [[package]]
  898. name = "unicode-normalization"
  899. version = "0.1.19"
  900. source = "registry+https://github.com/rust-lang/crates.io-index"
  901. checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
  902. dependencies = [
  903. "tinyvec",
  904. ]
  905. [[package]]
  906. name = "unicode-xid"
  907. version = "0.2.2"
  908. source = "registry+https://github.com/rust-lang/crates.io-index"
  909. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  910. [[package]]
  911. name = "url"
  912. version = "2.2.2"
  913. source = "registry+https://github.com/rust-lang/crates.io-index"
  914. checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
  915. dependencies = [
  916. "form_urlencoded",
  917. "idna",
  918. "matches",
  919. "percent-encoding",
  920. ]
  921. [[package]]
  922. name = "vcpkg"
  923. version = "0.2.15"
  924. source = "registry+https://github.com/rust-lang/crates.io-index"
  925. checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
  926. [[package]]
  927. name = "version_check"
  928. version = "0.9.4"
  929. source = "registry+https://github.com/rust-lang/crates.io-index"
  930. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  931. [[package]]
  932. name = "want"
  933. version = "0.3.0"
  934. source = "registry+https://github.com/rust-lang/crates.io-index"
  935. checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
  936. dependencies = [
  937. "log",
  938. "try-lock",
  939. ]
  940. [[package]]
  941. name = "wasi"
  942. version = "0.9.0+wasi-snapshot-preview1"
  943. source = "registry+https://github.com/rust-lang/crates.io-index"
  944. checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
  945. [[package]]
  946. name = "wasm-bindgen"
  947. version = "0.2.79"
  948. source = "registry+https://github.com/rust-lang/crates.io-index"
  949. checksum = "25f1af7423d8588a3d840681122e72e6a24ddbcb3f0ec385cac0d12d24256c06"
  950. dependencies = [
  951. "cfg-if",
  952. "wasm-bindgen-macro",
  953. ]
  954. [[package]]
  955. name = "wasm-bindgen-backend"
  956. version = "0.2.79"
  957. source = "registry+https://github.com/rust-lang/crates.io-index"
  958. checksum = "8b21c0df030f5a177f3cba22e9bc4322695ec43e7257d865302900290bcdedca"
  959. dependencies = [
  960. "bumpalo",
  961. "lazy_static",
  962. "log",
  963. "proc-macro2",
  964. "quote",
  965. "syn",
  966. "wasm-bindgen-shared",
  967. ]
  968. [[package]]
  969. name = "wasm-bindgen-futures"
  970. version = "0.4.29"
  971. source = "registry+https://github.com/rust-lang/crates.io-index"
  972. checksum = "2eb6ec270a31b1d3c7e266b999739109abce8b6c87e4b31fcfcd788b65267395"
  973. dependencies = [
  974. "cfg-if",
  975. "js-sys",
  976. "wasm-bindgen",
  977. "web-sys",
  978. ]
  979. [[package]]
  980. name = "wasm-bindgen-macro"
  981. version = "0.2.79"
  982. source = "registry+https://github.com/rust-lang/crates.io-index"
  983. checksum = "2f4203d69e40a52ee523b2529a773d5ffc1dc0071801c87b3d270b471b80ed01"
  984. dependencies = [
  985. "quote",
  986. "wasm-bindgen-macro-support",
  987. ]
  988. [[package]]
  989. name = "wasm-bindgen-macro-support"
  990. version = "0.2.79"
  991. source = "registry+https://github.com/rust-lang/crates.io-index"
  992. checksum = "bfa8a30d46208db204854cadbb5d4baf5fcf8071ba5bf48190c3e59937962ebc"
  993. dependencies = [
  994. "proc-macro2",
  995. "quote",
  996. "syn",
  997. "wasm-bindgen-backend",
  998. "wasm-bindgen-shared",
  999. ]
  1000. [[package]]
  1001. name = "wasm-bindgen-shared"
  1002. version = "0.2.79"
  1003. source = "registry+https://github.com/rust-lang/crates.io-index"
  1004. checksum = "3d958d035c4438e28c70e4321a2911302f10135ce78a9c7834c0cab4123d06a2"
  1005. [[package]]
  1006. name = "web-sys"
  1007. version = "0.3.56"
  1008. source = "registry+https://github.com/rust-lang/crates.io-index"
  1009. checksum = "c060b319f29dd25724f09a2ba1418f142f539b2be99fbf4d2d5a8f7330afb8eb"
  1010. dependencies = [
  1011. "js-sys",
  1012. "wasm-bindgen",
  1013. ]
  1014. [[package]]
  1015. name = "winapi"
  1016. version = "0.3.9"
  1017. source = "registry+https://github.com/rust-lang/crates.io-index"
  1018. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  1019. dependencies = [
  1020. "winapi-i686-pc-windows-gnu",
  1021. "winapi-x86_64-pc-windows-gnu",
  1022. ]
  1023. [[package]]
  1024. name = "winapi-i686-pc-windows-gnu"
  1025. version = "0.4.0"
  1026. source = "registry+https://github.com/rust-lang/crates.io-index"
  1027. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  1028. [[package]]
  1029. name = "winapi-util"
  1030. version = "0.1.5"
  1031. source = "registry+https://github.com/rust-lang/crates.io-index"
  1032. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  1033. dependencies = [
  1034. "winapi",
  1035. ]
  1036. [[package]]
  1037. name = "winapi-x86_64-pc-windows-gnu"
  1038. version = "0.4.0"
  1039. source = "registry+https://github.com/rust-lang/crates.io-index"
  1040. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  1041. [[package]]
  1042. name = "winreg"
  1043. version = "0.7.0"
  1044. source = "registry+https://github.com/rust-lang/crates.io-index"
  1045. checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
  1046. dependencies = [
  1047. "winapi",
  1048. ]