Cargo.lock 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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 = "bitflags"
  11. version = "1.3.2"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  14. [[package]]
  15. name = "cc"
  16. version = "1.0.73"
  17. source = "registry+https://github.com/rust-lang/crates.io-index"
  18. checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
  19. [[package]]
  20. name = "cfg-if"
  21. version = "1.0.0"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  24. [[package]]
  25. name = "foreign-types"
  26. version = "0.3.2"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
  29. dependencies = [
  30. "foreign-types-shared",
  31. ]
  32. [[package]]
  33. name = "foreign-types-shared"
  34. version = "0.1.1"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
  37. [[package]]
  38. name = "libc"
  39. version = "0.2.123"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. checksum = "cb691a747a7ab48abc15c5b42066eaafde10dc427e3b6ee2a1cf43db04c763bd"
  42. [[package]]
  43. name = "node"
  44. version = "0.1.0"
  45. dependencies = [
  46. "openssl",
  47. "serde",
  48. "serde-big-array",
  49. "serde-block-tree",
  50. ]
  51. [[package]]
  52. name = "once_cell"
  53. version = "1.10.0"
  54. source = "registry+https://github.com/rust-lang/crates.io-index"
  55. checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
  56. [[package]]
  57. name = "openssl"
  58. version = "0.10.38"
  59. source = "registry+https://github.com/rust-lang/crates.io-index"
  60. checksum = "0c7ae222234c30df141154f159066c5093ff73b63204dcda7121eb082fc56a95"
  61. dependencies = [
  62. "bitflags",
  63. "cfg-if",
  64. "foreign-types",
  65. "libc",
  66. "once_cell",
  67. "openssl-sys",
  68. ]
  69. [[package]]
  70. name = "openssl-sys"
  71. version = "0.9.72"
  72. source = "registry+https://github.com/rust-lang/crates.io-index"
  73. checksum = "7e46109c383602735fa0a2e48dd2b7c892b048e1bf69e5c3b1d804b7d9c203cb"
  74. dependencies = [
  75. "autocfg",
  76. "cc",
  77. "libc",
  78. "pkg-config",
  79. "vcpkg",
  80. ]
  81. [[package]]
  82. name = "pkg-config"
  83. version = "0.3.25"
  84. source = "registry+https://github.com/rust-lang/crates.io-index"
  85. checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
  86. [[package]]
  87. name = "proc-macro2"
  88. version = "1.0.36"
  89. source = "registry+https://github.com/rust-lang/crates.io-index"
  90. checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029"
  91. dependencies = [
  92. "unicode-xid",
  93. ]
  94. [[package]]
  95. name = "quote"
  96. version = "1.0.15"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. checksum = "864d3e96a899863136fc6e99f3d7cae289dafe43bf2c5ac19b70df7210c0a145"
  99. dependencies = [
  100. "proc-macro2",
  101. ]
  102. [[package]]
  103. name = "serde"
  104. version = "1.0.136"
  105. source = "registry+https://github.com/rust-lang/crates.io-index"
  106. checksum = "ce31e24b01e1e524df96f1c2fdd054405f8d7376249a5110886fb4b658484789"
  107. dependencies = [
  108. "serde_derive",
  109. ]
  110. [[package]]
  111. name = "serde-big-array"
  112. version = "0.4.1"
  113. source = "registry+https://github.com/rust-lang/crates.io-index"
  114. checksum = "3323f09a748af288c3dc2474ea6803ee81f118321775bffa3ac8f7e65c5e90e7"
  115. dependencies = [
  116. "serde",
  117. ]
  118. [[package]]
  119. name = "serde-block-tree"
  120. version = "0.1.0"
  121. dependencies = [
  122. "serde",
  123. "serde-big-array",
  124. ]
  125. [[package]]
  126. name = "serde_derive"
  127. version = "1.0.136"
  128. source = "registry+https://github.com/rust-lang/crates.io-index"
  129. checksum = "08597e7152fcd306f41838ed3e37be9eaeed2b61c42e2117266a554fab4662f9"
  130. dependencies = [
  131. "proc-macro2",
  132. "quote",
  133. "syn",
  134. ]
  135. [[package]]
  136. name = "syn"
  137. version = "1.0.86"
  138. source = "registry+https://github.com/rust-lang/crates.io-index"
  139. checksum = "8a65b3f4ffa0092e9887669db0eae07941f023991ab58ea44da8fe8e2d511c6b"
  140. dependencies = [
  141. "proc-macro2",
  142. "quote",
  143. "unicode-xid",
  144. ]
  145. [[package]]
  146. name = "unicode-xid"
  147. version = "0.2.2"
  148. source = "registry+https://github.com/rust-lang/crates.io-index"
  149. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  150. [[package]]
  151. name = "vcpkg"
  152. version = "0.2.15"
  153. source = "registry+https://github.com/rust-lang/crates.io-index"
  154. checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"