Cargo.lock 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "argparse"
  5. version = "0.2.1"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. [[package]]
  8. name = "cc"
  9. version = "1.0.17"
  10. source = "registry+https://github.com/rust-lang/crates.io-index"
  11. [[package]]
  12. name = "cfg-if"
  13. version = "0.1.3"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. [[package]]
  16. name = "fallout-terminal"
  17. version = "0.1.0"
  18. dependencies = [
  19. "argparse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  20. "pancurses 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
  21. "yaml-rust 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  22. ]
  23. [[package]]
  24. name = "gcc"
  25. version = "0.3.54"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. [[package]]
  28. name = "libc"
  29. version = "0.2.42"
  30. source = "registry+https://github.com/rust-lang/crates.io-index"
  31. [[package]]
  32. name = "linked-hash-map"
  33. version = "0.5.1"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. [[package]]
  36. name = "log"
  37. version = "0.4.2"
  38. source = "registry+https://github.com/rust-lang/crates.io-index"
  39. dependencies = [
  40. "cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  41. ]
  42. [[package]]
  43. name = "ncurses"
  44. version = "5.92.0"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. dependencies = [
  47. "gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)",
  48. "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
  49. "pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
  50. ]
  51. [[package]]
  52. name = "pancurses"
  53. version = "0.16.0"
  54. source = "registry+https://github.com/rust-lang/crates.io-index"
  55. dependencies = [
  56. "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
  57. "log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
  58. "ncurses 5.92.0 (registry+https://github.com/rust-lang/crates.io-index)",
  59. "pdcurses-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  60. "winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  61. ]
  62. [[package]]
  63. name = "pdcurses-sys"
  64. version = "0.7.0"
  65. source = "registry+https://github.com/rust-lang/crates.io-index"
  66. dependencies = [
  67. "cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
  68. "libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)",
  69. ]
  70. [[package]]
  71. name = "pkg-config"
  72. version = "0.3.11"
  73. source = "registry+https://github.com/rust-lang/crates.io-index"
  74. [[package]]
  75. name = "winapi"
  76. version = "0.3.5"
  77. source = "registry+https://github.com/rust-lang/crates.io-index"
  78. dependencies = [
  79. "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  80. "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  81. ]
  82. [[package]]
  83. name = "winapi-i686-pc-windows-gnu"
  84. version = "0.4.0"
  85. source = "registry+https://github.com/rust-lang/crates.io-index"
  86. [[package]]
  87. name = "winapi-x86_64-pc-windows-gnu"
  88. version = "0.4.0"
  89. source = "registry+https://github.com/rust-lang/crates.io-index"
  90. [[package]]
  91. name = "winreg"
  92. version = "0.5.1"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. dependencies = [
  95. "winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  96. ]
  97. [[package]]
  98. name = "yaml-rust"
  99. version = "0.4.0"
  100. source = "registry+https://github.com/rust-lang/crates.io-index"
  101. dependencies = [
  102. "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  103. ]
  104. [metadata]
  105. "checksum argparse 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37bb99f5e39ee8b23b6e227f5b8f024207e8616f44aa4b8c76ecd828011667ef"
  106. "checksum cc 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "49ec142f5768efb5b7622aebc3fdbdbb8950a4b9ba996393cb76ef7466e8747d"
  107. "checksum cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18"
  108. "checksum gcc 0.3.54 (registry+https://github.com/rust-lang/crates.io-index)" = "5e33ec290da0d127825013597dbdfc28bee4964690c7ce1166cbc2a7bd08b1bb"
  109. "checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1"
  110. "checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e"
  111. "checksum log 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6fddaa003a65722a7fb9e26b0ce95921fe4ba590542ced664d8ce2fa26f9f3ac"
  112. "checksum ncurses 5.92.0 (registry+https://github.com/rust-lang/crates.io-index)" = "536b7d9e89b5f571a2db383b790524d649cf7a3465d9381fe8159bf8dfd4be7e"
  113. "checksum pancurses 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cedc1409ecbb0a789f39e2a90ae052df6670c1e1c17724587e1872e6ec270e56"
  114. "checksum pdcurses-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90e12bfe55b7080fdfa0742f7a22ce7d5d1da250ca064ae6b81c843a2084fa2a"
  115. "checksum pkg-config 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "110d5ee3593dbb73f56294327fe5668bcc997897097cbc76b51e7aed3f52452f"
  116. "checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
  117. "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  118. "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  119. "checksum winreg 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a"
  120. "checksum yaml-rust 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57ab38ee1a4a266ed033496cf9af1828d8d6e6c1cfa5f643a2809effcae4d628"