Cargo.lock 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "cfg-if"
  6. version = "1.0.0"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  9. [[package]]
  10. name = "getrandom"
  11. version = "0.2.2"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
  14. dependencies = [
  15. "cfg-if",
  16. "libc",
  17. "wasi",
  18. ]
  19. [[package]]
  20. name = "libc"
  21. version = "0.2.91"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "8916b1f6ca17130ec6568feccee27c156ad12037880833a3b842a823236502e7"
  24. [[package]]
  25. name = "ppv-lite86"
  26. version = "0.2.10"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
  29. [[package]]
  30. name = "rand"
  31. version = "0.8.3"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
  34. dependencies = [
  35. "libc",
  36. "rand_chacha",
  37. "rand_core",
  38. "rand_hc",
  39. ]
  40. [[package]]
  41. name = "rand_chacha"
  42. version = "0.3.0"
  43. source = "registry+https://github.com/rust-lang/crates.io-index"
  44. checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
  45. dependencies = [
  46. "ppv-lite86",
  47. "rand_core",
  48. ]
  49. [[package]]
  50. name = "rand_core"
  51. version = "0.6.2"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
  54. dependencies = [
  55. "getrandom",
  56. ]
  57. [[package]]
  58. name = "rand_hc"
  59. version = "0.3.0"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
  62. dependencies = [
  63. "rand_core",
  64. ]
  65. [[package]]
  66. name = "threecell"
  67. version = "0.1.0"
  68. dependencies = [
  69. "rand",
  70. ]
  71. [[package]]
  72. name = "wasi"
  73. version = "0.10.2+wasi-snapshot-preview1"
  74. source = "registry+https://github.com/rust-lang/crates.io-index"
  75. checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"