Cargo.lock 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "autocfg"
  5. version = "1.1.0"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
  8. [[package]]
  9. name = "bishop"
  10. version = "0.1.0"
  11. dependencies = [
  12. "log",
  13. "rand",
  14. "simplelog",
  15. ]
  16. [[package]]
  17. name = "cfg-if"
  18. version = "1.0.0"
  19. source = "registry+https://github.com/rust-lang/crates.io-index"
  20. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  21. [[package]]
  22. name = "chrono"
  23. version = "0.4.19"
  24. source = "registry+https://github.com/rust-lang/crates.io-index"
  25. checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
  26. dependencies = [
  27. "libc",
  28. "num-integer",
  29. "num-traits",
  30. "time",
  31. "winapi",
  32. ]
  33. [[package]]
  34. name = "getrandom"
  35. version = "0.2.5"
  36. source = "registry+https://github.com/rust-lang/crates.io-index"
  37. checksum = "d39cd93900197114fa1fcb7ae84ca742095eed9442088988ae74fa744e930e77"
  38. dependencies = [
  39. "cfg-if",
  40. "libc",
  41. "wasi",
  42. ]
  43. [[package]]
  44. name = "libc"
  45. version = "0.2.119"
  46. source = "registry+https://github.com/rust-lang/crates.io-index"
  47. checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
  48. [[package]]
  49. name = "log"
  50. version = "0.4.14"
  51. source = "registry+https://github.com/rust-lang/crates.io-index"
  52. checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
  53. dependencies = [
  54. "cfg-if",
  55. ]
  56. [[package]]
  57. name = "num-integer"
  58. version = "0.1.44"
  59. source = "registry+https://github.com/rust-lang/crates.io-index"
  60. checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
  61. dependencies = [
  62. "autocfg",
  63. "num-traits",
  64. ]
  65. [[package]]
  66. name = "num-traits"
  67. version = "0.2.14"
  68. source = "registry+https://github.com/rust-lang/crates.io-index"
  69. checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
  70. dependencies = [
  71. "autocfg",
  72. ]
  73. [[package]]
  74. name = "ppv-lite86"
  75. version = "0.2.16"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
  78. [[package]]
  79. name = "rand"
  80. version = "0.8.5"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  83. dependencies = [
  84. "libc",
  85. "rand_chacha",
  86. "rand_core",
  87. ]
  88. [[package]]
  89. name = "rand_chacha"
  90. version = "0.3.1"
  91. source = "registry+https://github.com/rust-lang/crates.io-index"
  92. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  93. dependencies = [
  94. "ppv-lite86",
  95. "rand_core",
  96. ]
  97. [[package]]
  98. name = "rand_core"
  99. version = "0.6.3"
  100. source = "registry+https://github.com/rust-lang/crates.io-index"
  101. checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
  102. dependencies = [
  103. "getrandom",
  104. ]
  105. [[package]]
  106. name = "simplelog"
  107. version = "0.11.2"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. checksum = "c1348164456f72ca0116e4538bdaabb0ddb622c7d9f16387c725af3e96d6001c"
  110. dependencies = [
  111. "chrono",
  112. "log",
  113. "termcolor",
  114. ]
  115. [[package]]
  116. name = "termcolor"
  117. version = "1.1.2"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
  120. dependencies = [
  121. "winapi-util",
  122. ]
  123. [[package]]
  124. name = "time"
  125. version = "0.1.44"
  126. source = "registry+https://github.com/rust-lang/crates.io-index"
  127. checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
  128. dependencies = [
  129. "libc",
  130. "wasi",
  131. "winapi",
  132. ]
  133. [[package]]
  134. name = "wasi"
  135. version = "0.10.0+wasi-snapshot-preview1"
  136. source = "registry+https://github.com/rust-lang/crates.io-index"
  137. checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
  138. [[package]]
  139. name = "winapi"
  140. version = "0.3.9"
  141. source = "registry+https://github.com/rust-lang/crates.io-index"
  142. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  143. dependencies = [
  144. "winapi-i686-pc-windows-gnu",
  145. "winapi-x86_64-pc-windows-gnu",
  146. ]
  147. [[package]]
  148. name = "winapi-i686-pc-windows-gnu"
  149. version = "0.4.0"
  150. source = "registry+https://github.com/rust-lang/crates.io-index"
  151. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  152. [[package]]
  153. name = "winapi-util"
  154. version = "0.1.5"
  155. source = "registry+https://github.com/rust-lang/crates.io-index"
  156. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  157. dependencies = [
  158. "winapi",
  159. ]
  160. [[package]]
  161. name = "winapi-x86_64-pc-windows-gnu"
  162. version = "0.4.0"
  163. source = "registry+https://github.com/rust-lang/crates.io-index"
  164. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"