Cargo.lock 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "aho-corasick"
  6. version = "0.7.18"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
  9. dependencies = [
  10. "memchr",
  11. ]
  12. [[package]]
  13. name = "hello-rust"
  14. version = "0.1.0"
  15. dependencies = [
  16. "regex",
  17. "walkdir",
  18. ]
  19. [[package]]
  20. name = "memchr"
  21. version = "2.4.1"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
  24. [[package]]
  25. name = "regex"
  26. version = "1.5.5"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
  29. dependencies = [
  30. "aho-corasick",
  31. "memchr",
  32. "regex-syntax",
  33. ]
  34. [[package]]
  35. name = "regex-syntax"
  36. version = "0.6.25"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
  39. [[package]]
  40. name = "same-file"
  41. version = "1.0.6"
  42. source = "registry+https://github.com/rust-lang/crates.io-index"
  43. checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
  44. dependencies = [
  45. "winapi-util",
  46. ]
  47. [[package]]
  48. name = "walkdir"
  49. version = "2.3.2"
  50. source = "registry+https://github.com/rust-lang/crates.io-index"
  51. checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
  52. dependencies = [
  53. "same-file",
  54. "winapi",
  55. "winapi-util",
  56. ]
  57. [[package]]
  58. name = "winapi"
  59. version = "0.3.9"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  62. dependencies = [
  63. "winapi-i686-pc-windows-gnu",
  64. "winapi-x86_64-pc-windows-gnu",
  65. ]
  66. [[package]]
  67. name = "winapi-i686-pc-windows-gnu"
  68. version = "0.4.0"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  71. [[package]]
  72. name = "winapi-util"
  73. version = "0.1.5"
  74. source = "registry+https://github.com/rust-lang/crates.io-index"
  75. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  76. dependencies = [
  77. "winapi",
  78. ]
  79. [[package]]
  80. name = "winapi-x86_64-pc-windows-gnu"
  81. version = "0.4.0"
  82. source = "registry+https://github.com/rust-lang/crates.io-index"
  83. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"