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.

169 lines
4.3KB

  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 = "autocfg"
  23. version = "1.0.0"
  24. source = "registry+https://github.com/rust-lang/crates.io-index"
  25. checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
  26. [[package]]
  27. name = "bitflags"
  28. version = "1.2.1"
  29. source = "registry+https://github.com/rust-lang/crates.io-index"
  30. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  31. [[package]]
  32. name = "chrono"
  33. version = "0.4.11"
  34. source = "registry+https://github.com/rust-lang/crates.io-index"
  35. checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
  36. dependencies = [
  37. "num-integer",
  38. "num-traits",
  39. "time",
  40. ]
  41. [[package]]
  42. name = "clap"
  43. version = "2.33.0"
  44. source = "registry+https://github.com/rust-lang/crates.io-index"
  45. checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
  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.8"
  58. source = "registry+https://github.com/rust-lang/crates.io-index"
  59. checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
  60. dependencies = [
  61. "libc",
  62. ]
  63. [[package]]
  64. name = "libc"
  65. version = "0.2.68"
  66. source = "registry+https://github.com/rust-lang/crates.io-index"
  67. checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
  68. [[package]]
  69. name = "num-integer"
  70. version = "0.1.42"
  71. source = "registry+https://github.com/rust-lang/crates.io-index"
  72. checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
  73. dependencies = [
  74. "autocfg",
  75. "num-traits",
  76. ]
  77. [[package]]
  78. name = "num-traits"
  79. version = "0.2.11"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
  82. dependencies = [
  83. "autocfg",
  84. ]
  85. [[package]]
  86. name = "redox_syscall"
  87. version = "0.1.56"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
  90. [[package]]
  91. name = "strsim"
  92. version = "0.8.0"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  95. [[package]]
  96. name = "textwrap"
  97. version = "0.11.0"
  98. source = "registry+https://github.com/rust-lang/crates.io-index"
  99. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  100. dependencies = [
  101. "unicode-width",
  102. ]
  103. [[package]]
  104. name = "time"
  105. version = "0.1.42"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
  108. dependencies = [
  109. "libc",
  110. "redox_syscall",
  111. "winapi",
  112. ]
  113. [[package]]
  114. name = "unicode-width"
  115. version = "0.1.7"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
  118. [[package]]
  119. name = "utcnow"
  120. version = "1.0.0"
  121. dependencies = [
  122. "chrono",
  123. "clap",
  124. "libc",
  125. ]
  126. [[package]]
  127. name = "vec_map"
  128. version = "0.8.1"
  129. source = "registry+https://github.com/rust-lang/crates.io-index"
  130. checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
  131. [[package]]
  132. name = "winapi"
  133. version = "0.3.8"
  134. source = "registry+https://github.com/rust-lang/crates.io-index"
  135. checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
  136. dependencies = [
  137. "winapi-i686-pc-windows-gnu",
  138. "winapi-x86_64-pc-windows-gnu",
  139. ]
  140. [[package]]
  141. name = "winapi-i686-pc-windows-gnu"
  142. version = "0.4.0"
  143. source = "registry+https://github.com/rust-lang/crates.io-index"
  144. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  145. [[package]]
  146. name = "winapi-x86_64-pc-windows-gnu"
  147. version = "0.4.0"
  148. source = "registry+https://github.com/rust-lang/crates.io-index"
  149. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"