Advertisement
Guest User

Untitled

a guest
Jun 26th, 2023
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.48 KB | None | 0 0
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4.  
  5. [[package]]
  6. name = "bumpalo"
  7. version = "3.13.0"
  8. source = "registry+https://github.com/rust-lang/crates.io-index"
  9. checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
  10.  
  11. [[package]]
  12. name = "cc"
  13. version = "1.0.79"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
  16.  
  17. [[package]]
  18. name = "cfg-if"
  19. version = "1.0.0"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  22.  
  23. [[package]]
  24. name = "fallout_terminal"
  25. version = "0.1.0"
  26. dependencies = [
  27. "ring",
  28. ]
  29.  
  30. [[package]]
  31. name = "js-sys"
  32. version = "0.3.64"
  33. source = "registry+https://github.com/rust-lang/crates.io-index"
  34. checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
  35. dependencies = [
  36. "wasm-bindgen",
  37. ]
  38.  
  39. [[package]]
  40. name = "libc"
  41. version = "0.2.147"
  42. source = "registry+https://github.com/rust-lang/crates.io-index"
  43. checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
  44.  
  45. [[package]]
  46. name = "log"
  47. version = "0.4.19"
  48. source = "registry+https://github.com/rust-lang/crates.io-index"
  49. checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
  50.  
  51. [[package]]
  52. name = "once_cell"
  53. version = "1.18.0"
  54. source = "registry+https://github.com/rust-lang/crates.io-index"
  55. checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
  56.  
  57. [[package]]
  58. name = "proc-macro2"
  59. version = "1.0.63"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
  62. dependencies = [
  63. "unicode-ident",
  64. ]
  65.  
  66. [[package]]
  67. name = "quote"
  68. version = "1.0.28"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
  71. dependencies = [
  72. "proc-macro2",
  73. ]
  74.  
  75. [[package]]
  76. name = "ring"
  77. version = "0.16.20"
  78. source = "registry+https://github.com/rust-lang/crates.io-index"
  79. checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
  80. dependencies = [
  81. "cc",
  82. "libc",
  83. "once_cell",
  84. "spin",
  85. "untrusted",
  86. "web-sys",
  87. "winapi",
  88. ]
  89.  
  90. [[package]]
  91. name = "spin"
  92. version = "0.5.2"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
  95.  
  96. [[package]]
  97. name = "syn"
  98. version = "2.0.22"
  99. source = "registry+https://github.com/rust-lang/crates.io-index"
  100. checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
  101. dependencies = [
  102. "proc-macro2",
  103. "quote",
  104. "unicode-ident",
  105. ]
  106.  
  107. [[package]]
  108. name = "unicode-ident"
  109. version = "1.0.9"
  110. source = "registry+https://github.com/rust-lang/crates.io-index"
  111. checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
  112.  
  113. [[package]]
  114. name = "untrusted"
  115. version = "0.7.1"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
  118.  
  119. [[package]]
  120. name = "wasm-bindgen"
  121. version = "0.2.87"
  122. source = "registry+https://github.com/rust-lang/crates.io-index"
  123. checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
  124. dependencies = [
  125. "cfg-if",
  126. "wasm-bindgen-macro",
  127. ]
  128.  
  129. [[package]]
  130. name = "wasm-bindgen-backend"
  131. version = "0.2.87"
  132. source = "registry+https://github.com/rust-lang/crates.io-index"
  133. checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
  134. dependencies = [
  135. "bumpalo",
  136. "log",
  137. "once_cell",
  138. "proc-macro2",
  139. "quote",
  140. "syn",
  141. "wasm-bindgen-shared",
  142. ]
  143.  
  144. [[package]]
  145. name = "wasm-bindgen-macro"
  146. version = "0.2.87"
  147. source = "registry+https://github.com/rust-lang/crates.io-index"
  148. checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
  149. dependencies = [
  150. "quote",
  151. "wasm-bindgen-macro-support",
  152. ]
  153.  
  154. [[package]]
  155. name = "wasm-bindgen-macro-support"
  156. version = "0.2.87"
  157. source = "registry+https://github.com/rust-lang/crates.io-index"
  158. checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
  159. dependencies = [
  160. "proc-macro2",
  161. "quote",
  162. "syn",
  163. "wasm-bindgen-backend",
  164. "wasm-bindgen-shared",
  165. ]
  166.  
  167. [[package]]
  168. name = "wasm-bindgen-shared"
  169. version = "0.2.87"
  170. source = "registry+https://github.com/rust-lang/crates.io-index"
  171. checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
  172.  
  173. [[package]]
  174. name = "web-sys"
  175. version = "0.3.64"
  176. source = "registry+https://github.com/rust-lang/crates.io-index"
  177. checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
  178. dependencies = [
  179. "js-sys",
  180. "wasm-bindgen",
  181. ]
  182.  
  183. [[package]]
  184. name = "winapi"
  185. version = "0.3.9"
  186. source = "registry+https://github.com/rust-lang/crates.io-index"
  187. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  188. dependencies = [
  189. "winapi-i686-pc-windows-gnu",
  190. "winapi-x86_64-pc-windows-gnu",
  191. ]
  192.  
  193. [[package]]
  194. name = "winapi-i686-pc-windows-gnu"
  195. version = "0.4.0"
  196. source = "registry+https://github.com/rust-lang/crates.io-index"
  197. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  198.  
  199. [[package]]
  200. name = "winapi-x86_64-pc-windows-gnu"
  201. version = "0.4.0"
  202. source = "registry+https://github.com/rust-lang/crates.io-index"
  203. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  204.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement