Cargo.lock 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "autocfg"
  6. version = "1.1.0"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  9. [[package]]
  10. name = "base64"
  11. version = "0.13.0"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
  14. [[package]]
  15. name = "bitflags"
  16. version = "1.3.2"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  19. [[package]]
  20. name = "block-buffer"
  21. version = "0.10.2"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
  24. dependencies = [
  25. "generic-array",
  26. ]
  27. [[package]]
  28. name = "byteorder"
  29. version = "1.4.3"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
  32. [[package]]
  33. name = "bytes"
  34. version = "1.1.0"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
  37. [[package]]
  38. name = "cfg-if"
  39. version = "1.0.0"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  42. [[package]]
  43. name = "cpufeatures"
  44. version = "0.2.2"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
  47. dependencies = [
  48. "libc",
  49. ]
  50. [[package]]
  51. name = "crypto-common"
  52. version = "0.1.3"
  53. source = "registry+https://github.com/rust-lang/crates.io-index"
  54. checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
  55. dependencies = [
  56. "generic-array",
  57. "typenum",
  58. ]
  59. [[package]]
  60. name = "digest"
  61. version = "0.10.3"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
  64. dependencies = [
  65. "block-buffer",
  66. "crypto-common",
  67. ]
  68. [[package]]
  69. name = "fnv"
  70. version = "1.0.7"
  71. source = "registry+https://github.com/rust-lang/crates.io-index"
  72. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  73. [[package]]
  74. name = "form_urlencoded"
  75. version = "1.0.1"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
  78. dependencies = [
  79. "matches",
  80. "percent-encoding",
  81. ]
  82. [[package]]
  83. name = "futures-channel"
  84. version = "0.3.21"
  85. source = "registry+https://github.com/rust-lang/crates.io-index"
  86. checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
  87. dependencies = [
  88. "futures-core",
  89. ]
  90. [[package]]
  91. name = "futures-core"
  92. version = "0.3.21"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
  95. [[package]]
  96. name = "futures-macro"
  97. version = "0.3.21"
  98. source = "registry+https://github.com/rust-lang/crates.io-index"
  99. checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
  100. dependencies = [
  101. "proc-macro2",
  102. "quote",
  103. "syn",
  104. ]
  105. [[package]]
  106. name = "futures-sink"
  107. version = "0.3.21"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
  110. [[package]]
  111. name = "futures-task"
  112. version = "0.3.21"
  113. source = "registry+https://github.com/rust-lang/crates.io-index"
  114. checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
  115. [[package]]
  116. name = "futures-util"
  117. version = "0.3.21"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
  120. dependencies = [
  121. "futures-core",
  122. "futures-macro",
  123. "futures-sink",
  124. "futures-task",
  125. "pin-project-lite",
  126. "pin-utils",
  127. "slab",
  128. ]
  129. [[package]]
  130. name = "generic-array"
  131. version = "0.14.5"
  132. source = "registry+https://github.com/rust-lang/crates.io-index"
  133. checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
  134. dependencies = [
  135. "typenum",
  136. "version_check",
  137. ]
  138. [[package]]
  139. name = "getrandom"
  140. version = "0.2.6"
  141. source = "registry+https://github.com/rust-lang/crates.io-index"
  142. checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
  143. dependencies = [
  144. "cfg-if",
  145. "libc",
  146. "wasi 0.10.2+wasi-snapshot-preview1",
  147. ]
  148. [[package]]
  149. name = "hermit-abi"
  150. version = "0.1.19"
  151. source = "registry+https://github.com/rust-lang/crates.io-index"
  152. checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
  153. dependencies = [
  154. "libc",
  155. ]
  156. [[package]]
  157. name = "http"
  158. version = "0.2.8"
  159. source = "registry+https://github.com/rust-lang/crates.io-index"
  160. checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
  161. dependencies = [
  162. "bytes",
  163. "fnv",
  164. "itoa",
  165. ]
  166. [[package]]
  167. name = "httparse"
  168. version = "1.7.1"
  169. source = "registry+https://github.com/rust-lang/crates.io-index"
  170. checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
  171. [[package]]
  172. name = "idna"
  173. version = "0.2.3"
  174. source = "registry+https://github.com/rust-lang/crates.io-index"
  175. checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
  176. dependencies = [
  177. "matches",
  178. "unicode-bidi",
  179. "unicode-normalization",
  180. ]
  181. [[package]]
  182. name = "itoa"
  183. version = "1.0.2"
  184. source = "registry+https://github.com/rust-lang/crates.io-index"
  185. checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
  186. [[package]]
  187. name = "json"
  188. version = "0.12.4"
  189. source = "registry+https://github.com/rust-lang/crates.io-index"
  190. checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
  191. [[package]]
  192. name = "libc"
  193. version = "0.2.126"
  194. source = "registry+https://github.com/rust-lang/crates.io-index"
  195. checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
  196. [[package]]
  197. name = "libdatachannel_signaling_server_example"
  198. version = "0.2.0"
  199. dependencies = [
  200. "futures-channel",
  201. "futures-util",
  202. "json",
  203. "tokio",
  204. "tokio-tungstenite",
  205. "tungstenite",
  206. ]
  207. [[package]]
  208. name = "lock_api"
  209. version = "0.4.7"
  210. source = "registry+https://github.com/rust-lang/crates.io-index"
  211. checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
  212. dependencies = [
  213. "autocfg",
  214. "scopeguard",
  215. ]
  216. [[package]]
  217. name = "log"
  218. version = "0.4.17"
  219. source = "registry+https://github.com/rust-lang/crates.io-index"
  220. checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
  221. dependencies = [
  222. "cfg-if",
  223. ]
  224. [[package]]
  225. name = "matches"
  226. version = "0.1.9"
  227. source = "registry+https://github.com/rust-lang/crates.io-index"
  228. checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
  229. [[package]]
  230. name = "memchr"
  231. version = "2.5.0"
  232. source = "registry+https://github.com/rust-lang/crates.io-index"
  233. checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
  234. [[package]]
  235. name = "mio"
  236. version = "0.8.3"
  237. source = "registry+https://github.com/rust-lang/crates.io-index"
  238. checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
  239. dependencies = [
  240. "libc",
  241. "log",
  242. "wasi 0.11.0+wasi-snapshot-preview1",
  243. "windows-sys",
  244. ]
  245. [[package]]
  246. name = "num_cpus"
  247. version = "1.13.1"
  248. source = "registry+https://github.com/rust-lang/crates.io-index"
  249. checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
  250. dependencies = [
  251. "hermit-abi",
  252. "libc",
  253. ]
  254. [[package]]
  255. name = "parking_lot"
  256. version = "0.12.1"
  257. source = "registry+https://github.com/rust-lang/crates.io-index"
  258. checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
  259. dependencies = [
  260. "lock_api",
  261. "parking_lot_core",
  262. ]
  263. [[package]]
  264. name = "parking_lot_core"
  265. version = "0.9.3"
  266. source = "registry+https://github.com/rust-lang/crates.io-index"
  267. checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
  268. dependencies = [
  269. "cfg-if",
  270. "libc",
  271. "redox_syscall",
  272. "smallvec",
  273. "windows-sys",
  274. ]
  275. [[package]]
  276. name = "percent-encoding"
  277. version = "2.1.0"
  278. source = "registry+https://github.com/rust-lang/crates.io-index"
  279. checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
  280. [[package]]
  281. name = "pin-project-lite"
  282. version = "0.2.9"
  283. source = "registry+https://github.com/rust-lang/crates.io-index"
  284. checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
  285. [[package]]
  286. name = "pin-utils"
  287. version = "0.1.0"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  290. [[package]]
  291. name = "ppv-lite86"
  292. version = "0.2.16"
  293. source = "registry+https://github.com/rust-lang/crates.io-index"
  294. checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
  295. [[package]]
  296. name = "proc-macro2"
  297. version = "1.0.39"
  298. source = "registry+https://github.com/rust-lang/crates.io-index"
  299. checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
  300. dependencies = [
  301. "unicode-ident",
  302. ]
  303. [[package]]
  304. name = "quote"
  305. version = "1.0.18"
  306. source = "registry+https://github.com/rust-lang/crates.io-index"
  307. checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
  308. dependencies = [
  309. "proc-macro2",
  310. ]
  311. [[package]]
  312. name = "rand"
  313. version = "0.8.5"
  314. source = "registry+https://github.com/rust-lang/crates.io-index"
  315. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  316. dependencies = [
  317. "libc",
  318. "rand_chacha",
  319. "rand_core",
  320. ]
  321. [[package]]
  322. name = "rand_chacha"
  323. version = "0.3.1"
  324. source = "registry+https://github.com/rust-lang/crates.io-index"
  325. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  326. dependencies = [
  327. "ppv-lite86",
  328. "rand_core",
  329. ]
  330. [[package]]
  331. name = "rand_core"
  332. version = "0.6.3"
  333. source = "registry+https://github.com/rust-lang/crates.io-index"
  334. checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
  335. dependencies = [
  336. "getrandom",
  337. ]
  338. [[package]]
  339. name = "redox_syscall"
  340. version = "0.2.13"
  341. source = "registry+https://github.com/rust-lang/crates.io-index"
  342. checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
  343. dependencies = [
  344. "bitflags",
  345. ]
  346. [[package]]
  347. name = "scopeguard"
  348. version = "1.1.0"
  349. source = "registry+https://github.com/rust-lang/crates.io-index"
  350. checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
  351. [[package]]
  352. name = "sha-1"
  353. version = "0.10.0"
  354. source = "registry+https://github.com/rust-lang/crates.io-index"
  355. checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
  356. dependencies = [
  357. "cfg-if",
  358. "cpufeatures",
  359. "digest",
  360. ]
  361. [[package]]
  362. name = "signal-hook-registry"
  363. version = "1.4.0"
  364. source = "registry+https://github.com/rust-lang/crates.io-index"
  365. checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
  366. dependencies = [
  367. "libc",
  368. ]
  369. [[package]]
  370. name = "slab"
  371. version = "0.4.6"
  372. source = "registry+https://github.com/rust-lang/crates.io-index"
  373. checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
  374. [[package]]
  375. name = "smallvec"
  376. version = "1.8.0"
  377. source = "registry+https://github.com/rust-lang/crates.io-index"
  378. checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
  379. [[package]]
  380. name = "socket2"
  381. version = "0.4.4"
  382. source = "registry+https://github.com/rust-lang/crates.io-index"
  383. checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
  384. dependencies = [
  385. "libc",
  386. "winapi",
  387. ]
  388. [[package]]
  389. name = "syn"
  390. version = "1.0.96"
  391. source = "registry+https://github.com/rust-lang/crates.io-index"
  392. checksum = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
  393. dependencies = [
  394. "proc-macro2",
  395. "quote",
  396. "unicode-ident",
  397. ]
  398. [[package]]
  399. name = "thiserror"
  400. version = "1.0.31"
  401. source = "registry+https://github.com/rust-lang/crates.io-index"
  402. checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
  403. dependencies = [
  404. "thiserror-impl",
  405. ]
  406. [[package]]
  407. name = "thiserror-impl"
  408. version = "1.0.31"
  409. source = "registry+https://github.com/rust-lang/crates.io-index"
  410. checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
  411. dependencies = [
  412. "proc-macro2",
  413. "quote",
  414. "syn",
  415. ]
  416. [[package]]
  417. name = "tinyvec"
  418. version = "1.6.0"
  419. source = "registry+https://github.com/rust-lang/crates.io-index"
  420. checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
  421. dependencies = [
  422. "tinyvec_macros",
  423. ]
  424. [[package]]
  425. name = "tinyvec_macros"
  426. version = "0.1.0"
  427. source = "registry+https://github.com/rust-lang/crates.io-index"
  428. checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
  429. [[package]]
  430. name = "tokio"
  431. version = "1.20.4"
  432. source = "registry+https://github.com/rust-lang/crates.io-index"
  433. checksum = "eb78f30e4b41e98ca4cce5acb51168a033839a7af9e42b380355808e14e98ee0"
  434. dependencies = [
  435. "autocfg",
  436. "bytes",
  437. "libc",
  438. "memchr",
  439. "mio",
  440. "num_cpus",
  441. "parking_lot",
  442. "pin-project-lite",
  443. "signal-hook-registry",
  444. "socket2",
  445. "tokio-macros",
  446. "winapi",
  447. ]
  448. [[package]]
  449. name = "tokio-macros"
  450. version = "1.8.0"
  451. source = "registry+https://github.com/rust-lang/crates.io-index"
  452. checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
  453. dependencies = [
  454. "proc-macro2",
  455. "quote",
  456. "syn",
  457. ]
  458. [[package]]
  459. name = "tokio-tungstenite"
  460. version = "0.17.1"
  461. source = "registry+https://github.com/rust-lang/crates.io-index"
  462. checksum = "06cda1232a49558c46f8a504d5b93101d42c0bf7f911f12a105ba48168f821ae"
  463. dependencies = [
  464. "futures-util",
  465. "log",
  466. "tokio",
  467. "tungstenite",
  468. ]
  469. [[package]]
  470. name = "tungstenite"
  471. version = "0.17.2"
  472. source = "registry+https://github.com/rust-lang/crates.io-index"
  473. checksum = "d96a2dea40e7570482f28eb57afbe42d97551905da6a9400acc5c328d24004f5"
  474. dependencies = [
  475. "base64",
  476. "byteorder",
  477. "bytes",
  478. "http",
  479. "httparse",
  480. "log",
  481. "rand",
  482. "sha-1",
  483. "thiserror",
  484. "url",
  485. "utf-8",
  486. ]
  487. [[package]]
  488. name = "typenum"
  489. version = "1.15.0"
  490. source = "registry+https://github.com/rust-lang/crates.io-index"
  491. checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
  492. [[package]]
  493. name = "unicode-bidi"
  494. version = "0.3.8"
  495. source = "registry+https://github.com/rust-lang/crates.io-index"
  496. checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
  497. [[package]]
  498. name = "unicode-ident"
  499. version = "1.0.0"
  500. source = "registry+https://github.com/rust-lang/crates.io-index"
  501. checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
  502. [[package]]
  503. name = "unicode-normalization"
  504. version = "0.1.19"
  505. source = "registry+https://github.com/rust-lang/crates.io-index"
  506. checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
  507. dependencies = [
  508. "tinyvec",
  509. ]
  510. [[package]]
  511. name = "url"
  512. version = "2.2.2"
  513. source = "registry+https://github.com/rust-lang/crates.io-index"
  514. checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
  515. dependencies = [
  516. "form_urlencoded",
  517. "idna",
  518. "matches",
  519. "percent-encoding",
  520. ]
  521. [[package]]
  522. name = "utf-8"
  523. version = "0.7.6"
  524. source = "registry+https://github.com/rust-lang/crates.io-index"
  525. checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
  526. [[package]]
  527. name = "version_check"
  528. version = "0.9.4"
  529. source = "registry+https://github.com/rust-lang/crates.io-index"
  530. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  531. [[package]]
  532. name = "wasi"
  533. version = "0.10.2+wasi-snapshot-preview1"
  534. source = "registry+https://github.com/rust-lang/crates.io-index"
  535. checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
  536. [[package]]
  537. name = "wasi"
  538. version = "0.11.0+wasi-snapshot-preview1"
  539. source = "registry+https://github.com/rust-lang/crates.io-index"
  540. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  541. [[package]]
  542. name = "winapi"
  543. version = "0.3.9"
  544. source = "registry+https://github.com/rust-lang/crates.io-index"
  545. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  546. dependencies = [
  547. "winapi-i686-pc-windows-gnu",
  548. "winapi-x86_64-pc-windows-gnu",
  549. ]
  550. [[package]]
  551. name = "winapi-i686-pc-windows-gnu"
  552. version = "0.4.0"
  553. source = "registry+https://github.com/rust-lang/crates.io-index"
  554. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  555. [[package]]
  556. name = "winapi-x86_64-pc-windows-gnu"
  557. version = "0.4.0"
  558. source = "registry+https://github.com/rust-lang/crates.io-index"
  559. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  560. [[package]]
  561. name = "windows-sys"
  562. version = "0.36.1"
  563. source = "registry+https://github.com/rust-lang/crates.io-index"
  564. checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
  565. dependencies = [
  566. "windows_aarch64_msvc",
  567. "windows_i686_gnu",
  568. "windows_i686_msvc",
  569. "windows_x86_64_gnu",
  570. "windows_x86_64_msvc",
  571. ]
  572. [[package]]
  573. name = "windows_aarch64_msvc"
  574. version = "0.36.1"
  575. source = "registry+https://github.com/rust-lang/crates.io-index"
  576. checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
  577. [[package]]
  578. name = "windows_i686_gnu"
  579. version = "0.36.1"
  580. source = "registry+https://github.com/rust-lang/crates.io-index"
  581. checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
  582. [[package]]
  583. name = "windows_i686_msvc"
  584. version = "0.36.1"
  585. source = "registry+https://github.com/rust-lang/crates.io-index"
  586. checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
  587. [[package]]
  588. name = "windows_x86_64_gnu"
  589. version = "0.36.1"
  590. source = "registry+https://github.com/rust-lang/crates.io-index"
  591. checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
  592. [[package]]
  593. name = "windows_x86_64_msvc"
  594. version = "0.36.1"
  595. source = "registry+https://github.com/rust-lang/crates.io-index"
  596. checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"