You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123 lines
3.2 KiB

4 years ago
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "ansi_term"
  5. version = "0.11.0"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  8. dependencies = [
  9. "winapi",
  10. ]
  11. [[package]]
  12. name = "atty"
  13. version = "0.2.14"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  16. dependencies = [
  17. "hermit-abi",
  18. "libc",
  19. "winapi",
  20. ]
  21. [[package]]
  22. name = "bitflags"
  23. version = "1.2.1"
  24. source = "registry+https://github.com/rust-lang/crates.io-index"
  25. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  26. [[package]]
  27. name = "clap"
  28. version = "2.33.0"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
  31. dependencies = [
  32. "ansi_term",
  33. "atty",
  34. "bitflags",
  35. "strsim",
  36. "textwrap",
  37. "unicode-width",
  38. "vec_map",
  39. ]
  40. [[package]]
  41. name = "clap-nested"
  42. version = "0.3.1"
  43. source = "registry+https://github.com/rust-lang/crates.io-index"
  44. checksum = "a1ab824df748169c5e36e28f7d6dfe0459d5b3a9bbfe2839df1c606653663d81"
  45. dependencies = [
  46. "clap",
  47. ]
  48. [[package]]
  49. name = "hermit-abi"
  50. version = "0.1.8"
  51. source = "registry+https://github.com/rust-lang/crates.io-index"
  52. checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
  53. dependencies = [
  54. "libc",
  55. ]
  56. [[package]]
  57. name = "libc"
  58. version = "0.2.67"
  59. source = "registry+https://github.com/rust-lang/crates.io-index"
  60. checksum = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018"
  61. [[package]]
  62. name = "strsim"
  63. version = "0.8.0"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  66. [[package]]
  67. name = "textwrap"
  68. version = "0.11.0"
  69. source = "registry+https://github.com/rust-lang/crates.io-index"
  70. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  71. dependencies = [
  72. "unicode-width",
  73. ]
  74. [[package]]
  75. name = "unicode-width"
  76. version = "0.1.7"
  77. source = "registry+https://github.com/rust-lang/crates.io-index"
  78. checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
  79. [[package]]
  80. name = "vec_map"
  81. version = "0.8.1"
  82. source = "registry+https://github.com/rust-lang/crates.io-index"
  83. checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
  84. [[package]]
  85. name = "walkman_tools"
  86. version = "0.1.0"
  87. dependencies = [
  88. "clap",
  89. "clap-nested",
  90. ]
  91. [[package]]
  92. name = "winapi"
  93. version = "0.3.8"
  94. source = "registry+https://github.com/rust-lang/crates.io-index"
  95. checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
  96. dependencies = [
  97. "winapi-i686-pc-windows-gnu",
  98. "winapi-x86_64-pc-windows-gnu",
  99. ]
  100. [[package]]
  101. name = "winapi-i686-pc-windows-gnu"
  102. version = "0.4.0"
  103. source = "registry+https://github.com/rust-lang/crates.io-index"
  104. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  105. [[package]]
  106. name = "winapi-x86_64-pc-windows-gnu"
  107. version = "0.4.0"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"