Cargo.lock 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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.4"
  12. source = "registry+https://github.com/rust-lang/crates.io-index"
  13. checksum = "418d37c8b1d42553c93648be529cb70f920d3baf8ef469b74b9638df426e0b4c"
  14. dependencies = [
  15. "cfg-if",
  16. "libc",
  17. "wasi",
  18. ]
  19. [[package]]
  20. name = "libc"
  21. version = "0.2.119"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "1bf2e165bb3457c8e098ea76f3e3bc9db55f87aa90d52d0e6be741470916aaa4"
  24. [[package]]
  25. name = "ppv-lite86"
  26. version = "0.2.16"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
  29. [[package]]
  30. name = "rand"
  31. version = "0.8.5"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
  34. dependencies = [
  35. "libc",
  36. "rand_chacha",
  37. "rand_core",
  38. ]
  39. [[package]]
  40. name = "rand_chacha"
  41. version = "0.3.1"
  42. source = "registry+https://github.com/rust-lang/crates.io-index"
  43. checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
  44. dependencies = [
  45. "ppv-lite86",
  46. "rand_core",
  47. ]
  48. [[package]]
  49. name = "rand_core"
  50. version = "0.6.3"
  51. source = "registry+https://github.com/rust-lang/crates.io-index"
  52. checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
  53. dependencies = [
  54. "getrandom",
  55. ]
  56. [[package]]
  57. name = "spiral-rs"
  58. version = "0.1.0"
  59. dependencies = [
  60. "rand",
  61. ]
  62. [[package]]
  63. name = "wasi"
  64. version = "0.10.2+wasi-snapshot-preview1"
  65. source = "registry+https://github.com/rust-lang/crates.io-index"
  66. checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"