Cargo.lock 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "cfg-if"
  5. version = "0.1.10"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  8. [[package]]
  9. name = "getrandom"
  10. version = "0.1.14"
  11. source = "registry+https://github.com/rust-lang/crates.io-index"
  12. checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
  13. dependencies = [
  14. "cfg-if",
  15. "libc",
  16. "wasi",
  17. ]
  18. [[package]]
  19. name = "hello-rust"
  20. version = "0.1.0"
  21. dependencies = [
  22. "rand",
  23. ]
  24. [[package]]
  25. name = "libc"
  26. version = "0.2.69"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
  29. [[package]]
  30. name = "ppv-lite86"
  31. version = "0.2.6"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
  34. [[package]]
  35. name = "rand"
  36. version = "0.7.3"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
  39. dependencies = [
  40. "getrandom",
  41. "libc",
  42. "rand_chacha",
  43. "rand_core",
  44. "rand_hc",
  45. ]
  46. [[package]]
  47. name = "rand_chacha"
  48. version = "0.2.2"
  49. source = "registry+https://github.com/rust-lang/crates.io-index"
  50. checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
  51. dependencies = [
  52. "ppv-lite86",
  53. "rand_core",
  54. ]
  55. [[package]]
  56. name = "rand_core"
  57. version = "0.5.1"
  58. source = "registry+https://github.com/rust-lang/crates.io-index"
  59. checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
  60. dependencies = [
  61. "getrandom",
  62. ]
  63. [[package]]
  64. name = "rand_hc"
  65. version = "0.2.0"
  66. source = "registry+https://github.com/rust-lang/crates.io-index"
  67. checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
  68. dependencies = [
  69. "rand_core",
  70. ]
  71. [[package]]
  72. name = "wasi"
  73. version = "0.9.0+wasi-snapshot-preview1"
  74. source = "registry+https://github.com/rust-lang/crates.io-index"
  75. checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"