Cargo.lock 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "aho-corasick"
  5. version = "0.7.15"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
  8. dependencies = [
  9. "memchr",
  10. ]
  11. [[package]]
  12. name = "ansi_term"
  13. version = "0.11.0"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  16. dependencies = [
  17. "winapi",
  18. ]
  19. [[package]]
  20. name = "aoc_2020"
  21. version = "0.1.0"
  22. dependencies = [
  23. "clap",
  24. "regex",
  25. ]
  26. [[package]]
  27. name = "atty"
  28. version = "0.2.14"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  31. dependencies = [
  32. "hermit-abi",
  33. "libc",
  34. "winapi",
  35. ]
  36. [[package]]
  37. name = "bitflags"
  38. version = "1.2.1"
  39. source = "registry+https://github.com/rust-lang/crates.io-index"
  40. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  41. [[package]]
  42. name = "clap"
  43. version = "2.33.3"
  44. source = "registry+https://github.com/rust-lang/crates.io-index"
  45. checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
  46. dependencies = [
  47. "ansi_term",
  48. "atty",
  49. "bitflags",
  50. "strsim",
  51. "textwrap",
  52. "unicode-width",
  53. "vec_map",
  54. ]
  55. [[package]]
  56. name = "hermit-abi"
  57. version = "0.1.17"
  58. source = "registry+https://github.com/rust-lang/crates.io-index"
  59. checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
  60. dependencies = [
  61. "libc",
  62. ]
  63. [[package]]
  64. name = "lazy_static"
  65. version = "1.4.0"
  66. source = "registry+https://github.com/rust-lang/crates.io-index"
  67. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  68. [[package]]
  69. name = "libc"
  70. version = "0.2.80"
  71. source = "registry+https://github.com/rust-lang/crates.io-index"
  72. checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
  73. [[package]]
  74. name = "memchr"
  75. version = "2.3.4"
  76. source = "registry+https://github.com/rust-lang/crates.io-index"
  77. checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
  78. [[package]]
  79. name = "regex"
  80. version = "1.4.2"
  81. source = "registry+https://github.com/rust-lang/crates.io-index"
  82. checksum = "38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c"
  83. dependencies = [
  84. "aho-corasick",
  85. "memchr",
  86. "regex-syntax",
  87. "thread_local",
  88. ]
  89. [[package]]
  90. name = "regex-syntax"
  91. version = "0.6.21"
  92. source = "registry+https://github.com/rust-lang/crates.io-index"
  93. checksum = "3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189"
  94. [[package]]
  95. name = "strsim"
  96. version = "0.8.0"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  99. [[package]]
  100. name = "textwrap"
  101. version = "0.11.0"
  102. source = "registry+https://github.com/rust-lang/crates.io-index"
  103. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  104. dependencies = [
  105. "unicode-width",
  106. ]
  107. [[package]]
  108. name = "thread_local"
  109. version = "1.0.1"
  110. source = "registry+https://github.com/rust-lang/crates.io-index"
  111. checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
  112. dependencies = [
  113. "lazy_static",
  114. ]
  115. [[package]]
  116. name = "unicode-width"
  117. version = "0.1.8"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
  120. [[package]]
  121. name = "vec_map"
  122. version = "0.8.2"
  123. source = "registry+https://github.com/rust-lang/crates.io-index"
  124. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  125. [[package]]
  126. name = "winapi"
  127. version = "0.3.9"
  128. source = "registry+https://github.com/rust-lang/crates.io-index"
  129. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  130. dependencies = [
  131. "winapi-i686-pc-windows-gnu",
  132. "winapi-x86_64-pc-windows-gnu",
  133. ]
  134. [[package]]
  135. name = "winapi-i686-pc-windows-gnu"
  136. version = "0.4.0"
  137. source = "registry+https://github.com/rust-lang/crates.io-index"
  138. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  139. [[package]]
  140. name = "winapi-x86_64-pc-windows-gnu"
  141. version = "0.4.0"
  142. source = "registry+https://github.com/rust-lang/crates.io-index"
  143. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"