Cargo.lock 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "ahash"
  6. version = "0.7.6"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
  9. dependencies = [
  10. "getrandom",
  11. "once_cell",
  12. "version_check",
  13. ]
  14. [[package]]
  15. name = "byteorder"
  16. version = "1.5.0"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
  19. [[package]]
  20. name = "bytes"
  21. version = "1.6.0"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
  24. [[package]]
  25. name = "cfg-if"
  26. version = "1.0.0"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  29. [[package]]
  30. name = "dns-parser"
  31. version = "0.8.0"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "c4d33be9473d06f75f58220f71f7a9317aca647dc061dbd3c361b0bef505fbea"
  34. dependencies = [
  35. "byteorder",
  36. "quick-error",
  37. ]
  38. [[package]]
  39. name = "getrandom"
  40. version = "0.2.7"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
  43. dependencies = [
  44. "cfg-if",
  45. "libc",
  46. "wasi",
  47. ]
  48. [[package]]
  49. name = "hashbrown"
  50. version = "0.12.3"
  51. source = "registry+https://github.com/rust-lang/crates.io-index"
  52. checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
  53. dependencies = [
  54. "ahash",
  55. ]
  56. [[package]]
  57. name = "libc"
  58. version = "0.2.126"
  59. source = "registry+https://github.com/rust-lang/crates.io-index"
  60. checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
  61. [[package]]
  62. name = "log"
  63. version = "0.4.17"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
  66. dependencies = [
  67. "cfg-if",
  68. ]
  69. [[package]]
  70. name = "once_cell"
  71. version = "1.13.0"
  72. source = "registry+https://github.com/rust-lang/crates.io-index"
  73. checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
  74. [[package]]
  75. name = "ppv-lite86"
  76. version = "0.2.17"
  77. source = "registry+https://github.com/rust-lang/crates.io-index"
  78. checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
  79. [[package]]
  80. name = "quick-error"
  81. version = "1.2.3"
  82. source = "registry+https://github.com/rust-lang/crates.io-index"
  83. checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
  84. [[package]]
  85. name = "rand"
  86. version = "0.8.5"
  87. source = "registry+https://github.com/rust-lang/crates.io-index"
  88. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  89. dependencies = [
  90. "libc",
  91. "rand_chacha",
  92. "rand_core",
  93. ]
  94. [[package]]
  95. name = "rand_chacha"
  96. version = "0.3.1"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  99. dependencies = [
  100. "ppv-lite86",
  101. "rand_core",
  102. ]
  103. [[package]]
  104. name = "rand_core"
  105. version = "0.6.4"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
  108. dependencies = [
  109. "getrandom",
  110. ]
  111. [[package]]
  112. name = "sonic-channel"
  113. version = "1.1.0"
  114. dependencies = [
  115. "log",
  116. "wasmedge_wasi_socket",
  117. "whatlang",
  118. ]
  119. [[package]]
  120. name = "version_check"
  121. version = "0.9.4"
  122. source = "registry+https://github.com/rust-lang/crates.io-index"
  123. checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
  124. [[package]]
  125. name = "wasi"
  126. version = "0.11.0+wasi-snapshot-preview1"
  127. source = "registry+https://github.com/rust-lang/crates.io-index"
  128. checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  129. [[package]]
  130. name = "wasmedge_wasi_socket"
  131. version = "0.5.4"
  132. dependencies = [
  133. "bytes",
  134. "dns-parser",
  135. "libc",
  136. "rand",
  137. ]
  138. [[package]]
  139. name = "whatlang"
  140. version = "0.16.2"
  141. source = "registry+https://github.com/rust-lang/crates.io-index"
  142. checksum = "9c531a2dc4c462b833788be2c07eef4e621d0e9edbd55bf280cc164c1c1aa043"
  143. dependencies = [
  144. "hashbrown",
  145. "once_cell",
  146. ]